@charset "UTF-8";
/*!
 Theme Name: Hello Elementor
 Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description: A plain-vanilla & lightweight theme for Elementor page builder
 Author: Elementor Team
 Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
 Version: 2.1.2
 Stable tag: 2.1.2
 Requires at least: 4.7
 Tested up to: 5.2
 License: GNU General Public License v3 or later.
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: hello-elementor
 Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
 */
/* Style - include Theme style
 ========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
@media (max-width: 740px) {
}
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
 */
/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TOOLS/MIXINS
 ========================================================================== */
/*
 * A simple little SCSS mixin for creating scrim gradients
 * Inspired by Andreas Larson - https://github.com/larsenwork
 * https://css-tricks.com/easing-linear-gradients/
 */
/*$c-brand-beauty: #A58F5A;
 $c-brand-beauty-secondary: #867969;*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #36f;
  --indigo: #6610f2;
  --purple: #336;
  --pink: #c36;
  --red: #c03;
  --orange: #fd7e14;
  --yellow: #fc3;
  --green: #6c9;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #36f;
  --secondary: #6c757d;
  --success: #6c9;
  --info: #17a2b8;
  --warning: #fc3;
  --danger: #c03;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 400px;
  --breakpoint-md: 740px;
  --breakpoint-lg: 980px;
  --breakpoint-xl: 1300px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
small {
  font-size: 80%;
}
a {
  color: #36f;
  text-decoration: none;
  background-color: transparent;
}
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;
}
figure {
  margin: 0 0 0rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0rem;
}
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;
}
select {
  word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 740px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.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%;
  padding-right: 0;
  padding-left: 0;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 400px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 740px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 980px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 400px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 740px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 980px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.375rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #36f;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0.75rem;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 399.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 400px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 739.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 740px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 979.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 980px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.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;
}
.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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 400px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 740px) {
  .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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 980px) {
  .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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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;
}
.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;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  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.75rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.75rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.75rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.75rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.75rem !important;
}
.m-2 {
  margin: 1.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 1.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 1.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 1.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 1.5rem !important;
}
.m-3 {
  margin: 2.25rem !important;
}
.mt-3, .my-3 {
  margin-top: 2.25rem !important;
}
.mr-3, .mx-3 {
  margin-right: 2.25rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 2.25rem !important;
}
.ml-3, .mx-3 {
  margin-left: 2.25rem !important;
}
.m-4 {
  margin: 3rem !important;
}
.mt-4, .my-4 {
  margin-top: 3rem !important;
}
.mr-4, .mx-4 {
  margin-right: 3rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 3rem !important;
}
.ml-4, .mx-4 {
  margin-left: 3rem !important;
}
.m-5 {
  margin: 3.75rem !important;
}
.mt-5, .my-5 {
  margin-top: 3.75rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3.75rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3.75rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3.75rem !important;
}
.m-6 {
  margin: 4.5rem !important;
}
.mt-6, .my-6 {
  margin-top: 4.5rem !important;
}
.mr-6, .mx-6 {
  margin-right: 4.5rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 4.5rem !important;
}
.ml-6, .mx-6 {
  margin-left: 4.5rem !important;
}
.m-7 {
  margin: 5.25rem !important;
}
.mt-7, .my-7 {
  margin-top: 5.25rem !important;
}
.mr-7, .mx-7 {
  margin-right: 5.25rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 5.25rem !important;
}
.ml-7, .mx-7 {
  margin-left: 5.25rem !important;
}
.m-8 {
  margin: 6rem !important;
}
.mt-8, .my-8 {
  margin-top: 6rem !important;
}
.mr-8, .mx-8 {
  margin-right: 6rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 6rem !important;
}
.ml-8, .mx-8 {
  margin-left: 6rem !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.75rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.75rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.75rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.75rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.75rem !important;
}
.p-2 {
  padding: 1.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 1.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 1.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 1.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 1.5rem !important;
}
.p-3 {
  padding: 2.25rem !important;
}
.pt-3, .py-3 {
  padding-top: 2.25rem !important;
}
.pr-3, .px-3 {
  padding-right: 2.25rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 2.25rem !important;
}
.pl-3, .px-3 {
  padding-left: 2.25rem !important;
}
.p-4 {
  padding: 3rem !important;
}
.pt-4, .py-4 {
  padding-top: 3rem !important;
}
.pr-4, .px-4 {
  padding-right: 3rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 3rem !important;
}
.pl-4, .px-4 {
  padding-left: 3rem !important;
}
.p-5 {
  padding: 3.75rem !important;
}
.pt-5, .py-5 {
  padding-top: 3.75rem !important;
}
.pr-5, .px-5 {
  padding-right: 3.75rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3.75rem !important;
}
.pl-5, .px-5 {
  padding-left: 3.75rem !important;
}
.p-6 {
  padding: 4.5rem !important;
}
.pt-6, .py-6 {
  padding-top: 4.5rem !important;
}
.pr-6, .px-6 {
  padding-right: 4.5rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 4.5rem !important;
}
.pl-6, .px-6 {
  padding-left: 4.5rem !important;
}
.p-7 {
  padding: 5.25rem !important;
}
.pt-7, .py-7 {
  padding-top: 5.25rem !important;
}
.pr-7, .px-7 {
  padding-right: 5.25rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 5.25rem !important;
}
.pl-7, .px-7 {
  padding-left: 5.25rem !important;
}
.p-8 {
  padding: 6rem !important;
}
.pt-8, .py-8 {
  padding-top: 6rem !important;
}
.pr-8, .px-8 {
  padding-right: 6rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 6rem !important;
}
.pl-8, .px-8 {
  padding-left: 6rem !important;
}
.m-n1 {
  margin: -0.75rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.75rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.75rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.75rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.75rem !important;
}
.m-n2 {
  margin: -1.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -1.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -1.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -1.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -1.5rem !important;
}
.m-n3 {
  margin: -2.25rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -2.25rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -2.25rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -2.25rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -2.25rem !important;
}
.m-n4 {
  margin: -3rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -3rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -3rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -3rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -3rem !important;
}
.m-n5 {
  margin: -3.75rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3.75rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3.75rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3.75rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3.75rem !important;
}
.m-n6 {
  margin: -4.5rem !important;
}
.mt-n6, .my-n6 {
  margin-top: -4.5rem !important;
}
.mr-n6, .mx-n6 {
  margin-right: -4.5rem !important;
}
.mb-n6, .my-n6 {
  margin-bottom: -4.5rem !important;
}
.ml-n6, .mx-n6 {
  margin-left: -4.5rem !important;
}
.m-n7 {
  margin: -5.25rem !important;
}
.mt-n7, .my-n7 {
  margin-top: -5.25rem !important;
}
.mr-n7, .mx-n7 {
  margin-right: -5.25rem !important;
}
.mb-n7, .my-n7 {
  margin-bottom: -5.25rem !important;
}
.ml-n7, .mx-n7 {
  margin-left: -5.25rem !important;
}
.m-n8 {
  margin: -6rem !important;
}
.mt-n8, .my-n8 {
  margin-top: -6rem !important;
}
.mr-n8, .mx-n8 {
  margin-right: -6rem !important;
}
.mb-n8, .my-n8 {
  margin-bottom: -6rem !important;
}
.ml-n8, .mx-n8 {
  margin-left: -6rem !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: 400px) {
  .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.75rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.75rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 2.25rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 2.25rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 3rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 3rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 3rem !important;
  }
  .m-sm-5 {
    margin: 3.75rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3.75rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 5.25rem !important;
  }
  .mt-sm-7, .my-sm-7 {
    margin-top: 5.25rem !important;
  }
  .mr-sm-7, .mx-sm-7 {
    margin-right: 5.25rem !important;
  }
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 5.25rem !important;
  }
  .ml-sm-7, .mx-sm-7 {
    margin-left: 5.25rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8, .my-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8, .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8, .mx-sm-8 {
    margin-left: 6rem !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.75rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.75rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 2.25rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 2.25rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 3rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 3rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 3rem !important;
  }
  .p-sm-5 {
    padding: 3.75rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3.75rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 5.25rem !important;
  }
  .pt-sm-7, .py-sm-7 {
    padding-top: 5.25rem !important;
  }
  .pr-sm-7, .px-sm-7 {
    padding-right: 5.25rem !important;
  }
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 5.25rem !important;
  }
  .pl-sm-7, .px-sm-7 {
    padding-left: 5.25rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8, .py-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8, .px-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8, .px-sm-8 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.75rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n2 {
    margin: -1.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n3 {
    margin: -2.25rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n4 {
    margin: -3rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -3rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -3rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -3rem !important;
  }
  .m-sm-n5 {
    margin: -3.75rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6, .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6, .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6, .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6, .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -5.25rem !important;
  }
  .mt-sm-n7, .my-sm-n7 {
    margin-top: -5.25rem !important;
  }
  .mr-sm-n7, .mx-sm-n7 {
    margin-right: -5.25rem !important;
  }
  .mb-sm-n7, .my-sm-n7 {
    margin-bottom: -5.25rem !important;
  }
  .ml-sm-n7, .mx-sm-n7 {
    margin-left: -5.25rem !important;
  }
  .m-sm-n8 {
    margin: -6rem !important;
  }
  .mt-sm-n8, .my-sm-n8 {
    margin-top: -6rem !important;
  }
  .mr-sm-n8, .mx-sm-n8 {
    margin-right: -6rem !important;
  }
  .mb-sm-n8, .my-sm-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n8, .mx-sm-n8 {
    margin-left: -6rem !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: 740px) {
  .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.75rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.75rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.75rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.75rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 1.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 1.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 1.5rem !important;
  }
  .m-md-3 {
    margin: 2.25rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 2.25rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 2.25rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 2.25rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 3rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 3rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 3rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 3rem !important;
  }
  .m-md-5 {
    margin: 3.75rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3.75rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3.75rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3.75rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6, .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 5.25rem !important;
  }
  .mt-md-7, .my-md-7 {
    margin-top: 5.25rem !important;
  }
  .mr-md-7, .mx-md-7 {
    margin-right: 5.25rem !important;
  }
  .mb-md-7, .my-md-7 {
    margin-bottom: 5.25rem !important;
  }
  .ml-md-7, .mx-md-7 {
    margin-left: 5.25rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8, .my-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8, .mx-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8, .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8, .mx-md-8 {
    margin-left: 6rem !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.75rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.75rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.75rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.75rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 1.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 1.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 1.5rem !important;
  }
  .p-md-3 {
    padding: 2.25rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 2.25rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 2.25rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 2.25rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 3rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 3rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 3rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 3rem !important;
  }
  .p-md-5 {
    padding: 3.75rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3.75rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3.75rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3.75rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6, .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6, .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6, .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 5.25rem !important;
  }
  .pt-md-7, .py-md-7 {
    padding-top: 5.25rem !important;
  }
  .pr-md-7, .px-md-7 {
    padding-right: 5.25rem !important;
  }
  .pb-md-7, .py-md-7 {
    padding-bottom: 5.25rem !important;
  }
  .pl-md-7, .px-md-7 {
    padding-left: 5.25rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8, .py-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8, .px-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8, .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8, .px-md-8 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.75rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.75rem !important;
  }
  .m-md-n2 {
    margin: -1.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -1.5rem !important;
  }
  .m-md-n3 {
    margin: -2.25rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -2.25rem !important;
  }
  .m-md-n4 {
    margin: -3rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -3rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -3rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -3rem !important;
  }
  .m-md-n5 {
    margin: -3.75rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3.75rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6, .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6, .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6, .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6, .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -5.25rem !important;
  }
  .mt-md-n7, .my-md-n7 {
    margin-top: -5.25rem !important;
  }
  .mr-md-n7, .mx-md-n7 {
    margin-right: -5.25rem !important;
  }
  .mb-md-n7, .my-md-n7 {
    margin-bottom: -5.25rem !important;
  }
  .ml-md-n7, .mx-md-n7 {
    margin-left: -5.25rem !important;
  }
  .m-md-n8 {
    margin: -6rem !important;
  }
  .mt-md-n8, .my-md-n8 {
    margin-top: -6rem !important;
  }
  .mr-md-n8, .mx-md-n8 {
    margin-right: -6rem !important;
  }
  .mb-md-n8, .my-md-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n8, .mx-md-n8 {
    margin-left: -6rem !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: 980px) {
  .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.75rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.75rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 2.25rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 2.25rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 3rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 3rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 3rem !important;
  }
  .m-lg-5 {
    margin: 3.75rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3.75rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 5.25rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 5.25rem !important;
  }
  .mr-lg-7, .mx-lg-7 {
    margin-right: 5.25rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 5.25rem !important;
  }
  .ml-lg-7, .mx-lg-7 {
    margin-left: 5.25rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8, .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8, .mx-lg-8 {
    margin-left: 6rem !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.75rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.75rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 2.25rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 2.25rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 3rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 3rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 3rem !important;
  }
  .p-lg-5 {
    padding: 3.75rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3.75rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 5.25rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 5.25rem !important;
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 5.25rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 5.25rem !important;
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 5.25rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8, .px-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8, .px-lg-8 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.75rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n2 {
    margin: -1.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n3 {
    margin: -2.25rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n4 {
    margin: -3rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -3rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -3rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -3rem !important;
  }
  .m-lg-n5 {
    margin: -3.75rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6, .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6, .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6, .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -5.25rem !important;
  }
  .mt-lg-n7, .my-lg-n7 {
    margin-top: -5.25rem !important;
  }
  .mr-lg-n7, .mx-lg-n7 {
    margin-right: -5.25rem !important;
  }
  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -5.25rem !important;
  }
  .ml-lg-n7, .mx-lg-n7 {
    margin-left: -5.25rem !important;
  }
  .m-lg-n8 {
    margin: -6rem !important;
  }
  .mt-lg-n8, .my-lg-n8 {
    margin-top: -6rem !important;
  }
  .mr-lg-n8, .mx-lg-n8 {
    margin-right: -6rem !important;
  }
  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n8, .mx-lg-n8 {
    margin-left: -6rem !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: 1300px) {
  .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.75rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.75rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 2.25rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 2.25rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 3rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 3rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 3rem !important;
  }
  .m-xl-5 {
    margin: 3.75rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3.75rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 5.25rem !important;
  }
  .mt-xl-7, .my-xl-7 {
    margin-top: 5.25rem !important;
  }
  .mr-xl-7, .mx-xl-7 {
    margin-right: 5.25rem !important;
  }
  .mb-xl-7, .my-xl-7 {
    margin-bottom: 5.25rem !important;
  }
  .ml-xl-7, .mx-xl-7 {
    margin-left: 5.25rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8, .my-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8, .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8, .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8, .mx-xl-8 {
    margin-left: 6rem !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.75rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.75rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 2.25rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 2.25rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 3rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 3rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 3rem !important;
  }
  .p-xl-5 {
    padding: 3.75rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3.75rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 5.25rem !important;
  }
  .pt-xl-7, .py-xl-7 {
    padding-top: 5.25rem !important;
  }
  .pr-xl-7, .px-xl-7 {
    padding-right: 5.25rem !important;
  }
  .pb-xl-7, .py-xl-7 {
    padding-bottom: 5.25rem !important;
  }
  .pl-xl-7, .px-xl-7 {
    padding-left: 5.25rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8, .py-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8, .px-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8, .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8, .px-xl-8 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.75rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n2 {
    margin: -1.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n3 {
    margin: -2.25rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n4 {
    margin: -3rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -3rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -3rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -3rem !important;
  }
  .m-xl-n5 {
    margin: -3.75rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6, .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6, .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6, .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6, .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -5.25rem !important;
  }
  .mt-xl-n7, .my-xl-n7 {
    margin-top: -5.25rem !important;
  }
  .mr-xl-n7, .mx-xl-n7 {
    margin-right: -5.25rem !important;
  }
  .mb-xl-n7, .my-xl-n7 {
    margin-bottom: -5.25rem !important;
  }
  .ml-xl-n7, .mx-xl-n7 {
    margin-left: -5.25rem !important;
  }
  .m-xl-n8 {
    margin: -6rem !important;
  }
  .mt-xl-n8, .my-xl-n8 {
    margin-top: -6rem !important;
  }
  .mr-xl-n8, .mx-xl-n8 {
    margin-right: -6rem !important;
  }
  .mb-xl-n8, .my-xl-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n8, .mx-xl-n8 {
    margin-left: -6rem !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 !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !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: 400px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 740px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 980px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .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-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #36f !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0039e6 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #6c9 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #39ac73 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #fc3 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #e6ac00 !important;
}
.text-danger {
  color: #c03 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #800020 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #333 !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;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.o-details-highlight {
  position: relative;
}
.o-details-highlight.first-highlight:before {
  content: none;
}
.o-details-highlight.artistry-studio:before {
  background-color: #804948;
}
.o-details-highlight.beauty:before {
  background-color: #663c1c;
}
.o-details-highlight.company:before {
  background-color: #704931;
}
.o-details-highlight.corporate:before {
  background-color: #37538d;
}
.o-details-highlight.creators:before {
  background-color: #1a3e43;
}
.o-details-highlight.home:before {
  background-color: #1a3e43;
}
.o-details-highlight.nutrition:before {
  background-color: #515813;
}
.o-details-highlight.quality-innovation:before {
  background-color: #5c677e;
}
.o-details-highlight.energy-sport:before {
  background-color: #753939;
}
.o-details-highlight:before {
  content: '';
  height: 100%;
  left: 0;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #2c2c2c;
}
@media (max-width: 46.24em) {
  .o-details-highlight:before {
    display: none;
  }
}
/* ==========================================================================
 OBJECTS/MEDIA
 ========================================================================== */
.o-media {
  display: flex;
  align-items: flex-start;
}
.o-media--alignCenter {
  align-items: center;
}
.o-media__figure {
  margin-right: 1.5rem;
}
.o-media__body {
  flex: 1;
}
/* ==========================================================================
 OBJECTS/MOSAIC
 ========================================================================== */
/**
 * Reference: https://markus.is/designing/image-grid/
 */
.o-mosaic {
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 78.947%;
}
.o-mosaic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  right: 0;
  height: 100%;
  background-color: #ededed;
  z-index: 0;
}
.o-mosaic__row {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}
.o-mosaic__column {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
}
.o-mosaic__image {
  height: 0;
}
.o-mosaic__image--first {
  transform: translate(100px, -50px);
  z-index: 100;
}
.o-mosaic__image--second {
  transform: translateY(-25px);
}
.o-mosaic__image--third {
  transform: translateY(25px);
}
.o-mosaic__flex-grow-e95f50 {
  flex-grow: 1;
}
.o-mosaic__flex-grow-e3b447 {
  flex-grow: 1.111;
}
.o-mosaic__flex-grow-c37c5b {
  flex-grow: 1.5;
}
/*
 Mosaic with 4 photos
 ========================================================================== */
.o-mosaic-quad {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.o-mosaic-quad:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: 3rem;
  height: 100%;
  background-color: #ededed;
  z-index: 0;
}
.o-mosaic-quad__row {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
.o-mosaic-quad__row:first-of-type {
  margin-bottom: -0.75rem;
  z-index: 100;
}
.o-mosaic-quad__row:last-of-type {
  margin-top: -0.75rem;
  z-index: 1;
}
.o-mosaic-quad__row--justify-center {
  justify-content: center;
}
.o-mosaic-quad__row--justify-flex-end {
  justify-content: flex-end;
}
@media (min-width: 56.25em) {
  .o-mosaic-quad__row--justify-flex-end\@mosaicHawMd {
    justify-content: flex-end;
  }
}
.o-mosaic-quad__img {
  flex-shrink: 0;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .o-mosaic-quad__img--first {
    max-width: 440px;
  }
}
@media (min-width: 46.25em) {
  .o-mosaic-quad__img--second {
    max-width: 327px;
  }
}
@media (min-width: 46.25em) {
  .o-mosaic-quad__img--third {
    max-width: 240px;
  }
}
@media (min-width: 46.25em) {
  .o-mosaic-quad__img--fourth {
    max-width: 400px;
  }
}
.o-mosaic__foreground {
  min-width: 300px;
  max-width: 50%;
}
.o-mosaic__foreground img {
  width: 100%;
}
.o-mosaic__background {
  position: absolute;
  top: 1.125rem;
  right: 1.5rem;
  width: 55%;
}
.o-mosaic__background img {
  width: 100%;
}
/* ==========================================================================
 OBJECTS/MOSAIC-HAW
 ========================================================================== */
@media (min-width: 56.25em) {
  .o-mosaic-haw {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 56.24em) {
  .o-mosaic-haw__column:nth-child(1) {
    margin-bottom: calc(25px + 3rem);
  }
}
@media (min-width: 56.25em) {
  .o-mosaic-haw__column {
    width: 50%;
  }
}
.o-mosaic-haw__content {
  padding-left: 1.5rem;
  width: 100%;
}
@media (max-width: 56.24em) {
  .o-mosaic-haw__content {
    padding-right: 1.5rem;
  }
}
@media (min-width: 56.25em) {
  .o-mosaic-haw__content {
    margin-left: auto;
    max-width: calc(69.375rem / 2 + 1.5rem);
    padding-right: 6rem;
  }
}
/* ==========================================================================
 OBJECTS/MOSAIC-WRAPPER
 ========================================================================== */
@media (max-width: 46.24em) {
  .o-mosaic-wrapper.o-mosaic-wrapper--reverse-md {
    margin-top: 100px;
  }
}
@media (min-width: 46.25em) {
  .o-mosaic-wrapper {
    display: flex;
    align-items: center;
  }
  .o-mosaic-wrapper.o-mosaic-wrapper--reverse-md {
    flex-direction: row-reverse;
  }
}
@media (max-width: 46.24em) {
  .o-mosaic-wrapper__column:nth-child(1) {
    margin-bottom: calc(25px + 3rem);
  }
}
@media (min-width: 46.25em) {
  .o-mosaic-wrapper__column {
    width: 50%;
  }
}
.o-mosaic-wrapper__content {
  padding-left: 1.5rem;
  width: 100%;
}
@media (max-width: 46.24em) {
  .o-mosaic-wrapper__content {
    padding-right: 1.5rem;
  }
}
@media (min-width: 46.25em) {
  .o-mosaic-wrapper__content {
    margin-left: auto;
    max-width: calc(69.375rem / 2 + 1.5rem);
    padding-right: 6rem;
  }
}
/* ==========================================================================
 OBJECTS/PRODUCT-GRID
 ========================================================================== */
.o-product-grid {
  list-style: none;
  margin-bottom: -3rem;
  margin-top: 3rem;
}
@media (min-width: 46.25em) {
  .o-product-grid {
    display: flex;
    flex-wrap: wrap;
    /*margin-left: units(-4);*/
  }
}
@media (max-width: 61.24em) {
  .o-product-grid {
    margin-top: 0;
  }
}
.o-product-grid.sponsorship-content ul {
  margin-left: 15px;
  list-style: disc;
}
.o-product-grid.sponsorship-content .button {
  margin-top: 25px;
}
.o-product-grid__col {
  margin-bottom: 3rem;
}
@media (max-width: 61.24em) {
  .o-product-grid__col {
    margin-bottom: 0;
  }
}
.o-product-grid__col h4 {
  text-align: center;
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
  font-weight: normal;
}
.o-product-grid__col.artistry-studio h4 {
  color: #804948;
}
.o-product-grid__col.beauty h4 {
  color: #663c1c;
}
.o-product-grid__col.company h4 {
  color: #704931;
}
.o-product-grid__col.corporate h4 {
  color: #37538d;
}
.o-product-grid__col.creators h4 {
  color: #1a3e43;
}
.o-product-grid__col.home h4 {
  color: #1a3e43;
}
.o-product-grid__col.nutrition h4 {
  color: #515813;
}
.o-product-grid__col.quality-innovation h4 {
  color: #5c677e;
}
.o-product-grid__col.energy-sport h4 {
  color: #753939;
}
@media (min-width: 46.25em) {
  .o-product-grid__col {
    display: flex;
    /*padding-left: units(4);*/
    padding: 0 1.5rem;
  }
  .o-product-grid--1\/2 .o-product-grid__col {
    width: calc((1/2) * 100%);
  }
  .o-product-grid--1\/3 .o-product-grid__col {
    width: calc((1/3) * 100%);
  }
  .o-product-grid--1\/4 .o-product-grid__col {
    width: calc((1/4) * 100%);
  }
}
/* ==========================================================================
 OBJECTS/GRID
 ========================================================================== */
.o-grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
/**
 * No explicit width by default. Rely on combining `Grid-cell` with a dimension
 * utility or a component class that extends 'Grid'.
 *
 * 1. Set flex items to full width by default
 * 2. Fix issue where elements with overflow extend past the
 *    `Grid-cell` container - https://git.io/vw5oF
 */
.o-grid__item {
  width: 100%;
  height: 100%;
  /* PLEASE HELP ME AND MAKE SURE THIS DOESN'T BREAK SHIT ANYWHERE ELSE BECAUSE THIS COULD BE A BIG CHANGE */
  flex-basis: 100%;
  /* 1 */
  min-width: 0;
  /* 2 */
}
/**
 * Grid with equal height grid items
 * 1. Allow for nested grids to have equal height cells
 */
.o-grid--equalHeight {
  flex-grow: 1;
  /* 1 */
}
.o-grid--equalHeight > .o-grid__item {
  display: flex;
  flex-direction: column;
}
.o-grid--justifyCenter {
  justify-content: center;
}
.o-grid--alignCenter {
  align-items: center;
}
.o-grid--gutters-lg {
  margin-left: -1.5rem;
  margin-bottom: -3rem;
  width: calc(100% + 3rem);
}
.o-grid--gutters-lg > .o-grid__item {
  margin-bottom: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 46.25em) {
  .o-grid--gutters-lg {
    margin-left: -3rem;
    margin-bottom: -6rem;
    width: calc(100% + 6rem);
  }
  .o-grid--gutters-lg > .o-grid__item {
    margin-bottom: 6rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.o-grid--gutters-md {
  margin-left: -1.5rem;
  margin-bottom: -3rem;
  width: calc(100% + 3rem);
}
.o-grid--gutters-md > .o-grid__item {
  margin-bottom: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.o-grid--gutters-sm {
  margin-left: -0.75rem;
  margin-bottom: -1.5rem;
  width: calc(100% + 1.5rem);
}
.o-grid--gutters-sm > .o-grid__item {
  margin-bottom: 1.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.o-grid--gutters-offset {
  margin-left: -1.5rem;
  margin-bottom: -3rem;
  width: calc(100% + 3rem);
}
@media (min-width: 46.25em) {
  .o-grid--gutters-offset {
    margin-bottom: -4.5rem;
  }
}
.o-grid--gutters-offset > .o-grid__item {
  margin-bottom: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 46.25em) {
  .o-grid--gutters-offset > .o-grid__item {
    margin-bottom: 4.5rem;
  }
}
/* ==========================================================================
 OBJECTS/RATIO
 ========================================================================== */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}
.o-ratio:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.o-ratio__item, .o-ratio > iframe, .o-ratio > embed, .o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
picture.o-ratio__item > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.o-ratio--2\:3:before {
  padding-bottom: calc((3/2) * 100%);
}
.o-ratio--3\:2:before {
  padding-bottom: calc((2/3) * 100%);
}
.o-ratio--9\:4:before {
  padding-bottom: calc((4/9) * 100%);
}
.o-ratio--16\:9:before {
  padding-bottom: calc((9/16) * 100%);
}
/* ==========================================================================
 OBJECTS/WRAPPER
 ========================================================================== */
.o-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 72.375rem;
}
.o-wrapper--large, .o-wrapper--lg {
  max-width: 72.375rem;
}
.o-wrapper--medium, .o-wrapper--md {
  max-width: 56.125rem;
}
.o-wrapper--small, .o-wrapper--sm {
  max-width: 51.75rem;
}
.o-wrapper--relative {
  position: relative;
}
.o-accordion {
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 1em;
}
.o-accordion.aa-accordion {
  border-bottom: 1px solid #dadada;
}
.o-accordion:hover .o-accordion__title {
  color: #dadada;
}
.o-accordion__title {
  color: #2c2c2c;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  transition: 0.4s;
}
.o-accordion__title:before {
  content: '+';
  width: 25px;
  float: left;
}
.o-accordion__title.ja:before {
  content: none;
}
.o-accordion__title.ja .o-accordion__title-text {
  margin-left: 0;
}
.o-accordion__title h3 {
  font-size: 1rem;
}
.o-accordion__title .o-accordion__open-flag {
  font-weight: 800;
  padding-right: 15px;
  float: left;
  width: 25px;
  display: none;
}
.o-accordion__title .o-accordion__title-text {
  display: block;
  margin-left: 25px;
  font-weight: 600;
}
.o-accordion__title.active {
  color: #344e97;
}
.o-accordion__title.active:before {
  content: '—';
}
.o-accordion:hover .o-accordion__title {
  color: #075a90;
}
.o-accordion__panel {
  padding-left: 1.5rem;
  margin-top: 1rem;
  display: none;
  overflow: hidden;
}
.o-accordion__panel .c-qa-card__footer-more {
  display: block;
  text-align: right;
  color: #344e97;
}
/* ==========================================================================
 VENDOR/HAMBURGER
 ========================================================================== */
/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.c-site-nav .hamburger {
  background-color: #fff;
}
@media (min-width: 61.25em) {
  .c-site-nav .hamburger {
    display: none;
  }
}
.c-views .hamburger {
  padding: 0;
}
@media (min-width: 46.25em) {
  .c-views .hamburger {
    display: none;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  /*background-color: $hamburger-layer-color;*/
  background-color: #2c2c2c;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.hamburger--is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.hamburger--is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.hamburger--is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* ==========================================================================
 VENDOR/FLICKITY
 ========================================================================== */
/* Flickity v2.0.5
 http://flickity.metafizzy.co
 ---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-pillar-slider .flickity-slider, .c-timeline__slider .flickity-slider {
  transform: none !important;
}
/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  border: 2px solid #fff;
  flex-shrink: 0;
  /* vertically center */
  transform: translateY(-50%);
}
@media (max-width: 46.24em) {
  .flickity-prev-next-button {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }
}
.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button:disabled:hover {
  background-color: transparent;
}
button.flickity-prev-next-button svg.flickity-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  transform: translate(-50%, -50%);
}
.flickity-prev-next-button .arrow {
  fill: #fff;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.c-pillar-slider .flickity-page-dots {
  right: 0;
  left: 0;
  bottom: calc(1.5rem + 10px);
  margin: auto;
  padding-left: 1.5rem;
  width: calc(69.375rem + 3rem);
  text-align: left;
}
@media (max-width: 66.865em) {
  .c-pillar-slider .flickity-page-dots {
    bottom: 0.75rem;
  }
}
.c-timeline .flickity-page-dots {
  top: 3rem;
  left: -1.125rem;
  display: flex;
  flex-direction: column;
  bottom: auto;
  width: auto;
}
@media (min-width: 75em) {
  .c-timeline .flickity-page-dots {
    left: -1.5rem;
  }
}
@media (max-width: 61.24em) {
  .c-timeline .flickity-page-dots {
    top: 0.75rem;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #dadada;
  border-radius: 50%;
  vertical-align: top;
  pointer-events: none !important;
}
.c-timeline .flickity-page-dots .dot {
  margin: 0 0 8px 0;
}
.flickity-page-dots .dot.is-selected {
  background-color: #fcb800;
}
svg {
  touch-action: none;
}
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}
.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #cdcdcd;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.jvectormap-legend-cnt {
  position: absolute;
}
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.jvectormap-legend-tick-text {
  font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}
/* ==========================================================================
 COMPONENTS/AA-MODULE
 ========================================================================== */
.c-aa-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 3rem;
}
.c-aa-module__cell {
  width: 100%;
}
.c-aa-module__cell a:hover {
  text-decoration: underline;
}
.c-aa-module__cell:nth-child(1), .c-aa-module__cell:nth-child(2) {
  margin-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .c-aa-module__cell:nth-child(1), .c-aa-module__cell:nth-child(2) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .c-aa-module__cell:nth-child(1) {
    padding-right: 3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .c-aa-module__cell:nth-child(2) {
    padding-left: 3rem;
  }
}
.c-aa-module__qa:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.c-aa-module__qa span {
  display: block;
}
.c-aa-module__qa a {
  color: inherit;
}
.c-banner-2-3#abo-stories-banner .banner-content {
  background-color: #f0f2ff;
  color: #37373e;
  border: none;
}
.c-section--abo-stories-banner {
  margin-bottom: 10rem;
}
.c-abo-stories__intro {
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.c-abo-stories__intro h2 {
  margin-bottom: 1em;
}
#abo-stories-tabs {
  border: none;
}
#abo-stories-tabs .abo-stories-tabs-list {
  display: flex;
}
#abo-stories-tabs .abo-stories-tabs-list li.pl-0 {
  padding-left: 0 !important;
}
#abo-stories-tabs .abo-stories-tabs-list .align-end {
  align-self: end;
}
#abo-stories-tabs .abo-stories-tabs-list li {
  display: inline-block;
  margin-right: 1rem;
  padding: 0 1rem;
}
#abo-stories-tabs .abo-stories-tabs-list li button {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1.25rem;
}
#abo-stories-tabs .abo-stories-tabs-list li button:focus, #abo-stories-tabs .abo-stories-tabs-list li button:active {
  border: none;
}
#abo-stories-tabs .abo-stories-tabs-list li:hover button {
  color: #666;
}
#abo-stories-tabs .abo-stories-tabs-list li.active {
  border-bottom: 5px solid #000;
}
#abo-stories-tabs .abo-stories-tabs-list li.active:hover {
  border-bottom: 5px solid #666;
}
#abo-stories-tabs .abo-stories-tabs-list li.active button {
  font-weight: 600;
}
.c-section-abo-stories-listing .c-card-abo-story-wrapper {
  text-align: center;
  padding: 1rem;
}
.c-section-abo-stories-listing .c-card-abo-story-wrapper .c-card-abo-story {
  text-decoration: none;
}
.c-section-abo-stories-listing .c-card-abo-story-wrapper .c-card-abo-story img {
  display: block;
  height: auto;
  margin-bottom: 0.5rem;
}
.c-section-abo-stories-listing .c-card-abo-story-wrapper .c-card-abo-story h2 {
  line-height: 1.5em;
  font-size: 1.25rem;
}
.c-section-abo-stories-listing .c-card-abo-story-wrapper .c-card-abo-story p {
  line-height: 1.5em;
}
.c-banner-2-3.abo-stories-featured-banner {
  height: auto;
}
.c-banner-2-3.abo-stories-featured-banner .banner-decorator {
  display: none;
}
.c-banner-2-3.abo-stories-featured-banner .banner-image {
  width: 100%;
  height: 56%;
}
.c-banner-2-3.abo-stories-featured-banner .banner-image.left {
  margin-left: 0;
}
.c-banner-2-3.abo-stories-featured-banner .banner-image.right {
  margin-right: 0;
}
.c-banner-2-3.abo-stories-featured-banner .banner-content .button {
  background-color: #fff;
  border: 2px solid #2c2c2c;
  color: #2c2c2c;
  width: auto;
  border-radius: 35px;
  font-weight: 800;
}
.c-banner-2-3.abo-stories-featured-banner .banner-content .button:hover {
  background-color: #eee;
}
#ager-map {
  padding-bottom: 0;
}
@media (max-width: 46.24em) {
  #ager-map {
    display: none;
  }
}
#ager-map #map-wrapper {
  margin-top: 30px;
  height: 700px;
}
/* ==========================================================================
 COMPONENTS/AGER_PROGRAM-OVERVIEW
 ========================================================================== */
@media (min-width: 61.25em) {
  .c-ager-overview__inner {
    display: flex;
  }
}
.c-ager-overview__mosaic-wrapper {
  position: relative;
  margin-bottom: 3rem;
  margin-left: -1.5rem;
  padding: 3rem 1.5rem;
  width: calc(100% + 3rem);
}
@media (min-width: 61.25em) {
  .c-ager-overview__mosaic-wrapper {
    margin-bottom: 0;
    max-width: 50%;
    background-color: transparent;
  }
}
.c-ager-overview__mosaic-foreground {
  position: relative;
  z-index: 999;
}
@media (min-width: 34.375em) {
  .c-ager-overview__mosaic-foreground {
    min-width: 300px;
    max-width: 50%;
  }
}
@media (max-width: 34.375em) {
  .c-ager-overview__mosaic-foreground {
    margin: auto;
  }
}
.c-ager-overview__mosaic-background {
  position: absolute;
  z-index: 1;
  top: 1.125rem;
  right: 1.5rem;
  width: 55%;
}
@media (max-width: 34.375em) {
  .c-ager-overview__mosaic-background {
    display: none;
  }
}
.c-ager-overview__mosaic-background img {
  width: 100%;
}
.c-ager-overview__content {
  width: 100%;
}
.c-ager-overview__content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1em;
  color: #003160;
}
.c-ager-overview__content p {
  margin-bottom: 1em;
}
@media (min-width: 61.25em) {
  .c-ager-overview__content {
    padding-right: 3rem;
    max-width: 50%;
  }
}
.c-ager__program-tile h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0.2em;
}
.c-ager__program-tile .ager-location {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #afafaf;
  margin: 1em 0;
}
.c-ager__program-tile a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-top: 1em;
}
#arrangeable_items {
  width: 100%;
}
#arrangeable_items .arrangeable_item {
  margin-bottom: 1rem !important;
  border: 1px solid #d8d8d8;
  width: 100%;
}
#arrangeable_items .arrangeable_item.c-card-newsroom-outside {
  padding: 0;
}
#arrangeable_items .arrangeable_item.c-card-newsroom-outside .c-card-newsroom {
  border: none;
}
#arrangeable_items .arrangeable_item.c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content {
  padding: 0.75rem 1rem;
}
#arrangeable_items .arrangeable_item.newsroom-inTheNews__article {
  padding: 0;
}
#arrangeable_items .arrangeable_item.newsroom-inTheNews__article .newsroom_inTheNews__details {
  padding: 0.75rem 1rem;
  background-color: #f6f6f6;
}
#arrangeable_items .arrangeable_item.newsroom-inTheNews__article .newsroom-inTheNews__article-title {
  padding: 1rem;
}
/* ==========================================================================
 COMPONENTS/ARTICLE
 ========================================================================== */
.c-article {
  position: relative;
}
.c-article--page {
  border-bottom: 1px solid #e6e6e6;
}
.c-article--page .c-article__header {
  padding-bottom: 0;
}
.c-article--page .c-article__header .c-article__header-inner {
  padding-bottom: 0;
}
.c-article--page .c-article__header .c-article__header-inner .c-article__title {
  margin-bottom: 0;
}
/**
 * Article header
 */
@media (min-width: 61.25em) {
  .c-article__header {
    padding-bottom: 2.625rem;
  }
}
.c-article__return-link:before {
  content: url("../assets/img/svg/chevron-left.svg");
  display: inline-block;
  margin-right: 0.5rem;
}
/*
 Article header style variants
 ========================================================================== */
.c-article--about-amway .c-article__header {
  background-color: #000;
  color: #fff;
}
.c-article--products .c-article__header {
  background-color: #000;
  color: #fff;
}
.c-article--understanding-direct-selling .c-article__header {
  background-color: #000;
  color: #fff;
}
.c-article--making-money .c-article__header {
  background-color: #000;
  color: #fff;
}
.c-article--rumors .c-article__header {
  background-color: #000;
  color: #fff;
}
.c-article__header-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 45.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 61.25em) {
  .c-article__header-inner {
    padding-bottom: 3rem;
  }
  .c-article--page .c-article__header-inner {
    padding-top: 3rem;
    text-align: center;
  }
}
.c-article--amway-answers .c-article__header .c-section__inner p {
  position: relative;
  height: 75px;
}
.c-article__meta {
  display: block;
  margin-bottom: 0.75rem;
}
.c-article__date, .c-article__category, .c-article__timeToRead {
  display: inline;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-article__date.publication, .c-article__category.publication, .c-article__timeToRead.publication {
  color: #4e4e4e;
}
.c-article__meta__divider {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: -3px 5px 0px 5px;
}
.c-article__title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c2c2c;
  margin-bottom: 1.5625rem;
}
.c-article--amway-answers .c-article__title {
  color: #fff;
}
.c-article__title-wrapper a {
  text-decoration: none;
}
.c-article__publication-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2c2c2c;
  margin-bottom: 1.5625rem;
  text-decoration: none;
}
.c-article--amway-answers .c-article__header {
  position: relative;
}
.c-article--amway-answers .c-article__header:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.c-article--amway-answers .c-article__header .c-section__title {
  color: #fff;
}
@media (max-width: 61.24em) {
  .c-article--amway-answers .c-article__header .c-section__title {
    padding-bottom: 1em;
  }
}
.c-article--amway-answers .c-article__header .c-pillar-slider__media-btn {
  position: relative;
  top: auto;
  left: auto;
}
.c-article--amway-answers .c-article__inner .c-prose {
  max-width: 45.5rem;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  display: block;
}
.c-article--amway-answers .c-article__inner .c-prose h1 {
  margin-bottom: 0.5em !important;
}
.c-article--amway-answers .c-article__inner .o-wrapper {
  padding: 0;
}
.c-article--amway-answers hr.gray {
  width: 100%;
  background-color: #dadada;
  height: 1px;
}
.c-article--amway-answers #s-more-info .more-info-block {
  background-color: #fff;
}
.c-article--amway-answers #s-more-info .more-info-block .more-info-heading {
  background-color: #075a90;
  padding: 15px;
}
.c-article--amway-answers #s-more-info .more-info-block .more-info-heading h4 {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.c-article--amway-answers #s-more-info .more-info-block .info-links-wrapper {
  padding: 25px 50px;
}
.c-article--amway-answers #s-more-info .more-info-block .info-links-wrapper .info-link {
  display: block;
  font-family: 'helvetica', sans-serif;
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: left;
  color: #002f5f;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 1rem;
}
.c-article--amway-answers #s-more-info .more-info-block .info-links-wrapper .info-link span {
  font-weight: 0;
  color: #075a90;
}
.c-article__wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 45.5rem;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .c-article__wrapper {
    margin-bottom: 6rem;
  }
}
.c-article__content {
  padding-bottom: 6rem;
}
/**
 * Article share
 */
.c-article__share {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 61.24em) {
}
.c-article--about-amway .c-article__share:after {
  background-color: #075a90;
}
.c-article--products .c-article__share:after {
  background-color: #0ba33e;
}
.c-article--understanding-direct-selling .c-article__share:after {
  background-color: #5c005a;
}
.c-article--making-money .c-article__share:after {
  background-color: #d97e00;
}
.c-article--rumors .c-article__share:after {
  background-color: #0e224e;
}
.c-article__share-inner {
  position: relative;
  z-index: 10;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 2px;
  pointer-events: auto;
}
.c-article__share-inner span {
  font-size: 0.75rem;
}
.c-article__share-list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.c-article__share-item {
  /**/
  margin-right: 1.5rem;
}
.c-article__share-item svg {
  vertical-align: middle;
  transition: all ease-in-out 0.1s;
}
.c-article__share-item a:hover svg {
  transform: scale(1.1);
}
/**
 * Article featured image which is optional
 */
.c-article__featured-media {
  position: relative;
  max-width: 72.375rem;
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.875rem;
}
.c-article__featured-media img {
  aspect-ratio: 1.7777777778 !important;
}
.c-article__inner {
  margin-top: 1.5rem;
  min-height: 200px;
}
/**
 * Article footer
 */
.c-article__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f4f4f4;
}
.c-article__pdf-download {
  display: inline-flex;
  align-items: center;
  color: #56565a;
  text-decoration: none;
  margin-left: auto;
  margin-top: 1rem;
}
.c-article__pdf-download:hover svg {
  transform: rotate(360deg);
}
.c-article__pdf-download svg {
  margin-right: 0.375rem;
  transition: all ease-in-out 0.2s;
  transform-origin: center center;
}
.c-article__footer-tags-label {
  margin-right: 0.75rem;
}
.c-article__footer-tags {
  display: flex;
  align-items: center;
}
.c-article__footer-tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.c-article__footer-tags-list li {
  margin-top: 4px;
  margin-bottom: 4px;
}
.c-article__footer-tags-list li:not(:last-of-type) {
  margin-right: 0.75rem;
}
/**
 * Content Digest CTA
 */
.c-article__content-digest-cta {
  background-color: #f4f4f4;
  padding: 18px;
  margin-top: 50px;
}
.c-article__content-digest-cta img {
  max-width: 155px;
  float: left;
  margin-right: 40px;
  margin-top: -25px;
}
.c-article__content-digest-cta-content {
  padding-top: 15px;
}
.c-article__content-digest-cta-title {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  font-size: 17px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #002f5f;
  margin-bottom: 25px;
}
/**
 * Article contacts
 */
.c-article__contact {
  margin-top: 3rem;
  padding: 1.125rem;
  background-color: #f4f4f4;
}
.c-article__contact-title {
  display: block;
  margin-bottom: 0.75rem;
}
.c-article__contact-inner {
  display: flex;
  align-items: center;
}
.c-article__contact-media {
  margin-right: 0.75rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 46.24em) {
  .c-article__contact-media {
    display: none;
  }
}
.c-article__contact-info a {
  text-decoration: none;
  color: #002f5f;
}
.c-article__contact-info a:focus, .c-article__contact-info a:hover {
  text-decoration: underline;
}
.c-article__contact-name {
  font-size: 1.25rem;
  color: #002f5f;
}
.c-article__contact-items {
  list-style: none;
}
@media (min-width: 46.25em) {
  .c-article__contact-items {
    display: flex;
  }
}
.c-article__contact-item {
  display: flex;
  align-items: center;
}
.c-article__contact-item:not(:last-of-type) {
  margin-right: 1.5rem;
}
.c-article__contact-item svg {
  margin-right: 4px;
}
.c-article__featured-media-content-wrapper {
  padding-left: 0 !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 46.24em) {
  .c-article__featured-media-content-wrapper {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 1.875rem;
    padding-bottom: 1rem;
  }
}
.c-article__featured-media-content {
  background-color: #f4f4f4;
  padding: 15px 30px;
  height: 100%;
}
.c-article__featured-media-content p {
  margin-top: 25px;
}
.c-article__featured-media-content-header {
  padding: 0.5rem 1.125rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #002f5f;
  margin-left: -30px;
  margin-bottom: 25px;
  box-shadow: 0 0 0 #002f5f, 0 0 0 transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
/* ==========================================================================
 COMPONENTS/BUTTON
 ========================================================================== */
.button, .c-btn {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 27.5px;
  background-color: #2c2c2c;
  padding: 18px 25px;
  text-decoration: none;
}
.button.btn-square, .c-btn.btn-square {
  border-radius: 0;
}
.button:focus, .c-btn:focus, .button:hover, .c-btn:hover {
  background-color: #464646;
  color: #fff;
  text-decoration: none;
}
.c-btn--secondary {
  background-color: #8c8ea6;
}
.c-btn--secondary:focus, .c-btn--secondary:hover {
  background-color: #7e809b;
}
.c-btn--artistry-studio {
  background-color: #804948;
}
.c-btn--artistry-studio:focus, .c-btn--artistry-studio:hover {
  background-color: #70403f;
}
.c-btn--beauty {
  background-color: #444;
}
.c-btn--beauty:focus, .c-btn--beauty:hover {
  background-color: #373737;
}
.c-btn--company {
  background-color: #704931;
}
.c-btn--company:focus, .c-btn--company:hover {
  background-color: #5e3d29;
}
.c-btn--corporate {
  background-color: #37538d;
}
.c-btn--corporate:focus, .c-btn--corporate:hover {
  background-color: #30487b;
}
.c-btn--creators {
  background-color: #1a3e43;
}
.c-btn--creators:focus, .c-btn--creators:hover {
  background-color: #132d31;
}
.c-btn--industry {
  background-color: #171717;
}
.c-btn--industry:focus, .c-btn--industry:hover {
  background-color: #0a0a0a;
}
.c-btn--csr {
  background-color: #7a7a00;
}
.c-btn--csr:focus, .c-btn--csr:hover {
  background-color: #616100;
}
.c-btn--corporate-social-responsibility {
  background-color: #7a7a00;
}
.c-btn--corporate-social-responsibility:focus, .c-btn--corporate-social-responsibility:hover {
  background-color: #616100;
}
.c-btn--our-story {
  background-color: #767676;
}
.c-btn--our-story:focus, .c-btn--our-story:hover {
  background-color: #696969;
}
.c-btn--founding-families {
  background-color: #171717;
}
.c-btn--founding-families:focus, .c-btn--founding-families:hover {
  background-color: #0a0a0a;
}
.c-btn--home {
  background-color: #007dba;
}
.c-btn--home:focus, .c-btn--home:hover {
  background-color: #006ca1;
}
.c-btn--nutrition {
  background-color: #008926;
}
.c-btn--nutrition:focus, .c-btn--nutrition:hover {
  background-color: #00701f;
}
.c-btn--quality-innovation {
  background-color: #ad6500;
}
.c-btn--quality-innovation:focus, .c-btn--quality-innovation:hover {
  background-color: #945600;
}
.c-btn--research-development {
  background-color: #ad6500;
}
.c-btn--research-development:focus, .c-btn--research-development:hover {
  background-color: #945600;
}
.c-btn--energy-sport {
  background-color: #d700be;
}
.c-btn--energy-sport:focus, .c-btn--energy-sport:hover {
  background-color: #be00a7;
}
.c-btn--ager {
  background-color: #704931;
}
.c-btn--ager:focus, .c-btn--ager:hover {
  background-color: #5e3d29;
}
.c-btn--nutrition--secondary {
  background-color: #67a409;
}
.c-btn--nutrition--secondary:focus, .c-btn--nutrition--secondary:hover {
  background-color: #588c08;
}
.c-btn--nutrition--tertiary {
  background-color: #355704;
}
.c-btn--nutrition--tertiary:focus, .c-btn--nutrition--tertiary:hover {
  background-color: #263f03;
}
.c-btn-green {
  background-color: #78bb27;
}
.c-btn-green:focus, .c-btn-green:hover {
  background-color: #6aa623;
}
.c-btn-teal {
  background-color: #478b86;
}
.c-btn-teal:focus, .c-btn-teal:hover {
  background-color: #3e7a76;
}
.c-btn--white {
  background-color: #fff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  color: #002f5f;
}
.c-btn--white:focus, .c-btn--white:hover {
  background-color: #eee;
}
.c-btn--cta {
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.35);
}
.c-btn--cta:focus, .c-btn--cta:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.c-btn--text {
  background-color: transparent;
  color: inherit;
}
.c-btn--text:focus, .c-btn--text:hover {
  background-color: transparent;
}
/**
 * Buttons that contain icons
 */
.c-btn--icon {
  display: inline-flex;
  align-items: center;
}
.c-btn--icon svg {
  margin-left: 0.375rem;
  transition: all ease-in-out 0.3s;
  transform-origin: center center;
}
/**
 * Make button fill the available space
 */
.c-btn--fill {
  display: flex;
  justify-content: center;
  width: 100%;
}
.button-outline {
  border: 1px solid #2c2c2c;
  background-color: transparent;
  color: #2c2c2c;
}
.button-outline:hover {
  background-color: transparent;
  color: #2c2c2c;
}
.button-outline:focus {
  background-color: transparent !important;
}
@font-face {
  font-family: 'chevron';
  src: url("../assets/fonts/chevron.eot?33c5vi");
  src: url("../assets/fonts/chevron.eot?33c5vi#iefix") format('embedded-opentype'), url("../assets/fonts/chevron.ttf?33c5vi") format('truetype'), url("../assets/fonts/chevron.woff?33c5vi") format('woff'), url("../assets/fonts/chevron.svg?33c5vi#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.button-arrow-hover {
  transition: all 0.25s ease;
  padding-left: 32px;
  padding-right: 32px;
}
.button-arrow-hover:after {
  content: "\e900";
  font-family: 'chevron';
  display: inline-block;
  transform: scale(0.65) translateY(2px) translateX(2px);
  transition: all 0.25s ease;
  text-indent: 0;
  width: 0;
  opacity: 0;
  line-height: 1em;
}
.button-arrow-hover:hover {
  text-indent: -0.35em;
}
.button-arrow-hover:hover:after {
  transform: scale(0.65) translateY(2px) translateX(11px);
  width: 0.35em;
  opacity: 1;
}
.button-slim {
  padding: 14px 32px;
}
.button-newsroom {
  padding: 14px 32px;
  font-weight: 900;
}
.button-newsroom:focus {
  color: inherit;
}
.no-button {
  border: none;
  background: transparent;
}
/* ==========================================================================
 COMPONENTS/BANNER
 ========================================================================== */
.c-banner {
  position: relative;
  color: #fff;
  background-color: #171717;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/**
 * Banner variants
 */
.c-banner--products {
  height: 330px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-banner--products .c-banner__product-cat-title {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.c-banner--products:before {
  content: none;
}
.c-banner--impact-report {
  background-color: #2c2c2c;
  color: #fff;
}
.c-banner--nutrition .c-banner__product-cat-title {
  background-color: #eff9e5;
}
.c-banner--nutrition-secondary:before {
  background-color: #447057;
  background-image: none;
}
.c-banner--beauty .c-banner__product-cat-title {
  background-color: #f6eee8;
}
.c-banner--artistry-studio .c-banner__product-cat-title {
  background-color: #f6eee8;
}
.c-banner--beauty-secondary:before {
  background-color: #73767a;
  background-image: none;
}
.c-banner--energy-sport .c-banner__product-cat-title {
  background-color: #ffe2e2;
}
.c-banner--energy-sport-secondary:before {
  background-color: #090b9c;
  background-image: none;
}
.c-banner--home .c-banner__product-cat-title {
  background-color: #e5fdfe;
}
.c-banner--home-secondary:before {
  background-color: #003259;
  background-image: none;
}
.c-banner__product-detail {
  display: flex;
}
@media (max-width: 46.24em) {
  .c-banner__product-detail {
    display: block;
  }
}
.c-banner__product-detail .c-banner__detail-image {
  display: inline-block;
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 46.24em) {
  .c-banner__product-detail .c-banner__detail-image {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.c-banner__product-detail .c-banner__detail-content {
  width: 40%;
  padding: 40px 110px 40px 40px;
}
.c-banner__product-detail .c-banner__detail-content h2 {
  margin-bottom: 0.5rem;
}
.c-banner__product-detail .c-banner__detail-content p {
  font-size: 14px;
}
.c-banner__product-detail .c-banner__detail-content .c-btn {
  margin-top: 50px;
  text-transform: uppercase;
  /*width: 80%;*/
  width: 100%;
  transition: background-color ease-in-out 0.2s;
}
@media (max-width: 46.24em) {
  .c-banner__product-detail .c-banner__detail-content {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 40px;
  }
}
.c-banner__product-detail.artistry-studio .c-banner__detail-content {
  background-color: #fae6e5;
  color: #804948;
}
.c-banner__product-detail.beauty .c-banner__detail-content {
  background-color: #f6eee8;
  color: #663c1c;
}
.c-banner__product-detail.company .c-banner__detail-content {
  background-color: #fff1e8;
  color: #704931;
}
.c-banner__product-detail.corporate .c-banner__detail-content {
  background-color: #f7f9fc;
  color: #37538d;
}
.c-banner__product-detail.creators .c-banner__detail-content {
  background-color: #b8d2d6;
  color: #1a3e43;
}
.c-banner__product-detail.founding-families .c-banner__detail-content {
  background-color: #171717;
}
.c-banner__product-detail.home .c-banner__detail-content {
  background-color: #e5fdfe;
  color: #1a3e43;
}
.c-banner__product-detail.nutrition .c-banner__detail-content {
  background-color: #eff9e5;
  color: #515813;
}
.c-banner__product-detail.quality-innovation .c-banner__detail-content {
  background-color: #f2f5fe;
  color: #5c677e;
}
.c-banner__product-detail.energy-sport .c-banner__detail-content {
  background-color: #ffe2e2;
  color: #753939;
}
.c-banner__product-detail:before {
  content: none;
}
.careers-cream h1, .careers-cream h2, .careers-cream h3, .careers-cream h4, .careers-cream h5 {
  color: #505048;
}
.careers-cream h1 {
  text-transform: uppercase;
}
.careers-cream a {
  font-weight: bold;
}
.careers-red h1, .careers-red h2, .careers-red h3, .careers-red h4, .careers-red h5 {
  color: #8d4635;
}
.careers-red h1 {
  text-transform: uppercase;
}
.nutrition-green {
  background-color: #eff9e5;
}
.nutrition-green h1 {
  text-transform: uppercase;
}
.nutrition-green h1, .nutrition-green h2, .nutrition-green h3, .nutrition-green h4, .nutrition-green p, .nutrition-green span {
  color: #515813;
}
.nutrition-green a.button {
  background-color: #515813;
  margin-top: 20px;
  color: #fff;
}
.nutrition-green a.button:hover {
  background-color: #515813;
}
.c-banner--primary-blue:before {
  background-color: #002f5f;
  background-image: none;
}
.c-banner-2-3.banner-nutrition .button:hover {
  background-color: #515813 !important;
}
/**
 * On the CSR page we have a very specific
 * banner section lockup for enviromental impact
 */
.c-banner--enviromental-impact {
  padding-top: 7.5rem;
  background-position: bottom center;
}
.c-banner--enviromental-impact:before {
  background-color: rgba(0, 0, 0, 0.15);
  background-image: none;
}
/**
 * Set the inner banner content above the overlay when needed
 */
.c-banner__inner {
  position: relative;
}
/**
 * Banner text base content wrapper
 */
.c-banner__content {
  position: relative;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 100;
}
@media (min-width: 61.25em) {
  .c-banner__content {
    max-width: 50%;
    min-height: 400px;
    padding-top: 6rem;
    padding-right: 6rem;
    padding-bottom: 6rem;
  }
}
.c-banner--reverse .c-banner__content {
  padding-left: 6rem;
  padding-right: 0;
  margin-left: auto;
}
.c-banner--enviromental-impact .c-banner__content {
  margin-left: auto;
  padding-right: 0;
}
.c-banner__content.text-center {
  text-align: center !important;
}
.c-banner__pre-title {
  display: block;
  margin-bottom: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-banner__page-title {
  display: block;
  margin-bottom: 0.75rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-banner__title {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 61.25em) {
  .c-banner__title {
    font-size: 2.5rem;
  }
}
.c-banner__title-impact {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}
.c-banner__title--decorate:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: -6rem;
  width: 100px;
  height: 2px;
  background-color: #8c8ea6;
  z-index: 9999;
}
@media (max-width: 61.24em) {
  .c-banner__title--decorate:after {
    display: none;
  }
}
.c-banner--reverse .c-banner__title--decorate:after {
  right: auto;
  left: -12rem;
}
.c-banner--beauty .c-banner__title--decorate:after, .c-banner--beauty-secondary .c-banner__title--decorate:after {
  background-color: #444;
}
.c-banner--energy-sport .c-banner__title--decorate:after, .c-banner--energy-sport-secondary .c-banner__title--decorate:after {
  background-color: #d700be;
}
.c-banner--home .c-banner__title--decorate:after, .c-banner--home-secondary .c-banner__title--decorate:after {
  background-color: #007dba;
}
.c-banner--nutrition .c-banner__title--decorate:after, .c-banner--nutrition-secondary .c-banner__title--decorate:after {
  background-color: #008926;
}
.c-banner__title--decorate.green:after {
  background-color: #78bb27;
}
.c-banner__copy {
  margin-bottom: 1.5rem;
}
.c-banner__copy > :not(:last-child) {
  margin-bottom: 0.75rem;
}
/**
 * On the CSR page we include the power of 5
 * logo in the bottom right hand corner of the
 * text based content
 */
.c-banner__power-of-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 61.25em) {
  .c-banner__power-of-5 {
    align-items: flex-start;
  }
}
.c-banner__power-of-5-logo {
  max-width: 20%;
  margin-left: 0.75rem;
}
@media (min-width: 61.25em) {
  .c-banner__power-of-5-logo {
    max-width: 30%;
    margin-bottom: -4.5rem;
    margin-right: -4.5rem;
  }
}
.c-banner__legacy .o-grid__item {
  margin-bottom: 0;
}
.c-banner__legacy .c-banner__legacy-content {
  position: relative;
  z-index: 999;
  padding: 4rem 1rem;
}
.c-banner__legacy .c-banner__legacy-image {
  margin: -20px 30px;
}
.c-banner__g3 .c-banner__legacy-image {
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 81.25em) {
  .c-banner__g3 .c-banner__legacy-image .c-pillar-slider__media-btn {
    left: 60%;
  }
}
@media (max-width: 46.24em) {
  .c-banner__g3 .c-banner__legacy-image {
    height: 400px;
    height: 60vw;
  }
}
.c-banner__g3 .c-banner__legacy-image:before {
  content: none;
}
.c-banner__g3 .c-banner__legacy-content {
  z-index: 999;
  position: relative;
  padding: 40px;
}
.c-banner__g3 .c-banner__legacy-content .u-btn {
  margin-top: 20px;
}
/**
 * Banner media content wrapper setup
 */
.c-banner__media-wrapper {
  width: 100%;
  z-index: 10;
}
@media (min-width: 61.25em) {
  .c-banner__media-wrapper {
    position: absolute;
    right: 0;
    top: -1.5rem;
    bottom: -1.5rem;
    max-width: 50%;
  }
}
@media (max-width: 61.24em) {
  .c-banner__media-wrapper {
    width: 100%;
    z-index: 10;
    height: 80vw;
    max-height: 20rem;
    position: relative;
    bottom: -1.5rem;
    margin-top: -1.5rem;
  }
  .c-banner__media-wrapper .c-banner__media-inner {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.c-banner--reverse .c-banner__media-wrapper {
  left: 0;
  right: auto;
}
.c-banner--offset .c-banner__media-wrapper {
  top: 3rem !important;
  bottom: -3rem !important;
}
.c-banner__media-wrapper.c-banner__media-fit {
  top: 0;
  bottom: 0;
}
.c-banner__media-btn {
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
}
.c-banner__media-btn svg {
  transition: transform ease-in-out 0.2s;
  vertical-align: middle;
}
.c-banner__media-btn:hover svg {
  transform: scale(1.1);
}
.c-banner__media-caption {
  position: absolute;
  top: 3rem;
  right: 0;
  writing-mode: vertical-rl;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 100;
}
@media (max-width: 61.24em) {
  .c-banner__media-caption {
    display: none;
  }
}
.c-banner--offset .c-banner__media-caption {
  top: -1.5rem;
}
.c-banner__media-inner {
  position: relative;
}
@media (min-width: 61.25em) {
  .c-banner__media-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .c-banner__media-wrapper--with-caption .c-banner__media-inner {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 61.24em) {
  .c-banner--offset .c-banner__media-inner:before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 30%;
    height: 2px;
    z-index: 1000;
    background-color: #8c8ea6;
  }
}
@media (max-width: 61.24em) {
  .c-banner--offset .c-banner__media-inner.green:before {
    background-color: #8c8ea6;
  }
}
.c-banner--offset.c-banner--nutrition .c-banner__media-inner:before, .c-banner--offset.c-banner--nutrition-secondary .c-banner__media-inner:before {
  background-color: #008926;
}
.c-banner--offset.c-banner--beauty .c-banner__media-inner:before, .c-banner--offset.c-banner--beauty-secondary .c-banner__media-inner:before {
  background-color: #444;
}
.c-banner--offset.c-banner--energy-sport .c-banner__media-inner:before, .c-banner--offset.c-banner--energy-sport-secondary .c-banner__media-inner:before {
  background-color: #d700be;
}
.c-banner--offset.c-banner--home .c-banner__media-inner:before, .c-banner--offset.c-banner--home-secondary .c-banner__media-inner:before {
  background-color: #007dba;
}
.c-banner--offset.c-banner--nutrition .c-banner__media-inner:before, .c-banner--offset.c-banner--nutrition-secondary .c-banner__media-inner:before {
  background-color: #008926;
}
.c-banner__media-inner img {
  position: relative;
  margin-bottom: -3rem;
  width: 100%;
  vertical-align: top;
  z-index: 100;
}
.c-banner--offset .c-banner__media-inner img {
  padding-left: 20%;
}
@media (min-width: 61.25em) {
  .c-banner__media-inner img {
    display: none;
  }
}
.c-banner__location-wrapper {
  background-color: #005088;
  color: #fff;
  padding: 30px 0;
}
.c-banner__location-wrapper img {
  vertical-align: middle;
  margin-right: 10px;
}
.c-banner__internal {
  height: 475px;
}
.c-banner__internal .o-wrapper {
  height: 100%;
  position: relative;
}
.c-banner__internal:before {
  content: none;
}
.c-banner__inner {
  position: relative;
  z-index: 10;
  align-items: center;
  height: 100%;
}
@media (min-width: 61.25em) {
  .c-banner__inner {
    display: flex;
  }
}
@media (max-width: 61.24em) {
  .c-banner__inner {
    z-index: 999;
    position: relative;
  }
}
.c-banner__inner.c-banner__content-right {
  justify-content: right;
}
.c-banner__primary {
  /*margin-bottom: units(2);*/
  /*padding-bottom: units(2);*/
  /*border-bottom: 1px solid rgba(#fff, .25);*/
}
@media (max-width: 46.24em) {
}
@media (min-width: 46.25em) {
  .c-banner__primary {
    max-width: 50%;
    flex: 1 1 auto;
    padding-right: 1.5rem;
    /*border-right: 1px solid rgba(#fff, .25);*/
  }
}
@media (min-width: 61.25em) {
  .c-banner__primary {
    padding-right: 6rem;
  }
}
.c-banner__primary-title {
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 46.25em) {
  .c-banner__primary-title {
    margin-bottom: 2.25rem;
  }
}
.c-banner__primary-title:before {
  content: none;
  position: absolute;
  top: 50%;
  /*right: calc(100% + 28px);*/
  left: calc(100% + 28px);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.c-banner__primary-tagline {
  line-height: 1.2;
}
.c-banner__primary-tagline span {
  display: block;
}
.c-banner__primary-tagline span:nth-child(1) {
  font-size: 1.8125rem;
  font-weight: 300;
}
@media (min-width: 46.25em) {
  .c-banner__primary-tagline span:nth-child(1) {
    font-size: 2.8125rem;
  }
}
.c-banner__primary-tagline span:nth-child(2) {
  font-size: 2.0625rem;
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .c-banner__primary-tagline span:nth-child(2) {
    font-size: 4.0625rem;
  }
}
.c-banner-internal__content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  color: #56565a;
  width: auto;
  max-width: 50%;
}
@media (max-width: 46.24em) {
  .c-banner-internal__content {
    width: 100%;
    position: relative;
    padding: 20px;
    max-width: none;
  }
}
.c-banner-internal__content h2, .c-banner-internal__content .h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 46.24em) {
  .c-banner-internal__content h2, .c-banner-internal__content .h2 {
    font-size: 1.7rem;
  }
}
.c-banner-internal__content h2 a, .c-banner-internal__content .h2 a {
  text-decoration: none;
}
.c-banner-internal__content sub {
  display: block;
  margin-top: 1rem;
}
.c-banner__primary {
  position: relative;
  width: 100%;
}
.c-banner__media {
  width: calc((1/3) * 100%);
}
.c-banner-2-3 {
  height: 650px;
  margin-bottom: 35px;
}
@media (max-width: 61.24em) {
  .c-banner-2-3 {
    height: auto;
  }
}
.c-banner-2-3.sponsorship-banner {
  height: 350px;
}
.c-banner-2-3.header {
  height: 415px;
}
@media (max-width: 61.24em) {
  .c-banner-2-3.header {
    height: auto;
  }
}
@media (max-width: 61.24em) {
  .c-banner-2-3.header .banner-image {
    height: 250px;
    height: 44vw;
  }
}
.c-banner-2-3.banner-artistry-studio .button {
  border-color: #804948;
}
.c-banner-2-3.banner-artistry-studio .button:hover {
  background-color: #804948;
  color: #fae6e5;
}
.c-banner-2-3.banner-artistry-studio .banner-image:before {
  background-color: #fae6e5;
}
.c-banner-2-3.banner-beauty .button {
  border-color: #663c1c;
}
.c-banner-2-3.banner-beauty .button:hover {
  background-color: #663c1c;
  color: #f6eee8;
}
.c-banner-2-3.banner-beauty .banner-image:before {
  background-color: #f6eee8;
}
.c-banner-2-3.banner-company .button {
  border-color: #704931;
}
.c-banner-2-3.banner-company .button:hover {
  background-color: #704931;
  color: #fff1e8;
}
.c-banner-2-3.banner-company .banner-image:before {
  background-color: #fff1e8;
}
.c-banner-2-3.banner-corporate .button {
  border-color: #37538d;
}
.c-banner-2-3.banner-corporate .button:hover {
  background-color: #37538d;
  color: #f7f9fc;
}
.c-banner-2-3.banner-corporate .banner-image:before {
  background-color: #f7f9fc;
}
.c-banner-2-3.banner-creators .button {
  border-color: #1a3e43;
}
.c-banner-2-3.banner-creators .button:hover {
  background-color: #1a3e43;
  color: #b8d2d6;
}
.c-banner-2-3.banner-creators .banner-image:before {
  background-color: #b8d2d6;
}
.c-banner-2-3.banner-founding-families .button:hover {
  color: #171717;
}
.c-banner-2-3.banner-founding-families .banner-image:before {
  background-color: #171717;
}
.c-banner-2-3.banner-home .button {
  border-color: #1a3e43;
}
.c-banner-2-3.banner-home .button:hover {
  background-color: #1a3e43;
  color: #e5fdfe;
}
.c-banner-2-3.banner-home .banner-image:before {
  background-color: #e5fdfe;
}
.c-banner-2-3.banner-nutrition .button {
  border-color: #515813;
}
.c-banner-2-3.banner-nutrition .button:hover {
  background-color: #515813;
  color: #eff9e5;
}
.c-banner-2-3.banner-nutrition .banner-image:before {
  background-color: #eff9e5;
}
.c-banner-2-3.banner-quality-innovation .button {
  border-color: #5c677e;
}
.c-banner-2-3.banner-quality-innovation .button:hover {
  background-color: #5c677e;
  color: #f2f5fe;
}
.c-banner-2-3.banner-quality-innovation .banner-image:before {
  background-color: #f2f5fe;
}
.c-banner-2-3.banner-energy-sport .button {
  border-color: #753939;
}
.c-banner-2-3.banner-energy-sport .button:hover {
  background-color: #753939;
  color: #ffe2e2;
}
.c-banner-2-3.banner-energy-sport .banner-image:before {
  background-color: #ffe2e2;
}
.c-banner-2-3 .o-grid {
  height: 100%;
  justify-content: center;
}
.c-banner-2-3 .o-grid.row-reverse {
  flex-direction: row-reverse;
}
.c-banner-2-3 .banner-image-wrapper {
  position: relative;
}
.c-banner-2-3 .banner-decorator {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #f1f2ff;
  position: absolute;
  margin-top: 20px;
}
@media (max-width: 61.24em) {
  .c-banner-2-3 .banner-decorator {
    height: 100%;
    bottom: -20px;
  }
}
.c-banner-2-3 .banner-decorator.right {
  margin-left: 30px;
}
.c-banner-2-3 .banner-image {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.c-banner-2-3 .banner-image.left {
  margin-left: 30px;
}
@media (max-width: 61.24em) {
  .c-banner-2-3 .banner-image {
    height: 300px;
    height: calc(70vw - 20px);
    background-size: cover;
  }
}
.c-banner-2-3 .banner-image:before {
  content: '';
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media (max-width: 61.24em) {
  .c-banner-2-3 .banner-image.banner-image-minHeight {
    min-height: 44vw;
    max-height: 350px;
  }
}
@media (max-width: 61.24em) {
  .c-banner-2-3 div.banner-image[style*="background-image: url('https://www.amwayglobal.com/wp-content/uploads/2019/05/Art_Sp19_Paris_Influencer_MargauxLopez09-683x1024.jpg');"] {
    background-position: top -19vw center;
  }
}
.c-banner-2-3 .banner-content {
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  padding: 0 50px;
  /*background-color: #e3e3e3;*/
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 61.24em) {
  .c-banner-2-3 .banner-content {
    padding: 3rem 3rem 0;
  }
}
.c-banner-2-3 .banner-content .c-btn {
  margin-top: 24px;
}
.c-banner-2-3 .banner-content a:hover {
  text-decoration: underline;
}
.c-banner-2-3 .banner-content h1, .c-banner-2-3 .banner-content .h1, .c-banner-2-3 .banner-content h2, .c-banner-2-3 .banner-content .h2, .c-banner-2-3 .banner-content h3, .c-banner-2-3 .banner-content .h3 {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 900;
}
.c-banner-2-3 .banner-content p {
  margin-bottom: 1em;
}
.c-banner-2-3 .banner-content .button {
  width: 100%;
  margin-top: 30px;
}
.c-banner-2-3.banner-artistry-studio .banner-decorator {
  background-color: #fae6e5;
}
.c-banner-2-3.banner-beauty .banner-decorator {
  background-color: #f6eee8;
}
.c-banner-2-3.banner-company .banner-decorator {
  background-color: #fff1e8;
}
.c-banner-2-3.banner-corporate .banner-decorator {
  background-color: #f7f9fc;
}
.c-banner-2-3.banner-creators .banner-decorator {
  background-color: #b8d2d6;
}
.c-banner-2-3.banner-founding-families .banner-decorator {
  background-color: #171717;
}
.c-banner-2-3.banner-home .banner-decorator {
  background-color: #e5fdfe;
}
.c-banner-2-3.banner-nutrition .banner-decorator {
  background-color: #eff9e5;
}
.c-banner-2-3.banner-quality-innovation .banner-decorator {
  background-color: #f2f5fe;
}
.c-banner-2-3.banner-energy-sport .banner-decorator {
  background-color: #ffe2e2;
}
.c-banner-2-3.product-banner .banner-image {
  width: 100%;
  height: 100%;
}
.c-banner-2-3.product-banner .banner-styled-button {
  color: inherit;
  border: 1px solid;
  background-color: transparent;
  width: auto;
  margin-top: 0;
  font-weight: 900;
}
.c-banner-2-3.product-banner .banner-content h1, .c-banner-2-3.product-banner .banner-content .h1 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.c-banner-2-3.product-banner .banner-content h2, .c-banner-2-3.product-banner .banner-content .h2 {
  font-size: 24px;
  font-weight: 900;
  text-transform: none !important;
}
.c-banner-2-3.product-banner.banner-artistry-studio .banner-decorator {
  background-color: #fae6e5;
}
.c-banner-2-3.product-banner.banner-artistry-studio .button, .c-banner-2-3.product-banner.banner-artistry-studio .c-btn {
  background-color: #804948;
}
.c-banner-2-3.product-banner.banner-artistry-studio .banner-content {
  background-color: #fae6e5;
  color: #804948;
}
.c-banner-2-3.product-banner.banner-beauty .banner-decorator {
  background-color: #f6eee8;
}
.c-banner-2-3.product-banner.banner-beauty .button, .c-banner-2-3.product-banner.banner-beauty .c-btn {
  background-color: #663c1c;
}
.c-banner-2-3.product-banner.banner-beauty .banner-content {
  background-color: #f6eee8;
  color: #663c1c;
}
.c-banner-2-3.product-banner.banner-company .banner-decorator {
  background-color: #fff1e8;
}
.c-banner-2-3.product-banner.banner-company .button, .c-banner-2-3.product-banner.banner-company .c-btn {
  background-color: #704931;
}
.c-banner-2-3.product-banner.banner-company .banner-content {
  background-color: #fff1e8;
  color: #704931;
}
.c-banner-2-3.product-banner.banner-corporate .banner-decorator {
  background-color: #f7f9fc;
}
.c-banner-2-3.product-banner.banner-corporate .button, .c-banner-2-3.product-banner.banner-corporate .c-btn {
  background-color: #37538d;
}
.c-banner-2-3.product-banner.banner-corporate .banner-content {
  background-color: #f7f9fc;
  color: #37538d;
}
.c-banner-2-3.product-banner.banner-creators .banner-decorator {
  background-color: #b8d2d6;
}
.c-banner-2-3.product-banner.banner-creators .button, .c-banner-2-3.product-banner.banner-creators .c-btn {
  background-color: #1a3e43;
}
.c-banner-2-3.product-banner.banner-creators .banner-content {
  background-color: #b8d2d6;
  color: #1a3e43;
}
.c-banner-2-3.product-banner.banner-founding-families .banner-decorator {
  background-color: #171717;
}
.c-banner-2-3.product-banner.banner-founding-families .banner-content {
  background-color: #171717;
}
.c-banner-2-3.product-banner.banner-home .banner-decorator {
  background-color: #e5fdfe;
}
.c-banner-2-3.product-banner.banner-home .button, .c-banner-2-3.product-banner.banner-home .c-btn {
  background-color: #1a3e43;
}
.c-banner-2-3.product-banner.banner-home .banner-content {
  background-color: #e5fdfe;
  color: #1a3e43;
}
.c-banner-2-3.product-banner.banner-nutrition .banner-decorator {
  background-color: #eff9e5;
}
.c-banner-2-3.product-banner.banner-nutrition .button, .c-banner-2-3.product-banner.banner-nutrition .c-btn {
  background-color: #515813;
}
.c-banner-2-3.product-banner.banner-nutrition .banner-content {
  background-color: #eff9e5;
  color: #515813;
}
.c-banner-2-3.product-banner.banner-quality-innovation .banner-decorator {
  background-color: #f2f5fe;
}
.c-banner-2-3.product-banner.banner-quality-innovation .button, .c-banner-2-3.product-banner.banner-quality-innovation .c-btn {
  background-color: #5c677e;
}
.c-banner-2-3.product-banner.banner-quality-innovation .banner-content {
  background-color: #f2f5fe;
  color: #5c677e;
}
.c-banner-2-3.product-banner.banner-energy-sport .banner-decorator {
  background-color: #ffe2e2;
}
.c-banner-2-3.product-banner.banner-energy-sport .button, .c-banner-2-3.product-banner.banner-energy-sport .c-btn {
  background-color: #753939;
}
.c-banner-2-3.product-banner.banner-energy-sport .banner-content {
  background-color: #ffe2e2;
  color: #753939;
}
.c-banner-2-3#product-banner .banner-decorator {
  background-color: #e9ebd1;
}
.c-banner-2-3#abo-banner .banner-decorator {
  background-color: #f4ece4;
}
.c-banner-2-3#csr-header-banner .banner-content {
  background-color: #ffe2e2;
  color: #753939;
}
.c-banner-2-3#q-i-header-banner .banner-content {
  background-color: #e5fdfe;
  color: #1a3e43;
}
.c-banner-2-3#low-cost-banner .banner-decorator {
  background-color: #e8ece8;
}
.c-banner-2-3#company-banner .banner-decorator {
  background-color: #e8ecea;
}
.c-banner-2-3#people-banner .banner-decorator {
  background-color: #f2f2f2;
}
.c-banner-2-3#strength-banner .banner-decorator {
  background-color: #ecf0f4;
}
.c-banner-2-3#best-of-banner .banner-decorator {
  background-color: #f3ece4;
}
.c-banner-2-3#power-5-banner .banner-decorator {
  background-color: #f6f4f3;
}
.c-banner-2-3#environmental-sustainability-banner .banner-decorator {
  background-color: #f0f0e0;
}
.c-banner-2-3#volunteer-banner .banner-decorator {
  background-color: #f0ece4;
}
.c-banner-2-3#impactful-banner .banner-decorator {
  background-color: #f0f0f8;
}
.slide-banner {
  position: relative;
  overflow: hidden;
  z-index: 999;
}
@media (max-width: 46.24em) {
  .slide-banner {
    overflow: visible;
  }
}
.slide-banner .slider-banner-nav {
  padding-left: 60px;
}
.slide-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slide-banner .next-slide, .slide-banner .prev-slide {
  z-index: 999;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  height: 60px;
}
@media (max-width: 61.24em) {
  .slide-banner .next-slide, .slide-banner .prev-slide {
    height: 50px;
    top: 100px;
    margin-top: 0;
  }
}
.slide-banner .prev-slide {
  left: 10px;
}
.slide-banner .next-slide {
  right: 10px;
}
.slide-banner .o-wrapper {
  padding: 0;
}
.slide-banner .banner-slide {
  height: 650px;
}
@media (max-width: 61.24em) {
  .slide-banner .banner-slide {
    height: auto;
  }
}
.slide-banner .banner-slide .o-grid {
  height: 100%;
}
.slide-banner .banner-slide .banner-slide-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 61.24em) {
  .slide-banner .banner-slide .banner-slide-image {
    height: 73vw;
  }
}
.slide-banner .banner-slide .banner-slide-content {
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  padding: 0 60px;
  background-color: #e3e3e3;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 61.24em) {
  .slide-banner .banner-slide .banner-slide-content {
    padding: 3rem;
  }
}
.slide-banner .banner-slide .banner-slide-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.slide-banner .banner-slide .banner-slide-image {
  position: relative;
}
.slide-banner .banner-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 46.24em) {
  .slide-banner .slick-list {
    overflow: visible;
  }
}
.c-banner .founding-families-logo {
  height: 45px;
}
@media (max-width: 46.24em) {
  .banner-category-archive .banner-image {
    padding-bottom: 55%;
  }
}
.banner-category-archive .category-archive-banner-meta {
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
.banner-category-archive .banner-content h1, .banner-category-archive .banner-content .h1 {
  font-size: 24px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  text-transform: none !important;
}
.banner-category-archive .banner-content .category-archive-banner-excerpt p {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
}
.c-banner--csr {
  background-color: #ebf7fa;
  color: #3b787f;
}
@media (max-width: 61.24em) {
  .c-banner--csr .slide {
    display: block !important;
    height: auto;
  }
}
@media (max-width: 61.24em) {
  .c-banner--csr .c-banner__detail-image {
    display: block;
    width: 100%;
    height: 300px;
  }
}
.c-banner--csr .c-banner__detail-content {
  padding: 34px;
}
@media (max-width: 61.24em) {
  .c-banner--csr .c-banner__detail-content {
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 40px;
  }
}
.c-banner--csr .c-banner__detail-content h4, .c-banner--csr .c-banner__detail-content .h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.c-banner--csr .c-banner__detail-content .c-banner__csr--intro-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
}
.c-banner--csr .c-banner__detail-content .c-banner__csr--icon > img, .c-banner--csr .c-banner__detail-content .c-banner__csr--icon > src, .c-banner--csr .c-banner__detail-content img.c-banner__csr--icon {
  width: auto;
  height: 35px;
  margin-bottom: 12px;
}
.c-banner--csr .slick-dots {
  bottom: -45px;
}
.c-banner--csr .slick-dots button:before {
  font-size: 40px;
}
.virtual-tours-banner {
  background-color: #eff9e5 !important;
}
.virtual-tours-banner h1, .virtual-tours-banner .h1 {
  text-transform: uppercase;
  color: #515813;
}
@media (max-width: 61.24em) {
  .safer-choice-wrapper {
    text-align: center;
  }
}
@media (max-width: 61.24em) {
  .safer-choice-wrapper .safer-choice-banner {
    background-image: none !important;
  }
  .safer-choice-wrapper .safer-choice-banner img {
    width: unset !important;
    height: 100%;
  }
  .safer-choice-wrapper .safer-choice-banner::before {
    left: unset !important;
  }
}
.c-banner-rotator.artistry-studio .c-banner__detail-content {
  background-color: #fae6e5;
  color: #804948;
}
.c-banner-rotator.beauty .c-banner__detail-content {
  background-color: #f6eee8;
  color: #663c1c;
}
.c-banner-rotator.company .c-banner__detail-content {
  background-color: #fff1e8;
  color: #704931;
}
.c-banner-rotator.corporate .c-banner__detail-content {
  background-color: #f7f9fc;
  color: #37538d;
}
.c-banner-rotator.creators .c-banner__detail-content {
  background-color: #b8d2d6;
  color: #1a3e43;
}
.c-banner-rotator.founding-families .c-banner__detail-content {
  background-color: #171717;
}
.c-banner-rotator.home .c-banner__detail-content {
  background-color: #e5fdfe;
  color: #1a3e43;
}
.c-banner-rotator.nutrition .c-banner__detail-content {
  background-color: #eff9e5;
  color: #515813;
}
.c-banner-rotator.quality-innovation .c-banner__detail-content {
  background-color: #f2f5fe;
  color: #5c677e;
}
.c-banner-rotator.energy-sport .c-banner__detail-content {
  background-color: #ffe2e2;
  color: #753939;
}
.c-banner-rotator:before {
  content: none;
}
.c-banner-rotator .slide-wrapper .slide {
  min-height: 349px;
  display: flex;
}
@media (max-width: 46.24em) {
  .c-banner-rotator .slide-wrapper .slide {
    display: block;
    height: auto;
  }
}
.c-banner-rotator .slide-wrapper .slide .c-banner__detail-image {
  position: relative;
  min-height: 349px;
}
@media (max-width: 46.24em) {
  .c-banner-rotator .slide-wrapper .slide .c-banner__detail-image {
    display: block;
    height: 300px;
    width: 100%;
  }
}
.c-banner-rotator .slide-wrapper .slide .c-banner__detail-content h4 {
  font-size: 24px;
  margin-bottom: 1em;
}
.c-banner-rotator .slide-wrapper .slide .c-banner__detail-content p {
  font-size: 16px;
}
.c-banner-rotator .slide-wrapper .slide .c-banner__detail-content .c-btn {
  width: 100%;
}
@media (max-width: 46.24em) {
  .c-banner-rotator .slide-wrapper .slide .c-banner__detail-content {
    display: block;
    width: 100%;
  }
}
.c-banner-rotator .slide-wrapper .slide .prevSlide {
  position: absolute;
  top: 45%;
  left: 2%;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.9));
}
.c-banner-rotator .slide-wrapper .slide .nextSlide {
  position: absolute;
  top: 45%;
  right: 2%;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.9));
}
.c-banner-rotator .slide-wrapper .slide .slick-disabled {
  opacity: 0.25;
}
.swiper-pages {
  text-align: center;
}
.swiper-pages .swiper-pagination-bullet-active {
  background-color: #2c2c2c !important;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
}
#nutrition-slider-wrapper {
  padding: 0 25px;
}
#nutrition-slider-wrapper .slideButton {
  position: absolute;
  background-color: #f4f4f4;
  top: 50%;
  margin-top: -16px;
  padding: 20px 0;
  border: 0;
  z-index: 99999;
  opacity: 0.5;
}
#nutrition-slider-wrapper .slideButton:focus {
  border: none;
  outline: none;
  opacity: 1;
}
#nutrition-slider-wrapper .slideButton:hover {
  opacity: 1;
}
#nutrition-slider-wrapper .prevSlideButton {
  left: -25px;
}
#nutrition-slider-wrapper .nextSlideButton {
  right: -25px;
}
/* ==========================================================================
 COMPONENTS/BIO
 ========================================================================== */
.c-bio {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
  transform: translateY(3rem);
  z-index: 10;
}
@media (max-width: 46.24em) {
  .c-bio {
    flex-direction: column-reverse;
  }
}
.c-bio__media {
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 46.25em) {
  .c-bio__media {
    margin-right: 3rem;
  }
}
.c-bio__content {
  flex: 1;
}
@media (max-width: 46.24em) {
  .c-bio__content {
    margin-bottom: 1.5rem;
  }
}
.c-bio__title {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-bio__title:before {
  content: '';
  display: block;
  margin-bottom: 1.5rem;
  width: 50px;
  height: 2px;
  background-color: #8c8ea6;
}
.c-bio__name {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 300;
}
@media (min-width: 61.25em) {
  .c-bio__name {
    font-size: 3.125rem;
  }
}
.c-bio__stats {
  display: flex;
}
.c-bio__stats dl:not(:last-of-type) {
  margin-right: 3rem;
}
.c-bio__stats dd {
  font-size: 1.625rem;
}
/* ==========================================================================
 COMPONENTS/BIO-CARD
 ========================================================================== */
.c-bio-card {
  margin-bottom: 0.75rem;
}
.c-bio-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-bio-card__media {
  margin-bottom: 0.75rem;
  background-color: #171717;
}
.c-bio-card__title {
  font-size: 1.125rem;
  font-weight: 900;
  color: #171717;
}
.c-bio-card__link:hover .c-bio-card__title {
  text-decoration: underline;
}
/* ==========================================================================
 COMPONENTS/BIO-TOGGLES
 ========================================================================== */
.c-bio-toggles {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.c-bio-toggles__btn {
  appearance: none;
  margin: 0;
  padding: 0 0 0.75rem;
  background-color: transparent;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #002f5f;
  cursor: pointer;
}
@media (max-width: 46.24em) {
  .c-bio-toggles__btn {
    flex: 1;
  }
}
@media (min-width: 46.25em) {
  .c-bio-toggles__btn {
    margin-right: 1.5rem;
    font-size: 1.25rem;
  }
}
.c-bio-toggles__btn--active {
  border-bottom: 2px solid #8c8ea6;
}
#bios-board-members {
  display: none;
}
/* ==========================================================================
 COMPONENTS/BLURB
 ========================================================================== */
.c-blurb {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
}
.c-blurb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
}
@media (min-width: 46.25em) {
  .c-blurb {
    display: flex;
  }
}
.c-blurb__primary {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 46.24em) {
  .c-blurb__primary {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 46.25em) {
  .c-blurb__primary {
    width: 50%;
    font-size: 2.5rem;
  }
}
@media (min-width: 46.25em) {
  .c-blurb__secondary {
    padding-left: 3rem;
    width: 50%;
  }
}
/* ==========================================================================
 COMPONENTS/BREADCRUMBS
 ========================================================================== */
.c-breadcrumbs {
  list-style: none;
  position: relative;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  display: flex;
}
@media (max-width: 61.24em) {
  .c-breadcrumbs {
    margin-bottom: 2.5rem;
  }
}
.c-section--gradient .c-breadcrumbs__item:not(:last-of-type):after {
  content: '';
  margin-left: 0.375rem;
  margin-bottom: -2px;
  width: 5px;
  height: 8px;
  background-image: url('../assets/img/svg/breadcrumb-separator-purple.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px;
}
.c-breadcrumbs__item {
  margin-right: 0.375rem;
  display: flex;
  align-items: center;
}
.c-breadcrumbs__item:not(:last-of-type):after {
  content: '';
  margin-left: 0.375rem;
  margin-bottom: -2px;
  width: 5px;
  height: 8px;
  background-image: url('../assets/img/svg/breadcrumb-separator.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px;
}
.c-breadcrumbs__item span, .c-breadcrumbs__item a {
  color: #fff;
  color: inherit;
}
.c-breadcrumbs__item a {
  text-decoration-skip: ink;
  transition: all ease-in-out 0.2s;
}
.c-breadcrumbs__item a:hover, .c-breadcrumbs__item a:focus {
  text-decoration-color: #8c8ea6;
}
/* ==========================================================================
 COMPONENTS/BRIEF
 ========================================================================== */
.c-brief {
  position: relative;
}
.c-brief--decorate:before {
  content: '';
  display: block;
  margin-bottom: 1.5rem;
  width: 50px;
  height: 2px;
  background-color: #2c2c2c;
}
.c-brief--artistry-studio h3.c-brief__title {
  color: #804948;
}
.c-brief--artistry-studio:before {
  background-color: #804948;
}
.c-brief--beauty h3.c-brief__title {
  color: #663c1c;
}
.c-brief--beauty:before {
  background-color: #663c1c;
}
.c-brief--company h3.c-brief__title {
  color: #704931;
}
.c-brief--company:before {
  background-color: #704931;
}
.c-brief--corporate h3.c-brief__title {
  color: #37538d;
}
.c-brief--corporate:before {
  background-color: #37538d;
}
.c-brief--creators h3.c-brief__title {
  color: #1a3e43;
}
.c-brief--creators:before {
  background-color: #1a3e43;
}
.c-brief--home h3.c-brief__title {
  color: #1a3e43;
}
.c-brief--home:before {
  background-color: #1a3e43;
}
.c-brief--nutrition h3.c-brief__title {
  color: #515813;
}
.c-brief--nutrition:before {
  background-color: #515813;
}
.c-brief--quality-innovation h3.c-brief__title {
  color: #5c677e;
}
.c-brief--quality-innovation:before {
  background-color: #5c677e;
}
.c-brief--energy-sport h3.c-brief__title {
  color: #753939;
}
.c-brief--energy-sport:before {
  background-color: #753939;
}
.c-brief--first:before {
  content: none;
}
.c-brief--highlight {
  text-align: center;
}
.c-brief--highlight p {
  font-size: 14px;
}
.c-brief--highlight:before {
  content: none !important;
  height: 100%;
  left: -25px;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.c-brief__header {
  margin-bottom: 1.125rem;
}
.c-brief__img {
  height: 100%;
  max-height: 80px;
  vertical-align: middle;
}
.c-brief__svg {
  width: 60px;
  height: 60px;
}
.c-brief__svg > svg {
  width: 100%;
  height: 100%;
}
.c-brief__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c2c2c;
  transition: color ease-in-out 0.2s;
  font-size: 1.5rem;
  font-weight: 800;
}
.c-brief--inverted .c-brief__title {
  color: #fff;
}
.np-current .c-brief__title {
  color: #2c2c2c;
}
.c-brief__title--alt {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-brief__body > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* ==========================================================================
 COMPONENTS/BYPASS
 ========================================================================== */
.c-bypass {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  opacity: 0;
  color: #fff;
  background-color: #2c2c2c;
  text-decoration: none;
  transform: translateX(-100%);
  z-index: 9999;
}
.c-bypass:focus {
  opacity: 1;
  transform: translateX(0);
}
/* ==========================================================================
 COMPONENTS/CARD-FULL WIDTH
 ========================================================================== */
.c-newsroom-recent-articles__header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4e4e4e;
  margin-bottom: 20px;
  margin-top: 20px;
}
.c-card-full {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  text-decoration: none;
}
.c-card-full:hover .c-card-full__content-inner {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.c-card-full__figure {
  position: relative;
  width: 200px;
  float: left;
  z-index: 999;
}
.c-card-full__figure img {
  vertical-align: top;
  width: 100%;
}
@media (max-width: 46.24em) {
  .c-card-full__figure {
    display: none;
  }
}
.c-card-full__content {
  position: relative;
  min-height: 133.33px;
  padding-top: 20px;
  overflow: hidden;
}
.c-card-full__content-inner {
  height: 100%;
  background-color: #fff;
  padding: 25px 20px 15px;
  min-height: 113.33px;
}
.c-card-full__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.5rem;
  padding-right: 1.125rem;
  padding-bottom: 0.5rem;
  padding-left: 1.125rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  z-index: 1;
}
.c-card-full--artistry-studio .c-card-full__tag {
  background-color: #804948;
}
.c-card-full--beauty .c-card-full__tag {
  background-color: #444;
}
.c-card-full--company .c-card-full__tag {
  background-color: #704931;
}
.c-card-full--corporate .c-card-full__tag {
  background-color: #37538d;
}
.c-card-full--creators .c-card-full__tag {
  background-color: #1a3e43;
}
.c-card-full--industry .c-card-full__tag {
  background-color: #171717;
}
.c-card-full--csr .c-card-full__tag {
  background-color: #7a7a00;
}
.c-card-full--corporate-social-responsibility .c-card-full__tag {
  background-color: #7a7a00;
}
.c-card-full--our-story .c-card-full__tag {
  background-color: #767676;
}
.c-card-full--founding-families .c-card-full__tag {
  background-color: #171717;
}
.c-card-full--home .c-card-full__tag {
  background-color: #007dba;
}
.c-card-full--nutrition .c-card-full__tag {
  background-color: #008926;
}
.c-card-full--quality-innovation .c-card-full__tag {
  background-color: #ad6500;
}
.c-card-full--research-development .c-card-full__tag {
  background-color: #ad6500;
}
.c-card-full--energy-sport .c-card-full__tag {
  background-color: #d700be;
}
.c-card-full--ager .c-card-full__tag {
  background-color: #704931;
}
.c-card-full__meta {
  display: block;
}
.c-card-full__date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
}
@media (max-width: 46.24em) {
  .c-card-full__date {
    font-size: 1rem;
  }
}
.c-card-full__title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  text-align: left;
  color: #171717;
}
@media (max-width: 46.24em) {
  .c-card-full__title {
    font-size: 1rem;
  }
}
.c-card-full__read-more {
  color: #002f5f;
  margin-top: 10px;
}
.c-card-full__read-more svg {
  margin-left: 5px;
}
/* ==========================================================================
 COMPONENTS/CARD
 ========================================================================== */
.c-card {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
}
.c-card:hover .card-readmore svg {
  margin-left: 10px;
}
@media (max-width: 46.24em) {
  .c-card {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }
}
.c-card:before {
  /*content: '';*/
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-card:hover:before, .c-card:focus:before {
  opacity: 1;
}
.c-card.c-card--artistry-studio .c-card__heading {
  color: #804948;
}
.c-card.c-card--beauty .c-card__heading {
  color: #663c1c;
}
.c-card.c-card--company .c-card__heading {
  color: #704931;
}
.c-card.c-card--corporate .c-card__heading {
  color: #37538d;
}
.c-card.c-card--creators .c-card__heading {
  color: #1a3e43;
}
.c-card.c-card--home .c-card__heading {
  color: #1a3e43;
}
.c-card.c-card--nutrition .c-card__heading {
  color: #515813;
}
.c-card.c-card--quality-innovation .c-card__heading {
  color: #5c677e;
}
.c-card.c-card--energy-sport .c-card__heading {
  color: #753939;
}
.c-card .c-card__heading {
  text-transform: uppercase;
  padding: 1rem 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
}
.c-card .c-card__heading span {
  font-weight: 600;
}
.c-card .c-card__heading span.c-card__hading-source {
  font-weight: 400;
  color: #2c2c2c;
  text-transform: none;
  font-style: italic;
}
.page-template-products-page-single .c-section__content .o-grid__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-products-page-single .c-card__copy {
  padding-top: 0;
}
.page-template-our-story .c-section__content .o-grid__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-our-story .c-card__copy {
  padding-top: 0;
}
.page-template-founders .c-section__content .o-grid__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-founders .c-card__copy {
  padding-top: 0;
}
.page-template-csr .c-section__content .o-grid__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-csr .c-card__copy {
  padding-top: 0;
}
.page-template-power-of-five .c-section__content .o-grid__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-power-of-five .c-card__copy {
  padding-top: 0;
}
.c-card__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  max-width: 352px;
  width: 100%;
}
.c-card__figure {
  position: relative;
}
.c-card__figure img {
  vertical-align: top;
  width: 100%;
  height: 198px !important;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1) !important;
  will-change: transform;
  aspect-ratio: 1.7777777778;
}
.c-card:hover .c-card__figure img, .c-card:focus .c-card__figure img {
  /*transform: scale(1.05);*/
}
.c-card__inner {
  position: relative;
}
.c-card__content {
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
@media (min-width: 46.25em) {
  .c-card:hover .c-card__content, .c-card:focus .c-card__content {
    transform: translateY(-100%);
  }
}
.c-card__header {
  position: relative;
  width: 100%;
  padding-top: 1.125rem;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  z-index: 100;
}
.c-card__copy {
  padding: 1rem;
  padding-top: 0;
  background-color: #f6f6f6;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.c-card__tag {
  position: absolute;
  display: inline-block;
  top: 0;
  transform: translateY(-50%);
  margin-left: -1.125rem;
  padding-top: 0.5rem;
  padding-right: 1.125rem;
  padding-bottom: 0.5rem;
  padding-left: 1.125rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  z-index: 1;
}
.c-card--artistry-studio .c-card__tag {
  background-color: #804948;
}
.c-card--beauty .c-card__tag {
  background-color: #444;
}
.c-card--company .c-card__tag {
  background-color: #704931;
}
.c-card--corporate .c-card__tag {
  background-color: #37538d;
}
.c-card--creators .c-card__tag {
  background-color: #1a3e43;
}
.c-card--industry .c-card__tag {
  background-color: #171717;
}
.c-card--csr .c-card__tag {
  background-color: #7a7a00;
}
.c-card--corporate-social-responsibility .c-card__tag {
  background-color: #7a7a00;
}
.c-card--our-story .c-card__tag {
  background-color: #767676;
}
.c-card--founding-families .c-card__tag {
  background-color: #171717;
}
.c-card--home .c-card__tag {
  background-color: #007dba;
}
.c-card--nutrition .c-card__tag {
  background-color: #008926;
}
.c-card--quality-innovation .c-card__tag {
  background-color: #ad6500;
}
.c-card--research-development .c-card__tag {
  background-color: #ad6500;
}
.c-card--energy-sport .c-card__tag {
  background-color: #d700be;
}
.c-card--ager .c-card__tag {
  background-color: #704931;
}
.c-card__meta {
  margin-top: 1.125rem;
  margin-bottom: 0.25rem;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4e4e4e;
}
.c-card__date {
  margin-right: 0.25rem;
  font-style: normal;
}
.c-card__title {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #2c2c2c;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-readmore {
  margin-top: 10px;
}
.card-readmore svg {
  margin-left: 5px;
  transition: margin-left 0.5s;
}
.card-readmore svg path {
  fill: #2c2d2c;
}
.c-card__excerpt {
  width: 100%;
  margin-top: 0.25rem;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  color: #56565a;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  z-index: 100;
}
.translated-ltr .c-card__excerpt {
  font-size: 0.875rem;
}
@media (min-width: 46.25em) {
  .c-card__excerpt {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
  }
}
.c-card:hover .c-card__excerpt, .c-card:focus .c-card__excerpt {
  opacity: 1;
}
.c-card__footer {
  margin-top: auto;
  position: relative;
  padding-top: 1.125rem;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  background-color: #fff;
  z-index: 100;
}
.c-card--artistry-studio:hover .c-card__footer path, .c-card--artistry-studio:focus .c-card__footer path {
  fill: #804948;
}
.c-card--beauty:hover .c-card__footer path, .c-card--beauty:focus .c-card__footer path {
  fill: #444;
}
.c-card--company:hover .c-card__footer path, .c-card--company:focus .c-card__footer path {
  fill: #704931;
}
.c-card--corporate:hover .c-card__footer path, .c-card--corporate:focus .c-card__footer path {
  fill: #37538d;
}
.c-card--creators:hover .c-card__footer path, .c-card--creators:focus .c-card__footer path {
  fill: #1a3e43;
}
.c-card--industry:hover .c-card__footer path, .c-card--industry:focus .c-card__footer path {
  fill: #171717;
}
.c-card--csr:hover .c-card__footer path, .c-card--csr:focus .c-card__footer path {
  fill: #7a7a00;
}
.c-card--corporate-social-responsibility:hover .c-card__footer path, .c-card--corporate-social-responsibility:focus .c-card__footer path {
  fill: #7a7a00;
}
.c-card--our-story:hover .c-card__footer path, .c-card--our-story:focus .c-card__footer path {
  fill: #767676;
}
.c-card--founding-families:hover .c-card__footer path, .c-card--founding-families:focus .c-card__footer path {
  fill: #171717;
}
.c-card--home:hover .c-card__footer path, .c-card--home:focus .c-card__footer path {
  fill: #007dba;
}
.c-card--nutrition:hover .c-card__footer path, .c-card--nutrition:focus .c-card__footer path {
  fill: #008926;
}
.c-card--quality-innovation:hover .c-card__footer path, .c-card--quality-innovation:focus .c-card__footer path {
  fill: #ad6500;
}
.c-card--research-development:hover .c-card__footer path, .c-card--research-development:focus .c-card__footer path {
  fill: #ad6500;
}
.c-card--energy-sport:hover .c-card__footer path, .c-card--energy-sport:focus .c-card__footer path {
  fill: #d700be;
}
.c-card--ager:hover .c-card__footer path, .c-card--ager:focus .c-card__footer path {
  fill: #704931;
}
.c-card__footer span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #56565a;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-card--artistry-studio:hover .c-card__footer span, .c-card--artistry-studio:focus .c-card__footer span {
  color: #804948;
}
.c-card--beauty:hover .c-card__footer span, .c-card--beauty:focus .c-card__footer span {
  color: #444;
}
.c-card--company:hover .c-card__footer span, .c-card--company:focus .c-card__footer span {
  color: #704931;
}
.c-card--corporate:hover .c-card__footer span, .c-card--corporate:focus .c-card__footer span {
  color: #37538d;
}
.c-card--creators:hover .c-card__footer span, .c-card--creators:focus .c-card__footer span {
  color: #1a3e43;
}
.c-card--industry:hover .c-card__footer span, .c-card--industry:focus .c-card__footer span {
  color: #171717;
}
.c-card--csr:hover .c-card__footer span, .c-card--csr:focus .c-card__footer span {
  color: #7a7a00;
}
.c-card--corporate-social-responsibility:hover .c-card__footer span, .c-card--corporate-social-responsibility:focus .c-card__footer span {
  color: #7a7a00;
}
.c-card--our-story:hover .c-card__footer span, .c-card--our-story:focus .c-card__footer span {
  color: #767676;
}
.c-card--founding-families:hover .c-card__footer span, .c-card--founding-families:focus .c-card__footer span {
  color: #171717;
}
.c-card--home:hover .c-card__footer span, .c-card--home:focus .c-card__footer span {
  color: #007dba;
}
.c-card--nutrition:hover .c-card__footer span, .c-card--nutrition:focus .c-card__footer span {
  color: #008926;
}
.c-card--quality-innovation:hover .c-card__footer span, .c-card--quality-innovation:focus .c-card__footer span {
  color: #ad6500;
}
.c-card--research-development:hover .c-card__footer span, .c-card--research-development:focus .c-card__footer span {
  color: #ad6500;
}
.c-card--energy-sport:hover .c-card__footer span, .c-card--energy-sport:focus .c-card__footer span {
  color: #d700be;
}
.c-card--ager:hover .c-card__footer span, .c-card--ager:focus .c-card__footer span {
  color: #704931;
}
.c-card__footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-top: 1px solid #e6e6e6;
}
.c-feature-card {
  height: 100%;
  max-width: 405px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.c-feature-card img {
  display: block;
}
.c-feature-card .c-feature-card__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
  background-color: #f6f6f6;
}
.c-feature-card .c-feature-card__content h4 {
  color: inherit;
  font-size: 2rem;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.1em;
}
.c-feature-card .c-feature-card__content p {
  color: inherit;
}
.c-feature-card .c-feature-card__content a {
  display: block;
  margin-top: 2rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.c-feature-card .c-feature-card__content .button {
  margin-top: 3rem;
}
/* ==========================================================================
 COMPONENTS/CARD-Newsroom
 ========================================================================== */
.c-card-newsroom-outside {
  padding-left: 0.75em;
  padding-right: 0.75em;
  display: flex;
  margin-bottom: 1rem;
}
.c-card-newsroom-outside .c-card-newsroom {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
  border: 1px solid #e6e6e6;
  position: relative;
}
.c-card-newsroom-outside .c-card-newsroom:last-of-type {
  margin-bottom: 0;
}
.c-card-newsroom-outside .c-card-newsroom:link {
  text-decoration: none;
}
.c-card-newsroom-outside .c-card-newsroom:hover {
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15);
}
.c-card-newsroom-outside .c-card-newsroom:hover .c-card-newsroom__title {
  text-decoration: underline;
}
.c-card-newsroom-outside .c-card-newsroom.news-release:after {
  content: 'News Release';
  display: block;
  padding: 6px 16px;
  color: #2c2c2c;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1001;
}
.c-card-newsroom-outside .c-card-newsroom .c-card-full__figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 58%;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside .c-card-newsroom .c-card-full__figure {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}
.c-card-newsroom-outside .c-card-newsroom .c-card-full__figure img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.7777777778 !important;
  max-height: 198px;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside .c-card-newsroom .c-card-full__figure img {
    position: relative;
  }
}
.c-card-newsroom-outside .c-card-newsroom .brand-decorator {
  height: 6px;
  width: 100%;
  position: relative;
  display: block;
  background-color: #2c2c2c;
  min-height: 5px;
  max-height: 5px;
  bottom: 7px;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside .c-card-newsroom .brand-decorator {
    bottom: 0;
  }
}
.c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content {
  padding: 1rem;
  border-top: 0;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content {
    height: auto;
  }
}
.c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner {
  min-height: 8.25rem;
  width: 100%;
}
.c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner .c-card-newsroom__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
  width: 100%;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner .c-card-newsroom__title {
    font-size: 14px;
  }
}
.c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner .c-card-newsroom__meta {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner .c-card-newsroom__meta {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner .c-card-newsroom__meta .c-card-newsroom__source {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  color: #4e4e4e;
  text-transform: none;
  margin-top: 6px;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner .c-card-newsroom__meta .c-card-newsroom__source {
    font-size: 12px;
  }
}
.c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .brand-decorator {
  bottom: 0;
}
.c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .c-card-newsroom__content {
  padding: 0;
  width: 100%;
}
.c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner {
  min-height: 4rem;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__content-inner {
    padding-bottom: 0 !important;
  }
}
.c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__meta {
  padding: 0.75rem 1rem 1rem;
  background-color: #f6f6f6;
  width: 100%;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__meta {
    margin-bottom: 0;
  }
}
.c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__title {
  padding: 1rem;
  min-height: 6.5rem;
}
@media (max-width: 46.24em) {
  .c-card-newsroom-outside.newsroom-card-news .c-card-newsroom .c-card-newsroom__content .c-card-newsroom__title {
    padding: 0.75rem 1rem;
    min-height: 3rem;
  }
}
.newsroom-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 46.25em) {
  .newsroom-cards-wrapper {
    margin-bottom: -36px;
  }
}
/* ==========================================================================
 COMPONENTS/Category Description
 ========================================================================== */
.category-description-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 46.24em) {
  .category-description-wrapper {
    flex-direction: column;
  }
}
.category-description-wrapper .category-descrption-pill {
  display: block;
  padding: 12px 24px;
  font-weight: 900;
  border-radius: 50px;
  text-transform: uppercase;
}
/* ==========================================================================
 COMPONENTS/CONTROL
 ========================================================================== */
/*
 * Reference: WTF, forms?
 * http://wtfforms.com
 */
.c-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-control--strong {
  color: #002f5f;
  font-weight: 600;
  text-transform: uppercase;
}
.c-control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}
.c-control__indicator {
  flex-shrink: 0;
  position: relative;
  display: block;
  margin-right: 0.375rem;
  background-color: #fff;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #bbb;
  user-select: none;
}
.c-control--checkbox .c-control__indicator {
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 2px;
}
.c-control--checkbox .c-control__indicator:after {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background-image: url('../assets/img/svg/control-check.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
.c-control--radio .c-control__indicator {
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
}
.c-control--radio .c-control__indicator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #002f5f;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.c-control input:hover ~ .c-control__indicator, .c-control input:focus ~ .c-control__indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.15rem #0075a4;
}
.c-control input:checked ~ .c-control__indicator:after {
  opacity: 1;
}
/* ==========================================================================
 COMPONENTS/COUNTRY-CTA
 ========================================================================== */
.c-country-cta {
  max-width: 45.1875rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 1.5rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-blend-mode: multiply;
}
.c-country-cta__title {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 46.25em) {
  .c-country-cta__title {
    font-size: 2.5rem;
  }
}
.c-country-cta--inverted .c-country-cta__title {
  color: #fff;
}
.c-country-cta__title strong, .c-country-cta__title a {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.c-country-cta__copy {
  margin-bottom: 3rem;
}
.c-country-cta--inverted .c-country-cta__copy {
  color: #fff;
}
.c-country-cta__copy button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.c-country-cta__btn-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c-country-cta__btn-group a:hover {
  text-decoration: underline;
}
@media (min-width: 46.25em) {
  .c-country-cta__btn-group {
    flex-direction: row;
  }
}
@media (max-width: 46.24em) {
  .c-country-cta__btn-group .c-btn:first-of-type {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 46.25em) {
  .c-country-cta__btn-group .c-btn:first-of-type {
    margin-right: 0.75rem;
  }
}
@media (min-width: 46.25em) {
  .c-country-cta__btn-group .c-btn:last-of-type {
    margin-left: 0.75rem;
  }
}
#country-popup {
  background-color: #d6d6d6;
  text-align: center;
  width: auto;
  position: relative;
  width: 80%;
  max-width: 415px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#country-popup img.popup-banner {
  width: 100%;
  height: auto;
}
#country-popup h3 {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Noto Sans Condensed', sans-serif;
  color: #002f5f;
  max-width: 90%;
  margin: 1rem auto;
}
#country-popup p {
  color: #002f5f;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
#country-popup .button-wrapper {
  max-width: 90%;
  margin: 0 auto;
}
#country-popup a.btn {
  display: inline-block;
  max-width: 100%;
  width: 80%;
  border: 2px solid #fff;
  color: #002f5f;
  text-align: center;
  padding: 1rem 0.5rem;
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 1.2;
}
#country-popup a.btn:hover {
  background-color: #fff;
}
/* ==========================================================================
 COMPONENTS/COUNTRY-SELECTOR
 ========================================================================== */
.c-country-selector {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
  transform: translateY(-100%);
}
@supports (pointer-events: none) {
  .c-country-selector {
    pointer-events: none;
    transform: none;
  }
}
.c-country-selector__map {
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 600px;
}
.c-country-selector--active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.c-country-selector__hide {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 9999;
}
@media (min-width: 46.25em) {
  .c-country-selector__hide {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.c-country-selector__inner {
  max-width: 69.375rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition-delay: 0.05s;
  will-change: transform;
}
.c-country-selector--active .c-country-selector__inner {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 46.25em) {
  .c-country-selector__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 72.375rem;
  }
}
.c-country-selector__header {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 49.25rem;
  text-align: center;
}
.c-country-selector__header *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.c-country-selector__title {
  font-weight: 300;
}
.c-country-selector__title a {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  border-bottom: 3px solid #8c8ea6;
}
.c-country-selector__groups {
  display: flex;
}
@media (max-width: 46.24em) {
  .c-country-selector__groups {
    flex-direction: column;
  }
}
.c-country-selector__group {
  flex: 1 1 auto;
}
.c-country-selector__group-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 46.25em) {
  .c-country-selector__group-header {
    margin-bottom: 0.375rem;
  }
}
.c-country-selector__group-title {
  padding-bottom: 0.375rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media (max-width: 46.24em) {
  .c-country-selector__group-title {
    display: none;
  }
}
.c-country-selector__group-toggle {
  position: relative;
  appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0.75rem 0 0.75rem 3rem;
  background-color: transparent;
  border: 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
}
.c-country-selector__group-toggle:before, .c-country-selector__group-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -6px;
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.c-country-selector__group-toggle:before {
  transition: transform 0.2s cubic-bezier(0, 0, 0.3, 1);
}
.c-country-selector__group-toggle:after {
  transform: rotate(-90deg);
}
@media (min-width: 46.25em) {
  .c-country-selector__group-toggle {
    display: none;
  }
}
.c-country-selector__group-toggle--active:before {
  transform: rotate(-90deg);
}
@media (min-width: 46.25em) {
  .c-country-selector__list-wrapper {
    display: block;
  }
}
@media (max-width: 46.24em) {
  .c-country-selector__list-wrapper {
    display: none;
  }
}
.c-country-selector__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 46.24em) {
  .c-country-selector__list-item {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.c-country-selector__list-item a {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-decoration: none;
  color: #fff;
}
.c-country-selector__list-item a:hover, .c-country-selector__list-item a:focus {
  text-decoration: underline;
}
@media (max-width: 46.24em) {
  .c-country-selector__list-item a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
  }
}
.c-country-selector__footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 49.25rem;
  text-align: center;
}
.c-country-selector__footer-extro {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 300;
}
.c-country-selector__footer-copy {
  margin-bottom: 3rem;
}
.covid-tabs {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: row;
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.2);
}
.covid-tabs .sTab {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-right: none;
  font-weight: 700;
  font-size: 18px;
  padding: 0.75rem;
}
.covid-tabs .sTab:last-of-type {
  border-right: 1px solid #d8d8d8;
}
.covid-tabs .sTab:not(.active) {
  background-color: transparent !important;
  color: #2c2c2c !important;
}
/* ==========================================================================
 COMPONENTS/CSR-CALLOUT
 ========================================================================== */
@media (min-width: 46.25em) {
  .c-csr-callout {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-csr-callout__pre-title {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: border-color ease-in-out 0.2s;
}
.c-csr-callout__pre-title:hover, .c-csr-callout__pre-title:focus {
  border-color: #fff;
}
@media (min-width: 46.25em) {
  .c-csr-callout__pre-title {
    margin-bottom: 2.25rem;
  }
}
.c-csr-callout__title {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 46.25em) {
  .c-csr-callout__title {
    font-size: 2.5rem;
  }
}
.c-csr-callout__copy {
  margin-bottom: 1.5rem;
}
/* ==========================================================================
 COMPONENTS/CTA
 ========================================================================== */
.c-cta {
  position: relative;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  color: #fff;
}
.c-cta--nutrilite {
  background-color: #eff9e5;
  color: #515813;
}
.c-cta--nutrilite .c-btn {
  background-color: #515813;
  color: #fff;
}
.c-cta--nutrilite .c-btn:hover {
  background-color: #646d18;
}
.c-cta--optimal-health {
  background-color: #008926;
}
.c-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 46.25em) {
  .c-cta__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-cta__primary {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 46.24em) {
  .c-cta__primary {
    margin-bottom: 0.75rem;
    justify-content: center;
    text-align: center;
  }
}
.c-cta__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 46.25em) {
  .c-cta__title {
    margin-right: 1.5rem;
  }
}
ol.featured-list-small {
  counter-reset: li;
  padding-left: 28px;
}
ol.featured-list-small li {
  list-style: none;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}
ol.featured-list-small li:before {
  content: counter(li);
  counter-increment: li;
  color: #2c2c2c;
  position: absolute;
  top: 0;
  left: -28px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
}
.ul-featured-list-small {
  list-style: disc;
}
.ul-featured-list-small li {
  font-size: 18px;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.ul-featured-list-small li a {
  text-decoration: none;
}
.ul-featured-list-small li a:hover {
  text-decoration: underline;
}
.ul-unfeatured-list {
  list-style-type: disc !important;
  margin-left: 20px;
  margin-bottom: 20px;
}
.featured-tile {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  padding: 1.5rem 1.25rem;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
  margin-bottom: 2rem;
}
@media (max-width: 61.24em) {
  .featured-tile {
    padding: 1.75rem 2rem;
  }
}
.featured-tile:after {
  content: '';
  position: relative;
  float: right;
  padding-bottom: calc(140% - 50px);
  width: 0;
}
@media (max-width: 61.24em) {
  .featured-tile:after {
    padding-bottom: 30%;
  }
}
.featured-tile .featured-tile-wrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-tile .featured-tile-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.featured-tile .featured-tile-wrapper h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.13;
  max-width: 72%;
}
.featured-tile .featured-tile-wrapper h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}
.featured-tile .featured-tile-wrapper div {
  max-width: 100%;
}
.featured-tile.featured-tile-centered .featured-tile-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
}
@media (max-width: 61.24em) {
  .featured-tile.featured-tile-centered .featured-tile-wrapper {
    max-width: 173px;
    text-align: left;
    margin-left: 0;
    align-items: flex-start;
  }
}
.featured-tile.featured-tile-centered .featured-tile-wrapper h3 {
  max-width: 100%;
}
.c-founders-heading {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2c2c2c;
}
@media (min-width: 46.25em) {
  .c-founders-heading {
    font-size: 2.25rem;
  }
}
/* ==========================================================================
 COMPONENTS/GALLERY-POPUP
 ========================================================================== */
.c-gallery-popup {
  margin-top: 1.5rem;
}
.c-gallery-popup__item {
  position: relative;
  display: block;
}
.c-gallery-popup__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-gallery-popup__item:hover, .c-gallery-popup__item:focus {
  cursor: zoom-in;
}
.c-gallery-popup__item:hover:after, .c-gallery-popup__item:focus:after {
  opacity: 1;
}
.c-gallery-popup__item:hover .c-gallery-popup__icon, .c-gallery-popup__item:focus .c-gallery-popup__icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.c-gallery-popup__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  z-index: 10;
}
.c-gallery-popup__graphic {
  vertical-align: top;
  width: 100%;
}
.c-gallery-popup.qa-gallery {
  position: relative;
}
.c-gallery-popup.qa-gallery .js-popup-gallery li {
  display: none;
}
.c-gallery-popup.qa-gallery .js-popup-gallery li.first_item {
  display: block;
  width: 100%;
}
.c-gallery-popup.qa-gallery .js-popup-gallery li.first_item .o-columns__item-inner {
  display: table;
  width: 100%;
  height: 180px;
}
.c-gallery-popup.qa-gallery .js-popup-gallery li.first_item .o-columns__item-inner .c-gallery-popup__item {
  padding: 10px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  cursor: zoom-in;
  display: table-cell;
  vertical-align: middle;
}
.c-gallery-popup.qa-gallery .js-popup-gallery li.first_item .o-columns__item-inner .c-gallery-popup__item p {
  vertical-align: middle;
  position: relative;
  color: #fff;
  z-index: 9999;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.c-gallery-popup.qa-gallery .js-popup-gallery li.first_item .o-columns__item-inner .c-gallery-popup__item:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.53+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.53) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.53) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.53) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#87000000',GradientType=0);
  /* IE6-9 */
  opacity: 1;
  cursor: zoom-in;
  height: 180px;
}
.c-grant-requirements__focus-content p {
  margin-bottom: 1em;
}
.c-grant-requirements__focus-content ul {
  list-style-type: disc;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
.c-grant-requirements__focus-content ul li {
  padding-bottom: 0.75rem;
  line-height: 1.25rem;
}
.c-grant-requirements__list.eligibility-list {
  margin-top: 2rem;
}
@media (max-width: 46.24em) {
  .c-grant-requirements__list.eligibility-list {
    margin-left: 1.25rem;
  }
}
.c-grant-requirements__list.eligibility-list li {
  margin-bottom: 1em;
  list-style: none;
  text-indent: -1.5625rem;
}
.c-grant-requirements__list.eligibility-list li .fa {
  margin-right: 5px;
}
.c-grant-requirements__list.process-list {
  counter-reset: li;
  padding-left: 40px;
}
.c-grant-requirements__list.process-list li {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  font-size: 1.2rem;
}
.c-grant-requirements__list.process-list li:before {
  content: counter(li);
  counter-increment: li;
  color: #2c2c2c;
  position: absolute;
  top: 0;
  left: -40px;
  font-weight: bold;
  font-size: 50px;
  line-height: 1em;
}
.c-grant-requirements__list.process-list li:first-of-type::before, .c-grant-requirements__list.process-list li:nth-of-type(2)::before {
  top: -12px;
}
.c-grant-requirements__list.unsupported-list {
  columns: 3;
  margin-top: 2rem;
}
@media (max-width: 46.24em) {
  .c-grant-requirements__list.unsupported-list {
    columns: 1;
  }
}
.c-grant-requirements__list.unsupported-list li {
  display: inline-block;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
  padding-left: 1.25em;
}
.c-grant-requirements__list.unsupported-list li .fa {
  margin-right: 5px;
}
.c-grant-requirements__list li i.fa:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125em;
  height: 1.125em;
  position: relative;
  margin-bottom: -0.25em;
}
.c-grant-requirements__list i.fa.fa-check-square-o:before {
  background-image: url('../assets/icons/check-square-o.svg');
}
.c-grant-requirements__list i.fa.fa-close:before {
  background-image: url('../assets/icons/times-circle-o.svg');
}
.c-process__title {
  margin-bottom: 3rem;
  font-size: 1.875rem;
  font-weight: 300;
  color: #002f5f;
  line-height: 1;
}
@media (min-width: 61.25em) {
  .c-process__title {
    font-size: 2.5rem;
  }
}
/* ==========================================================================
 COMPONENTS/SEARCH-LOCKUP
 ========================================================================== */
.c-search-lockup {
  position: relative;
}
.c-search-lockup .c-btn {
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.c-search-lockup__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-search-lockup__icon svg {
  vertical-align: middle;
}
.c-search-lockup__inputs {
  display: flex;
}
.c-search-lockup__input {
  margin: 0;
  padding-right: 16px;
  padding-left: 48px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
}
.c-header-basic__secondary .c-search-lockup__input, .c-search-lockup--fill .c-search-lockup__input {
  flex: 1 1 auto;
}
.c-search__message {
  width: 100%;
  padding-top: 1rem;
}
.c-search__message p {
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.c-search__message p a {
  text-decoration: underline;
  cursor: pointer;
}
/* ==========================================================================
 COMPONENTS/HEADER-BASIC
 ========================================================================== */
.c-header-basic {
  position: relative;
  padding-bottom: 1.5rem;
  background-color: #f4f4f4;
  z-index: 100;
}
@media (min-width: 46.25em) {
  .c-header-basic {
    padding-bottom: 3rem;
  }
}
@media (min-width: 46.25em) {
  .c-header-basic .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-header-basic__title {
  font-size: 1.875rem;
  font-weight: 300;
  color: #2c2c2c;
}
@media (min-width: 46.25em) {
  .c-header-basic__title {
    font-size: 2.5rem;
  }
}
.c-header-basic__results {
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 46.24em) {
  .c-header-basic__secondary {
    margin-top: 0.75rem;
  }
}
.c-header-basic--stacked {
  align-items: flex-start;
  flex-direction: column;
}
.c-header-basic--globalResource {
  align-items: flex-start;
  flex-direction: column;
  padding-top: 6rem;
  margin-top: -6rem;
}
@media (max-width: 46.24em) {
  #mosaic-section {
    display: none;
  }
}
.c-image-mosaic {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.c-image-mosaic .mosaic-col {
  display: inline-block;
  width: 250px;
  height: auto;
  display: inline-flex;
  flex-direction: column;
}
.c-image-mosaic .mosaic-col.mosaic-center-col {
  width: 390px;
}
.c-image-mosaic .mosaic-col img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.c-image-mosaic .mosaic-row {
  display: block;
  width: 100%;
  padding: 3px;
}
.c-image-mosaic .mosaic-row.mr-1 {
  height: 166px;
}
.c-image-mosaic .mosaic-row.mr-2 {
  height: 250px;
}
.c-image-mosaic .mosaic-row.mr-3 {
  height: 416px;
}
img.mobile-mosaic, picture.mobile-mosaic {
  display: none;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 46.24em) {
  img.mobile-mosaic, picture.mobile-mosaic {
    display: block;
  }
}
picture.mobile-mosaic picture img {
  margin: 0 auto;
  display: block;
}
/* ==========================================================================
 COMPONENTS/ instagram feed. For Smash Balloon.
 ========================================================================== */
#sb_instagram #sbi_images {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#sb_instagram #sbi_images .el_sbi_item {
  width: 33%;
  position: relative;
}
#sb_instagram #sbi_images .el_sbi_item div.el_sbi_photo_wrap {
  width: 100%;
  padding-bottom: 100%;
}
#sb_instagram #sbi_images .el_sbi_item div.el_sbi_photo_wrap a.el_sbi_photo {
  position: static;
  background-image: none !important;
  height: 0 !important;
}
#sb_instagram #sbi_images .el_sbi_item div.el_sbi_photo_wrap a.el_sbi_photo img {
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#sb_instagram #sbi_images .sbi-screenreader {
  position: absolute !important;
  opacity: 0 !important;
  display: none !important;
}
.energy-sport #sb_instagram .sbi_bio {
  visibility: hidden;
}
.energy-sport #sb_instagram .sbi_follow_btn a {
  background: #000 !important;
}
.home #sb_instagram .sb_instagram_header .sbi_header_img {
  margin: 0 !important;
  top: 54px;
}
@media screen and (min-width: 768px) {
  .home #sb_instagram .sb_instagram_header .sbi_header_img {
    top: 60px;
  }
}
.c-link-arrow {
  font-size: 18px !important;
  margin-left: 4px;
  transition: margin-left 0.5s;
  text-decoration: none !important;
}
a:hover .c-link-arrow {
  margin-left: 10px;
}
.underline-me {
  margin-left: 0px !important;
  transition: none !important;
  text-decoration: underline;
}
.hoverline-me:hover {
  text-decoration: underline !important;
}
/* ==========================================================================
 COMPONENTS/LOGO
 ========================================================================== */
.c-logo {
  vertical-align: middle;
  width: 100%;
  width: 112px;
  height: 37px;
  flex-shrink: 0;
}
.c-logo--inverted .c-logo__text, .c-logo--inverted .c-logo__streak {
  fill: #fff;
}
.c-logo--dark .c-logo__text, .c-logo--dark .c-logo__streak {
  fill: #2c2c2c;
}
.c-logo#aa-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
}
/* ==========================================================================
 COMPONENTS/COUNTRY-SELECTOR
 ========================================================================== */
.c-country-selector_on-page {
  position: relative;
}
.c-country-selector_on-page__map {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 600px;
}
.c-country-selector_on-page__inner {
  max-width: 69.375rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  opacity: 1;
}
@media (min-width: 46.25em) {
  .c-country-selector_on-page__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 72.375rem;
  }
}
.c-country-selector_on-page__inner .c-country-selector__list-item a {
  color: inherit;
}
.c-country-selector_on-page__inner .c-country-selector_on-page__group-toggle::before {
  background-color: #666;
}
.c-country-selector_on-page__inner .c-country-selector_on-page__group-toggle::after {
  background-color: #666;
}
.c-country-selector_on-page__inner .c-country-selector_on-page__group-toggle {
  color: inherit;
}
.c-country-selector__header {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 49.25rem;
  text-align: center;
}
.c-country-selector__header *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.c-country-selector__title {
  font-weight: 300;
}
.c-country-selector__title a {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  border-bottom: 3px solid #8c8ea6;
}
.c-country-selector__groups {
  display: flex;
}
@media (max-width: 46.24em) {
  .c-country-selector__groups {
    flex-direction: column;
  }
}
.c-country-selector__group {
  flex: 1 1 auto;
}
.c-country-selector_on-page__group-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media (min-width: 46.25em) {
  .c-country-selector_on-page__group-header {
    margin-bottom: 0.375rem;
  }
}
.c-country-selector__group-title {
  padding-bottom: 0.375rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media (max-width: 46.24em) {
  .c-country-selector__group-title {
    display: none;
  }
}
.c-country-selector_on-page__group-toggle {
  position: relative;
  appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0.75rem 0 0.75rem 3rem;
  background-color: transparent;
  border: 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
}
.c-country-selector_on-page__group-toggle:before, .c-country-selector_on-page__group-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -6px;
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.c-country-selector_on-page__group-toggle:before {
  transition: transform 0.2s cubic-bezier(0, 0, 0.3, 1);
}
.c-country-selector_on-page__group-toggle:after {
  transform: rotate(-90deg);
}
@media (min-width: 46.25em) {
  .c-country-selector_on-page__group-toggle {
    display: none;
  }
}
.c-country-selector__group-toggle--active:before {
  transform: rotate(-90deg);
}
@media (min-width: 46.25em) {
  .c-country-selector__list-wrapper {
    display: block;
  }
}
@media (max-width: 46.24em) {
  .c-country-selector__list-wrapper {
    display: none;
  }
}
.c-country-selector__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 46.24em) {
  .c-country-selector__list-item {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.c-country-selector__list-item a {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-decoration: none;
}
.c-country-selector__list-item a:hover, .c-country-selector__list-item a:focus {
  text-decoration: underline;
}
@media (max-width: 46.24em) {
  .c-country-selector__list-item a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
  }
}
.c-country-selector__footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 49.25rem;
  text-align: center;
}
.c-country-selector__footer-extro {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 300;
}
.c-country-selector__footer-copy {
  margin-bottom: 3rem;
}
/* ==========================================================================
 COMPONENTS/MEDIA-CONTACTS
 ========================================================================== */
.c-media-contacts {
  position: relative;
}
.c-media-contacts__inner {
  position: relative;
  padding: 2rem 3rem;
  z-index: 10;
  border: 1px solid #e6e6e6;
}
@media (min-width: 61.25em) {
  .c-media-contacts__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 46.24em) {
  .c-media-contacts__inner {
    padding: 1.5rem 1rem;
    padding-left: 2rem;
    min-height: 347px;
  }
}
@media (min-width: 61.25em) {
  .c-media-contacts__primary {
    width: 60%;
    border-right: 1px solid #e6e6e6;
  }
}
.c-media-contacts__secondary .flickity-viewport {
  overflow: visible !important;
}
@media (min-width: 61.25em) {
  .c-media-contacts__secondary .flickity-viewport {
    height: 0 !important;
  }
}
@media (min-width: 61.25em) {
  .c-media-contacts__secondary {
    display: flex;
    justify-content: flex-end;
    padding-left: 1.5rem;
    width: 40%;
  }
}
.c-media-contacts__title {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 900;
  color: #2c2c2c;
  line-height: 1;
  text-align: left;
}
.c-media-contacts__nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.24em) {
  .c-media-contacts__nav {
    margin-bottom: 1.5rem;
  }
}
.c-media-contacts__nav-btn {
  appearance: none;
  position: relative;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0;
  text-align: left;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2c2c2c;
  font-size: 1rem;
  border-bottom: 2px solid;
  border-color: transparent;
  cursor: pointer;
  width: calc(33.33% - 0.75rem);
}
@media (min-width: 61.25em) {
  .c-media-contacts__nav-btn {
    width: calc(25% - 0.75rem);
  }
}
.c-media-contacts__nav-btn.c-media-contacts__nav-btn--active:before, .c-media-contacts__nav-btn:focus:before, .c-media-contacts__nav-btn:hover:before {
  opacity: 1;
}
.c-media-contacts__nav-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #2c2c2c;
  transform: translate(-1.125rem, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.c-media-contacts__slider {
  width: 100%;
}
@media (min-width: 61.25em) {
  .c-media-contacts__slider {
    max-width: 520px;
  }
}
.c-media-contacts__slider-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: left;
  margin-right: 4px;
  padding: 0 2rem;
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
  padding-bottom: 1rem;
  pointer-events: none;
  left: 0 !important;
}
@media (max-width: 61.24em) {
  .c-media-contacts__slider-item {
    transform: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.c-media-contacts__slider-item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.flickity-slider {
  transform: none !important;
}
.c-media-contacts__slider-media {
  max-width: 80px;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 46.25em) {
  .c-media-contacts__slider-media {
    max-width: 120px;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.c-media-contacts__slider-media img {
  vertical-align: top;
  width: 100%;
}
.c-media-contacts__slider-info h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #2c2c2c;
}
.c-media-contacts__slider-info .c-media-contacts__slider-origin {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.c-media-contacts__slider-info a {
  text-decoration: none;
  color: #2c2c2c;
}
.c-media-contacts__slider-info-list {
  list-style: none;
}
.c-media-contacts__slider-info-list svg {
  vertical-align: middle;
  margin-right: 0.75rem;
}
/* ==========================================================================
 COMPONENTS/ Media Report Block
 ========================================================================== */
.c-media-report-block .c-media-report-block-img-wrapper {
  height: 0;
  padding-bottom: 58%;
  overflow: hidden;
  position: relative;
}
.c-media-report-block .c-media-report-block-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-media-report-block h2 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 16px;
  margin-bottom: 13px;
}
.c-media-report-block .c-media-description {
  margin-top: 16px;
}
.c-media-report-block .c-media-report-block-download-list {
  margin-top: 16px;
}
.c-media-report-block .c-media-report-block-download-list .c-media-report-block-download-expand {
  display: block;
  margin: 16px 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  outline: none;
  background: transparent;
}
.c-media-report-block .c-media-report-block-download-list .c-media-report-block-download-expand:after {
  content: '';
  background-image: url("../assets/img/svg/arrow-down.svg");
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -4px;
  margin-left: 0.25rem;
  transform: rotate(0);
  transform-origin: 50% 40%;
  transition: all 0.25s ease;
}
.c-media-report-block .c-media-report-block-download-list .c-media-report-block-download-expand.active:after {
  transform: rotate(-180deg);
}
.c-media-report-block .c-media-report-block-download-list .archived-reports-wrapper {
  display: none;
}
.c-media-report-block .c-media-report-block-download-list .archived-reports-wrapper.active {
  display: block;
}
.c-media-report-block .c-media-report-block-download-list .archived-reports-wrapper a.c-media-report-block-download-list-item {
  padding: 10px 0;
}
@media (min-width: 46.25em) {
  .c-media-report-block .c-media-report-block-download-list .archived-reports-wrapper a.c-media-report-block-download-list-item {
    border-top: 1px solid #d8d8d8;
  }
}
@media (max-width: 46.24em) {
  .c-media-report-block .c-media-report-block-download-list .archived-reports-wrapper a.c-media-report-block-download-list-item:not(:first-of-type) {
    border-top: 1px solid #d8d8d8;
  }
}
@media (min-width: 46.25em) {
  .c-media-report-block .c-media-report-block-download-list .archived-reports-wrapper a.c-media-report-block-download-list-item:last-of-type {
    border-bottom: 1px solid #d8d8d8;
  }
}
a.c-media-report-block-download-list-item {
  display: block;
}
a.c-media-report-block-download-list-item:before {
  content: '';
  background-image: url("../assets/img/svg/arrow-down-circle.svg");
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -5px;
  margin-right: 0.5rem;
}
/* ==========================================================================
 COMPONENTS/NEWS/FEATURED VIDEO
 ========================================================================== */
.c-article__featured-video-wrapper {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  height: 0;
  padding-bottom: calc(56.25% - 1rem);
  width: 100%;
  position: relative;
}
.c-article__featured-video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  max-width: 100%;
}
/* ==========================================================================
 COMPONENTS/NEWS/GALLERY
 ========================================================================== */
.c-article__gallery-wrapper {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.c-article__gallery-current-item {
  position: relative;
}
.c-article__gallery-photo-count {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  padding: 5px 10px;
  top: 10px;
  left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #171717;
}
@media (max-width: 46.24em) {
  .c-article__gallery-photo-count {
    display: none;
  }
}
.c-article__gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 15px;
  padding-top: 11px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.36;
  color: #fff;
}
@media (max-width: 46.24em) {
  .c-article__gallery-caption {
    position: relative;
  }
}
.c-article__gallery-nav-wrapper {
  padding-right: 0 !important;
  margin: 20px 0 !important;
}
@media (max-width: 46.24em) {
  .c-article__gallery-nav, .gallery-nav-wrapper {
    display: none;
  }
}
.gallery-nav {
  margin: 0 40px;
}
.gallery-nav-mobile-wrapper {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  .gallery-nav-mobile-wrapper {
    display: none;
  }
}
.gallery-nav-mobile-wrapper #gallery-nav-mobile-prev {
  float: left;
}
.gallery-nav-mobile-wrapper #gallery-nav-mobile-next {
  float: right;
}
.gallery-nav-mobile-wrapper .gallery-mobile-count-wrapper {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #4e4e4e;
  vertical-align: middle;
}
.gallery-nav-item-wrapper {
  position: relative;
  margin: 10px;
}
.gallery-nav-item-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.gallery-nav-item-overlay p {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-top: 25%;
}
.gallery-nav .slick-current .gallery-nav-item-overlay {
  display: block;
}
#gallery-nav-prev {
  float: left;
  margin-right: 20px;
  margin-top: 30px;
}
#gallery-nav-next {
  float: right;
  margin-top: 30px;
  margin-left: 20px;
}
/* ==========================================================================
 COMPONENTS/NEWSROOM-CTA
 ========================================================================== */
@media (min-width: 46.25em) {
  .c-newsroom-cta {
    display: flex;
    align-items: center;
  }
}
.c-newsroom-cta--inverted {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}
.c-newsroom-cta__primary {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 46.25em) {
  .c-newsroom-cta__primary {
    padding-right: 1.5rem;
    margin-bottom: 0;
    text-align: left;
    width: 50%;
  }
}
.c-newsroom-cta__header {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 46.24em) {
  .c-newsroom-cta__header {
    flex-direction: column;
  }
}
.c-newsroom-cta__header svg {
  flex-shrink: 0;
  margin-right: 0.5rem;
}
@media (max-width: 46.24em) {
  .c-newsroom-cta__header svg {
    margin-bottom: 0.5rem;
  }
}
.c-newsroom-cta__title {
  font-size: 1.875rem;
  font-weight: 300;
  color: #002f5f;
  line-height: 1;
}
@media (min-width: 61.25em) {
  .c-newsroom-cta__title {
    font-size: 2.5rem;
  }
}
.c-newsroom-cta--inverted .c-newsroom-cta__title {
  margin-bottom: 0.375rem;
  color: #fff;
}
.c-newsroom-cta__copy {
  margin-bottom: 1.5rem;
}
@media (min-width: 46.25em) {
  .c-newsroom-cta__copy {
    margin-bottom: 3rem;
  }
}
@media (min-width: 46.25em) {
  .c-newsroom-cta__secondary {
    padding-left: 1.5rem;
    width: 50%;
  }
}
.c-newsroom-cta__inputs {
  display: flex;
}
@media (max-width: 25em) {
  .c-newsroom-cta__inputs {
    flex-direction: column;
  }
}
.c-newsroom-cta__input {
  font-family: 'Source Sans Pro', sans-serif;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 1.125rem 1.5rem;
  flex: 1;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 1rem;
}
.newsroom-connectWithUs {
  background-color: #f1f2ff;
}
.newsroom-connectWithUs .newsroom-connectWithUs-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 26px 22px;
  color: #2c2c2c;
  max-width: 400px;
  flex-wrap: wrap;
}
.newsroom-connectWithUs .newsroom-connectWithUs-column h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center;
}
.newsroom-connectWithUs .newsroom-connectWithUs-column li {
  list-style: none;
  margin-bottom: 0;
}
.newsroom-connectWithUs .newsroom-connectWithUs-column li .c-social__link svg {
  width: 21px;
  height: 21px;
}
.newsroom-connectWithUs .newsroom-connectWithUs-column li .c-social__link svg path {
  fill: #2c2c2c;
}
.connectWithUs-modular {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 1rem;
  position: relative;
  flex-grow: 1;
  flex-wrap: nowrap;
}
.connectWithUs-modular:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  background-color: #d8d8d8;
  height: 32px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.connectWithUs-modular .connectWithUs-modular-title {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 61.24em) {
  .connectWithUs-modular {
    flex-wrap: wrap;
  }
  .connectWithUs-modular h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .connectWithUs-modular li {
    width: 50%;
    margin-bottom: 2rem;
  }
}
.connectWithUs-modular h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}
.connectWithUs-modular li {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
@media (max-width: 61.24em) {
  .connectWithUs-modular li {
    margin-bottom: 1rem;
  }
}
.connectWithUs-modular li .c-social__link svg path {
  fill: #2c2c2c;
}
.connectWithUs-modular li .c-social__link span {
  display: none;
}
/* ==========================================================================
 COMPONENTS/NEWSROOM-FILTER
 ========================================================================== */
.c-newsroom-filter {
  position: relative;
}
.c-newsroom-filter__header {
  display: none;
}
.c-newsroom-filter__header-primary {
  display: none;
}
.c-newsroom-filter__sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-newsroom-filter__bar {
  display: none;
}
.c-newsroom-filter__toggle {
  display: inline-flex;
  align-items: center;
  appearance: none;
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 1.125rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  color: inherit;
  cursor: pointer;
}
.c-newsroom-filter__toggle svg {
  margin-left: 0.375rem;
  transition: transform ease-in-out 0.2s;
  transform-origin: center center;
}
.c-newsroom-filter__toggle-inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c-newsroom-filter__toggle--active svg {
  transform: rotate(180deg);
}
.c-newsroom-filter__summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.c-newsroom-filter__summary-tags {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  padding-right: 1.125rem;
}
@media (max-width: 31.25em) {
  .c-newsroom-filter__summary-tags {
    display: none;
  }
}
.c-newsroom-filter__summary-tags #truncated {
  margin-left: 3px;
}
.c-newsroom-filter__reset {
  flex-shrink: 0;
  padding: 1.125rem;
  color: inherit;
  border-left: 1px solid #f4f4f4;
}
@media (min-width: 46.25em) {
  .c-newsroom-filter__reset {
    margin-left: 1.125rem;
  }
}
.c-newsroom-filter__content {
  position: absolute;
  top: -6px;
  left: 0;
  transform: translateY(-50px);
  width: 100%;
  padding: 1.5rem 1.5rem 1rem;
  background-color: #fff;
  z-index: 1005;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform, box-shadow;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 24.99em) {
  .c-newsroom-filter__content {
    width: calc(100% + 3rem);
    left: -1.5rem;
  }
}
@media (max-width: 61.24em) {
  .c-newsroom-filter__content {
    width: calc(100% + 3rem);
    left: -1.5rem;
    top: 0px;
  }
}
.c-newsroom-filter--open .c-newsroom-filter__content {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2);
  visibility: visible;
  pointer-events: auto;
}
.c-newsroom-filter__groups {
  margin-bottom: 1.5rem;
}
@media (min-width: 46.25em) {
  .c-newsroom-filter__groups {
    display: flex;
  }
}
@media (max-width: 46.24em) {
  .c-newsroom-filter__groups {
    column-count: 2;
  }
  .c-newsroom-filter__groups > .c-newsroom-filter__group {
    width: 100% !important;
    break-inside: avoid;
  }
}
@media (max-width: 46.24em) {
  .c-newsroom-filter__group {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 46.25em) {
  .c-newsroom-filter__group {
    width: 40%;
  }
  .c-newsroom-filter__group:last-of-type {
    width: 20%;
  }
}
#category-filter {
  width: 50%;
}
#type-filter {
  width: 25%;
}
#year-filter {
  width: 25%;
}
#type-filter-list {
  -webkit-column-count: 1;
  column-count: 1;
}
.c-newsroom-filter__group-title {
  margin-bottom: 0.75rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
}
/**
 * Filter lists
 */
.c-newsroom-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 46.25em) {
  .c-newsroom-filter__list {
    column-count: 2;
    column-gap: 1.5rem;
  }
}
@media (max-width: 371px) {
  .c-newsroom-filter__list {
    column-count: 1 !important;
  }
}
.c-newsroom-filter__list-item {
  margin-bottom: 0.375rem;
}
.c-newsroom-filter__content-footer {
  text-align: center;
}
#apply-filters {
  margin-bottom: 15px;
}
.js-newsroom-filter-close {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #414141;
  margin-top: 25px;
  cursor: pointer;
}
.js-newsroom-filter-close svg {
  vertical-align: middle;
}
.newsroom-filter-pill {
  padding: 4px 30px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  margin-top: 15px;
  margin-right: 15px;
}
.newsroom-filter-count {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #2c2c2c;
  border-radius: 50px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
@media (min-width: 46.25em) {
  .newsroom-filter-count {
    display: none;
  }
}
.newsroom-filter-pills-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.newsroom-filter-clear {
  margin-top: 15px;
  margin-left: 20px;
  display: none;
  white-space: nowrap;
}
@media (max-width: 46.24em) {
  .newsroom-filter-clear {
    display: none !important;
  }
}
#newsroom-filter-pills {
  flex-grow: 1;
}
@media (max-width: 46.24em) {
  #newsroom-filter-pills {
    display: none;
  }
}
@media (max-width: 61.24em) {
  #js-newsroom-filter-form #category-filter ul.c-newsroom-filter__list {
    width: 100%;
  }
  #js-newsroom-filter-form #category-filter ul.c-newsroom-filter__list li.c-newsroom-filter__list-item {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  #js-newsroom-filter-form #category-filter ul.c-newsroom-filter__list li.c-newsroom-filter__list-item label {
    line-height: 1.2rem;
  }
}
.newsroom-inTheNews {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
}
.newsroom-inTheNews .newsroom-inTheNews__title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  padding: 1.25rem;
  background-color: #f6f6f6;
}
@media (max-width: 46.24em) {
  .newsroom-inTheNews .newsroom-inTheNews__title {
    font-size: 12px;
  }
}
.newsroom-inTheNews__article {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.25rem 1rem;
}
.newsroom-inTheNews__article .newsroom-inTheNews__meta {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  text-transform: uppercase;
}
.newsroom-inTheNews__article .newsroom-inTheNews__article-category {
  font-size: 14px;
  display: inline;
}
.newsroom-inTheNews__article .newsroom-inTheNews__article-source {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.64;
  color: #2f2f2f;
  margin-bottom: 6px;
}
@media (max-width: 46.24em) {
  .newsroom-inTheNews__article .newsroom-inTheNews__article-source {
    font-size: 12px;
  }
}
.newsroom-inTheNews__article a.newsroom-inTheNews__article-title {
  display: block;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
}
@media (max-width: 46.24em) {
  .newsroom-inTheNews__article a.newsroom-inTheNews__article-title {
    font-size: 14px;
  }
}
.newsroom-inTheNews__article a.newsroom-inTheNews__article-title:hover {
  text-decoration: underline;
}
.newsroom-inTheNews__article:last-of-type {
  border-bottom: none;
}
.news-article .c-card-newsroom__ttr {
  display: none;
}
/* ==========================================================================
 COMPONENTS/NEWSROOM-BANNER
 ========================================================================== */
.c-newsroom-banner {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 46.25em) {
  .c-newsroom-banner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 46.24em) {
  .c-newsroom-banner {
    margin-bottom: 1.875rem;
  }
}
.c-newsroom-banner.full .c-newsroom-banner__primary {
  width: 100%;
}
@media (max-width: 46.24em) {
  .c-newsroom-banner.full .c-newsroom-banner__primary {
    position: relative;
    left: 0;
  }
}
.c-newsroom-banner.full:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
}
.c-newsroom-banner.block {
  height: 450px;
  padding-top: 0;
}
.c-newsroom-banner.block .c-newsroom-banner__primary {
  z-index: 999;
  margin-left: -100px;
}
.c-newsroom-banner.block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-image: linear-gradient(300deg, #0076ad, #002c63);
}
.c-newsroom-banner__block-image {
  width: 750px;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.c-newsroom-banner__block-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
}
.c-newsroom-banner__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media (max-width: 46.24em) {
  .c-newsroom-banner__inner {
    flex-wrap: wrap;
  }
}
.c-newsroom-banner__primary {
  max-width: 34.375rem;
}
@media (max-width: 46.24em) {
  .c-newsroom-banner__primary {
    position: absolute;
    left: 1.5625rem;
    margin-left: 0 !important;
  }
}
@media (max-width: 46.24em) {
  .c-newsroom-banner.block .o-wrapper {
    padding: 0;
  }
}
.c-newsroom-banner__primary-date {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #171717;
  padding: 6px 10px 8px;
}
.c-newsroom-banner__primary-title {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: 900;
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 430px;
}
@media (max-width: 46.24em) {
  .c-newsroom-banner__primary-title {
    font-size: 1.5rem !important;
  }
}
.c-newsroom-banner__primary-title span {
  background-color: #fff;
  box-shadow: 10px 0 0 #fff, 10px 0 0 #fff;
  -moz-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  color: #171717;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 2px 0;
}
.c-newsroom-banner__links {
  background-color: rgba(23, 23, 23, 0.75);
  margin-top: 20px;
  padding: 5px 0;
}
.c-newsroom-banner__links a {
  font-size: 14px;
  padding: 0 10px;
  width: 32%;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
@media (max-width: 46.24em) {
  .c-newsroom-banner__links a {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.c-newsroom-banner__links a svg {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.c-newsroom-banner__links a p {
  overflow: hidden;
}
.c-newsroom-banner__links a:hover {
  text-decoration: underline;
}
.c-newsroom-banner__primary-copy {
  margin-bottom: 2.25rem;
}
.c-newsroom-banner__secondary {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 46.25em) {
  .c-newsroom-banner__secondary {
    max-width: 18.75rem;
  }
}
.c-newsroom-banner__secondary-title {
  display: inline-block;
  background-color: #002f5f;
  margin-top: 0.75rem;
  margin-left: -0.5rem;
  padding-top: 0.5rem;
  padding-right: 1.625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.625rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 46.24em) {
  .c-newsroom-banner__secondary-title {
    display: none;
  }
}
#media-download {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#media-downloads-header h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
#media-downloads-header p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.31;
  text-align: center;
  color: #2c2c2c;
}
.c-media-download-block {
  margin-bottom: 40px;
}
.c-media-download-block hr {
  margin-bottom: 20px;
}
.c-media-download-block h2 {
  margin-bottom: 15px;
}
.c-media-download-block p {
  margin-bottom: 20px;
}
.c-media-download-block a {
  text-decoration: underline;
}
.c-media-download-block .c-select {
  width: 100%;
}
.c-media-download-block .c-select .c-btn {
  /*
   -webkit-box-flex: auto;
   -ms-flex: auto;
   flex: auto;
   */
  min-width: 115px;
}
.c-media-download-block .c-select .c-btn:hover {
  text-decoration: underline;
}
@media (max-width: 61.24em) {
  .c-media-download-block.ager-download-block h2 {
    height: auto !important;
  }
}
.report-download {
  text-decoration: none;
  font-size: 14px;
}
.report-download svg {
  margin-right: 9px;
  vertical-align: middle;
}
.report-download:hover {
  text-decoration: underline;
}
.c-newsroom__search-cta-wrapper {
  padding: 30px 0;
  color: #fff;
  background-image: linear-gradient(273deg, #0076ad, #002c63);
}
.c-newsroom__search-cta-wrapper .c-btn-blue {
  float: right;
  margin-top: -15px;
}
@media (max-width: 46.24em) {
  .c-newsroom__search-cta-wrapper .c-btn-blue {
    float: none;
    margin-top: 1rem;
  }
}
@media (max-width: 46.24em) {
  .c-newsroom__search-cta-wrapper {
    text-align: center;
  }
}
.c-newsroom__search-cta-header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 1.9px;
  margin-right: 20px;
  text-transform: uppercase;
}
@media (max-width: 46.24em) {
  .c-newsroom__search-cta-header {
    display: block;
  }
}
.c-newsroom__search-cta-text {
  font-size: 0.875rem;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 46.24em) {
  .c-newsroom__search-cta-text {
    display: block;
    font-size: 1rem;
    line-height: 1.31em;
  }
}
.c-btn-blue {
  background-color: #002f5f;
}
.c-btn-blue:hover {
  background-color: #001d3b;
}
/* ==========================================================================
 COMPONENTS/NEWSROOM-SIDEBAR
 ========================================================================== */
.c-newsroom-sidebar__explore-nav-wrapper {
  background-color: #fff;
}
@media (max-width: 46.24em) {
  .c-newsroom-sidebar__explore-nav-wrapper {
    display: none;
  }
}
.c-newsroom-sidebar__explore-nav-title {
  display: inline-block;
  background-color: #2c2c2c;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  padding-right: 1.625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.625rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 46.24em) {
  .c-newsroom-sidebar__explore-nav-title {
    display: none;
  }
}
.c-newsroom-sidebar__explore-nav {
  padding: 1.5rem;
  background-color: #e6e6e6;
}
@media (max-width: 46.24em) {
  .c-newsroom-sidebar__explore-nav {
    display: none;
  }
}
.c-newsroom-sidebar__explore-nav > a {
  display: block;
  color: #2c2c2c;
  text-decoration: none;
}
.c-newsroom-sidebar__explore-nav > a:not(:last-of-type) {
  margin-bottom: 1.125rem;
}
.c-newsroom-sidebar__explore-nav > a:hover {
  text-decoration: underline;
}
.c-newsroom__explore-nav-wrapper-mobile {
  display: none;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 46.24em) {
  .c-newsroom__explore-nav-wrapper-mobile {
    display: block;
  }
}
.c-newsroom__explore-nav-wrapper-mobile .c-newsroom__explore-nav-title {
  background-color: #002f5f;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 1.25rem 0;
}
.c-newsroom__explore-nav-wrapper-mobile .c-newsroom__explore-nav-title svg {
  vertical-align: middle;
}
.c-newsroom__explore-nav-wrapper-mobile .c-newsroom__explore-nav-title #chevron-up {
  display: none;
}
.c-newsroom__explore-nav-wrapper-mobile .c-newsroom__explore-nav-title #chevron-down {
  display: inline-block;
}
.c-newsroom__explore-nav-wrapper-mobile .c-newsroom__explore-nav {
  background-color: #fff;
  padding: 1.25rem;
}
.c-newsroom__explore-nav-wrapper-mobile .c-newsroom__explore-nav a {
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #171717;
  padding-bottom: 1.375rem;
  display: block;
}
.c-newsroom__explore-nav-wrapper-mobile.open .c-newsroom__epxlore-nav-title #chevron-up {
  display: inline-block;
}
.c-newsroom__explore-nav-wrapper-mobile.open .c-newsroom__epxlore-nav-title #chevron-down {
  display: none;
}
.c-newsroom-sidebar__social .c-social__link svg path {
  fill: #002f5f;
}
#newsroom-tabs {
  background-color: #fff;
  z-index: 1005;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 61.24em) {
  #newsroom-tabs ul.newsroom-tabs-list {
    margin-right: -1.5rem;
    overflow-x: scroll;
  }
  #newsroom-tabs button.js-newsroom-filter-toggle {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin-top: 1.5rem;
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #newsroom-tabs button.js-newsroom-filter-toggle .c-newsroom-filter__toggle-inner {
    font-weight: 900 !important;
    flex-direction: row-reverse;
  }
  #newsroom-tabs button.js-newsroom-filter-toggle .c-newsroom-filter__toggle-inner svg {
    margin-left: 0.375rem !important;
    margin-right: 0 !important;
  }
}
#newsroom-tabs .newsroom-tabs-simple {
  display: flex;
}
#newsroom-tabs .newsroom-tabs-list {
  display: flex;
  flex-direction: row;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: center;
  color: #2c2c2c;
  position: relative;
  flex-grow: 1;
}
@media (max-width: 61.24em) {
  #newsroom-tabs .newsroom-tabs-list {
    font-size: 16px;
  }
}
@media (min-width: 61.25em) {
  #newsroom-tabs .newsroom-tabs-list {
    overflow-y: scroll;
  }
}
#newsroom-tabs .newsroom-tabs-list .newsroom-tab {
  display: block;
}
@media (max-width: 46.24em) {
  #newsroom-tabs .newsroom-tabs-list .newsroom-tab {
    white-space: nowrap;
  }
}
#newsroom-tabs .newsroom-tabs-list .newsroom-tab.newsroom-tab-underline {
  border-bottom: 5px solid #2c2c2c !important;
}
#newsroom-tabs .newsroom-tabs-list .newsroom-tab .newsroom-tab-link {
  display: block;
  text-decoration: none;
  padding: 12px 10px 17px;
  visibility: hidden;
  font-weight: bold;
  border: none;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 61.24em) {
  #newsroom-tabs .newsroom-tabs-list .newsroom-tab .newsroom-tab-link {
    padding: 2px 11px;
  }
}
#newsroom-tabs .newsroom-tabs-list .newsroom-tab .newsroom-tab-link:before {
  content: attr(data-text);
  display: block;
  overflow: visible;
  visibility: visible;
  position: absolute;
  font-weight: 400;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#newsroom-tabs .newsroom-tabs-list .newsroom-tab.active .newsroom-tab-link:before {
  font-weight: bold;
}
#newsroom-tabs .newsroom-tabs-list .newsroom-tab:hover .newsroom-tab-link:before {
  color: #686868;
}
#newsroom-tabs .newsroom-tabs-list #tabs-underline {
  position: absolute;
  height: 5px;
  width: 40px;
  left: 0;
  bottom: 0;
  background-color: #2c2c2c;
  transition: all 0.35s ease;
  transform: translateZ(0) translateX(0);
  will-change: transform, width;
}
@media (max-width: 46.24em) {
  #newsroom-tabs .newsroom-tabs-list #tabs-underline {
    height: 1px;
  }
}
#newsroom-tabs.newsroom-tab-with-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
#newsroom-tabs.newsroom-tab-with-filter ul.newsroom-tabs-list {
  border-bottom: none;
}
#newsroom-tabs.newsroom-tab-with-filter .c-newsroom-filter__toggle {
  padding: 12px 10px 15px;
}
#newsroom-tabs.newsroom-tab-with-filter .c-newsroom-filter__toggle div.c-newsroom-filter__toggle-inner {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#newsroom-tabs.newsroom-tab-with-filter .c-newsroom-filter__toggle div.c-newsroom-filter__toggle-inner svg {
  margin-right: 0.375rem;
  margin-left: 0;
}
.tab-sections .tab-section {
  display: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tab-sections .tab-section.active {
  display: block;
}
.section-introText {
  font-size: 16px;
  line-height: 1.44;
  padding-bottom: 2rem;
}
.section-all .newsroom-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: max-content;
}
.section-latest .c-card-newsroom-outside {
  margin-bottom: 1rem;
}
@media (max-width: 61.24em) {
  .section-guides .o-grid__item {
    margin-bottom: 0;
  }
  .section-guides .o-grid__item .c-media-report-block {
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #d8d8d8;
  }
}
.section-factSheets .c-card-factSheet-outside .c-card-factSheet {
  flex-direction: column;
}
.section-factSheets .c-card-factSheet-outside .c-card-factSheet .brand-decorator {
  display: block;
}
.section-factSheets .c-card-factSheet-outside .c-card-factSheet .c-card-newsroom__content {
  width: 100%;
}
.section-factSheets .c-card-factSheet-outside .c-card-factSheet .c-card-newsroom__content-inner {
  min-height: 3rem;
}
.section-factSheets .c-card-factSheet-outside .c-card-factSheet .c-card-newsroom__content-inner h2.c-card-newsroom__title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 8px;
}
.section-factSheets .c-card-factSheet-outside:hover .c-card-newsroom__title {
  text-decoration: none !important;
}
/* ==========================================================================
 COMPONENTS/NEWSROOM-TICKER
 ========================================================================== */
#whq-ticker {
  position: relative;
}
#whq-ticker p {
  background-color: #002e5e;
  background-image: linear-gradient(to left, #002e5e, #0081be);
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 0;
  right: 165px;
  top: 28px;
  height: 35px;
  padding-top: 6px;
  padding-left: 16px;
  padding-right: 15px;
}
@media (max-width: 32.9375em) {
  #whq-ticker p {
    font-size: 0.75rem;
    line-height: 1.17em;
    padding-top: 4px;
  }
}
@media (max-width: 23.25em) {
  #whq-ticker p {
    font-size: 0.6rem;
    line-height: 1.1em;
    padding-top: 4px;
  }
}
#whq-ticker p:after {
  content: '';
  position: absolute;
  top: 0;
  right: -28px;
  width: 40px;
  height: 100%;
  background: #002e5e;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
#whq-ticker img {
  float: right;
  width: 126px;
  height: auto;
}
.c-newsroom-sidebar__trending {
  margin-top: 50px;
}
@media (max-width: 46.24em) {
  .c-newsroom-sidebar__trending {
    margin-top: 1rem;
  }
}
.single .c-newsroom-sidebar__trending {
  margin-top: 0;
}
.c-newsroom-sidebar__trending-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 1px;
  text-align: left;
  color: #4e4e4e;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.single .c-newsroom-sidebar__trending-title {
  margin-bottom: 0;
}
.c-sidebar-card {
  background-color: #fff;
  display: block;
  text-decoration: none;
  padding: 18px 20px;
  margin-bottom: 10px;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  /*sidebar cards within a single article*/
}
.c-sidebar-card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.single .c-sidebar-card {
  padding: 18px 0;
  border-bottom: solid 1px #e6e6e6;
}
.single .c-sidebar-card:last-of-type {
  border: none;
}
.single .c-sidebar-card:hover {
  box-shadow: none;
}
.single .c-sidebar-card:hover .c-sidebar-card__title {
  text-decoration: underline;
}
.c-sidebar-card__tag {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}
.c-sidebar-card--artistry-studio .c-sidebar-card__tag {
  color: #804948;
}
.c-sidebar-card--beauty .c-sidebar-card__tag {
  color: #444;
}
.c-sidebar-card--company .c-sidebar-card__tag {
  color: #704931;
}
.c-sidebar-card--corporate .c-sidebar-card__tag {
  color: #37538d;
}
.c-sidebar-card--creators .c-sidebar-card__tag {
  color: #1a3e43;
}
.c-sidebar-card--industry .c-sidebar-card__tag {
  color: #171717;
}
.c-sidebar-card--csr .c-sidebar-card__tag {
  color: #7a7a00;
}
.c-sidebar-card--corporate-social-responsibility .c-sidebar-card__tag {
  color: #7a7a00;
}
.c-sidebar-card--our-story .c-sidebar-card__tag {
  color: #767676;
}
.c-sidebar-card--founding-families .c-sidebar-card__tag {
  color: #171717;
}
.c-sidebar-card--home .c-sidebar-card__tag {
  color: #007dba;
}
.c-sidebar-card--nutrition .c-sidebar-card__tag {
  color: #008926;
}
.c-sidebar-card--quality-innovation .c-sidebar-card__tag {
  color: #ad6500;
}
.c-sidebar-card--research-development .c-sidebar-card__tag {
  color: #ad6500;
}
.c-sidebar-card--energy-sport .c-sidebar-card__tag {
  color: #d700be;
}
.c-sidebar-card--ager .c-sidebar-card__tag {
  color: #704931;
}
.c-sidebar-card__date {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #4e4e4e;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 46.24em) {
  .c-sidebar-card__date {
    font-size: 1rem;
  }
}
.c-sidebar-card__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  text-align: left;
  color: #171717;
  font-family: 'Source Sans Pro', sans-serif;
}
.c-sidebar-card__title svg {
  margin-left: 5px;
}
@media (max-width: 46.24em) {
  .c-sidebar-card__title {
    font-size: 1rem;
  }
}
.c-newsroom__videos-wrapper .o-wrapper {
  padding: 0;
}
.c-newsroom__videos-wrapper .o-wrapper .o-grid {
  margin: 0;
  width: 100%;
}
.c-newsroom__videos-wrapper .o-wrapper .o-grid__item {
  padding: 0;
  margin: 0;
  width: 100%;
}
.c-newsroom-videos {
  background-color: #fff;
  height: 100%;
}
.c-newsroom-videos__title {
  display: inline-block;
  background-color: #002f5f;
  margin-top: 0.75rem;
  margin-left: -0.5rem;
  padding-top: 0.5rem;
  padding-right: 1.625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.625rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.c-newsroom-videos__all-videos {
  font-size: 0.875rem;
  text-align: left;
  color: #171717;
  margin-left: 20px;
  text-decoration: none;
}
.c-newsroom-videos__all-videos svg {
  margin-left: 7px;
}
.c-newsroom-videos__featured-video-embed-wrapper {
  padding: 20px;
}
@media (max-width: 46.24em) {
  .c-newsroom-videos__featured-video-embed-wrapper {
    padding: 20px 0;
  }
}
.c-newsroom-videos__featured-video-embed {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 17px;
  margin-bottom: 40px;
}
.c-newsroom-videos__featured-video-embed iframe {
  max-width: 100%;
}
@media (max-width: 46.24em) {
  .c-newsroom-videos__featured-video-embed iframe {
    height: 215px;
    margin-bottom: 1.125rem;
  }
}
.c-newsroom-videos__featured-video-embed-date {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4e4e4e;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 46.24em) {
  .c-newsroom-videos__featured-video-embed-date {
    padding-left: 1.5625rem;
    font-size: 1rem;
  }
}
.c-newsroom-videos__featured-video-embed-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  color: #171717;
}
.c-newsroom-videos__featured-video-embed-title svg {
  margin-left: 5px;
}
.c-newsroom-videos__featured-video-embed-title a {
  text-decoration: none;
}
@media (max-width: 46.24em) {
  .c-newsroom-videos__featured-video-embed-title {
    padding-left: 1.5625rem;
    font-size: 1.375rem;
  }
}
.c-newsroom-videos__card {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  clear: both;
  padding: 0 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.c-newsroom-videos__card:hover .c-newsroom-videos__card-title {
  text-decoration: underline;
}
.c-newsroom-videos__card-figure {
  position: relative;
  width: 145px;
  float: left;
  z-index: 999;
}
.c-newsroom-videos__card-content {
  position: relative;
  min-height: 81.56px;
  overflow: hidden;
  padding: 0 15px;
}
.c-newsroom-videos__card-content-inner {
  height: 100%;
  background-color: #fff;
  min-height: 81.56px;
}
.c-newsroom-videos__card-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.36;
  color: #171717;
}
.c-newsroom-videos__card-title svg {
  margin-left: 3px;
}
.c-newsroom-latest-social-posts {
  background-color: #fff;
}
.c-newsroom-social__title {
  display: inline-block;
  background-color: #002f5f;
  margin-top: 0.75rem;
  margin-left: -0.5rem;
  padding-top: 0.5rem;
  padding-right: 1.625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.625rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.c-newsroom-social__feed {
  padding: 15px;
  margin: 20px 0;
}
@media (max-width: 46.24em) {
  .c-newsroom-social__feed {
    text-align: center;
  }
}
.c-newsroom-social__feed-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.c-newsroom-social__feed-title span {
  font-size: 0.875rem;
}
.c-newsroom-social__feed-title span a {
  text-decoration: none;
  color: #3b94d9;
}
.c-newsroom-social__feed-title span a:hover {
  color: #55acee;
}
.c-newsroom-social__connect-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  color: #4e4e4e;
}
.c-newsroom-social__link {
  margin-right: 20px;
}
.c-newsroom-feature-blocks__block {
  background-color: #fff;
  margin-bottom: 85px;
}
.c-newsroom-feature-blocks__block-title {
  display: inline-block;
  background-color: #4e4e4e;
  margin-top: 0.75rem;
  margin-left: -0.5rem;
  padding-top: 0.5rem;
  padding-right: 1.625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.625rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.c-newsroom-feature-block__article {
  padding: 10px;
}
.c-newsroom-feature-block__article-tag {
  font-size: 0.6875rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}
.c-newsroom-feature-block--artistry-studio .c-newsroom-feature-block__article-tag {
  color: #804948;
}
.c-newsroom-feature-block--beauty .c-newsroom-feature-block__article-tag {
  color: #444;
}
.c-newsroom-feature-block--company .c-newsroom-feature-block__article-tag {
  color: #704931;
}
.c-newsroom-feature-block--corporate .c-newsroom-feature-block__article-tag {
  color: #37538d;
}
.c-newsroom-feature-block--creators .c-newsroom-feature-block__article-tag {
  color: #1a3e43;
}
.c-newsroom-feature-block--industry .c-newsroom-feature-block__article-tag {
  color: #171717;
}
.c-newsroom-feature-block--csr .c-newsroom-feature-block__article-tag {
  color: #7a7a00;
}
.c-newsroom-feature-block--corporate-social-responsibility .c-newsroom-feature-block__article-tag {
  color: #7a7a00;
}
.c-newsroom-feature-block--our-story .c-newsroom-feature-block__article-tag {
  color: #767676;
}
.c-newsroom-feature-block--founding-families .c-newsroom-feature-block__article-tag {
  color: #171717;
}
.c-newsroom-feature-block--home .c-newsroom-feature-block__article-tag {
  color: #007dba;
}
.c-newsroom-feature-block--nutrition .c-newsroom-feature-block__article-tag {
  color: #008926;
}
.c-newsroom-feature-block--quality-innovation .c-newsroom-feature-block__article-tag {
  color: #ad6500;
}
.c-newsroom-feature-block--research-development .c-newsroom-feature-block__article-tag {
  color: #ad6500;
}
.c-newsroom-feature-block--energy-sport .c-newsroom-feature-block__article-tag {
  color: #d700be;
}
.c-newsroom-feature-block--ager .c-newsroom-feature-block__article-tag {
  color: #704931;
}
.c-newsroom-feature-block__article-date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4e4e4e;
}
.c-newsroom-feature-block__title {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.36;
  color: #171717;
}
.c-newsroom-feature-block__title:hover {
  text-decoration: underline;
}
.c-newsroom-in-the-news {
  background-color: #fff;
}
.c-newsroom-in-the-news__title {
  display: inline-block;
  color: #fff;
  background-color: #4e4e4e;
  margin-top: 0.75rem;
  margin-left: -0.5rem;
  padding-top: 0.5rem;
  padding-right: 1.625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.625rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-newsroom-in-the-news__article {
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.c-newsroom-in-the-news__article:last-of-type {
  border-bottom: none;
}
.c-newsroom-in-the-news__article-date, .c-newsroom-in-the-news__article-source {
  display: block;
  margin-bottom: 0.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: left;
  color: #4e4e4e;
}
.c-newsroom-in-the-news__article-title {
  display: block;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.36;
  color: #171717;
}
.c-newsroom-in-the-news__article-title:hover {
  text-decoration: underline;
}
.section-explore {
  border-top: 1px solid #e6e6e6;
}
.section-explore .row {
  margin: 0 -0.75rem;
}
.section-explore .row > * {
  padding: 0 0.75rem;
}
.section-explore .row h3.section-explore-header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.46;
  text-align: center;
  color: #2c2c2c;
}
.section-explore .row #explore-more-cats-button {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.section-explore .row #explore-more-cats-button:after {
  content: "\e900";
  font-family: 'chevron';
  display: inline-block;
  transform: scale(0.65) translateY(5px) rotate(90deg);
  margin-left: 0.5em;
  transition: all 0.25s ease;
}
.section-explore .row #explore-more-cats-button.active:after {
  transform: scale(0.65) translateY(5px) rotate(-90deg);
}
.section-explore .row #explore-more-cats {
  display: flex;
  max-width: 670px;
  margin: 0 auto;
  max-height: 0px;
  transition: all 0.4s ease;
  overflow: hidden;
}
.section-explore .row #explore-more-cats.active {
  max-height: 300px;
}
@media (max-width: 46.24em) {
  .section-explore .row #explore-more-cats.active {
    max-height: 450px;
  }
}
.section-explore .row #explore-more-cats .explore-more-cats-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}
@media (max-width: 46.24em) {
  .section-explore .row #explore-more-cats .explore-more-cats-wrapper {
    justify-content: center;
  }
}
.section-explore .row #explore-more-cats .explore-more-cats-wrapper a {
  color: #344e92;
  background-color: #f1f2ff;
  font-weight: bold;
  padding: 12px 32px;
  margin: 0 12px 30px;
  display: inline-block;
}
.explore-card {
  text-align: center;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 46.24em) {
  .explore-card {
    margin-bottom: 2rem;
  }
}
.explore-card .explore-card-content {
  width: 100%;
}
.explore-card .explore-card-content .explore-card-img-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 55%;
}
.explore-card .explore-card-content .explore-card-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore-card .explore-card-content h4 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media (max-width: 46.24em) {
  .explore-card .explore-card-content h4 {
    margin-bottom: 10px;
  }
}
.explore-card .explore-card-content h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  margin: 16px auto;
}
@media (max-width: 46.24em) {
  .explore-card .explore-card-content h5 {
    padding: 0px 1.5rem;
  }
}
.explore-card a {
  font-size: 16px;
  font-weight: bold;
  padding-left: 32px;
  padding-right: 32px;
}
.notice-banner {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.94;
  padding: 1.25rem;
  background-color: #f6f6f6;
  border: 1px solid #e6e6e6;
  margin-bottom: 2.5em;
  text-decoration: none;
}
/* ==========================================================================
 COMPONENTS/QA-BANNER
 ========================================================================== */
.c-qa-banner {
  position: relative;
  padding-bottom: 3rem;
}
@media (min-width: 46.25em) {
  .c-qa-banner {
    padding-bottom: 6rem;
  }
}
@media (min-width: 61.25em) {
  .c-qa-banner {
    padding-top: 6rem;
  }
  .c-qa-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 100px);
    bottom: 0;
    background-color: #f4f4f4;
  }
}
@media (min-width: 61.25em) {
  .c-qa-banner__inner {
    display: flex;
  }
}
.c-qa-banner__primary {
  position: relative;
  margin-bottom: 3rem;
  margin-left: -1.5rem;
  padding: 3rem 1.5rem;
  width: calc(100% + 3rem);
  background-color: #f4f4f4;
}
@media (min-width: 61.25em) {
  .c-qa-banner__primary {
    margin-bottom: 0;
    max-width: 50%;
    background-color: transparent;
  }
}
.c-qa-banner__card {
  position: relative;
  z-index: 99;
}
@media (min-width: 34.375em) {
  .c-qa-banner__card {
    min-width: 300px;
    max-width: 50%;
  }
}
@media (max-width: 34.375em) {
  .c-qa-banner__card {
    margin: auto;
  }
}
.c-qa-banner__graphic {
  position: absolute;
  top: 1.125rem;
  right: 1.5rem;
  width: 55%;
}
@media (max-width: 34.375em) {
  .c-qa-banner__graphic {
    display: none;
  }
}
.c-qa-banner__graphic img {
  width: 100%;
}
.c-qa-banner__secondary {
  width: 100%;
}
@media (min-width: 61.25em) {
  .c-qa-banner__secondary {
    padding-left: 3rem;
    max-width: 50%;
  }
}
/* ==========================================================================
 COMPONENTS/QA-CARD
 ========================================================================== */
.c-qa-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@supports (flex: 1) {
  .c-qa-card {
    flex: 1;
  }
}
.c-qa-card__question {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 46.25em) {
  .c-qa-card__question {
    height: 160px;
    font-size: 1.15rem;
  }
}
@media (min-width: 61.25em) {
  .c-qa-card__question {
    font-size: 1.25rem;
  }
}
.c-qa-card--about-amway .c-qa-card__question {
  background-color: #075a90;
}
.c-qa-card--products .c-qa-card__question {
  background-color: #0ba33e;
}
.c-qa-card--understanding-direct-selling .c-qa-card__question {
  background-color: #5c005a;
}
.c-qa-card--making-money .c-qa-card__question {
  background-color: #d97e00;
}
.c-qa-card--rumors .c-qa-card__question {
  background-color: #0e224e;
}
.c-qa-card__question:before {
  content: 'Q';
  margin-right: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.c-qa-card__answer {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.c-qa-card__answer:before {
  content: 'A';
  margin-right: 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.c-qa-card--about-amway .c-qa-card__answer:before {
  color: #075a90;
}
.c-qa-card--products .c-qa-card__answer:before {
  color: #0ba33e;
}
.c-qa-card--understanding-direct-selling .c-qa-card__answer:before {
  color: #5c005a;
}
.c-qa-card--making-money .c-qa-card__answer:before {
  color: #d97e00;
}
.c-qa-card--rumors .c-qa-card__answer:before {
  color: #0e224e;
}
.c-qa-card__footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 1.125rem 1.5rem;
  border-top: 1px solid #e6e6e6;
  font-size: 0.875rem;
  font-weight: 600;
}
.c-qa-card__footer a {
  margin-left: auto;
  text-decoration: none;
}
.c-qa-card--about-amway .c-qa-card__footer a {
  color: #075a90;
}
.c-qa-card--products .c-qa-card__footer a {
  color: #0ba33e;
}
.c-qa-card--understanding-direct-selling .c-qa-card__footer a {
  color: #5c005a;
}
.c-qa-card--making-money .c-qa-card__footer a {
  color: #d97e00;
}
.c-qa-card--rumors .c-qa-card__footer a {
  color: #0e224e;
}
.c-qa-card__footer-more {
  display: flex;
  align-items: center;
}
.c-qa-card__footer-more svg {
  margin-bottom: -2px;
  margin-left: 6px;
}
.c-qa-card--about-amway .c-qa-card__footer-more svg path {
  fill: #075a90;
}
.c-qa-card--products .c-qa-card__footer-more svg path {
  fill: #0ba33e;
}
.c-qa-card--understanding-direct-selling .c-qa-card__footer-more svg path {
  fill: #5c005a;
}
.c-qa-card--making-money .c-qa-card__footer-more svg path {
  fill: #d97e00;
}
.c-qa-card--rumors .c-qa-card__footer-more svg path {
  fill: #0e224e;
}
/* ==========================================================================
 COMPONETS/QA-FILTERS
 ========================================================================== */
.c-qa-filters {
  position: relative;
  display: flex;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 46.24em) {
  .c-qa-filters {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 46.25em) {
  .c-qa-filters {
    margin-top: -30px;
    transform: translateY(50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.c-qa-filters__select {
  width: 100%;
}
@media (min-width: 46.25em) {
  .c-qa-filters__select {
    display: none;
  }
}
.c-qa-filters__buttons {
  display: flex;
  width: 100%;
  list-style: none;
}
@media (max-width: 46.24em) {
  .c-qa-filters__buttons {
    display: none;
  }
}
.c-qa-filters__button {
  display: flex;
  flex: 1;
}
.c-qa-filters__button:not(:last-of-type) {
  border-right: 1px solid #e6e6e6;
}
.c-qa-filters__link {
  font-size: 0.9rem;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem;
  text-align: center;
  text-decoration: none;
  color: #56565a;
  transition: all 0.3s ease-in-out;
}
.c-qa-filters__link:hover:not(.c-qa-filters__link--active) {
  color: #704931;
}
.c-qa-filters__link.about-amway-filter__link.c-qa-filters__link--active {
  color: #704931;
  background-color: #fff1e8;
}
.c-qa-filters__link.about-amway-filter__link:hover:not(.c-qa-filters__link--active) {
  color: #704931;
}
.c-qa-filters__link.products-filter__link.c-qa-filters__link--active {
  color: #515813;
  background-color: #eff9e5;
}
.c-qa-filters__link.products-filter__link:hover:not(.c-qa-filters__link--active) {
  color: #515813;
}
.c-qa-filters__link.understanding-direct-selling-filter__link.c-qa-filters__link--active {
  color: #1a3e43;
  background-color: #e5fdfe;
}
.c-qa-filters__link.understanding-direct-selling-filter__link:hover:not(.c-qa-filters__link--active) {
  color: #1a3e43;
}
.c-qa-filters__link.making-money-filter__link.c-qa-filters__link--active {
  color: #753939;
  background-color: #ffe2e2;
}
.c-qa-filters__link.making-money-filter__link:hover:not(.c-qa-filters__link--active) {
  color: #753939;
}
.c-qa-filters__link.rumors-filter__link.c-qa-filters__link--active {
  color: #62625a;
  background-color: #f7f8e8;
}
.c-qa-filters__link.rumors-filter__link:hover:not(.c-qa-filters__link--active) {
  color: #62625a;
}
.c-qa-filters__link--active {
  background-color: #dadada;
  color: #fff;
  border-right: 0 !important;
}
.c-resourceBox {
  border: 1px solid #d8d8d8;
  padding: 1.75rem 1.5rem;
  width: 100%;
}
.c-resourceBox h4 {
  color: #344e92;
  font-size: 20px;
}
.c-resourceBox p {
  font-size: 16px;
}
.c-resourceBox a {
  text-decoration: none;
  font-weight: 700;
}
/* ==========================================================================
 COMPONENTS/RESOURCES-MENU
 ========================================================================== */
.c-resources-menu {
  position: relative;
  margin-bottom: 3rem;
}
.c-resources-menu__controls {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
}
.c-resources-menu__control {
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  flex: 50%;
  appearance: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 46.24em) {
  .c-resources-menu__control {
    border-bottom: 1px solid #e6e6e6;
  }
  .c-resources-menu__control:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }
}
@media (min-width: 46.25em) {
  .c-resources-menu__control {
    flex: 1;
  }
  .c-resources-menu__control:not(:last-of-type) {
    border-right: 1px solid #e6e6e6;
  }
}
.c-resources-menu__control:hover, .c-resources-menu__control:focus {
  color: #8c8ea6;
}
.c-resources-menu__control:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.c-resources-menu__control.is-active {
  background-color: #8c8ea6;
  color: #fff;
}
.c-resources-menu__control > span {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.125rem;
  text-align: center;
  pointer-events: none;
}
.c-resources-menu__panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 5px solid #0075a4;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  z-index: 10;
}
@media (min-width: 46.25em) {
  .c-resources-menu__panel {
    padding: 3rem;
  }
}
.c-resources-menu__panel[aria-hidden='true'] {
  transform: translateY(-100%);
}
.c-resources-menu__panel[aria-hidden='false'] {
  transform: none;
  z-index: 10;
}
.c-resources-menu__list {
  list-style: none;
  column-count: 3;
}
.c-resources-menu__list-item a {
  text-decoration: none;
  color: inherit;
}
.c-resources-menu__list-item a:hover, .c-resources-menu__list-item a:focus, .c-resources-menu__list-item a.is-active {
  text-decoration: underline;
}
/* ==========================================================================
 COMPONENTS/RESULTS-LIST
 ========================================================================== */
.c-results-list {
  list-style: none;
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 46.25em) {
  .c-results-list {
    padding: 3rem;
  }
}
.c-results-list__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f4f4f4;
}
.c-results-list__item a {
  color: #0075a4;
  text-decoration: none;
}
.c-results-list__item a:hover, .c-results-list__item a:focus {
  text-decoration: underline;
}
.c-results-list__item-source {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  color: #4e4e4e !important;
  text-transform: none;
  margin-top: 6px;
}
@media (max-width: 46.24em) {
  .c-results-list__item-source {
    font-size: 12px;
  }
}
.c-results-list__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #171717;
}
.c-results-list__item-title a {
  color: inherit;
}
/* ==========================================================================
 COMPONENTS/PAGINATION
 ========================================================================== */
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.c-pagination__list-anchor, .c-pagination__list-item span {
  display: block;
  text-decoration: none;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  padding: 0.75rem 0.5rem;
  color: #56565a;
  border-bottom: 2px solid transparent;
  transition: border-color ease-in-out 0.2s;
}
.c-pagination__list-anchor:hover:not(span), .c-pagination__list-item span:hover:not(span), .c-pagination__list-anchor.c-pagination__list-anchor--active, .c-pagination__list-item span.c-pagination__list-anchor--active {
  border-color: #8c8ea6;
}
/* ==========================================================================
 COMPONENTS/PILLAR-SLIDER
 ========================================================================== */
/**
 * Make use of an before element to get the
 * offset background since flickity needs
 * overflow hidden to work properly.
 */
.c-pillar-slider {
  position: relative;
  color: #fff;
}
@media (max-width: 66.865em) {
  .c-pillar-slider {
    background-color: #2c2c2c;
  }
}
@media (min-width: 66.875em) {
  .c-pillar-slider:before {
    content: '';
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    background: #2c2c2c;
  }
}
.c-pillar-slider__nav {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: flex;
  z-index: 100;
}
@media (min-width: 66.875em) {
  .c-pillar-slider__nav {
    width: calc(69.375rem + 3rem);
  }
}
@media (max-width: 66.865em) {
  .c-pillar-slider__nav {
    transform: translateY(-100%);
  }
}
.c-pillar-slider__nav-btn {
  appearance: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  border-bottom: 2px solid;
  border-color: transparent;
  cursor: pointer;
}
.c-pillar-slider__nav-btn:not(:last-of-type) {
  margin-right: 1.5rem;
}
@media (max-width: 66.865em) {
  .c-pillar-slider__nav-btn {
    flex: 1;
  }
}
.c-pillar-slider__nav-btn--active {
  border-color: #2c2c2c;
}
.c-pillar-slider__item {
  position: relative;
  width: 100%;
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-pillar-slider__item.is-selected {
  opacity: 1;
}
@media (min-width: 66.875em) {
  .c-pillar-slider__item {
    display: flex;
    align-items: center;
  }
}
.c-pillar-slider__content {
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 66.875em) {
  .c-pillar-slider__content {
    max-width: calc((69.375rem / 2) + 1.5rem);
    margin-left: auto;
    padding-right: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 61.25em) {
  .c-pillar-slider__content {
    padding-right: 6rem;
  }
}
.c-pillar-slider__title {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 61.25em) {
  .c-pillar-slider__title {
    font-size: 2.5rem;
  }
}
.c-pillar-slider__copy > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.c-pillar-slider__media {
  position: relative;
}
@media (max-width: 66.865em) {
  .c-pillar-slider__media {
    margin-bottom: 3rem;
  }
}
@media (min-width: 66.875em) {
  .c-pillar-slider__media {
    width: 50%;
    flex-shrink: 0;
  }
}
.c-pillar-slider__media img {
  vertical-align: top;
  width: 100%;
}
.c-pillar-slider__media-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.c-pillar-slider__media-btn:hover svg {
  transform: scale(1.1);
}
.c-pillar-slider__media-btn svg {
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.ff_intro_videos .c-pillar-slider__media-btn svg {
  margin-top: 50%;
}
/* ==========================================================================
 COMPONENTS/PRODUCT
 ========================================================================== */
.c-product {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
.c-product h4 {
  width: 100%;
  z-index: 999;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
  color: #2c2c2c;
}
.c-product__graphic {
  position: relative;
  margin-bottom: 0.75rem;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 54px;
}
.c-product__graphic img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .c-product__graphic--product:before {
    padding-bottom: calc((2/3) * 100%);
  }
}
.c-product__graphic--logo {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  height: 50px;
  width: 75%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-product__title {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #2c2c2c;
  margin: 1rem 0;
}
.c-product__copy {
  margin-bottom: 1.5rem;
  /*text-align: justify;*/
  text-align: left;
}
.c-product__copy h4.c-product-artistry-studio {
  color: #804948;
}
.c-product__copy h4.c-product-beauty {
  color: #663c1c;
}
.c-product__copy h4.c-product-company {
  color: #704931;
}
.c-product__copy h4.c-product-corporate {
  color: #37538d;
}
.c-product__copy h4.c-product-creators {
  color: #1a3e43;
}
.c-product__copy h4.c-product-home {
  color: #1a3e43;
}
.c-product__copy h4.c-product-nutrition {
  color: #515813;
}
.c-product__copy h4.c-product-quality-innovation {
  color: #5c677e;
}
.c-product__copy h4.c-product-energy-sport {
  color: #753939;
}
.c-product__copy .learn-more {
  display: block;
  margin-top: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.o-product-grid__col.artistry-studio .c-product__footer a {
  display: inline;
  margin: 0;
}
.c-product__footer {
  margin-top: auto;
  text-align: left;
  /*font-style: italic;
   font-weight: 700;*/
}
.c-product__footer a {
  display: block;
  margin-top: 2rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.c-product__footer a span {
  margin-left: 4px;
  transition: margin-left 0.5s;
}
.c-product__footer a:hover span {
  margin-left: 10px;
}
.c-product__footer--artistry-studio {
  color: #804948;
}
.c-product__footer--artistry-studio:hover, .c-product__footer--artistry-studio:focus {
  color: #70403f;
}
.c-product__footer--beauty {
  color: #444;
}
.c-product__footer--beauty:hover, .c-product__footer--beauty:focus {
  color: #373737;
}
.c-product__footer--company {
  color: #704931;
}
.c-product__footer--company:hover, .c-product__footer--company:focus {
  color: #5e3d29;
}
.c-product__footer--corporate {
  color: #37538d;
}
.c-product__footer--corporate:hover, .c-product__footer--corporate:focus {
  color: #30487b;
}
.c-product__footer--creators {
  color: #1a3e43;
}
.c-product__footer--creators:hover, .c-product__footer--creators:focus {
  color: #132d31;
}
.c-product__footer--industry {
  color: #171717;
}
.c-product__footer--industry:hover, .c-product__footer--industry:focus {
  color: #0a0a0a;
}
.c-product__footer--csr {
  color: #7a7a00;
}
.c-product__footer--csr:hover, .c-product__footer--csr:focus {
  color: #616100;
}
.c-product__footer--corporate-social-responsibility {
  color: #7a7a00;
}
.c-product__footer--corporate-social-responsibility:hover, .c-product__footer--corporate-social-responsibility:focus {
  color: #616100;
}
.c-product__footer--our-story {
  color: #767676;
}
.c-product__footer--our-story:hover, .c-product__footer--our-story:focus {
  color: #696969;
}
.c-product__footer--founding-families {
  color: #171717;
}
.c-product__footer--founding-families:hover, .c-product__footer--founding-families:focus {
  color: #0a0a0a;
}
.c-product__footer--home {
  color: #007dba;
}
.c-product__footer--home:hover, .c-product__footer--home:focus {
  color: #006ca1;
}
.c-product__footer--nutrition {
  color: #008926;
}
.c-product__footer--nutrition:hover, .c-product__footer--nutrition:focus {
  color: #00701f;
}
.c-product__footer--quality-innovation {
  color: #ad6500;
}
.c-product__footer--quality-innovation:hover, .c-product__footer--quality-innovation:focus {
  color: #945600;
}
.c-product__footer--research-development {
  color: #ad6500;
}
.c-product__footer--research-development:hover, .c-product__footer--research-development:focus {
  color: #945600;
}
.c-product__footer--energy-sport {
  color: #d700be;
}
.c-product__footer--energy-sport:hover, .c-product__footer--energy-sport:focus {
  color: #be00a7;
}
.c-product__footer--ager {
  color: #704931;
}
.c-product__footer--ager:hover, .c-product__footer--ager:focus {
  color: #5e3d29;
}
/* Nutrition slider section */
#mosaic-section {
  /* nutrition-slider */
}
#mosaic-section #nutrition-slider {
  /* slider-repeater */
}
#mosaic-section #nutrition-slider .slider-repeater {
  padding: 30px;
  height: 100%;
  width: 100%;
}
#mosaic-section #nutrition-slider .slider-repeater img {
  max-height: 300px;
  object-fit: cover;
  aspect-ratio: 1;
  margin-bottom: 15px;
}
#mosaic-section #nutrition-slider .slider-repeater h4 {
  margin-bottom: 15px;
}
#mosaic-section #nutrition-slider .slick-prev:before {
  content: "〈";
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
  color: #2c2c2c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #eee;
  padding: 30px 10px;
}
#mosaic-section #nutrition-slider .slick-next:before {
  content: "〉";
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
  color: #2c2c2c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #eee;
  padding: 30px 10px;
}
#mosaic-section #nutrition-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
/* mosaic-section */
.o-product-grid li.nutrition:nth-of-type(2) .c-product__footer a {
  font-size: 15.5px;
}
@media screen and (max-width: 739px) {
  .banner-nutrition {
    padding-top: 40px;
  }
}
.c-section__product-intro.nutrition {
  max-width: 60%;
}
.c-section__product-intro h1 {
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.c-section__product-intro .homepage-h1 {
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.nutrition .c-section__branding::after {
  content: none;
}
.nutrition .c-section__branding img {
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .nutrition .c-section__branding img {
    max-width: 75%;
  }
}
@media screen and (max-width: 424px) {
  .nutrition .c-section__branding img {
    max-width: 90%;
  }
}
/* ==========================================================================
 COMPONENTS/PROSE
 ========================================================================== */
.c-prose ul {
  list-style: initial;
}
.c-prose img {
  max-width: 100%;
  height: auto;
}
.c-article .c-prose {
  font-size: 1.125rem;
  color: #171717;
}
.c-prose > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-prose h1, .c-prose h2, .c-prose h3, .c-prose h4, .c-prose h5, .c-prose h6 {
  margin-bottom: 0.375rem !important;
}
.c-prose iframe {
  max-width: 100%;
}
.c-prose h2 {
  color: #002f5f;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 1.125rem;
}
.c-prose h2.alt {
  color: #171717;
}
.c-prose h2.center {
  text-align: center;
}
.c-prose .headline-dark {
  color: #002f5f;
  font-size: 1.125rem;
  display: block;
  margin-bottom: -0.75rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.c-prose blockquote {
  position: relative;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 600;
  color: #4e4e4e;
}
.c-prose blockquote:before {
  content: '';
  display: block;
  margin-bottom: 1.5rem;
  width: 3.125rem;
  height: 4px;
  background-color: #2c2c2c;
}
.c-prose a {
  color: inherit;
  text-decoration-skip: ink;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
}
.c-article .c-prose a {
  /*color: $c-primary-teal;*/
  color: #2c2c2c;
}
.c-article .c-prose a:hover, .c-article .c-prose a:focus {
  /*color: $c-primary-blue;*/
  color: #2c2c2c;
  text-decoration-color: inherit;
}
.c-banner__copy .c-prose a {
  color: inherit;
}
.c-banner__copy .c-prose a:hover, .c-banner__copy .c-prose a:focus {
  /*color: $c-primary-blue;
   text-decoration-color: $c-primary-blue;*/
  color: #2c2c2c;
  text-decoration-color: #2c2c2c;
}
.c-prose a:hover, .c-prose a:focus {
  text-decoration-color: #393939;
}
.c-prose ul, .c-prose ol {
  padding-left: 1.2rem;
}
.c-prose.c-prose__privacy-notice {
  background-color: #fff;
  padding: 1.5rem;
  min-height: 400px;
}
.c-prose__content-digest .content-digest__link {
  position: relative;
  display: inline-block;
}
.c-prose__content-digest .content-digest__link:after {
  content: '';
  position: absolute;
  background: url('../assets/img/svg/image-download-icon.svg') #002f5f center no-repeat;
  background-size: 18px;
  z-index: 10000000;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}
.c-prose__content-digest .content-digest__link img {
  display: block;
}
.c-prose__content-digest .content-digest__link:hover:after, .c-article__featured-media-inner .content-digest__link:hover:after {
  content: '';
  position: absolute;
  background: url('../assets/img/svg/image-download-icon.svg') #002f5f center no-repeat;
  background-size: 18px;
  z-index: 10000000;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}
/* ==========================================================================
 COMPONENTS/QA-MAP
 ========================================================================== */
.c-qa-map {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-qa-map__header {
  margin-bottom: 3rem;
  padding-top: 3rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.c-qa-map__title {
  margin-bottom: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #002f5f;
}
.c-qa-map__numbers {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-qa-map__number {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
}
.c-qa-map__number:nth-child(1) {
  color: #002f5f;
}
.c-qa-map__number:nth-child(2) {
  color: inherit;
}
.c-qa-map__number:nth-child(3) {
  color: #8c8ea6;
}
.c-qa-map__number:nth-child(4) {
  color: #0075a4;
}
.c-qa-map__graphic {
  max-width: 100%;
}
.c-qa-map__graphic img {
  max-width: 100%;
}
/* ==========================================================================
 COMPONENTS/SECTION
 ========================================================================== */
.c-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.c-section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-banner + .c-section, .c-banner--offset + .c-section {
  padding-top: 6rem;
}
@media (min-width: 46.25em) {
  .c-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .c-banner + .c-section {
    padding-top: 7.5rem;
  }
  .c-banner--offset + .c-section {
    padding-top: 9rem;
  }
}
.c-section .o-wrapper.no-max {
  max-width: none;
}
/**
 * Since we have pillar banner nav that gets transformed
 * up into banner, lets give the bottom some more padding
 * to breathe.
 */
.c-section--our-story-banner {
  padding-bottom: 4.5rem;
}
/**
 * If a section precedes a overhanging banner
 * give it some space below to breathe
 */
@media (min-width: 46.25em) {
  .c-section--before-hanging-banner {
    padding-bottom: 7.5rem;
  }
}
.c-section--border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.c-section--gradient, .c-section--overlay {
  color: #344e92;
  background-color: #f1f2ff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-section--gradient h1, .c-section--overlay h1, .c-section--gradient h2, .c-section--overlay h2 {
  color: inherit;
}
.c-section--gradient:before, .c-section--overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}
.inspired-social {
  padding-top: 3rem;
}
.inspired-social .fa {
  font-size: 36px;
  margin: 0 10px;
}
.video-block {
  position: relative;
}
.video-block img {
  margin: 0 auto;
}
@media (max-width: 46.24em) {
  .video-block img {
    width: auto;
    height: auto;
  }
}
.video-block .c-pillar-slider__media-btn {
  top: 30%;
}
.c-section.artistry-studio-highlights .o-details-highlight .c-brief__title {
  color: #58585b !important;
}
.c-section.artistry-studio-highlights .o-details-highlight::before {
  background-color: #666 !important;
}
.c-section--twitter .c-slider__tweet-footer svg path {
  fill: #344e92;
}
.c-section--twitter .flickity-prev-next-button {
  border-color: #344e92;
}
.c-section--twitter .flickity-prev-next-button path {
  fill: #344e92;
}
.c-section--gray-80 {
  background-color: #f4f4f4;
}
.c-section--country {
  background-color: #fff;
}
.c-section--amway-answers {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.c-section--amway-answers .c-section__header {
  max-width: 100%;
}
.c-section--amway-answers .c-section__header .c-section__title {
  margin-top: 2rem;
}
.c-section--amway-answers .c-section__header p {
  position: relative;
  height: 50px;
}
.c-section--amway-answers .c-btn {
  color: #f1f2ff;
  background-color: #344e92;
}
.c-section--newsroom-cta-alt {
  background-position: right center;
}
.c-section--newsroom-cta-alt:before {
  background-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}
.c-section__inner {
  position: relative;
  z-index: 10;
}
.c-section__product-intro {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
}
.c-section__product-intro.little-bits {
  max-width: 72%;
}
.nutrition-green {
  background-color: #eff9e5;
}
.nutrition-green h1, .nutrition-green h2, .nutrition-green h3, .nutrition-green h4, .nutrition-green p, .nutrition-green a, .nutrition-green span {
  color: #515813;
}
@media screen and (max-width: 940px) {
  .oci_banner img {
    display: none !important;
  }
}
.c-section__branding {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}
.c-section__branding:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
}
.c-section__branding-energy-sport {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 58px;
  height: 44px;
  background-color: #fff;
  background-image: url("../assets/img/xs-logo.png");
  background-size: 58px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.c-section__header {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 37.6875rem;
}
.c-section__header > *:not(:last-child) {
  margin-bottom: 1.125rem;
}
.c-section__header-wide {
  max-width: 50rem !important;
}
.c-section__header--center {
  text-align: center;
}
h3.c-section__pre-title {
  margin-bottom: 24px;
}
.c-section__pre-title {
  display: block;
  color: #000;
  /*letter-spacing: 2px;
   font-size: 1.125rem;*/
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
}
.c-section--gradient .c-section__pre-title {
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.c-section__pre-title.c-section__pre-title--alt {
  color: #2c2c2c;
}
.c-section__pre-title a {
  text-decoration: none;
}
.c-section__title {
  display: block;
  font-size: 1.875rem;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 46.25em) {
  .c-section__title {
    font-size: 2.5rem;
  }
}
.c-section--gradient .c-section__title, .c-section--overlay .c-section__title {
  color: inherit;
  font-size: 24px;
  font-weight: 900;
}
.c-section__title.c-answers-title {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
  color: #2c2c2c;
}
.c-section__title--secondary, .c-section__title-secondary {
  margin-bottom: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #2c2c2c;
  letter-spacing: 1px;
}
.c-section__title-secondary--center {
  text-align: center;
}
.c-section__content-tight {
  margin-top: 3rem;
}
.c-section__content {
  margin-top: 3rem;
}
@media (min-width: 46.25em) {
  .c-section__content {
    margin-top: 6rem;
  }
}
.c-section__footer {
  padding-top: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  text-align: center;
  color: #2c2c2c;
}
.c-section__footer a:hover {
  text-decoration: underline;
}
.c-section__footer > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 46.25em) {
  .c-section__footer:not(.c-section__footer--tighten) {
    padding-top: 6rem;
  }
}
.c-section__footer-title {
  margin-bottom: 1.5rem;
  color: #2c2c2c;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-section__footer-tagline {
  font-size: 1.875rem;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 1.2;
}
@media (min-width: 46.25em) {
  .c-section__footer-tagline {
    font-size: 2.5rem;
  }
}
.c-section__footer-tagline a {
  font-weight: 600;
  color: #2c2c2c;
  text-decoration: none;
  border-bottom: 3px solid #8c8ea6;
}
#g3-banner {
  height: 0;
  padding-top: 33%;
}
.how-amway-works .c-section__content a:hover {
  text-decoration: underline;
}
.section-noticeSystem {
  font-size: 14px;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-noticeSystem .c-section__inner {
  width: 80%;
}
.section-noticeSystem .c-section__inner .c-section__header {
  max-width: 80rem;
}
.section-noticeSystem .c-section__inner .c-section__header .c-section__title {
  font-size: 15px;
}
.c-section__product-intro {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
}
.el-related-news .o-grid__item > .explore-card-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 46.24em) {
  .el-related-news .o-grid__item > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
/* ==========================================================================
 COMPONENTS/SELECT
 ========================================================================== */
/*
 * Reference: WTF, forms?
 * http://wtfforms.com
 */
/**
 * Select and a button used for downloads
 *
 * [select|button]
 */
.c-select-with-btn {
  display: flex;
}
@media (min-width: 46.25em) {
  .c-select-with-btn .c-btn {
    flex: 1;
  }
}
@media (max-width: 46.24em) {
  .c-select-with-btn {
    flex-direction: column;
  }
}
@supports (display: flex) {
  .c-select-with-btn.c-select-with-btn--fill > .c-select {
    flex: 1;
  }
}
@media (min-width: 46.25em) {
  .c-select-with-btn select {
    border-right: 0 !important;
  }
}
.c-select {
  position: relative;
  display: inline-block;
}
.c-select--fill {
  display: block;
  width: 100%;
}
.c-select {
  display: inline-flex;
}
.c-select select {
  display: inline-flex;
  width: 100%;
  margin: 0;
  padding: 0.75rem;
  padding-right: calc(1.25rem + 0.75rem);
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Source Sans Pro', sans-serif;
}
.c-select-with-btn .c-select select {
  border-radius: 0;
}
.c-select--ghost select {
  background-color: transparent;
  border-color: transparent;
}
/* Undo the Firefox inner focus ring */
.c-select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* Dropdown arrow */
.c-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-image: url('../assets/img/svg/select-chevron.svg');
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
 .select select:hover {
 background-color: #ddd;
 }
 */
/* Focus */
.c-select select:focus {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
/* Active/open */
.c-select select:active {
  color: #fff;
  background-color: #0074d9;
}
/* Hide the arrow in IE10 and up */
.c-select select::-ms-expand {
  display: none;
}
/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  /* <option> elements inherit styles from <select>, so reset them. */
  .c-select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }
  .c-select option {
    background-color: #fff;
  }
}
/* IE9 hack to hide the arrow */
@media screen and (min-width:0\0) {
  .c-select select {
    z-index: 1;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
  }
  .c-select:after {
    z-index: 5;
  }
  .c-select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
  }
  .c-select select:hover, .c-select select:focus, .c-select select:active {
    color: #555;
    background-color: #eee;
  }
}
/* ==========================================================================
 COMPONENTS/SIDE-NAV
 ========================================================================== */
.c-side-nav {
  position: fixed;
  top: 135px;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
}
@media (min-width: 35em) {
  .c-side-nav {
    top: 125px;
  }
}
@media (min-width: 46.25em) {
  .c-side-nav {
    top: 130px;
  }
}
@media (min-width: 61.25em) {
  .c-side-nav {
    display: none;
  }
}
.c-side-nav--visible {
  pointer-events: auto;
  opacity: 1;
}
.c-side-nav::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-side-nav__wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  height: 100%;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform;
}
.c-side-nav--visible .c-side-nav__wrapper {
  transform: translateX(0);
}
.c-side-nav--visible::before {
  opacity: 1;
}
.c-side-nav__inner {
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.c-side-nav__primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  overflow-y: auto;
}
.c-side-nav__wrapper--toggled .c-side-nav__primary {
  transform: translateX(-100%);
}
.c-side-nav__secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 71px;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-side-nav__wrapper--toggled .c-side-nav__secondary {
  transform: translateX(0);
}
.c-side-nav__back {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 71px;
  background-color: transparent;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid #e6e6e6;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
}
.c-side-nav__wrapper--toggled .c-side-nav__back {
  opacity: 1;
}
.c-side-nav__back:after {
  content: '';
  position: absolute;
  top: 2.25rem;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 10px;
  height: 15px;
  background-image: url('../assets/img/svg/side-nav-chevron-right.svg');
  background-size: 10px;
  background-position: center center;
}
.c-side-nav__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-side-nav__secondary .c-side-nav__items {
  position: absolute;
  top: 0;
  left: 71px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-side-nav__items.c-side-nav__items--active {
  opacity: 1;
  pointer-events: auto;
}
.c-side-nav__item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.c-side-nav__link {
  appearance: none;
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1.5rem;
  width: 100%;
  border: 0;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2c2c2c;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.c-side-nav__link svg {
  margin-right: 0.5rem;
}
.c-side-nav__link[data-side-nav] {
  position: relative;
}
.c-side-nav__link[data-side-nav]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background-image: url('../assets/img/svg/side-nav-chevron-right.svg');
  background-size: 10px;
  background-position: center center;
}
.sTab-wrapper {
  display: none;
}
.sTab-wrapper.active {
  display: block;
}
.c-section--abo-story-header .c-section__header.c-section__header--center {
  max-width: 52rem;
}
.c-section--abo-story-header h1 {
  color: #37529a !important;
  font-size: 2.5rem;
}
.c-section--abo-story-header h3 {
  color: #37529a !important;
  margin-bottom: 1.125rem;
}
.c-section--abo-story-header .img-container {
  position: relative;
}
.c-section--abo-story-body h2 {
  margin-bottom: 1rem;
}
.c-section--abo-story-body p {
  margin-bottom: 1rem;
}
.c-section--abo-story-body img {
  margin-bottom: 1rem;
}
.c-section--abo-story-body .c-abo-story--bio {
  margin-bottom: 3rem;
}
.c-section--abo-story-body .c-abo-story--q-a h2 {
  margin-bottom: 1.25rem;
}
.c-section--abo-story-body .c-abo-story--q-a p {
  margin-bottom: 1.5rem;
}
.c-section--abo-story-body .c-abo-story--q-a .c-abo-storry--q-a-question {
  font-size: 1em;
}
.c-section--abo-story-body .c-featured-abos {
  border: 2px solid #ccc;
}
.c-section--abo-story-body .c-featured-abos .c-featured-abos--header {
  background-color: #eee;
  padding: 0.5rem;
}
.c-section--abo-story-body .c-featured-abos .c-abo-story-link {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-section.c-section--abo-story-instagram .instagram-tile-wrapper {
  padding: 10px !important;
}
.c-section.c-section--abo-story-instagram .instagram-button {
  background: #408bd1;
  color: #fff;
  padding: 7px 14px;
  margin: 5px auto 0 auto;
  border-radius: 4px;
  transition: all 0.1s ease-in;
}
.c-section.c-section--abo-story-instagram .instagram-button svg {
  margin-right: 7px;
  margin-bottom: -1px;
}
.c-section.c-section--abo-story-instagram .instagram-button:hover {
  outline: 0;
  box-shadow: inset 0 0 10px 20px #359dff;
}
.c-banner-2-3.abo-stories-featured-banner h1 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
/* ==========================================================================
 COMPONENTS/SITE-FOOTER
 ========================================================================== */
.c-site-footer {
  border-top: 1px solid #e6e6e6;
  font-weight: 300;
}
.c-site-footer a:not(.c-btn) {
  text-decoration: none;
  color: inherit;
}
.c-site-footer a:not(.c-btn):hover, .c-site-footer a:not(.c-btn):focus {
  text-decoration: underline;
}
.c-site-footer__primary {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2c2c;
  color: #fff;
}
@media (min-width: 46.25em) {
  .c-site-footer__primary {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.c-site-footer__primary--heading {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.c-site-footer__primary-list {
  list-style: none;
  margin-bottom: 0;
}
.c-site-footer__primary-list > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.c-site-footer__primary-list + .c-site-footer__primary--heading {
  margin-top: 1.5rem;
}
.c-site-footer__secondary {
  padding-bottom: 3rem;
  color: #fff;
  background-color: #2c2c2c;
  text-align: center;
}
@media (min-width: 46.25em) {
  .c-site-footer__secondary {
    padding-bottom: 4.5rem;
  }
}
.c-site-footer__disclaimer-text {
  max-width: 45.1875rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}
.c-site-footer__secondary-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
}
.c-site-footer__secondary-links > a {
  display: inline-block;
  margin-left: 1.5rem;
  /*display: block;
   width: 100%;*/
  color: #fff;
  text-decoration: none;
}
.c-site-footer__country {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  text-align: center;
}
.c-site-footer__country .c-btn {
  background-color: #fff;
  color: #000;
  border: none;
}
.c-site-footer__country .c-btn:hover {
  background-color: #f2f2f2;
}
@media (min-width: 46.25em) {
  .c-site-footer__country {
    margin-top: -1.5rem;
    padding-right: 3rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    text-align: left;
  }
}
.c-site-footer__country-title {
  margin-bottom: 0.375rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-site-footer__country-copy {
  margin-bottom: 2.25rem;
}
.c-social--columns {
  columns: 2;
}
.c-social__item {
  margin-bottom: 1rem;
}
.c-social__link span {
  margin-left: 12px;
}
.c-social--inline {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.c-social--inline .c-social__item:not(:last-of-type) {
  margin-right: 1.5rem;
}
/* ==========================================================================
 COMPONENTS/SITE-HEADER
 ========================================================================== */
.c-site-header {
  background-color: #fff;
}
/* ==========================================================================
 COMPONENTS/SITE-NAV
 ========================================================================== */
body.category .c-site-header .c-site-nav {
  border-bottom: 1px solid #e6e6e6;
}
.c-site-header {
  /**
   * Mobile search
   */
}
.c-site-header .c-site-nav {
  position: relative;
  display: flex;
  background-color: #fff;
  z-index: 7000;
}
.page-our-story .c-site-header .c-site-nav, .page-products .c-site-header .c-site-nav, .single .c-site-header .c-site-nav {
  border-bottom: 1px solid #e6e6e6;
}
.c-site-header #menu-site-nav {
  height: 100%;
}
@media (min-width: 61.25em) {
  .c-site-header #menu-site-nav {
    margin-top: 0 !important;
  }
}
.c-site-header .c-site-nav__mobile {
  background-color: #fff;
}
@media (max-width: 61.24em) {
  .c-site-header .c-site-nav__mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.c-site-header .c-site-nav__mobile-primary {
  display: flex;
}
.c-site-header .c-site-nav__mobile-secondary {
  display: flex;
}
@media (min-width: 61.25em) {
  .c-site-header .c-site-nav__mobile-secondary {
    display: none;
  }
}
.c-site-header .c-site-nav__mobile-search-trigger {
  position: relative;
  appearance: none;
  margin: 0;
  padding: 0 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.c-site-header .c-site-nav__mobile-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  transform: translateY(-100%);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  z-index: -1;
}
.c-site-header .c-site-nav__mobile-search:after {
  content: '';
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  pointer-events: none;
  will-change: opacity;
}
@media (min-width: 61.25em) {
  .c-site-header .c-site-nav__mobile-search {
    display: none;
  }
}
.c-site-header .c-site-nav__mobile-search--active {
  transform: translateY(0);
}
.c-site-header .c-site-nav__mobile-search--active:after {
  opacity: 1;
}
.c-site-header .c-site-nav__mobile-search-trigger-icon path {
  fill: #2c2c2c;
}
.c-site-header .c-site-nav__mobile-search-group {
  display: flex;
}
.c-site-header .c-site-nav__mobile-search-group .c-btn {
  border-radius: 0;
}
.c-site-header .c-site-nav__mobile-search-input {
  flex: 1 1 auto;
  margin: 0;
  padding: 1.3125rem;
  border: none;
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
}
.c-site-header .c-site-nav__menu {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-right: 1px solid #e6e6e6;
}
.c-site-header .c-site-nav__logo {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
@media (max-width: 46.24em) {
  .c-site-header .c-site-nav__logo svg {
    max-width: 80px;
    height: auto;
  }
}
.c-site-header .c-site-nav__items {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
}
@media (max-width: 61.24em) {
  .c-site-header .c-site-nav__items {
    display: none;
  }
}
.c-site-header .menu-item {
  position: relative;
  /*flex: 1 1 auto;*/
  display: flex;
}
.c-site-header .menu-item > a {
  margin: 0;
  position: relative;
  appearance: none;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #2c2c2c;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  padding: 0 !important;
  z-index: 4000;
  line-height: 1.1rem;
}
.c-site-header .menu-item > a:after {
  display: none !important;
}
.c-site-header .menu-item svg {
  flex-shrink: 0;
  margin-left: 0.5rem;
  vertical-align: middle;
  max-height: 100%;
  width: 10px;
}
.c-site-header .menu-item.c-site-nav__link--active:after, .c-site-header .menu-item:focus:after, .c-site-header .menu-item:hover:after {
  top: calc(100% - 4px);
}
.c-site-header .menu-item:nth-last-child(2) .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.c-site-header .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  vertical-align: middle;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  background-color: #fff;
}
.c-site-header .nav-item svg path {
  fill: #2c2c2c !important;
}
.c-site-header .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 100% !important;
  background-color: #fff;
  z-index: 2000;
  transform: translateY(-100%) !important;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  display: none;
  z-index: -1;
  margin: 0;
  padding: 0;
  border: none !important;
}
.c-site-header .dropdown-menu .dropdown-menu {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  z-index: 2001;
}
.c-site-header .el-dropdown-rightalign .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.c-site-header .c-site-nav__subnav--alignRight {
  right: 0;
  left: auto;
}
.c-site-header .dropdown-menu.show {
  opacity: 1;
  transform: translate(0) !important;
  pointer-events: auto;
  display: block;
}
.c-site-header .dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-site-header .dropdown-menu li.menu-item {
  border-top: 1px solid #2c2c2c;
  padding: 0 !important;
}
.c-site-header .dropdown-menu li.menu-item:first-of-type {
  border: none;
}
.c-site-header .dropdown-menu li.menu-item a {
  padding: 0.75rem !important;
  border: none;
  display: block;
  text-decoration: none;
  color: #2c2c2c;
  white-space: nowrap;
  transition: color ease-in-out 0.2s;
  text-align: left;
  font-weight: 400;
  overflow: visible;
}
@media (min-width: 61.25em) {
  .c-site-header .dropdown-menu li.menu-item a:focus, .c-site-header .dropdown-menu li.menu-item a:hover {
    background-color: #f6f6f6;
  }
}
.c-site-header .dropdown-menu.show {
  opacity: 1;
  transform: translate(0) !important;
  pointer-events: auto;
  display: block;
}
.c-site-header .dropdown-menu .dropdown-item.show {
  background-color: #f6f6f6;
}
.c-site-header .dropdown-menu .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translate(0) !important;
  pointer-events: auto;
}
#bs-navbar-collapse-1 {
  transition: none;
  visibility: visible;
}
@media (min-width: 61.25em) {
  .mobile-nav-country-selector {
    display: none !important;
  }
}
@media (max-width: 61.24em) {
  .c-site-header #bs-navbar-collapse-1 {
    display: flex;
    position: absolute;
    visibility: hidden;
  }
  .c-site-header #bs-navbar-collapse-1.show {
    visibility: visible;
  }
  .c-site-header #bs-navbar-collapse-1.show:before {
    opacity: 0.5;
  }
  .c-site-header #bs-navbar-collapse-1:before {
    content: '';
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #171717;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    z-index: -1;
  }
  .c-site-header #bs-navbar-collapse-1.show #menu-site-nav {
    transform: translateX(0);
    pointer-events: auto;
    overflow-y: scroll;
  }
  .c-site-header #menu-site-nav {
    position: fixed;
    margin-top: 135px;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    pointer-events: none;
    opacity: 1;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    transform: translateX(-100.1%);
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
  }
  .c-site-header #menu-site-nav li.menu-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 1.5rem !important;
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }
  .c-site-header #menu-site-nav li.menu-item > svg > path {
    display: none;
  }
  .c-site-header #menu-site-nav li.menu-item > a {
    text-align: left;
    justify-content: flex-start;
    padding: 0 !important;
    font-size: inherit;
    position: static;
  }
  .c-site-header #menu-site-nav li.menu-item > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children.show {
    position: static;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children.show:after {
    display: none;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children.show:before {
    opacity: 0.2;
    transform: translateX(-100.1%) !important;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children:before {
    content: '';
    position: absolute;
    height: 250vh;
    width: 100vw;
    top: -100vh;
    left: 0;
    opacity: 0;
    background-color: #171717;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    z-index: 400999;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children > ul.dropdown-menu {
    transform: translateX(calc(100.1% + 72px)) !important;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    position: absolute !important;
    top: 0 !important;
    z-index: 4005;
    height: 100vh !important;
    opacity: 1;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children > ul.dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -72px;
    width: 72px;
    height: 100vh;
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children > ul.dropdown-menu:after {
    content: '';
    position: absolute;
    top: 2.25rem;
    left: -35px;
    transform: translateX(-50%) rotate(180deg);
    width: 10px;
    height: 15px;
    background-image: url("../assets/img/svg/side-nav-chevron-right.svg");
    background-size: 10px;
    background-position: center center;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children > ul.dropdown-menu.show {
    opacity: 1;
    transform: translateX(71px) !important;
    pointer-events: auto;
  }
  .c-site-header #menu-site-nav li.menu-item.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 10px;
    height: 15px;
    background-image: url("../assets/img/svg/side-nav-chevron-right.svg");
    background-size: 10px;
    background-position: center center;
  }
  .mobile-nav-country-selector:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.5rem;
    background-image: url("../assets/img/svg/country-selector.svg");
  }
}
@media (max-width: 1150px) and (min-width: 980px) {
  .c-site-header #menu-site-nav > li.menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .c-site-header #menu-site-nav > li.menu-item > a {
    font-size: 0.9rem;
  }
  .c-site-header #menu-site-nav > li.menu-item > svg {
    margin-left: 0.3rem;
  }
}
@media (max-width: 1080px) and (min-width: 980px) {
  .c-site-header #menu-site-nav > li.menu-item {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .c-site-header #menu-site-nav > li.menu-item > a {
    font-size: 0.9rem;
  }
  .c-site-header #menu-site-nav > li.menu-item > svg {
    margin-left: 0.2rem;
  }
}
/* ==========================================================================
 COMPONENTS/SLIDER
 ========================================================================== */
.c-slider {
  position: relative;
}
.c-slider__pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  z-index: 100;
  cursor: pointer;
}
.c-slider__pagination svg {
  vertical-align: top;
}
.c-slider__pagination--previous {
  left: 0.75rem;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 46.25em) {
  .c-slider__pagination--previous {
    left: 1.5rem;
  }
}
.c-slider__pagination--next {
  right: 0.75rem;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 46.25em) {
  .c-slider__pagination--next {
    right: 1.5rem;
  }
}
.c-slider__content {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (min-width: 46.25em) {
  .c-slider__content {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.c-slider__content--fill {
  padding-right: 0;
  padding-left: 0;
}
.c-slider__tweet {
  max-width: 53.125rem;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
}
.c-slider__tweet a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.is-selected .c-slider__tweet {
  opacity: 1;
}
.c-slider__tweet-copy {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (min-width: 46.25em) {
  .c-slider__tweet-copy {
    font-size: 1.875rem;
  }
}
.c-slider__tweet-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(56, 83, 154, 0.25);
}
.c-slider__tweet-footer p {
  font-size: 0.875rem;
  font-weight: 600;
}
.c-slider__media {
  width: 100%;
  transition: all ease-in-out 0.2s;
}
@media (min-width: 46.25em) {
  .c-slider__media {
    width: 66.66%;
    transform: scale(0.8);
  }
}
.c-slider__media.is-selected {
  transform: scale(1);
}
.c-slider__media.is-selected:after {
  opacity: 0;
}
.c-slider__media.is-selected .plyr {
  z-index: 11;
}
.c-slider__media:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*@include gradient-teal-pink(to bottom right);*/
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity ease-in-out 0.2s;
  opacity: 0.95;
}
.c-slider--nutrition .c-slider__media:after {
  background-image: linear-gradient(to bottom right, #447057, #7ec90f);
}
.c-slider--home .c-slider__media:after {
  background-image: linear-gradient(to bottom right, #002e5e, #0081be);
}
.c-slider--beauty .c-slider__media:after {
  background-image: linear-gradient(to bottom right, #444, #999);
}
.c-slider--energy-sport .c-slider__media:after {
  background-image: linear-gradient(to bottom right, #eb0fd3, #040aac, #4fc2ee);
}
.c-slider__caption {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.75rem 4.5rem;
  color: #75757a;
}
.plyr__video-embed {
  z-index: 11 !important;
}
.plyr__play-large {
  z-index: 12 !important;
}
.c-slider__ager .c-slider__media {
  width: 40%;
}
.c-slider__ager .flickity-prev-next-button {
  background: rgba(0, 0, 0, 0.5);
}
.c-slider__image-download {
  text-align: center;
}
.c-slider__image-download a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.c-slider__image-download a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.pof-textnav_slider p a {
  text-decoration: underline;
}
.swiper-slide-img-wrapper {
  height: 100%;
  min-height: 415px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
}
.swiper-slide-img-wrapper .swiper-slide-img {
  height: 100%;
  width: auto;
  max-height: 415px;
  max-width: 200%;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  margin-top: 15px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #2c2c2c !important;
  background-color: transparent;
  margin: 0 12px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  background-color: #2c2c2c;
}
#homepage-swiper .swiper-horizontal > .swiper-pagination-bullets, #homepage-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 0;
  padding-top: 10px;
  background-color: #fff;
}
#homepage-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 2px solid #2c2c2c;
  opacity: 1;
}
#homepage-swiper .swiper-pages .swiper-pagination-bullet-active {
  background-color: #2c2c2c !important;
}
.swiper-wrapper .nextSlide, .swiper-wrapper .prevSlide {
  filter: drop-shadow(0 2px 2px rgba(130, 127, 127, 1));
}
/* ==========================================================================
 COMPONENTS/Slides Banner
 ========================================================================== */
.home-banner, .slides-banner {
  position: relative;
  overflow: hidden;
  z-index: 999;
  background-color: #eff9e5;
}
@media (max-width: 46.24em) {
  .home-banner, .slides-banner {
    overflow: visible;
  }
}
.home-banner .slick-dotted.slick-slider, .slides-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-banner .next-slide, .slides-banner .next-slide, .home-banner .prev-slide, .slides-banner .prev-slide {
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  filter: drop-shadow(0 2px 2px rgba(130, 127, 127, 1));
  cursor: pointer;
}
@media (max-width: 46.24em) {
  .home-banner .next-slide, .slides-banner .next-slide, .home-banner .prev-slide, .slides-banner .prev-slide {
    top: 100px;
    margin-top: 0;
  }
}
.home-banner .prev-slide, .slides-banner .prev-slide {
  left: 14px;
}
.home-banner .next-slide, .slides-banner .next-slide {
  right: 14px;
}
.home-banner .banner-slide-container, .slides-banner .banner-slide-container {
  max-height: 100%;
}
.home-banner .banner-slide, .slides-banner .banner-slide {
  height: 415px;
  display: none;
}
.home-banner .banner-slide:first-child, .slides-banner .banner-slide:first-child {
  display: block;
}
@media (max-width: 61.24em) {
  .home-banner .banner-slide, .slides-banner .banner-slide {
    height: auto;
  }
}
.home-banner .banner-slide .row, .slides-banner .banner-slide .row {
  height: 100%;
}
.home-banner .banner-slide .banner-slide-image, .slides-banner .banner-slide .banner-slide-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}
@media (max-width: 61.24em) {
  .home-banner .banner-slide .banner-slide-image, .slides-banner .banner-slide .banner-slide-image {
    height: 40vw;
  }
}
.home-banner .banner-slide .banner-slide-image img, .slides-banner .banner-slide .banner-slide-image img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 61.24em) {
  .home-banner .banner-slide .banner-slide-image img, .slides-banner .banner-slide .banner-slide-image img {
    height: 40vw;
  }
}
.home-banner .banner-slide .banner-slide-content, .slides-banner .banner-slide .banner-slide-content {
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  padding: 0 60px;
  /*background-color: #e3e3e3;*/
  background-color: #fff1e8;
  color: #a76b47;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 61.24em) {
  .home-banner .banner-slide .banner-slide-content, .slides-banner .banner-slide .banner-slide-content {
    padding: 3rem;
  }
}
.home-banner .banner-slide .banner-slide-content img, .slides-banner .banner-slide .banner-slide-content img {
  margin-bottom: -2rem;
}
.home-banner .banner-slide .banner-slide-content h1, .slides-banner .banner-slide .banner-slide-content h1, .home-banner .banner-slide .banner-slide-content h2, .slides-banner .banner-slide .banner-slide-content h2, .home-banner .banner-slide .banner-slide-content h3, .slides-banner .banner-slide .banner-slide-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 81.24em) {
  .home-banner .banner-slide .banner-slide-content h1, .slides-banner .banner-slide .banner-slide-content h1, .home-banner .banner-slide .banner-slide-content h2, .slides-banner .banner-slide .banner-slide-content h2, .home-banner .banner-slide .banner-slide-content h3, .slides-banner .banner-slide .banner-slide-content h3 {
    font-size: 1.8vw;
  }
}
@media (max-width: 61.24em) {
  .home-banner .banner-slide .banner-slide-content h1, .slides-banner .banner-slide .banner-slide-content h1, .home-banner .banner-slide .banner-slide-content h2, .slides-banner .banner-slide .banner-slide-content h2, .home-banner .banner-slide .banner-slide-content h3, .slides-banner .banner-slide .banner-slide-content h3 {
    font-size: 1.5rem;
  }
}
.home-banner .banner-slide .banner-slide-content p, .slides-banner .banner-slide .banner-slide-content p {
  margin-bottom: 1.3rem;
}
@media (max-width: 61.24em) {
  .home-banner .banner-slide .banner-slide-content p, .slides-banner .banner-slide .banner-slide-content p {
    margin-bottom: 1rem;
  }
}
.home-banner .banner-slide .banner-slide-content a, .slides-banner .banner-slide .banner-slide-content a {
  color: #fff1e8;
  background-color: #a76b47;
  text-decoration: none;
  width: 100%;
}
.home-banner .banner-slide .banner-slide-content .button, .slides-banner .banner-slide .banner-slide-content .button {
  border: 1px solid #000;
  padding: 0.5rem 5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s;
  transition: background-color 0.25s;
}
.home-banner .banner-slide.slick-dotted.slick-slider, .slides-banner .banner-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 61.24em) {
  .home-banner .slick-list, .slides-banner .slick-list {
    overflow: visible;
  }
}
.c-home-banner {
  position: relative;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background-color: #002f5f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  height: 472px !important;
  display: flex;
  align-items: center;
  overflow-x: visible;
}
@media (max-width: 46.24em) {
  .c-home-banner {
    height: 375px !important;
    padding: 0;
  }
}
.c-home-banner .o-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 46.25em) {
  .c-home-banner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.c-home-banner:before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  /*@include gradient-blue-teal(to bottom right);*/
}
.c-home-banner:after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 46.24em) {
  .c-home-banner:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0.43) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0.43) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0.43) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media (max-width: 46.24em) {
  .home-banner .c-newsroom-banner.left {
    height: 375px;
  }
}
.home-banner .c-newsroom-banner.left .c-newsroom-banner__inner {
  justify-content: right;
}
@media (min-width: 46.25em) {
  .home-banner .c-newsroom-banner.left .c-newsroom-banner__inner {
    height: 500px;
  }
}
.home-banner .c-newsroom-banner.left .c-newsroom-banner__inner .c-home-banner__content {
  position: absolute;
  display: inline-block;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 460px;
}
@media (max-width: 46.24em) {
  .home-banner .c-newsroom-banner.left .c-newsroom-banner__inner .c-home-banner__content {
    position: relative;
    left: auto;
    display: block;
    width: 100%;
    margin: -150px 20px 0;
    max-width: none;
  }
}
@media (max-width: 46.24em) {
  .home-banner .c-newsroom-banner.left .c-newsroom-banner__inner .c-newsroom-banner__block-image {
    width: 562px;
    height: 375px;
  }
}
@media (min-width: 46.25em) {
  .home-banner .c-newsroom-banner.left .c-newsroom-banner__inner .c-newsroom-banner__block-image {
    position: absolute;
    right: 0;
  }
}
.c-home-banner__inner {
  position: relative;
  z-index: 10;
}
@media (min-width: 46.25em) {
  .c-home-banner__inner {
    display: flex;
  }
}
@media (max-width: 46.24em) {
  .c-home-banner__inner {
    z-index: 999;
    /*position: absolute;*/
    position: relative;
    bottom: -220px;
  }
}
.c-home-banner__primary, .c-home-banner__secondary {
  position: relative;
  width: 100%;
}
.c-home-banner__primary .c-home-banner__content {
  /*left: -1000px;*/
}
@media (max-width: 46.24em) {
  .c-home-banner__primary {
    /*margin-bottom: units(2);*/
    /*padding-bottom: units(2);*/
    /*border-bottom: 1px solid rgba(#fff, .25);*/
  }
}
@media (min-width: 46.25em) {
  .c-home-banner__primary {
    max-width: 50%;
    flex: 1 1 auto;
    padding-right: 1.5rem;
    /*border-right: 1px solid rgba(#fff, .25);*/
  }
}
@media (min-width: 61.25em) {
  .c-home-banner__primary {
    padding-right: 6rem;
  }
}
.c-home-banner__secondary .c-home-banner__content {
  /*right: -1000px;*/
}
@media (min-width: 46.25em) {
  .c-home-banner__secondary {
    max-width: 50%;
    padding-left: 1.5rem;
  }
}
@media (min-width: 61.25em) {
  .c-home-banner__secondary {
    padding-left: 6rem;
  }
}
.c-home-banner__primary-title {
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 46.25em) {
  .c-home-banner__primary-title {
    margin-bottom: 2.25rem;
  }
}
.c-home-banner__primary-title:before {
  content: none;
  position: absolute;
  top: 50%;
  /*right: calc(100% + 28px);*/
  left: calc(100% + 28px);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.c-home-banner__primary-tagline {
  line-height: 1.2;
}
.c-home-banner__primary-tagline span {
  display: block;
}
.c-home-banner__primary-tagline span:nth-child(1) {
  font-size: 1.8125rem;
  font-weight: 300;
}
@media (min-width: 46.25em) {
  .c-home-banner__primary-tagline span:nth-child(1) {
    font-size: 2.8125rem;
  }
}
.c-home-banner__primary-tagline span:nth-child(2) {
  font-size: 2.0625rem;
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .c-home-banner__primary-tagline span:nth-child(2) {
    font-size: 4.0625rem;
  }
}
.slick-slide .c-home-banner__content {
  /*display: none;*/
}
.slick-slide.slick-current .c-home-banner__content {
  display: block;
}
.c-home-banner__content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  color: #56565a;
  width: 82.5%;
  position: absolute;
  transition: left 1s, right 1s;
}
@media (max-width: 46.24em) {
  .c-home-banner__content {
    width: 100%;
    position: relative;
    padding: 20px;
  }
}
.c-home-banner__content h2 {
  font-family: 'Noto Sans Condensed', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 46.24em) {
  .c-home-banner__content h2 {
    font-size: 1.7rem;
  }
}
.c-home-banner__content h2 a {
  text-decoration: none;
}
.slides-banner .slick-dots {
  bottom: 20px;
  z-index: 999;
}
@media (max-width: 46.24em) {
  .slides-banner .slick-dots {
    bottom: auto;
    bottom: 10px;
  }
}
.slides-banner .slick-dots li button {
  content: '';
  border-radius: 50%;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.slides-banner .slick-dots li button:before {
  content: none;
}
@media (max-width: 46.24em) {
  .slides-banner .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slides-banner .slick-dots li.slick-active button {
  background-color: #fff;
}
.slides-banner.newsroom-banner .slick-dots li button {
  border: 2px solid #000;
}
.slides-banner.newsroom-banner .slick-dots li.slick-active button {
  background-color: #000;
}
.newsroom-banner .banner-slide .banner-slide-image {
  aspect-ratio: 1.7777777778 !important;
  height: 110.5%;
  width: 100%;
  max-width: 100%;
  max-height: 459px;
}
@media (max-width: 61.24em) {
  .newsroom-banner .banner-slide .banner-slide-image {
    height: 40vw !important;
  }
}
.c-home-banner__primary .c-home-banner__content.show {
  left: 0;
  display: block;
}
.c-home-banner__secondary .c-home-banner__content.show {
  right: 0;
  display: block;
}
.c-home-banner__secondary-tagline {
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-home-banner__secondary-tagline a, .c-home-banner__secondary-tagline mark {
  font-weight: 700;
  background-color: transparent;
  color: inherit;
  border-bottom: 3px solid #fff;
  text-decoration: none;
}
.c-home-banner__secondary-copy {
  display: block;
  margin-bottom: 1.5rem;
}
.after-home-slider {
  padding-top: 100px !important;
}
.slides-banner.newsroom-banner {
  background-color: #ffe2e2;
}
@media (max-width: 61.24em) {
  .slides-banner.newsroom-banner .banner-slide > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 24.99em) {
  .slides-banner.newsroom-banner .banner-slide .banner-slide-container img {
    height: 65vw;
  }
}
.slides-banner.newsroom-banner .banner-slide .banner-slide-content {
  color: #824d34;
  background-color: #f5f3f2;
}
@media (max-width: 61.24em) {
  .slides-banner.newsroom-banner .banner-slide .banner-slide-content {
    padding-bottom: 4.5rem !important;
  }
}
@media (max-width: 46.24em) {
  .slides-banner.newsroom-banner .banner-slide .banner-slide-content {
    padding: 2.25rem;
  }
}
@media (max-width: 24.99em) {
  .slides-banner.newsroom-banner .banner-slide .banner-slide-content {
    padding: 1.5rem;
  }
}
.slides-banner.newsroom-banner .banner-slide .banner-slide-content h2 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  margin-bottom: 22px;
}
.slides-banner.newsroom-banner .banner-slide .banner-slide-content h5 {
  margin-bottom: 22px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.79;
  letter-spacing: normal;
}
.slides-banner.newsroom-banner .banner-slide .banner-slide-content .c-btn {
  background: none;
  border: 1.5px solid #824d34;
  color: #824d34;
  font-size: 16px;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 13px 28px !important;
  width: auto !important;
  border-radius: 50px;
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}
/* ==========================================================================
 COMPONENTS/SOCIAL
 ========================================================================== */
.c-social {
  list-style: none;
  display: flex;
  justify-content: center;
}
.c-social--inline {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 46.24em) {
  .c-social--inline .c-social__item {
    display: inline-block;
    width: 25%;
    margin-right: 0 !important;
    text-align: center;
  }
  .c-social--inline .c-social__item svg {
    margin: 0 auto;
  }
}
.c-social--stacked {
  flex-direction: column;
}
.c-social--columns {
  display: block;
}
@media (min-width: 46.25em) {
  .c-social--columns {
    column-count: 2;
  }
}
@media (min-width: 46.25em) {
  .c-social--inline .c-social__item:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
.c-social--stacked .c-social__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.c-social--columns .c-social__item {
  margin-bottom: 1rem;
}
.c-social__item span {
  margin-left: 0.75rem;
}
.c-social__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-social__link:hover svg path {
  fill: #595959;
}
.c-social__link svg {
  flex-shrink: 0;
}
.c-newsroom-sidebar__social .c-social__link svg path {
  fill: #2c2c2c;
}
/* ==========================================================================
 COMPONENTS/SOCIAL-IMPACTS
 ========================================================================== */
.c-social-impacts__title {
  margin-bottom: 3rem;
  font-size: 1.875rem;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 1;
  text-align: center;
}
@media (min-width: 61.25em) {
  .c-social-impacts__title {
    font-size: 2.5rem;
  }
}
.c-social-impacts__title--decorate:before {
  content: "";
  display: block;
  margin-bottom: 1.5rem;
  width: 50px;
  height: 2px;
  background-color: #e11e45;
}
.c-social-impacts__list {
  list-style: none;
}
.c-social-impacts__list-item:not(:last-of-type) {
  margin-bottom: 3rem;
}
/* ==========================================================================
 COMPONENTS/TABLE
 ========================================================================== */
.c-table + .c-table {
  margin-top: 3rem;
}
@media (min-width: 46.25em) {
  .c-table + .c-table {
    margin-top: 6rem;
  }
}
.c-table__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 46.25em) {
  .c-table__header {
    display: flex;
    align-items: center;
  }
}
.c-table__badge {
  display: flex;
  align-items: center;
  color: #0075a4;
  font-weight: 700;
}
.c-table__badge svg {
  margin-right: 0.5rem;
}
.c-table__badge svg path {
  fill: #0075a4;
}
.c-table__title {
  margin-right: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  line-height: 1.2;
}
@media (max-width: 46.24em) {
  .c-table__title {
    margin-bottom: 0.5rem;
  }
}
.c-table__inner {
  width: 100%;
  background-color: #fff;
}
.c-table__heading {
  font-weight: 700;
  color: #171717;
  text-align: left;
  padding: 0.75rem 1.5rem;
  border-bottom: 2px solid #e6e6e6;
}
@media (max-width: 46.24em) {
  .c-table__heading {
    display: none;
  }
}
.c-table__row:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 46.24em) {
  .c-table__row {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.c-table__cell {
  padding: 0.75rem 1.5rem;
}
.c-table__cell span {
  width: 50%;
}
@media (max-width: 46.24em) {
  .c-table__cell {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-table__cell:before {
    content: attr(data-heading);
    display: inline-flex;
    width: 50%;
    font-weight: 700;
    color: #171717;
    line-height: 1.2;
  }
}
/* ==========================================================================
 COMPONENTS/TABS
 ========================================================================== */
.c-tabs {
  position: relative;
  background-color: #fff;
}
.c-tabs:after {
  content: "";
  clear: both;
  display: table;
  flex-basis: 0;
  order: 1;
}
/**
 * Tabs list contain tabs triggers
 */
.c-tabs__list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
@media (min-width: 46.25em) {
  .c-tabs__list {
    border-bottom: 1px solid #e6e6e6;
  }
}
.c-tabs__list-item {
  font-family: 'Source Sans Pro', sans-serif;
  display: flex;
  flex: 50%;
  appearance: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 46.24em) {
  .c-tabs__list-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .c-tabs__list-item:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }
}
@media (min-width: 46.25em) {
  .c-tabs__list-item {
    flex: 1;
  }
  .c-tabs__list-item:not(:last-of-type) {
    border-right: 1px solid #e6e6e6;
  }
}
.c-tabs__list-item:hover, .c-tabs__list-item:focus, .c-tabs__list-item.is-active {
  background-color: #8c8ea6;
  color: #fff;
  z-index: 1000;
}
.c-tabs__list-item:hover svg path, .c-tabs__list-item:focus svg path, .c-tabs__list-item.is-active svg path {
  fill: #fff;
}
.c-tabs__list-item span {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.125rem;
  text-align: center;
}
.c-tabs__list-item svg {
  vertical-align: top;
  transition: all ease-in-out 0.2s;
}
.c-tabs__list-item svg path {
  fill: #171717;
}
/**
 * Tabs sections
 */
.c-tabs__section {
  position: relative;
  padding: 1.5rem;
  top: 0;
  left: 100%;
  width: 100%;
  margin-left: -100%;
  float: left;
  background-color: #fff;
  transition: all ease-in-out 0.2s;
}
@media (min-width: 46.25em) {
  .c-tabs__section {
    padding: 3rem;
  }
}
.c-tabs__section[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none;
}
.c-tabs__section.is-active, .c-tabs__section [aria-hidden='false'] {
  opacity: 1;
  z-index: 1000;
  pointer-events: auto;
}
.c-tabs__section-blurb {
  margin-right: auto;
  margin-left: auto;
  max-width: 40rem;
  display: flex;
  align-items: center;
}
@media (max-width: 46.24em) {
  .c-tabs__section-blurb {
    flex-direction: column;
  }
}
.c-tabs__section-blurb img {
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.c-tabs__section-columns {
  list-style: none;
  column-count: 2;
}
@media (min-width: 46.25em) {
  .c-tabs__section-columns {
    column-count: 4;
  }
}
.c-tabs__section-columns > li {
  margin-bottom: 0.5rem;
}
.c-tabs__section-link {
  color: inherit;
  text-decoration: none;
}
.c-tabs__section-link:hover, .c-tabs__section-link:focus, .c-tabs__section-link.c-tabs__section-link--active {
  text-decoration: underline;
}
.c-textnav-slider {
  padding-bottom: 100px;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-slide-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding-bottom: 45px;
  padding-right: 20px;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-slide-content .textnav-icon {
  height: 95px;
  width: 95px;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-slide-content h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-slide-content p {
  font-size: 16px;
  line-height: 25px;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-arrows {
  display: flex;
  position: relative;
  margin-top: -45px;
  justify-content: space-between;
  width: 50%;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-arrows .slick-arrow {
  position: relative;
  left: auto;
  right: auto;
  font-size: 40px;
  width: 25px;
  height: 35px;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-arrows .slick-arrow::before {
  color: #000;
}
.c-textnav-slider .textnav-slides .textnav-slide .textnav-image {
  margin: 20px;
  max-width: 100%;
  height: 400px;
}
.c-textnav-slider .textnav-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 75px;
}
.c-textnav-slider .textnav-nav ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  position: relative;
}
.c-textnav-slider .textnav-nav ul li:before {
  content: '';
  height: 1px;
  width: 45px;
  background-color: #000;
  position: absolute;
  top: -20px;
  left: 0;
}
.c-textnav-slider .textnav-nav ul li.active {
  font-weight: 700;
}
.c-textnav-slider .textnav-nav ul li.active:before {
  height: 2px;
}
/* ==========================================================================
 COMPONENTS/TIMELINE
 ========================================================================== */
.c-timeline {
  position: relative;
  color: #fff;
}
@media (max-width: 61.24em) {
  .c-timeline {
    padding-top: 1.5rem;
  }
}
@media (min-width: 61.25em) {
  .c-timeline {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-timeline__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 61.25em) {
  .c-timeline__background {
    top: 1.5rem;
    bottom: 1.5rem;
  }
}
.c-timeline__background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-color: #002f5f;
}
.c-timeline__nav {
  position: relative;
  display: inline-flex;
  padding-bottom: 0.75rem;
  transform: translateY(4px);
  z-index: 100;
  border-bottom: 4px solid #8c8ea6;
}
@media (min-width: 61.25em) {
  .c-timeline__nav {
    position: absolute;
    bottom: 1.5rem;
    left: calc((1/3) * 100%);
    margin-left: 6rem;
  }
}
.c-timeline__nav-btn {
  margin: 0;
  padding: 0;
  appearance: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
}
.c-timeline__nav-btn svg {
  vertical-align: middle;
}
.c-timeline__nav-btn--previous {
  transform: rotate(90deg);
  margin-right: 0.375rem;
}
.c-timeline__nav-btn--next {
  transform: rotate(90deg);
  margin-left: 0.375rem;
}
.c-timeline__slider {
  position: relative;
  z-index: 10;
}
.c-timeline__slider-item {
  width: 100%;
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 61.25em) {
  .c-timeline__slider-item {
    display: flex;
    align-items: center;
  }
}
.c-timeline__slider-item.is-selected {
  opacity: 1;
}
.c-timeline__media {
  position: relative;
  flex-shrink: 0;
  z-index: 100;
}
@media (max-width: 61.24em) {
  .c-timeline__media {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 61.25em) {
  .c-timeline__media {
    width: calc((1/3) * 100%);
  }
}
@media (max-width: 61.24em) {
  .c-timeline__media figure:not(:first-of-type) {
    display: none;
  }
}
@media (max-width: 61.24em) {
  .c-timeline__content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 61.25em) {
  .c-timeline__content {
    padding-left: 6rem;
  }
}
.c-timeline__date {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 61.25em) {
  .c-timeline__date:before {
    content: none;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-20px, -50%);
    width: 7.5rem;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.27);
  }
}
.c-timeline__title {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 61.25em) {
  .c-timeline__title {
    font-size: 2.5rem;
  }
}
.c-tour-cta {
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 15px;
  position: relative;
  margin-bottom: 50px;
}
.c-tour-cta h3 {
  text-transform: uppercase;
  padding: 1em 0;
  font-size: 16px;
  margin: -15px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #2c2c2c;
}
.c-tour-cta h4 {
  font-size: 24px;
  marign-bottom: 1em;
}
.c-tour-cta p {
  color: 0;
}
.c-tour-cta .tour-image-wrapper {
  width: 100%;
  padding: 30px 0;
}
.c-tour-cta .tour-image-wrapper img {
  height: 122px;
  width: 122px;
  border-radius: 50%;
  -webkit-transition: width 0.25s, height 0.25s;
  /* Safari */
  transition: width 0.25s, height 0.25s;
}
/* ==========================================================================
 COMPONENTS/UTILITY-NAV
 ========================================================================== */
.c-utility-nav {
  position: relative;
  display: flex;
  background-color: #2c2c2c;
  color: #fff;
  z-index: 8000;
}
@media (max-width: 61.24em) {
  .c-utility-nav {
    justify-content: center;
  }
}
.c-utility-nav__country-menu {
  appearance: none;
  display: block;
  padding: 0.75rem 0 0.75rem 1.5rem;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
@media (min-width: 25em) {
  .c-utility-nav__country-menu {
    padding: 0.75rem 1.5rem;
  }
}
.c-utility-nav__country-menu span {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 34.99em) {
  .c-utility-nav__country-menu span {
    display: block;
  }
}
@media (max-width: 34.99em) {
  .c-utility-nav__country-menu .c-utility-nav__mobile-underline {
    text-decoration: underline;
  }
}
.c-utility-nav__country-menu svg {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
@media (max-width: 34.99em) {
  .c-utility-nav__country-menu svg {
    display: none;
  }
}
@media (max-width: 34.99em) {
  .c-utility-nav__country-menu-separator {
    display: none !important;
  }
}
.c-utility-nav__language {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.c-utility-nav__language .goog-te-gadget-simple {
  /*
   img {
   background-image: url('../img/g.png') !important;
   background-position: center center !important;
   background-size: contain !important;
   }
   */
}
/**
 * Reset google translate button styling
 */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
  text-transform: none;
  letter-spacing: 0;
}
div#google_translate_element .goog-te-gadget .goog-te-gadget-simple img.goog-te-gadget-icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20aria-hidden%3D%22true%22%20role%3D%22presentation%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ctitle%3EWorld%3C/title%3E%3Cpath%20d%3D%22M7.5.3C3.529.3.3%203.53.3%207.5s3.229%207.2%207.2%207.2c3.97%200%207.2-3.23%207.2-7.2S11.47.3%207.5.3zm6.141%207.2c0%201.405-.477%202.7-1.272%203.735-.225-.175-.464-.65-.24-1.142.228-.495.287-1.641.235-2.088-.05-.445-.282-1.518-.91-1.529-.63-.009-1.06-.216-1.434-.962-.775-1.551%201.454-1.849.68-2.707-.217-.241-1.338.992-1.502-.651-.01-.118.101-.295.252-.478%202.433.818%204.191%203.118%204.191%205.822zM6.656%201.42c-.147.286-.534.403-.77.618-.513.464-.734.4-1.01.845-.278.446-1.175%201.087-1.175%201.41%200%20.322.453.701.68.628.226-.075.824-.07%201.175.052.352.125%202.936.25%202.112%202.433-.261.695-1.405.578-1.71%201.728-.045.168-.203.889-.213%201.124-.019.365.258%201.739-.094%201.739-.353%200-1.303-1.23-1.303-1.452%200-.223-.246-1.004-.246-1.672%200-.669-1.139-.658-1.139-1.547%200-.801.617-1.2.479-1.585-.136-.382-1.22-.395-1.673-.442a6.16%206.16%200%200%201%204.887-3.88zM5.568%2013.328c.369-.195.407-.447.741-.46.382-.018.694-.15%201.125-.245.382-.083%201.067-.471%201.67-.521.508-.041%201.51.026%201.78.517a6.097%206.097%200%200%201-5.316.709z%22%20fill%3D%22%232c2c2c%22%20fill-rule%3D%22evenodd%22%3E%3C/path%3E%3C/svg%3E") !important;
  background-position: initial !important;
  background-size: contain !important;
}
/**
 * Hide most of the extra text and images
 * within google translate button
 */
@media (max-width: 46.875em) {
  .goog-te-gadget-simple *:not(img) {
    display: none;
  }
}
.c-utility-nav__search {
  display: flex;
  flex: 1 1 auto;
}
@media (max-width: 61.24em) {
  .c-utility-nav__search {
    display: none;
  }
}
.c-utility-nav__search-form {
  display: flex;
  width: 100%;
}
.c-utility-nav__search-fieldset {
  width: 100%;
}
.c-utility-nav__search-field {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: right;
}
.c-utility-nav__search-label {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
}
.c-utility-nav__search-label svg {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.c-utility-nav__search-input {
  display: flex;
  appearance: none;
  border: 1px solid #777;
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
  padding: 0;
  transition: width 1s, padding 1s, margin 1s;
  width: 60%;
  padding: 0.25rem;
  margin-right: 0.75rem;
  margin-top: 8px;
  max-width: 225px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.c-utility-nav__search-input::placeholder {
  color: #fff;
  font-weight: 600;
}
.c-utility-nav__search-input:focus {
  outline: none;
  box-shadow: 0 0 3px 0px rgba(255, 255, 255, 1);
}
.c-utility-nav__search-submit {
  border: none;
  background: transparent;
  outline: none;
  margin: 0;
  padding: 7px 0 0 0;
}
/* ==========================================================================
 COMPONENTS/VIEWS
 ========================================================================== */
.c-views__header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-views__label {
  margin-right: 0.375rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #75757a;
  line-height: 1.2;
}
@media (min-width: 46.25em) {
  .c-views__label:after {
    content: '|';
    margin-left: 0.375rem;
  }
}
.c-views__title {
  margin-right: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #002f5f;
  line-height: 1.2;
}
@media (max-width: 46.24em) {
  .c-views__title {
    margin-bottom: 0.5rem;
  }
}
.c-views__heading {
  color: #002f5f;
  font-size: 1.875rem;
  font-weight: 300;
}
@media (min-width: 46.25em) {
  .c-views__heading {
    font-size: 2.5rem;
  }
}
/**
 * 1. Make sure the container is tall enough to account
 *    for mobile toc menu when open
 */
.c-views__container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  min-height: 400px;
  /* [1] */
  background-color: #fff;
}
@media (max-width: 46.24em) {
  .c-views__container {
    overflow: hidden;
  }
}
.c-views__toc {
  background-color: #e6e6e6;
}
@media (max-width: 46.24em) {
  .c-views__toc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  }
}
@media (min-width: 46.25em) {
  .c-views__toc {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    transform: translateX(1.5rem);
  }
}
@media (max-width: 46.24em) {
  .c-views__toc--isActive {
    transform: none;
  }
}
.c-views__toc-item {
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  margin: 0;
  padding: 0.75rem 1.5rem;
  width: 100%;
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #002f5f;
  text-align: left;
  cursor: pointer;
}
.c-views__toc-item:not(:last-of-type) {
  border-bottom: 1px solid #dadada;
}
.c-views__toc-item:hover, .c-views__toc-item:focus, .c-views__toc-item.is-active, .c-views__toc-item.c-views__toc-item--isActive {
  background-color: #002f5f;
  color: #fff;
}
.c-views__item {
  flex: 1;
  padding: 1.5rem;
}
.c-views__item[aria-hidden='true'] {
  display: none;
}
#ytplayer {
  max-width: 100%;
}
#sustainability .o-product-grid .c-product .c-product__graphic img {
  aspect-ratio: 1;
}
#sustainability .c-product__footer a {
  text-decoration: none;
}
#sustainability .c-product__footer a:hover {
  text-decoration: none;
}
.sustainability-child .oci_banner h2 {
  font-weight: 900;
  margin-bottom: 1rem;
}
.sustainability-child .oci_banner a:hover {
  text-decoration: underline;
}
.sustainability-child .c-product {
  max-width: 100%;
}
.sustainability-child .c-product .c-product__copy ul {
  list-style-type: disc;
  padding-left: 40px;
}
.sustainability-child .c-product .c-product__copy ul sup {
  vertical-align: super;
  font-size: 12px;
}
.sustainability-child .c-product .c-product__copy .notation {
  font-size: 14px;
}
.sustainability-child .c-product .c-product__copy .notation sup {
  vertical-align: super;
  font-size: 10px;
}
.sustainability-child .c-product__footer a {
  text-decoration: none;
}
.sustainability-child .c-product__footer a:hover {
  text-decoration: none;
}
.sustainability-child .o-product-grid__col {
  padding: 0 2.2rem;
}
.sustainability-faqs .custom_text ol {
  text-align: left;
}
.sustainability-faqs .custom_text ol li {
  text-align: left;
}
.sustainability-faqs .custom_text ol li h4 {
  text-align: left;
}
.sustainability-faqs .custom_text ol li p {
  text-align: left;
}
.sustainability-faqs .custom_text ol li ul li {
  text-align: left;
  text-indent: 2%;
}
.sustainability .oci_banner h2 {
  font-weight: 900;
  margin-bottom: 1rem;
}
.sustainability .oci_banner a:hover {
  text-decoration: underline;
}
.sustainability-child-page-links span {
  margin-left: 4px;
  transition: margin-left 0.5s;
}
.sustainability-child-page-links:hover {
  text-decoration: none;
}
.sustainability-child-page-links:hover span {
  margin-left: 10px;
}
.collaborations-top-line {
  color: #2c2c2c;
  width: 50px;
  height: 2px;
  margin-top: 5rem;
}
.collaborations-content-wrapper {
  padding-bottom: 5rem;
  padding-right: 2rem;
}
.collaborations-icon-wrapper {
  max-height: 132px;
}
.collaborations-icon-wrapper img {
  margin-bottom: 3rem;
  max-width: 50%;
  max-height: 100px;
}
.collaborations-image-wrapper {
  max-width: 100%;
  height: 335px;
  width: 335px;
  border: 1px solid rgba(44, 44, 44, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .collaborations-image-wrapper {
    height: 430px;
    width: 430px;
  }
  .collaborations-image-wrapper img {
    max-height: 300px;
    max-width: 300px;
  }
}
.collaborations-image-wrapper img {
  max-height: 234px;
  max-width: 234px;
}
/*	@media only screen and (max-width: 979px) {
 .c-pillar-slider__media-btn {
 top: 35% !important;
 }
 }
 @media only screen and (max-width: 700px) {
 .c-pillar-slider__media-btn {
 top: 40% !important;
 }
 }*/
.video-block .c-pillar-slider__media-btn {
  top: 30%;
  z-index: 1;
}
.img-container {
  position: relative;
}
.img-container a {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100000000;
}
.scientific-publications .pagination .page-numbers {
  margin: 0.5rem;
}
.principle-quote__wrapper {
  background-color: #38539a;
  color: #fff;
  width: 100%;
}
.principle-quote__wrapper__text {
  font-size: 2rem;
  font-weight: 300;
}
.principle-quote__wrapper__attribution {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* ==========================================================================
 UTILITIES/HIDE
 ========================================================================== */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.u-hidden {
  display: none !important;
}
@media (max-width: 46.24em) {
  .hide-until-md {
    display: none !important;
  }
}
.green {
  color: #78bb27;
}
.gray {
  color: #56555b;
}
.darkblue {
  color: #012f61;
}
.u-textCenter {
  text-align: center !important;
}
.u-side-margins {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.col-gutters {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.col-gutters > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-gutters-2 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.col-gutters-2 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.col-gutters-wide {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.col-gutters-wide > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.width-100 {
  width: 100%;
}
.bg-light {
  background-color: #f6f6f6;
}
.bg-white {
  background-color: #fff;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-light {
  font-weight: light;
}
.align-items-center {
  align-items: center !important;
}
.shadow-inset-mild {
  box-shadow: inset 0 0 25px -10px rgba(0, 0, 0, 0.15);
}
.justify-content-between {
  justify-content: space-between !important;
}
.small-allcaps-bold {
  font-size: 16px !important;
  font-weight: 900;
  line-height: 22px;
  color: #2c2c2c;
  text-transform: uppercase;
}
.large-light {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  color: #000;
  padding-bottom: 14px;
}
.medium-light {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #000;
  padding-bottom: 14px;
}
.brand-decorator-bg-text-artistry-studio {
  background-color: #804948 !important;
}
.brand-decorator-bg-bg-artistry-studio {
  background-color: #fae6e5 !important;
}
.brand-decorator-text-text-artistry-studio {
  color: #804948 !important;
}
.brand-decorator-button-artistry-studio {
  color: #804948 !important;
  border-color: #804948 !important;
  background-color: #fae6e5 !important;
}
.brand-decorator-button-artistry-studio.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-artistry-studio {
  background-color: #804948 !important;
  border-color: #fae6e5 !important;
  color: #fae6e5 !important;
}
.brand-decorator-bg-text-beauty {
  background-color: #663c1c !important;
}
.brand-decorator-bg-bg-beauty {
  background-color: #f6eee8 !important;
}
.brand-decorator-text-text-beauty {
  color: #663c1c !important;
}
.brand-decorator-button-beauty {
  color: #663c1c !important;
  border-color: #663c1c !important;
  background-color: #f6eee8 !important;
}
.brand-decorator-button-beauty.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-beauty {
  background-color: #663c1c !important;
  border-color: #f6eee8 !important;
  color: #f6eee8 !important;
}
.brand-decorator-bg-text-company {
  background-color: #704931 !important;
}
.brand-decorator-bg-bg-company {
  background-color: #fff1e8 !important;
}
.brand-decorator-text-text-company {
  color: #704931 !important;
}
.brand-decorator-button-company {
  color: #704931 !important;
  border-color: #704931 !important;
  background-color: #fff1e8 !important;
}
.brand-decorator-button-company.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-company {
  background-color: #704931 !important;
  border-color: #fff1e8 !important;
  color: #fff1e8 !important;
}
.brand-decorator-bg-text-corporate {
  background-color: #37538d !important;
}
.brand-decorator-bg-bg-corporate {
  background-color: #f7f9fc !important;
}
.brand-decorator-text-text-corporate {
  color: #37538d !important;
}
.brand-decorator-button-corporate {
  color: #37538d !important;
  border-color: #37538d !important;
  background-color: #f7f9fc !important;
}
.brand-decorator-button-corporate.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-corporate {
  background-color: #37538d !important;
  border-color: #f7f9fc !important;
  color: #f7f9fc !important;
}
.brand-decorator-bg-text-creators {
  background-color: #1a3e43 !important;
}
.brand-decorator-bg-bg-creators {
  background-color: #b8d2d6 !important;
}
.brand-decorator-text-text-creators {
  color: #1a3e43 !important;
}
.brand-decorator-button-creators {
  color: #1a3e43 !important;
  border-color: #1a3e43 !important;
  background-color: #b8d2d6 !important;
}
.brand-decorator-button-creators.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-creators {
  background-color: #1a3e43 !important;
  border-color: #b8d2d6 !important;
  color: #b8d2d6 !important;
}
.brand-decorator-bg-text-industry {
  background-color: !important;
}
.brand-decorator-bg-bg-industry {
  background-color: !important;
}
.brand-decorator-text-text-industry {
  color: !important;
}
.brand-decorator-button-industry {
  color: !important;
  border-color: !important;
  background-color: !important;
}
.brand-decorator-button-industry.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-industry {
  background-color: !important;
  border-color: !important;
  color: !important;
}
.brand-decorator-bg-text-csr {
  background-color: !important;
}
.brand-decorator-bg-bg-csr {
  background-color: !important;
}
.brand-decorator-text-text-csr {
  color: !important;
}
.brand-decorator-button-csr {
  color: !important;
  border-color: !important;
  background-color: !important;
}
.brand-decorator-button-csr.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-csr {
  background-color: !important;
  border-color: !important;
  color: !important;
}
.brand-decorator-bg-text-corporate-social-responsibility {
  background-color: !important;
}
.brand-decorator-bg-bg-corporate-social-responsibility {
  background-color: !important;
}
.brand-decorator-text-text-corporate-social-responsibility {
  color: !important;
}
.brand-decorator-button-corporate-social-responsibility {
  color: !important;
  border-color: !important;
  background-color: !important;
}
.brand-decorator-button-corporate-social-responsibility.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-corporate-social-responsibility {
  background-color: !important;
  border-color: !important;
  color: !important;
}
.brand-decorator-bg-text-our-story {
  background-color: !important;
}
.brand-decorator-bg-bg-our-story {
  background-color: !important;
}
.brand-decorator-text-text-our-story {
  color: !important;
}
.brand-decorator-button-our-story {
  color: !important;
  border-color: !important;
  background-color: !important;
}
.brand-decorator-button-our-story.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-our-story {
  background-color: !important;
  border-color: !important;
  color: !important;
}
.brand-decorator-bg-text-founding-families {
  background-color: !important;
}
.brand-decorator-bg-bg-founding-families {
  background-color: #171717 !important;
}
.brand-decorator-text-text-founding-families {
  color: !important;
}
.brand-decorator-button-founding-families {
  color: !important;
  border-color: !important;
  background-color: #171717 !important;
}
.brand-decorator-button-founding-families.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-founding-families {
  background-color: !important;
  border-color: #171717 !important;
  color: #171717 !important;
}
.brand-decorator-bg-text-home {
  background-color: #1a3e43 !important;
}
.brand-decorator-bg-bg-home {
  background-color: #e5fdfe !important;
}
.brand-decorator-text-text-home {
  color: #1a3e43 !important;
}
.brand-decorator-button-home {
  color: #1a3e43 !important;
  border-color: #1a3e43 !important;
  background-color: #e5fdfe !important;
}
.brand-decorator-button-home.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-home {
  background-color: #1a3e43 !important;
  border-color: #e5fdfe !important;
  color: #e5fdfe !important;
}
.brand-decorator-bg-text-nutrition {
  background-color: #515813 !important;
}
.brand-decorator-bg-bg-nutrition {
  background-color: #eff9e5 !important;
}
.brand-decorator-text-text-nutrition {
  color: #515813 !important;
}
.brand-decorator-button-nutrition {
  color: #515813 !important;
  border-color: #515813 !important;
  background-color: #eff9e5 !important;
}
.brand-decorator-button-nutrition.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-nutrition {
  background-color: #515813 !important;
  border-color: #eff9e5 !important;
  color: #eff9e5 !important;
}
.brand-decorator-bg-text-quality-innovation {
  background-color: #5c677e !important;
}
.brand-decorator-bg-bg-quality-innovation {
  background-color: #f2f5fe !important;
}
.brand-decorator-text-text-quality-innovation {
  color: #5c677e !important;
}
.brand-decorator-button-quality-innovation {
  color: #5c677e !important;
  border-color: #5c677e !important;
  background-color: #f2f5fe !important;
}
.brand-decorator-button-quality-innovation.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-quality-innovation {
  background-color: #5c677e !important;
  border-color: #f2f5fe !important;
  color: #f2f5fe !important;
}
.brand-decorator-bg-text-research-development {
  background-color: !important;
}
.brand-decorator-bg-bg-research-development {
  background-color: !important;
}
.brand-decorator-text-text-research-development {
  color: !important;
}
.brand-decorator-button-research-development {
  color: !important;
  border-color: !important;
  background-color: !important;
}
.brand-decorator-button-research-development.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-research-development {
  background-color: !important;
  border-color: !important;
  color: !important;
}
.brand-decorator-bg-text-energy-sport {
  background-color: #753939 !important;
}
.brand-decorator-bg-bg-energy-sport {
  background-color: #ffe2e2 !important;
}
.brand-decorator-text-text-energy-sport {
  color: #753939 !important;
}
.brand-decorator-button-energy-sport {
  color: #753939 !important;
  border-color: #753939 !important;
  background-color: #ffe2e2 !important;
}
.brand-decorator-button-energy-sport.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-energy-sport {
  background-color: #753939 !important;
  border-color: #ffe2e2 !important;
  color: #ffe2e2 !important;
}
.brand-decorator-bg-text-ager {
  background-color: !important;
}
.brand-decorator-bg-bg-ager {
  background-color: !important;
}
.brand-decorator-text-text-ager {
  color: !important;
}
.brand-decorator-button-ager {
  color: !important;
  border-color: !important;
  background-color: !important;
}
.brand-decorator-button-ager.button-outline:hover {
  background-color: transparent !important;
}
.brand-decorator-button-invert-ager {
  background-color: !important;
  border-color: !important;
  color: !important;
}
html {
  box-sizing: border-box;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  max-width: 1400px;
  margin: 0 auto;
  color: #2c2c2c;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.noscroll {
  position: fixed !important;
  overflow: hidden !important;
}
#main-content {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
h2 {
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
h3 {
  font-size: 1.17em;
}
a {
  color: inherit;
  text-decoration: underline;
}
img.el-media-grid-img {
  margin-bottom: 1.125rem;
}
.u-disc {
  border-radius: 50%;
}
.member-button {
  border: none;
  background-color: transparent;
}
.member-button:focus {
  border: none;
  outline: none;
  background-color: transparent;
}
.couple .member-button:first-of-type {
  position: relative;
  z-index: 10;
}
.couple .member-button:last-of-type {
  position: relative;
  z-index: 2;
  margin-left: -20px;
}
.couple .member-button:only-of-type {
  margin-left: 0;
}
.amway-promise-logo {
  display: block;
  margin: 0 auto 2em;
  max-width: 200px;
}
body.search-results header.c-header-basic {
  padding: 3rem;
}
.mfp-bg {
  z-index: 10001;
}
.mfp-wrap {
  z-index: 10002;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
}
hr {
  border: none;
  margin-bottom: 1.5rem;
  width: 50px;
  height: 2px;
  background-color: #2c2c2c;
}
picture img {
  max-width: 100%;
}
img {
  max-width: 100%;
}
.c-select-with-btn > .c-btn {
  border-radius: 0;
}
button {
  border-radius: 0;
}
body.search-results header.c-header-basic {
  padding: 3rem;
}
@media (max-width: 46.24em) {
  body.search-results header.c-header-basic {
    padding: 1rem;
  }
}
body.home .slick-track {
  background-color: #eff9e5;
}
img.el-media-grid-img {
  margin-bottom: 1.125rem;
}
.el-noPaddingBottom {
  padding-bottom: 0 !important;
}
.el-grid-video-title-standard {
  font-weight: 600;
  color: #58585b;
  margin-top: 0.5rem;
}
.el-grid-seperator {
  position: relative;
}
.el-g3-video-banner-exception.c-section__content.c-banner.c-banner__legacy .c-banner__legacy-content {
  padding: 3rem 1rem;
}
.el-videoStyleSection1 .c-section__header {
  padding-bottom: 3rem;
}
.el-videoStyleSection1 h2 {
  font-size: 2.5rem;
  text-align: center;
}
.el-videoStyleSection1 .el-grid-video-title {
  font-weight: 800;
  margin-top: 0.5rem;
}
.el-videoStyleSection1 .el-grid-video-subTitle {
  font-style: italic;
}
.el-videoStyleSection1 .el-grid-video-subTitle, .el-videoStyleSection1 .el-grid-video-title {
  font-size: 1rem;
}
.el-videoStyleSection1 p {
  text-align: center;
}
#el-g3-section-video-grid.el-loader-unloaded .o-wrapper .o-grid .o-grid__item:nth-child(n+5) {
  display: none;
}
#el-g3-section-video-grid.el-loader-loaded #el-g3-section-video-grid-button {
  display: none;
}
#el-g3-section-video-grid #el-g3-section-video-grid-button {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  background-color: #344e92;
  color: #f1f2ff;
  border: none;
}
.amway-promise-logo {
  display: block;
  margin: 0 auto 2em;
  max-width: 200px;
}
.newsroom-noResults {
  color: #2c2c2c;
}
.newsroom-noResults h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-transform: none;
  font-size: 30px;
  margin-top: 2rem;
  color: #2c2c2c;
}
#how_you_can_help_image {
  margin: 0 auto;
  display: block;
  max-width: 58rem;
}
#how_you_can_help_image img, #how_you_can_help_image source, #how_you_can_help_image picture > img, #how_you_can_help_image picture > source {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.single-answers .c-article--amway-answers .c-article__header .c-section__inner p {
  position: relative;
  min-height: 85px;
  height: 180px;
}
.single-answers .c-article--amway-answers .c-article__header .c-pillar-slider__media-btn {
  min-height: 180px;
  min-width: 320px;
  display: inline-block;
  top: 0;
  left: 0;
  transform: initial;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 72.375rem;
}
.c-product > *, .c-product, picture {
  min-height: 1px;
}
p {
  max-width: 100%;
}
svg.fa-w-14 {
  width: 14px;
}
.c-product {
  width: 100%;
}
body.is_winIE .o-media.o-media-alignCenter {
  display: block;
}
body.is_winIE .banner-content > * {
  max-width: 100%;
}
body.is_winIE .c-select-with-btn .c-btn {
  flex-grow: 0;
  flex-basis: 75px;
  flex-shrink: 0;
}
body.is_winIE .banner-slide .banner-slide-image img, body.is_winIE .slides-banner .banner-slide-image img {
  height: auto;
  width: 100%;
  position: absolute;
  top: -25%;
}
body.is_winIE .banner-slide .banner-slide-content h2, body.is_winIE .slides-banner .banner-slide-content h2 {
  max-width: 100%;
}
body.is_winIE #main-content .c-article__featured-media .c-article__featured-media-inner img.o-ratio__item {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
body.is_winIE .c-card-newsroom .c-card-full__figure img {
  height: auto !important;
}
body.is_winIE .explore-card .explore-card-content .explore-card-img-wrapper img, body.is_winIE .c-media-report-block .c-media-report-block-img-wrapper img {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
body.is_winIE #newsroom-tabs ul.newsroom-tabs-list li.newsroom-tab .newsroom-tab-link {
  visibility: visible !important;
  font-weight: normal !important;
  background-color: transparent;
}
body.is_winIE #newsroom-tabs ul.newsroom-tabs-list li.newsroom-tab .newsroom-tab-link.active {
  font-weight: bold !important;
}
body.is_winIE #newsroom-tabs ul.newsroom-tabs-list li.newsroom-tab .newsroom-tab-link:before {
  display: none !important;
}
@media print {
  .c-article__footer, .c-article__share, .c-breadcrumbs, .c-site-footer__primary, .c-site-footer__secondary-links a, .c-site-nav__items, .c-site-nav__mobile-search, .c-site-nav__mobile-secondary, .c-utility-nav, .hamburger, .u-print-hidden, #bs-navbar-collapse-1, .el-post-sidebar, .el-related-news {
    display: none !important;
  }
  .c-article__content {
    border: none;
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
  }
  .c-article__title-wrapper, .c-article__title {
    margin-bottom: 0;
  }
  .c-article__featured-media-inner {
    max-height: 35vh;
    position: relative;
  }
  .c-article__featured-media-inner img {
    width: auto;
    height: 100%;
    max-height: 35vh;
  }
  .c-site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-site-nav:after {
    content: 'You are at our global site.';
    white-space: nowrap;
    padding-right: 1.5rem;
  }
  .c-site-footer__secondary {
    padding-top: 0;
    background-color: transparent;
    color: #000;
  }
  .c-logo__streak, .c-logo__text {
    fill: #000 !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Freset%2F_variables.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Freset%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2F_root.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2F_reboot.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Fmixins%2F_hover.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2F_grid.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Fmixins%2F_breakpoints.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Fmixins%2F_grid-framework.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2F_transitions.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Fmixins%2F_transition.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2F_dropdown.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Fmixins%2F_caret.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2F_nav.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2F_navbar.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Futilities%2F_align.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Futilities%2F_display.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Futilities%2F_screenreaders.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Fmixins%2F_screen-reader.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Futilities%2F_sizing.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Futilities%2F_spacing.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Futilities%2F_text.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Fmixins%2F_text-emphasis.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fbootstrap%2Futilities%2F_visibility.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.details-highlights.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2F_tools.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.media.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.mosaic.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.mosaic-haw.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.mosaic-wrapper.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.product-grid.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.grid.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.ratio.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.wrapper.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_objects.qa-accordion.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fvendor%2F_vendor.hamburger.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fvendor%2F_vendor.flickity.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fvendor%2F_vendor.jvectormap.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.aa-module.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.abo-stories.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.ager-map.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.ager-overview.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.arrangeable_items.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.article.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.button.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.banner.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.banner-rotator.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.bio.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.bio-card.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.bio-toggles.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.blurb.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.breadcrumbs.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.brief.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.bypass.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.card-full_width.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.card.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.card-newsroom.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.category-description.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.control.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.country-cta.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.country-popup.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.country-selector.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.covid-tabs.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.csr-callout.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.cta.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.featured-list.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.featured-tile.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.founders-heading.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.gallery-popup.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.grant_requirements-focus_content.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.grant_requirements-list.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.grant_requirements-process.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.search-lockup.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.header-basic.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.image-mosaic.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.instagram_feed.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.link-arrow.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.logo.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.market-selector-in-page.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.media-contacts.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.media-report-block.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.news-featured-video.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.news-gallery.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-cta.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-connectWithUs.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-filter.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-inTheNews.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-banner.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-media-downloads.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-search-cta.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-sidebar.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-tabs.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-ticker.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-trending.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom-videos.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.newsroom.section-explore.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.notice-banner.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.qa-banner.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.qa-card.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.qa-filters.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.resourceBox.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.resources-menu.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.results-list.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.pagination.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.pillar-slider.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.product.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.prose.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.qa-map.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.section.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.section-extensions.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.select.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.side-nav.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.simpleTabs.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.single-abo-story.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.site-footer.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.site-header.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.site-nav.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.slider.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.slides-banner.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.social.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.social-impacts.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.table.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.tabs.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.textnav-slider.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.timeline.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.tour-cta.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.utility-nav.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.views.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.ytplayer.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.sustainability.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.scientific-collaboration.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.publications.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fcomponents%2F_components.our-principles.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fvendor%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2Fvendor%2Fslick-theme.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2F_utilities.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2F_main.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2F_bootstrap-tweaks.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2F_ie.scss%22%2C%22wp-content%2Fthemes%2Fdexter%2Fscss%2F_print.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CiBAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%3B8EAAA%3BAAAA%3B%3B%3B%3BGAAA%3BACoEA%3BAAAA%3BADpEA%3B%3BGAAA%3BAAAA%3B%3B%3BGAAA%3BAESA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAFTA%2CiDAAA%3BAE8BA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAFhDA%3B%3B8EAAA%3BAAAA%3B%3B%3B%3BGAAA%3BAAAA%3BsCAAA%3BAAAA%3B%3B%3B%3B%3BGAAA%3BAGAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4GAAA%3BAAAA%3BACkBA%3BAAAA%2CyBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BgDAAA%3BAAAA%3BAAUA%3BAAAA%2CiBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAgBA%3BAAAA%2CwBAAA%3BAAAA%3BAAkDA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAASA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAyBA%3BAAAA%2CiBAAA%3BAAAA%3BAAyBA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAiBA%3BAAAA%3BwBAAA%3BAAAA%3BACxLE%3BAAAA%3BwBAAA%3BAAAA%3BADiMA%3BAAAA%2CaAAA%3BAAAA%3BAAgCF%3BAAAA%2CmBAAA%3BAAAA%3BAAUA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAmCA%3BAAAA%3BsBAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAWA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAQA%3BAAAA%2C6BAAA%3BAAAA%3BAAaI%3BAAAA%2CkBAAA%3BAAAA%3BAAOJ%3BAAAA%3BqBAAA%3BAAAA%3BAAiCA%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAsBA%3BAAAA%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%2C2BAAA%3BAAAA%3BAASA%3BAAAA%3B6BAAA%3BAAAA%3BAErcE%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BACuDE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAD3CF%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3BkBAAA%3BAAAA%3BAE9BF%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAuBI%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOE%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAKF%3BAAAA%2CYAAA%3BAAAA%3BAAEA%3BAAAA%2CYAAA%3BAAAA%3BAAGE%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CWAAA%3BAAAA%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAME%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BADEN%3BAC9BE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BADEN%3BAC9BE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BADEN%3BAC9BE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BADEN%3BAC9BE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3B6BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAC1DV%3BAAAA%2CmCAAA%3BAAAA%3BACWI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BADRF%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BACHI%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BACVJ%3BAAAA%2CqBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BACqBI%3BAAAA%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAA4BA%3BAAAA%2CiBAAA%3BAAAA%3BADzCJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAyBI%3BAAAA%3BUAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAJcA%3BAInBA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAJcA%3BAInBA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAJcA%3BAInBA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAJcA%3BAInBA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAC3BE%3BAAAA%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAA4BA%3BAAAA%2CiBAAA%3BAAAA%3BADYF%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BACxCE%3BAAAA%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAA4BA%3BAAAA%2CiBAAA%3BAAAA%3BADsBA%3BAAAA%2CoBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BACzDE%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAeE%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAASF%3BAAAA%2CiBAAA%3BAAAA%3BADuCA%3BAAAA%2CoBAAA%3BAAAA%3BAASF%3BAAAA%3BeAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAN1GE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAMwIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAYF%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAErLA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3BuBAAA%3BAAAA%3BARGE%3BAAAA%2CwBAAA%3BAAAA%3BAQMA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAA2FA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BACnGF%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAiCF%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAWF%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAT3FE%3BAAAA%2CwBAAA%3BAAAA%3BAS0GF%3BAAAA%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAPjDI%3BAOoEI%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAPjFJ%3BAAAA%3BAAAA%3BgCAAA%3BAAAA%3BAO4FI%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAPzGJ%3BAOoEI%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAPjFJ%3BAAAA%3BAAAA%3BgCAAA%3BAAAA%3BAO4FI%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAPzGJ%3BAOoEI%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAPjFJ%3BAAAA%3BAAAA%3BgCAAA%3BAAAA%3BAO4FI%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAPzGJ%3BAOoEI%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAPjFJ%3BAAAA%3BAAAA%3BgCAAA%3BAAAA%3BAO4FI%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAvCJ%3BAAAA%3B8BAAA%3BAAAA%3BAAEI%3BAAAA%3BkBAAA%3BAAAA%3BAAWA%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAOF%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAChLR%3BAAAA%2CsCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAACA%3BAAAA%2CyCAAA%3BAAAA%3BAACA%3BAAAA%2CsCAAA%3BAAAA%3BACIM%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BATiDF%3BASjDE%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BATiDF%3BASjDE%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BATiDF%3BASjDE%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BATiDF%3BASjDE%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAAUN%3BAAEI%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BACmBE%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BACjBE%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAIJ%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAEA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C2BAAA%3BAAAA%3BAAEA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2C0BAAA%3BAAAA%3BACdQ%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAbA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C2BAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C2BAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAUA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C2BAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C2BAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAQJ%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAbPA%3BAalDI%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAUA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAQJ%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAbPA%3BAalDI%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAUA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAQJ%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAbPA%3BAalDI%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAUA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAQJ%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAbPA%3BAalDI%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAbA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAUA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAbA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CsCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAbA%3BAAAA%2C6BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CoCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAQJ%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAC7DJ%3BAAAA%2C%2BGAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQI%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C%2BBAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAdqCA%3BAcvCA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAdqCA%3BAcvCA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAdqCA%3BAcvCA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAdqCA%3BAcvCA%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CuCAAA%3BAAAA%3BAACA%3BAAAA%2CuCAAA%3BAAAA%3BAACA%3BAAAA%2CwCAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BACvCE%3BAAAA%2CyBAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAiBXA%3BAAAA%2C4BAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAiBXA%3BAAAA%2CyBAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAiBXA%3BAAAA%2C4BAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAiBXA%3BAAAA%2CyBAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAiBXA%3BAAAA%2CyBAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAiBXA%3BAAAA%2C4BAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAiBXA%3BAAAA%2C4BAAA%3BAAAA%3BAjBWA%3BAAAA%2C4BAAA%3BAAAA%3BAgBkCF%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C4BAAA%3BAAAA%3BAAEA%3BAAAA%2CuCAAA%3BAAAA%3BAACA%3BAAAA%2C6CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAEA%3BAAAA%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAEjEA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BACVA%3BAAAA%2CqBAAA%3BAAAA%3BAAII%3BAAAA%2CgBAAA%3BAAAA%3BAAOE%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAC2UM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BA0BKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CUAAA%3BAAAA%3BA1BpBA%3B%3B8EAAA%3BAAAA%3B%3BGAAA%3BA2BSA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BA3BpEA%3B%3B8EAAA%3BA2B8EA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAME%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAFuOQ%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAE5NR%3BAAAA%3BsBAAA%3BAAAA%3BAF4NQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAEzLR%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%2CcAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAKE%3BAAAA%2CcAAA%3BAAAA%3BA3B9KF%3B%3B8EAAA%3BAyB2VQ%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAGjUR%3BAAAA%3BcAAA%3BAAAA%3BAHiUQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BAyB2VQ%3BAInVJ%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAJmVI%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAI1UJ%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAJ0UI%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAIvTR%3BAAAA%3BcAAA%3BAAAA%3BAJuTQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BA8BKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BALsVQ%3BAAAA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAKzUJ%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%2CsBAAA%3BAAAA%3BAL%2BTQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAK1TN%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUI%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BALgTE%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAKtSJ%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BA9B7DJ%3B%3B8EAAA%3BA%2BBKA%3BAAAA%3B%3BcAAA%3BAAAA%3BA%2FBLA%3B%3B%3B%3B%3B%3B%3BGAAA%3BA%2BBqBA%3BAAAA%3B%3B%3B%3B%3B%3BSAAA%3BAAAA%3BA%2FBrBA%3B%3B%3BGAAA%3BA%2BBiCA%3BAAAA%3BSAAA%3BAAAA%3BAAGE%3BAAAA%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BuBAAA%3BAAAA%3BANiSM%3BAAAA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAMtRJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B2BAAA%3BAAAA%3BANmPQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAM1ON%3BAAAA%3B%3BuBAAA%3BAAAA%3BAN0OM%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BAgCaA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAsBI%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAAAA%2CsCAAA%3BAAAA%3BAhC%2FDJ%3B%3B8EAAA%3BAiCKA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAC9BA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%2CmCAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWI%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMI%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAEI%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAlCvEJ%3B%3B8EAAA%3BAAAA%3B%3B%3B%3B%3B%3BGAAA%3BAmCmCA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAkBE%3BAAAA%2CyBAAA%3BAAAA%3BAVsSM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAU7RN%3BAAAA%2CaAAA%3BAAAA%3BAV6RM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAUrRN%3BAAAA%2CeAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAeA%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAnCrHF%3B%3BGAAA%3BAmC%2BHE%3BAAAA%3BqEAAA%3BAAAA%3BAAIE%3BAAAA%2CyDAAA%3BAAAA%3BAAIA%3BAAAA%2CgGAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BkEAAA%3BAAAA%3BAAKE%3BAAAA%3B%3ByDAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B6FAAA%3BAAAA%3BAnCxJN%3B%3B8EAAA%3BAAAA%3B%3BkDAAA%3BAoCSA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKE%3BAAAA%2C6BAAA%3BAAAA%3BApC1BF%2CeAAA%3BAoCkCA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BApC5CA%2CqCAAA%3BAoCkDA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAXySQ%3BAAAA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAAA%3BAWpRR%3BAAAA%2CuCAAA%3BAAAA%3BAAEA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BApCnFA%2CmBAAA%3BAoCqFA%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%2CgCAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BApChHA%2CyBAAA%3BAoCsHA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAX2NM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAW7MN%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAX6MM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAW3LR%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAUE%3BAAAA%2CoBAAA%3BAAAA%3BAAKF%3BAAAA%2C4BAAA%3BAAAA%3BACjLA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAaA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BmvIAAA%3BAAAA%3BAASA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BWAAA%3BAAAA%3BAAKA%3BAAAA%3BWAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BArCjIA%3B%3B8EAAA%3BAsCKA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAbwUM%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAAA%3BAa5TJ%3BAAAA%3BqDAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BACnDF%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2CqBAAA%3BAAAA%3BAAIF%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAIF%3BAAAA%2CgCAAA%3BAAAA%3BAAEE%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAQN%3BAAAA%3BgBAAA%3BAAAA%3BAAGE%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAON%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%2CyBAAA%3BAAAA%3BACrGN%3BAAAA%2CoBAAA%3BAAAA%3BAf2VQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAetVP%3BAAAA%3BgBAAA%3BAAAA%3BAxCLD%3B%3B8EAAA%3BAyB2VQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAgBjVR%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAhBiVQ%3BAAAA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAAA%3BAgBnUR%3BAAAA%3BeAAA%3BAAAA%3BAhBmUQ%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAgBtTR%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAhBsTQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAgB3SN%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAhB8RM%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAgBpRP%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BACnFD%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BcAAA%3BAAAA%3BAAME%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%2CeAAA%3BAAAA%3BAAGE%3BAAAA%2CwBAAA%3BAAAA%3BAAOJ%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BA1C9BN%3B%3B8EAAA%3BA2CGA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BA3CbN%3B%3BGAAA%3BAyB2VQ%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAkB9TN%3BAAAA%3B%3BuBAAA%3BAAAA%3BA3C7BF%3B%3B8EAAA%3BA2CuCE%3BAAAA%3BcAAA%3BAAAA%3BAAAA%3BAAAA%3BcAAA%3BAAAA%3BAAAA%3BAAAA%3BcAAA%3BAAAA%3BAAAA%3BAAAA%3BcAAA%3BAAAA%3BAAAA%3BAAAA%3BcAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAlB8SQ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAkBvSJ%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAWE%3BAAAA%2CcAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAcE%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAlB%2BMI%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAkBxMJ%3BAAAA%3B%3BaAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAME%3BAAAA%2CkCAAA%3BAAAA%3BAAKF%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOE%3BAAAA%2CyBAAA%3BAAAA%3BAAGE%3BAAAA%3BgBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOF%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYE%3BAAAA%3BiBAAA%3BAAAA%3BAAUV%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAlBkIQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAkBzHR%3BAAAA%2CuBAAA%3BAAAA%3BA3ClOA%3B%3BGAAA%3BA2CwOA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAlBmHQ%3BAAAA%3BAkB5GN%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUE%3BAAAA%2CqBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3BuBAAA%3BAAAA%3BAAIE%3BAAAA%3BmCAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BA3CpRF%3B%3BGAAA%3BA2C2RA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOE%3BAAAA%2CwCAAA%3BAAAA%3BAAKF%3BAAAA%3BoBAAA%3BAAAA%3BA3CvSA%3B%3BGAAA%3BA2C8SA%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAOF%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAME%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BA3C7VJ%3B%3BGAAA%3BA2CqWA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAQF%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BA3CtXA%3B%3BGAAA%3BA2CoYA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAlBzDQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAkBoEN%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2C6BAAA%3BAAAA%3BAAOJ%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAlBpFQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAkB2FR%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BuBAAA%3BAAAA%3BAlBxGQ%3BAAAA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAAA%3BAkBoHR%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BA3CzdA%3B%3B8EAAA%3BA4CGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAiBE%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2CyBAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAHF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAOJ%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%2CyBAAA%3BAAAA%3BAAMF%3BAAAA%3BwCAAA%3BAAAA%3BAAIE%3BAAAA%2CwCAAA%3BAAAA%3BAAMF%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2CgCAAA%3BAAAA%3BA5CjHF%3B%3BGAAA%3BA4CyHA%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BkCAAA%3BAAAA%3BA5C7HF%3B%3BGAAA%3BA4CsIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2C2CAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAOF%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B0BAAA%3BAAAA%3BA5C9MA%3B%3B8EAAA%3BA6CGA%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BA7CHA%3B%3BGAAA%3BA6CwBA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAMF%3BAAAA%3BcAAA%3BAAAA%3BAAME%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAOE%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAOE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAOE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BApBoPQ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAoB9ON%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BApB8OM%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAoBjON%3BAAAA%3BgCAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BgDAAA%3BAAAA%3BApBqNI%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAoBrMF%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAOJ%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAIF%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2C4BAAA%3BAAAA%3BAAIF%3BAAAA%2CiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BA7C%2FMA%3B%3B%3BGAAA%3BA6CiPA%3BAAAA%3BqCAAA%3BAAAA%3BAAIE%3BAAAA%3ByBAAA%3BAAAA%3BA7CrPF%3B%3BGAAA%3BA6C6PA%3BAAAA%2CqBAAA%3BAAAA%3BA7C7PA%3B%3BGAAA%3BA6CmQA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BApBwFQ%3BAAAA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAAA%3BAoB1EN%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BApBuCQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAoB3BR%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BApBkBQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoBJN%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CyBAAA%3BAAAA%3BA7CxXF%3B%3B%3B%3BGAAA%3BA6CiYA%3BAAAA%3B%3BsBAAA%3BAAAA%3BApBtCQ%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAoB%2BCR%3BAAAA%3BuBAAA%3BAAAA%3BApB%2FCQ%3BAAAA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAAA%3BAoB0DN%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BApB1EM%3BAoBgFF%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BApBhFE%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAoByFJ%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BA7C9bJ%3B%3BGAAA%3BA6CscA%3BAAAA%3BcAAA%3BAAAA%3BApB3GQ%3BAAAA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAoB8HJ%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3BYAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaE%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BApB9KQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoB4LN%3BAAAA%2CeAAA%3BAAAA%3BAAKF%3BAAAA%2CqBAAA%3BAAAA%3BApBjMQ%3BAAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BAoB%2BMJ%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BApB%2FMI%3BAoBoNJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAAA%3BApBpNI%3BAoBkOF%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOE%3BAAAA%2CoBAAA%3BAAAA%3BApBxQI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoBiRR%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BqBAAA%3BAAAA%3BAAMF%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BApBzSQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAoBuTN%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%2BCAAA%3BAAAA%3BApB5TQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BgDAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAoB6UR%3BAAAA%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BApB7UQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAoBwVN%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BApB3WM%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAoBmXN%3BAAAA%3BmBAAA%3BAAAA%3BApBnXM%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAoB4XR%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BApB5XQ%3BAAAA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAoByYN%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BApBzYM%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAoBmZJ%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BAAMF%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BApBvaQ%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAoB6aN%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BApBhbM%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAoB%2BbF%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAANE%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAATA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAAMJ%3BAAAA%3B0BAAA%3BAAAA%3BAAIE%3BAAAA%2C8BAAA%3BAAAA%3BAAKF%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BApB3dM%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BAoBueJ%3BAAAA%2CoBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQE%3BAAAA%2CoBAAA%3BAAAA%3BApBpfI%3BAAAA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAAA%3BAoB6fJ%3BAAAA%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BApB7fI%3BAoBugBF%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BApBvgBE%3BAoB%2BgBJ%3BAAAA%2C0CAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BApBphBM%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAoBiiBJ%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAsBE%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAOF%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAQE%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAeA%3BAAAA%2C4BAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAAfA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAWA%3BAAAA%3BiBAAA%3BAAAA%3BAASJ%3BAAAA%2C4BAAA%3BAAAA%3BAAiBA%3BAAAA%2C4BAAA%3BAAAA%3BAAiBA%3BAAAA%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BeAAA%3BAAAA%3BApBjvBQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAoByvBN%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BApBjwBM%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAoB%2BwBN%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BApB3xBM%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAoBiyBJ%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BApBryBI%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAoBgzBJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BApBhzBI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoB6zBF%3BAAAA%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BApBv0BI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAoBk1BR%3BAAAA%2CeAAA%3BAAAA%3BApBl1BQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAoB41BN%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUJ%3BAAAA%3BiBAAA%3BAAAA%3BApBz3BQ%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BAoB44BN%3BAAAA%2CgBAAA%3BAAAA%3BApB54BM%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAoBq5BJ%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAASF%3BAAAA%2CgBAAA%3BAAAA%3BAAII%3BAAAA%2CkBAAA%3BAAAA%3BAAQN%3BAAAA%2CuCAAA%3BAAAA%3BAAEE%3BAAAA%3BiBAAA%3BAAAA%3BApBz7BM%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsCAAA%3BAAAA%3BAoBs8BF%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAClyCA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAML%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3BgBAAA%3BAAAA%3BArB8UM%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAqBtUL%3BAAAA%3BoBAAA%3BAAAA%3BArBsUK%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAqB3TJ%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BArBoTI%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAqB5SL%3BAAAA%3B%3B%3B%3B%3BsDAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BsDAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAAQH%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%2CuCAAA%3BAAAA%3BAAKD%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASC%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BA9C7GD%3B%3B8EAAA%3BA%2BCKA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAtBsVQ%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAsBxUR%3BAAAA%3B%3B0CAAA%3BAAAA%3BAtBwUQ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAsB9TR%3BAAAA%2CUAAA%3BAAAA%3BAtB8TQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAsBtTR%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAtBqSQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAsB3RR%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BA%2FCvEF%3B%3B8EAAA%3BAgDKA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%2C6BAAA%3BAAAA%3BAhDzBF%3B%3B8EAAA%3BAiDKA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAxB%2BUQ%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAwBxTR%3BAAAA%2CmCAAA%3BAAAA%3BAAQA%3BAAAA%2CgBAAA%3BAAAA%3BAjD3CA%3B%3B8EAAA%3BAkDKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAzBiVM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAyBjUR%3BAAAA%3B%3BmBAAA%3BAAAA%3BAzBiUQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BAmDKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BA1BsVQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA0BxUJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAcJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAYA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BmCAAA%3BAAAA%3BAAIE%3BAAAA%2CiCAAA%3BAAAA%3BAnD3DJ%3B%3B8EAAA%3BAoDKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYI%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAHA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAOJ%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAYF%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3BeAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASE%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAQE%3BAAAA%2CwBAAA%3BAAAA%3BApDnGF%3B%3B8EAAA%3BAqDKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaE%3BAAAA%3B2BAAA%3BAAAA%3BArDlBF%3B%3B8EAAA%3BAsDIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASA%3BAAAA%2C4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAKE%3BAAAA%3BcAAA%3BAAAA%3BA7ByTM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA6B%2FSR%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAiBI%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAMJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BA7ByQQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6B%2FPR%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BA7B%2BPQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6BlPR%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAtD5GF%3B%3B8EAAA%3BAuDKA%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUM%3BAAAA%2CoBAAA%3BAAAA%3BA9B4UE%3BAAAA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAAA%3BA8B%2FTN%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAaA%3BAAAA%2CaAAA%3BAAAA%3BAAOI%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQE%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAYF%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAOE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAOE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAOE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAOE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAQE%3BAAAA%2C6BAAA%3BAAAA%3BAAOJ%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BkDAAA%3BAAAA%3BA9BkLQ%3BA8B7KJ%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAmBI%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAWA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASE%3BAAAA%2CsBAAA%3BAAAA%3BA9B%2BEM%3BAAAA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BA8BpEN%3BAAAA%2CaAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWM%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3BkDAAA%3BAAAA%3BAAOI%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAQN%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAvD3WJ%3B%3B8EAAA%3BAwDGA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUE%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGE%3BAAAA%2C6BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAgBF%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BA%2FBuSI%3BAAAA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BA%2BB3RF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BA%2FB2RE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BA%2BB5QJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BA%2FB4QI%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BA%2BB9PJ%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BA%2FB8PI%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BA%2BBrPF%3BAAAA%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BA%2FBiPA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA%2BBvOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BA%2FBuOA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BA%2BBtNE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BA%2FBsNF%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA%2BBjMF%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAIE%3BAAAA%2CmBAAA%3BAAAA%3BA%2FB0LA%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BA%2BBnLA%3BAAAA%3B%3BcAAA%3BAAAA%3BA%2FBmLA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BA%2BB1KA%3BAAAA%3BqBAAA%3BAAAA%3BA%2FB0KA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BA%2BB7JR%3BAAAA%3BkBAAA%3BAAAA%3BA%2FB6JQ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BAyDGA%3BAAAA%3B0BAAA%3BAAAA%3BAhCwVQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAgCjVN%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAzDVF%3B%3B8EAAA%3BAAAA%3B%3B%3BGAAA%3BA0DWA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BiEAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAeF%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAgBJ%3BAAAA%2CyDAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BA1D1FA%3B%3B8EAAA%3BA2DKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAlC0UQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAkC%2FTN%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAASF%3BAAAA%2CsBAAA%3BAAAA%3BAAIE%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeF%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%2C6BAAA%3BAAAA%3BAlCuRM%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAmC3VR%3BAAAA%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAASC%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWC%3BAAAA%2CyBAAA%3BAAAA%3BA5D1CF%3B%3B8EAAA%3BA6DKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BApC4SQ%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BAoC5RR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYE%3BAAAA%3BsBAAA%3BAAAA%3BApCgRM%3BAAAA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAAA%3BAoCnQR%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASE%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAQF%3BAAAA%2CgBAAA%3BAAAA%3BApC0OQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAoClOR%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqDAAA%3BAAAA%3BApC8NQ%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAoCtNR%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BApCsNQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoC1MR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAiBE%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYA%3BAAAA%2CwDAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BApCyKM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoChKR%3BAAAA%2C4BAAA%3BAAAA%3BApCgKQ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAoCjJR%3BAAAA%3B%3BaAAA%3BAAAA%3BApCiJQ%3BAAAA%3BAAAA%3BuDAAA%3BAAAA%3BAAAA%3BAoCpIN%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAOE%3BAAAA%2C6BAAA%3BAAAA%3BApC6HI%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAoC%2FGR%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAC1PA%3BAAAA%3B%3B%3B%3B%3BiDAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BA9DtBJ%3B%3B8EAAA%3BAyB2VQ%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAsC9UR%3BAAAA%3B%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAYE%3BAAAA%2CqBAAA%3BAAAA%3BAtCkUM%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAsCxTR%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAtCwTQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAsC5SR%3BAAAA%2CwBAAA%3BAAAA%3BA%2FD%2FCA%3B%3B8EAAA%3BAgEKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%2C4BAAA%3BAAAA%3BAAMJ%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAvC8TQ%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAuClTR%3BAAAA%3BkBAAA%3BAAAA%3BAvCkTQ%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAuCtSR%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAvCsSQ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAwCzVR%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcJ%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2C6BAAA%3BAAAA%3BAAON%3BAAAA%3B%3BsBAAA%3BAAAA%3BAC1CA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAzCyVQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAyCzUN%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAzCyUM%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAyC9TN%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAzCsRI%3BAAAA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAAA%3BAyCxQF%3BAAAA%2CkBAAA%3BAAAA%3BACnFN%3BAAAA%3B%3BiBAAA%3BAAAA%3BA1C2VQ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BAoEKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAYA%3BAAAA%2CkBAAA%3BAAAA%3BAAIE%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B4CAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUA%3BAAAA%3BcAAA%3BAAAA%3BAAOE%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BACtFb%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3BuBAAA%3BAAAA%3BACPD%3BAAAA%2CmBAAA%3BAAAA%3BA7C0VO%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BA6CrVN%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAKF%3BAAAA%3BqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYC%3BAAAA%2CaAAA%3BAAAA%3BAAMH%3BAAAA%3BmBAAA%3BAAAA%3BA7CgTO%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA6C1SN%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOC%3BAAAA%2CoBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYA%3BAAAA%2C8DAAA%3BAAAA%3BAAIA%3BAAAA%2C8DAAA%3BAAAA%3BAC9ED%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BA9C2VQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BAwEKA%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOE%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOE%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3BkBAAA%3BAAAA%3BAxElDJ%3B%3B8EAAA%3BAyEKA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAhDsVQ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAgDjUR%3BAAAA%3B%3BiBAAA%3BAAAA%3BAhDiUQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAgDvTR%3BAAAA%3BqBAAA%3BAAAA%3BAhDuTQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAgD1SR%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAhDqSQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAiDtVR%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMC%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAjDkTQ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAiDrSR%3BAAAA%3BiBAAA%3BAAAA%3BA1EtDA%3B%3B8EAAA%3BA2EGA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOE%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3BuBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAaN%3BAAAA%3B%3B2BAAA%3BAAAA%3BAASE%3BAAAA%2CqBAAA%3BAAAA%3BAAIE%3BAAAA%2C8BAAA%3BAAAA%3BAAUA%3BAAAA%3BYAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAC9DR%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAME%3BAAAA%2CwCAAA%3BAAAA%3BA5EfF%3B%3B8EAAA%3BA6EKA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAASE%3BAAAA%2CaAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BeAAA%3BAAAA%3BA7E3BA%3B%3B8EAAA%3BA8EKA%3BAAAA%2CqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BArDqUQ%3BAAAA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAAA%3BAqDxTN%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASE%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAQF%3BAAAA%2CgBAAA%3BAAAA%3BArDgRQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAqDxQR%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BCAAA%3BAAAA%3BArDoQQ%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAqD5PR%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BArD4PQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAqDhPR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAiBE%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYA%3BAAAA%2CwDAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BArD%2BMM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAqDtMR%3BAAAA%2C4BAAA%3BAAAA%3BArDsMQ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAqDvLR%3BAAAA%3B%3BaAAA%3BAAAA%3BArDuLQ%3BAAAA%3BAAAA%3BuDAAA%3BAAAA%3BAAAA%3BAqD1KN%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOE%3BAAAA%2C6BAAA%3BAAAA%3BArDmKI%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAqDrJR%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BA9EtNA%3B%3B8EAAA%3BA%2BEGA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAtDoVQ%3BAAAA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAsD1TN%3BAAAA%2C%2BBAAA%3BAAAA%3BAtD0TM%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAsD5SR%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3BkBAAA%3BAAAA%3BAtDkSQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAsD1RR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAtD0RQ%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAsDtQN%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAeF%3BAAAA%2CcAAA%3BAAAA%3BAtDiPQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAsD1OR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAtD0OQ%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAsDnNN%3BAAAA%3BuBAAA%3BAAAA%3BAAMF%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAtDyMQ%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAsD5LN%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3BwBAAA%3BAAAA%3BA%2FEhMF%3B%3B8EAAA%3BAgFIE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAiBA%3BAAAA%2C6BAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAvD%2BQE%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAuDzPR%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAhFrGF%3B%3B8EAAA%3BAiFGA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAjFVD%3B%3B8EAAA%3BAkFIA%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAzDgVQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAyDjUR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAzDiUQ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAyDhTR%3BAAAA%3B4BAAA%3BAAAA%3BAzDgTQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAyDtSR%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAzDmSQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAyD5RL%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASH%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASD%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAlF7GA%3B%3B8EAAA%3BAyB2VQ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BA0D9UR%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BA1DwUQ%3BAAAA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BA0D5TR%3BAAAA%3B%3BwBAAA%3BAAAA%3BA1D4TQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA0DnTN%3BAAAA%3BuBAAA%3BAAAA%3BA1DmTM%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA0DzSR%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BA1DySQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA0D%2FRN%3BAAAA%3BcAAA%3BAAAA%3BAAMF%3BAAAA%2CwBAAA%3BAAAA%3BA1DyRQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BA0DzQR%3BAAAA%2CgBAAA%3BAAAA%3BA1DyQQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA0DjQR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BACxFA%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaA%3BAAAA%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BAASV%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BsBAAA%3BAAAA%3BA3DqRM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BA2D7QJ%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BsBAAA%3BAAAA%3BA3DuPM%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA2D7OA%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BApFnHN%3B%3B8EAAA%3BAqFGA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAaE%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BUAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BA5D6RQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA4DpRN%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BA5D%2BQQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BA4DrQR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BA5DqQQ%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAAA%3BA4D5ON%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAASF%3BAAAA%2CwBAAA%3BAAAA%3BA5DmOQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BA4DzNJ%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BA5DyNI%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BA4D3MJ%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BArFvKA%3B%3BGAAA%3BAqFoLA%3BAAAA%3B%3BaAAA%3BAAAA%3BA5DuKQ%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BA4D%2FJN%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOE%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BA5DuHQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA4DhGR%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BA5DyFQ%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BA4D9ER%3BAAAA%2CeAAA%3BAAAA%3BA5D8EQ%3BA4DzEN%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA5DyEM%3BA4DhEF%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%3B2BAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAClSV%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BA7DsVO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6DzUR%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA7DsTO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6DtSP%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BA7DsSO%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6D1RN%3BAAAA%2C6BAAA%3BAAAA%3BAAKD%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAtF5ED%3B%3B8EAAA%3BAuFKA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BA9DsVQ%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BA8DpUJ%3BAAAA%2CcAAA%3BAAAA%3BA9DoUI%3BAAAA%3BAAAA%3BYAAA%3BAAAA%3BAAAA%3BA8D5TN%3BAAAA%3B%3B%3B%3B%3B%3B8EAAA%3BAAAA%3BAAUA%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%3BsBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B8DAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3BqFAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BA9D4QQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA8DhQR%3BAAAA%2CuBAAA%3BAAAA%3BA9DgQQ%3BAAAA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BA8D9OR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BA9DiOQ%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BA8DvNN%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYF%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BA9DuMM%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BA8D3LJ%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAMJ%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BA9DyKQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA8DhKR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BA9DgKQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA%2BD3VR%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAASD%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAACD%3BAAAA%2C6BAAA%3BAAAA%3BA%2FDiTI%3BA%2BDnSL%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%3ByBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BACtED%3BAAAA%3B%3B8DAAA%3BAAAA%3BAAIC%3BAAAA%3BoBAAA%3BAAAA%3BAhEuVO%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAgE1UR%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAhE0UQ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAgE7TR%3BAAAA%3B6CAAA%3BAAAA%3BAhE6TQ%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAgEpTR%3BAAAA%2C4BAAA%3BAAAA%3BAAEC%3BAAAA%2C4BAAA%3BAAAA%3BAzFzCD%3B%3B8EAAA%3BA0FIA%3BAAAA%2CyBAAA%3BAAAA%3BAjEuVQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAiEjVR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAjEiVQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAiE9TR%3BAAAA%3B4BAAA%3BAAAA%3BAjE8TQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAiEtTN%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKE%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B2BAAA%3BAAAA%3BAjEwSQ%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAiEjSN%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUE%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAIF%3BAAAA%3BmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAQF%3BAAAA%2CgBAAA%3BAAAA%3BACrGJ%3BAAAA%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAlEyVQ%3BAkE9UJ%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUE%3BAAAA%3BgCAAA%3BAAAA%3BAAIE%3BAAAA%3B%2BBAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAlE%2BSM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAkE5RJ%3BAAAA%2CiBAAA%3BAAAA%3BAlE4RI%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAkEtRF%3BAAAA%2C8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAlEkRE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAkErQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAeA%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAlE0OI%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAkE1NN%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3BiBAAA%3BAAAA%3BAAUN%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%2CsBAAA%3BAAAA%3BAlEkKM%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAkExJF%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%2CyBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaF%3BAAAA%2CmCAAA%3BAAAA%3BA3F1ON%3B%3B8EAAA%3BA4FIA%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAnEqVM%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAAA%3BAmE5TJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcF%3BAAAA%3B%3BeAAA%3BAAAA%3BAC5CF%3BAAAA%2CmBAAA%3BAAAA%3BApE0VQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAoEpVN%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BAAUE%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAOE%3BAAAA%2C4CAAA%3BAAAA%3BAAIA%3BAAAA%3BmCAAA%3BAAAA%3BAAGE%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2C6BAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWI%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BApEwRQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAoE3QR%3BAAAA%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAQE%3BAAAA%2CmBAAA%3BAAAA%3BApEmQM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAqE1VP%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOF%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BArE8SQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAqExSR%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CkBAAA%3BAAAA%3BArEoSO%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAqE5RR%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BArE4RQ%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAqElRR%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BArE0QO%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAqElQR%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASI%3BAAAA%2C6BAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAID%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAgBA%3BAAAA%3BiBAAA%3BAAAA%3BArEuMQ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAqE%2FLR%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAAEC%3BAAAA%3BiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAiBA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWI%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2C6BAAA%3BAAAA%3BAAKD%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%2C6BAAA%3BAAAA%3BAC3RD%3BAAAA%2CgCAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAASA%3BAAAA%2CwDAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%2CoBAAA%3BAAAA%3BAtE0SE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAsElSF%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAtEkSE%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAsEvRA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAaR%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAtE0QQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAsE%2FPN%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAtE2OI%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAsElOJ%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAtEkOI%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAsErNN%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BACtIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAhGAA%3B%3B8EAAA%3BAiGKA%3BAAAA%3BuBAAA%3BAAAA%3BAxEsVQ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAwE3UJ%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAAA%3BAxE2UI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwExTR%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAxEwTQ%3BAAAA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAAA%3BAwEzSR%3BAAAA%3BcAAA%3BAAAA%3BAxEySQ%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAwE3RR%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAxE2RQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAwEjRN%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAxE4QQ%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B8EAAA%3BAkGIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAzE6UQ%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAyE1TJ%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASE%3BAAAA%3BwBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3BmBAAA%3BAAAA%3BAAME%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAlGhGJ%3B%3B8EAAA%3BAmGKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BA1EsVQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B4CAAA%3BAAAA%3BAAAA%3BA0ErUR%3BAAAA%2CcAAA%3BAAAA%3BA1EqUQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA0E7TR%3BAAAA%3B%3BmBAAA%3BAAAA%3BA1E6TQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA0EnTR%3BAAAA%3BUAAA%3BAAAA%3BAAIE%3BAAAA%2CkCAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAaE%3BAAAA%2CiBAAA%3BAAAA%3BAAKE%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B6BAAA%3BAAAA%3BAChHA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKE%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BApGhBF%3B%3B8EAAA%3BAqGKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BA5E0UQ%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BA4EtTJ%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BA5EsTI%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BA4E9SJ%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CkCAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BA5EiRQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA4EjQN%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAMF%3BAAAA%3BkBAAA%3BAAAA%3BAAOE%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2C6BAAA%3BAAAA%3BArG%2FGJ%3B%3B8EAAA%3BAsGKA%3BAAAA%3B%3ByBAAA%3BAAAA%3BA7EsVQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA6E1UN%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%2C6BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BA7E2TM%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6E5SR%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAtGpDF%3B%3B8EAAA%3BAuGSA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAAWE%3BAAAA%2CwBAAA%3BAAAA%3BAvG3BF%3B%3B8EAAA%3BAAAA%3B%3B%3B%3BGAAA%3BAwGWA%3BAAAA%3BcAAA%3BAAAA%3BA%2FEgVQ%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BEvUJ%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BA%2FE2TQ%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiCAAA%3BAAAA%3BAAAA%3BA%2BEtSR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAgBE%3BAAAA%2CuBAAA%3BAAAA%3BA%2FEsRM%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BA%2BE7QR%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BuCAAA%3BAAAA%3BAAOE%3BAAAA%2CaAAA%3BAAAA%3BA%2FEkQM%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BA%2BExPR%3BAAAA%3BcAAA%3BAAAA%3BA%2FEwPQ%3BAAAA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA%2BExOR%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BA%2FEwOQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA%2BE3NN%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%2CqBAAA%3BAAAA%3BA%2FEsNQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BA%2BE1MN%3BAAAA%3BcAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOE%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CkDAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%3BAAAA%3BAxGvKA%3B%3B8EAAA%3BAyGKA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAaF%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAhF2TM%3BAgF%2FSJ%3BAAAA%2CuCAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMM%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAaA%3BAAAA%3BYAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAOE%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKE%3BAAAA%2CoBAAA%3BAAAA%3BAAUJ%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAHF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAzGjIJ%2C8BAAA%3BAyGyIA%3BAAAA%2CwBAAA%3BAAAA%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAACE%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3BuBAAA%3BAAAA%3BAzGjLJ%2CoBAAA%3BAyG4LU%3BAAAA%2CoBAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWE%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAzGxON%3B%3B8EAAA%3BA0GOE%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqCAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAME%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAOF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAASF%3BAAAA%2CiCAAA%3BAAAA%3BAAMF%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMF%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAYA%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BA1G3IA%3B%3B8EAAA%3BA2GKA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%3BAAAA%3BAAGE%3BAAAA%2CkBAAA%3BAAAA%3BA3G9DF%3B%3B8EAAA%3BA4GGE%3BAAAA%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAQD%3BAAAA%2CoBAAA%3BAAAA%3BAnF2UM%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAmFlUJ%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%3BAAAA%3BA5GlCF%3B%3B%3B%3BGAAA%3BA4G2CA%3BAAAA%2CyBAAA%3BAAAA%3BA5G3CA%3B%3B%3BGAAA%3BAyB2VQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAmFnSR%3BAAAA%2CmCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BqCAAA%3BAAAA%3BAAQE%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAYF%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAnFyPM%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAmFjPN%3BAAAA%2CWAAA%3BAAAA%3BAAOE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%2CoCAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAAOJ%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAMF%3BAAAA%3B4BAAA%3BAAAA%3BAAOF%3BAAAA%2CoCAAA%3BAAAA%3BAAKE%3BAAAA%2CkXAAA%3BAAAA%3BAAMF%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAEE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAGE%3BAAAA%2C0BAAA%3BAAAA%3BAAKF%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAnF0DQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAmFhDN%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%2CqBAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAnFYQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAmFJR%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAnFPM%3BAmFWJ%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAnFzBQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAmFkCN%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAQF%3BAAAA%3BmBAAA%3BAAAA%3BAAOI%3BAAAA%2C6BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAC1ZN%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAQI%3BAAAA%3ByBAAA%3BAAAA%3BApFiVI%3BAoF3UF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAAA%3BA7GhBN%3B%3B8EAAA%3BAAAA%3B%3B%3BGAAA%3BAAAA%3B%3B%3B%3BGAAA%3BA8GgBA%3BAAAA%2CgBAAA%3BAAAA%3BArF2UQ%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAqF3TF%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BArF2TE%3BAqFlTJ%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAmBE%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%3B4BAAA%3BAAAA%3BA9GvFA%2CuCAAA%3BA8G6FA%3BAAAA%3B0BAAA%3BAAAA%3BA9G7FA%2CoBAAA%3BA8GmGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BA9GnGA%2CiBAAA%3BAAAA%3B%3B%3B%3BGAAA%3BAAAA%2CWAAA%3BA8GyHA%3BAAAA%2CwDAAA%3BAAAA%3BA9GzHA%2CiBAAA%3BA8G8HA%3BAAAA%3B4BAAA%3BAAAA%3BA9G9HA%2CmCAAA%3BA8GoIA%3BAAAA%2CgBAAA%3BAAAA%3BA9GpIA%2CwCAAA%3BA8GyIA%3BAAAA%3BsEAAA%3BAAEE%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA9GlJF%2CgCAAA%3BA8GwJA%3BAACE%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BA9G9KF%3B%3B8EAAA%3BA%2BGKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAtFsVQ%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAsF5TR%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsDAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWE%3BAAAA%2C2BAAA%3BAAAA%3BAAKF%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAUE%3BAAAA%2C2BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAkBE%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAcF%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAUA%3BAAAA%3BuBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAiBE%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAClMJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BACFA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIE%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIF%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWF%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAOE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3B0CAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B4BAAA%3BAAAA%3BAjH%2FEF%3B%3B8EAAA%3BAkHKA%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2C6BAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAzFqUQ%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BAyFzTR%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAzFkSQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAyFvRR%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAII%3BAAAA%2C4BAAA%3BAAAA%3BAzF%2BOE%3BAAAA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAAA%3BAyFjOR%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CyBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIE%3BAAAA%2CoBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAlHtJA%3B%3B8EAAA%3BAmHKA%3BAAAA%2CyBAAA%3BAAAA%3BAnHLA%3B%3B8EAAA%3BAoHMI%3BAAAA%2CmCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BKAAA%3BAAAA%3BAACE%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAQE%3BAAAA%2CmCAAA%3BAAAA%3BAAOF%3BAAAA%2CeAAA%3BAAAA%3BA3FgUM%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BA2FzTN%3BAAAA%2CyBAAA%3BAAAA%3BA3FyTM%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BA2F%2FSN%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BA3F2SM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA2FlSN%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BA3F4QI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA2FxPN%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BkCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BkBAAA%3BAAAA%3BA3FkNM%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BA2FrMN%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BA3FqMM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA2FxLN%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAsBE%3BAAAA%2C2BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAWE%3BAAAA%2CwBAAA%3BAAAA%3BAAOA%3BAAAA%3BsBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUE%3BAAAA%2C2BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAUE%3BAAAA%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%2CeAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BA3F%2BCM%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BA2F1BN%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAQF%3BAAAA%3BsBAAA%3BAAAA%3BA3FMQ%3BA2FDN%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BA3FCM%3BA2FMJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAiBE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAsBE%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B8CAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAaA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAkBN%3BAAAA%3B%3B%3B%3B%3BoEAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BuBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BApH%2FjBN%3B%3B8EAAA%3BAqHKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYE%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%3BwCAAA%3BAAAA%3BA5FiUQ%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BA4FxTR%3BAAAA%3BwCAAA%3BAAAA%3BA5FwTQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA4F%2FSR%3BAAAA%3BqBAAA%3BAAAA%3BA5F%2BSQ%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BA4FrSR%3BAAAA%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BuCAAA%3BAAAA%3BAAOE%3BAAAA%3B%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BA5F6QQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA4FpQR%3BAAAA%3B%3B%3B%3BgDAAA%3BAAAA%3BAAOE%3BAAAA%3BmBAAA%3BAAAA%3BAAQF%3BAAAA%3BmCAAA%3BAAAA%3BA5FqPQ%3BAAAA%3BAAAA%3B0BAAA%3BAAAA%3BAAAA%3BA4F5ON%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaE%3BAAAA%2CuEAAA%3BAAAA%3BAAIA%3BAAAA%2CuEAAA%3BAAAA%3BAAIA%3BAAAA%2CiEAAA%3BAAAA%3BAAIA%3BAAAA%2CgFAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAoDA%3BAAAA%2CyBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAKE%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CiCAAA%3BAAAA%3BAAMF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAcA%3BAAAA%2C6BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAASF%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAMI%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAGA%3BAAAA%2CwDAAA%3BAAAA%3BArHvSA%3B%3B8EAAA%3BAsHGA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BA7FwVQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA6F9UN%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BA7F0UM%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BA6F3TN%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BA7F2SI%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BA6FpSJ%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BA7FgSI%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BA6FrRF%3BAAAA%3BeAAA%3BAAAA%3BA7FqRE%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BA6F5QJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BA7F4QI%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA6F7PF%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BA7FyPE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA6F5OF%3BAAAA%2CwBAAA%3BAAAA%3BA7F4OE%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA6FrOF%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAWF%3BAAAA%2CmBAAA%3BAAAA%3BA7FmNI%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA6FvMR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BA7FuMQ%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BA6FrLN%3BAAAA%3B%3BqBAAA%3BAAAA%3BA7FqLM%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAAA%3BA6F3KN%3BAAAA%3B%3B%3B%3B%3B%3B%3BmDAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BA7FgKM%3BAAAA%3BAAAA%3B%3B%3B%3B%3B0DAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA6FzIN%3BAAAA%2CyBAAA%3BAAAA%3BA7FyIM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA6FnIJ%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BA7FmII%3BAAAA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BaAAA%3BAAAA%3BAAAA%3BA6FrGR%3BAAAA%3BcAAA%3BAAAA%3BA7FqGQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAAA%3BA6FvFR%3BAAAA%3BcAAA%3BAAAA%3BAAOE%3BAAAA%2CoBAAA%3BAAAA%3BA7FgFM%3BAAAA%3BAAAA%3B%3BiDAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BgDAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BA6F5DN%3BAAAA%2CqBAAA%3BAAAA%3BA7F4DM%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BA6FhDR%3BAAAA%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BA7FgDQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BA6FrCN%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BA7FkBM%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BA6FVN%3BAAAA%3BmBAAA%3BAAAA%3BA7FUM%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BA6FDR%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BA7FPQ%3BAAAA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAAA%3BA6FoBN%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BA7FpBM%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA6F6BJ%3BAAAA%2CwBAAA%3BAAAA%3BAAMJ%3BAAAA%3BeAAA%3BAAAA%3BA7FnCQ%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BA6F4CJ%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAQE%3BAAAA%2CgBAAA%3BAAAA%3BA7FpDE%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BA6F8DF%3BAAAA%2CyBAAA%3BAAAA%3BAASF%3BAAAA%2CyBAAA%3BAAAA%3BAAKE%3BAAAA%2CyBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BA7FrFI%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BA6FkGR%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAUF%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BA7FpIQ%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BA6FsJJ%3BAAAA%3B4BAAA%3BAAAA%3BA7FtJI%3BAAAA%3BAAAA%2CsCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BA6FmKF%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAgBJ%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAtHriBF%3B%3B8EAAA%3BAuHKA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAOA%3BAAAA%3BsBAAA%3BAAAA%3BA9F%2BUQ%3BA8F1UJ%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAKE%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BA9F0TQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BA8FxSN%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAAIF%3BAAAA%2CiBAAA%3BAAAA%3BAAQI%3BAAAA%2CgBAAA%3BAAAA%3BAvHlFN%3B%3B8EAAA%3BAwHOA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BA%2FFoVQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BA%2BFxUR%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAME%3BAAAA%2CsBAAA%3BAAAA%3BAxHlCF%3B%3B8EAAA%3BAyHOE%3BAAAA%2CmBAAA%3BAAAA%3BAhGoVM%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAgG3UR%3BAAAA%2CwBAAA%3BAAAA%3BAhG2UQ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAgGlUR%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAME%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAhGmTQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAgGrSR%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BAhGgSQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAgGlRN%3BAAAA%2CmCAAA%3BAAAA%3BAhGkRM%3BAAAA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAAA%3BAgGvQR%3BAAAA%2C0BAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAhGoQM%3BAAAA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAgG3PJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAAA%3BAzHhGJ%3B%3B8EAAA%3BA0HKA%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BA1HTF%3B%3BGAAA%3BA0HwBA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAjGmUQ%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAAAA%3BAiGzTR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAjGyTQ%3BAAAA%3BAAAA%2CqCAAA%3BAAAA%3BAiGzSJ%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAjGySI%3BAAAA%3BAAAA%2CYAAA%3BAAAA%3BAiGjSJ%3BAAAA%2CoCAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAOE%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3BmCAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BA1HvFJ%3B%3BGAAA%3BA0HkGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAjGyPQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAiG1ON%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAjG4NQ%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAiGjNN%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%3BkBAAA%3BAAAA%3BAjG2MQ%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAiGnMN%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%2C6BAAA%3BAAAA%3BACjKF%3BAAAA%2CwBAAA%3BAAAA%3BAAIY%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQI%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAOI%3BAAAA%2CcAAA%3BAAAA%3BAAKR%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%2CcAAA%3BAAAA%3BA3H7EpB%3B%3B8EAAA%3BA4HKA%3BAAAA%3BcAAA%3BAAAA%3BAnGsVQ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B0BAAA%3BAAAA%3BAAAA%3BAmGxUR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAnGwUQ%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAmGzTN%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAnG6SQ%3BAAAA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAmG7RR%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUE%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAnG%2BPQ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAmGpPN%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BeAAA%3BAAAA%3BAnG%2BOQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAmG%2FMR%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAnG%2BMQ%3BAmGtMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BgDAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAnGyLQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAoG3VR%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%2CWAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3BwCAAA%3BAAAA%3BA7H3BF%3B%3B8EAAA%3BA8HKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BArGsVQ%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAqGxUR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BArGwUQ%3BAAAA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAqGnTN%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BArGmTM%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%3BAqGvSJ%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BwBAAA%3BAAAA%3BArGkSM%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAqGjRR%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3BKAAA%3BAAAA%3BA9HhFF%3B%3BGAAA%3BA8H8FA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsCAAA%3BAAAA%3BA9HnGA%3B%3B%3BGAAA%3BAyB2VQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAqGvOR%3BAAAA%3BiBAAA%3BAAAA%3BArGuOQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAqG9NR%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWE%3BAAAA%3BwBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAiBE%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BiDAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BA9H1LA%3B%3B8EAAA%3BA%2BHQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAtG4UQ%3BAsGjUJ%3BAAAA%3B0BAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAtG0TQ%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAsG5SR%3BAAAA%3B%3BmBAAA%3BAAAA%3BAtG4SQ%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAzB3VR%3B%3B%3BGAAA%3BA%2BH8DA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAtG6RQ%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAsG%2FQR%3BAAAA%2C4BAAA%3BAAAA%3BAtG%2BQQ%3BAAAA%3BAAAA%3B%3B%3B%3B%3BoDAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAsGrPR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAkBE%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3BcAAA%3BAAAA%3BAAUF%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BACxIF%3BAAAA%2CkBAAA%3BAAAA%3BACEQ%3BAAAA%2CkBAAA%3BAAAA%3BAAOJ%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CwBAAA%3BAAAA%3BAAQF%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIF%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3BqBAAA%3BAAAA%3BAAGE%3BAAAA%3BkBAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%3BAAAA%3BAACE%3BAAAA%3BkBAAA%3BAAAA%3BAASJ%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CwBAAA%3BAAAA%3BAAKJ%3BAAAA%2CoBAAA%3BAAAA%3BAAME%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIE%3BAAAA%3BkBAAA%3BAAAA%3BAAWN%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAOF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BACtGJ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BmBAAA%3BAAAA%3BAlI%2FBF%3B%3B%3B%3B%3B%3B%3B%3B%3BIAAA%3BAkImDA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BACxDI%3BAAAA%2CiBAAA%3BAAAA%3BACaF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAIE%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B4BAAA%3BAAAA%3BApIvBJ%2CYAAA%3BAqIEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQI%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAII%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAMJ%3BAAAA%2CgBAAA%3BAAAA%3BArIjGA%2CWAAA%3BAsI2CI%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAtI3CJ%2CYAAA%3BAsIsDA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAkBI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAII%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAWJ%3BAAAA%2CcAAA%3BAAAA%3BAAEI%3BAAAA%3BeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%2CmBAAA%3BAAAA%3BAAMR%3BAAAA%2CeAAA%3BAAAA%3BAAEI%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAEI%3BAAAA%2CmBAAA%3BAAAA%3BAtIpHR%2CUAAA%3BAsI4HA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYI%3BAAAA%2CgBAAA%3BAAAA%3BAAEI%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAiBJ%3BAAAA%3BgBAAA%3BAAAA%3BAtIpLR%3B%3B8EAAA%3BAuIKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BA9GkVQ%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BA8GxUR%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%3ByBAAA%3BAAAA%3BAAMF%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3ByBAAA%3BAAAA%3BAAMF%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%3ByBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CuDAAA%3BAAAA%3BAAIA%3BAAAA%2C4CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUE%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAxBA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAxBA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAxBA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAxBA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAxBA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2CuCAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuCAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAxBA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMQ%3BAAAA%2C2CAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAC5JF%3BAAAA%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%2C0BAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BgCAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAQE%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BA%2FGmMQ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BA%2BG3LR%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAME%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAASM%3BAAAA%2CgBAAA%3BAAAA%3BAAQJ%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAUI%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYN%3BAAAA%3BgCAAA%3BAAAA%3BACrSA%3BAAAA%3B%3BuBAAA%3BAAAA%3BACCA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAQE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAQE%3BAAAA%2CkBAAA%3BAAAA%3BAAUE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAUN%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAUM%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAKE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAC3FV%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%22%7D */