@charset "UTF-8";
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!
Mustard UI v0.0.5
MIT License
https://mustard-ui.com
*/
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
* {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: inherit;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ffffff;
}
main {
  flex: 1;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-fix::before, .clear-fix::after {
  content: "";
  display: table;
}
.clear-fix::after {
  clear: both;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.display-flex {
  display: flex;
  justify-content: space-around;
}
.display-none {
  display: none;
}
.display-sm-up {
  display: none;
}
@media (min-width: 640px) {
  .display-sm-up {
    display: initial;
  }
}
.display-md-up {
  display: none;
}
@media (min-width: 960px) {
  .display-md-up {
    display: initial;
  }
}
.display-lg-up {
  display: none;
}
@media (min-width: 1200px) {
  .display-lg-up {
    display: initial;
  }
}
.display-xlg-up {
  display: none;
}
@media (min-width: 1440px) {
  .display-xlg-up {
    display: initial;
  }
}
.display-sm-down {
  display: none;
}
@media (max-width: 639px) {
  .display-sm-down {
    display: initial;
  }
}
.display-md-down {
  display: none;
}
@media (max-width: 959px) {
  .display-md-down {
    display: initial;
  }
}
.display-lg-down {
  display: none;
}
@media (max-width: 1199px) {
  .display-lg-down {
    display: initial;
  }
}
.display-xlg-down {
  display: none;
}
@media (max-width: 1439px) {
  .display-xlg-down {
    display: initial;
  }
}
.display-sm-to-md {
  display: none;
}
@media (min-width: 640px) and (max-width: 959px) {
  .display-sm-to-md {
    display: initial;
  }
}
.display-sm-to-lg {
  display: none;
}
@media (min-width: 640px) and (max-width: 1199px) {
  .display-sm-to-lg {
    display: initial;
  }
}
.display-sm-to-xlg {
  display: none;
}
@media (min-width: 640px) and (max-width: 1439px) {
  .display-sm-to-xlg {
    display: initial;
  }
}
.display-md-to-lg {
  display: none;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .display-md-to-lg {
    display: initial;
  }
}
.display-md-to-xlg {
  display: none;
}
@media (min-width: 960px) and (max-width: 1439px) {
  .display-md-to-xlg {
    display: initial;
  }
}
.display-lg-to-xlg {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .display-lg-to-xlg {
    display: initial;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.row.row-reverse {
  flex-direction: row-reverse;
}
.row .col {
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  padding: 5px 5px;
}
.row .col.col-reverse {
  flex-direction: column-reverse;
}
.row .col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.row .col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.row .col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.row .col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row .col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.row .col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.row .col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.row .col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.row .col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.row .col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.row .col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.row .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.row .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.row .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.row .col-xs-offset-3 {
  margin-left: 25%;
}
.row .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.row .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.row .col-xs-offset-6 {
  margin-left: 50%;
}
.row .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.row .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.row .col-xs-offset-9 {
  margin-left: 75%;
}
.row .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.row .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.row .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 640px) {
  .row .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-sm-offset-3 {
    margin-left: 25%;
  }
  .row .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-sm-offset-6 {
    margin-left: 50%;
  }
  .row .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-sm-offset-9 {
    margin-left: 75%;
  }
  .row .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .row .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-md-offset-3 {
    margin-left: 25%;
  }
  .row .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-md-offset-6 {
    margin-left: 50%;
  }
  .row .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-md-offset-9 {
    margin-left: 75%;
  }
  .row .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-lg-offset-3 {
    margin-left: 25%;
  }
  .row .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-lg-offset-6 {
    margin-left: 50%;
  }
  .row .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-lg-offset-9 {
    margin-left: 75%;
  }
  .row .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .row .col-xlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-xlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-xlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-xlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-xlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-xlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-xlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-xlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .row .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .row .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .row .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-xlg-offset-12 {
    margin-left: 100%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
blockquote {
  display: block;
  margin: 15px 15px 30px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  border-left: 4px solid #4caf50;
  background: #ffffff;
}
blockquote :last-child {
  margin-bottom: 0;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  height: 40px;
  margin: 0 2px 15px;
  padding: 0 20px;
  width: auto;
  background: none;
  overflow: visible;
  appearance: none;
  transition: all 0.1s ease-out;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
}
.button:focus, .button:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  opacity: 0.85;
  cursor: pointer;
  transform: scale(1.025);
}
.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  opacity: 1;
  transform: scale(1);
}
.button:disabled, button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  opacity: 0.5;
}
.button:disabled:hover, button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  cursor: not-allowed;
}
.button-primary {
  background-color: #4caf50;
  color: #ffffff;
  border-color: #4caf50;
}
.button-primary-outlined {
  background-color: #ffffff;
  color: #4caf50;
  border-color: #4caf50;
}
.button-primary-text {
  color: #4caf50;
  border-color: transparent;
}
.button-success {
  background-color: #4caf50;
  color: #ffffff;
  border-color: #4caf50;
}
.button-success-outlined {
  background-color: #ffffff;
  color: #4caf50;
  border-color: #4caf50;
}
.button-success-text {
  color: #4caf50;
  border-color: transparent;
}
.button-info {
  background-color: #9e9e9e;
  color: #ffffff;
  border-color: #9e9e9e;
}
.button-info-outlined {
  background-color: #ffffff;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.button-info-text {
  color: #9e9e9e;
  border-color: transparent;
}
.button-warning {
  background-color: #ffb300;
  color: #ffffff;
  border-color: #ffb300;
}
.button-warning-outlined {
  background-color: #ffffff;
  color: #ffb300;
  border-color: #ffb300;
}
.button-warning-text {
  color: #ffb300;
  border-color: transparent;
}
.button-danger {
  background-color: #f44336;
  color: #ffffff;
  border-color: #f44336;
}
.button-danger-outlined {
  background-color: #ffffff;
  color: #f44336;
  border-color: #f44336;
}
.button-danger-text {
  color: #f44336;
  border-color: transparent;
}
.button-round {
  border-radius: 24px;
}
.button-large {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  font-size: 16px;
}
.button-small {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
pre {
  display: block;
  margin: 15px 0;
  padding: 10px 15px;
  border-left: 4px solid #4caf50;
  background: #f5f5f5;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 15px;
  color: #212121;
  white-space: normal;
  overflow-x: auto;
}
code {
  background: #f5f5f5;
  color: #212121;
  font-family: Monaco, "Courier New", Courier, monospace;
  white-space: pre;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.form-control {
  position: relative;
  margin-bottom: 10px;
}
.form-control-group {
  display: flex;
  justify-content: flex-start;
}
.form-control-group .form-control {
  flex: 1;
  padding-right: 15px;
}
.form-control-group .form-control:last-of-type {
  padding-right: 0;
}
.form-control-group .form-control.grow-1x {
  flex-grow: 1;
}
.form-control-group .form-control.grow-2x {
  flex-grow: 2;
}
.form-control-group .form-control.grow-3x {
  flex-grow: 3;
}
.validation-error {
  margin-top: 2px;
  font-size: 12px;
  color: #f44336;
}
label {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
input[type="text"], input[type="password"], select {
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: inherit;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
}
input[type="text"]::placeholder, input[type="password"]::placeholder, select::placeholder {
  color: #9e9e9e;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus {
  outline: none;
  border-color: #4caf50;
}
input[type="text"].invalid, input[type="password"].invalid, select.invalid {
  border-color: #f44336;
}
fieldset {
  margin: 15px 0;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
fieldset legend {
  padding: 0 5px;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 10px;
}
select {
  background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#bdbdbd" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 30px;
}
select:hover {
  cursor: pointer;
}
select:disabled {
  opacity: 0.5;
}
select:focus {
  background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#4caf50" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
}
textarea {
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
  min-height: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
textarea::placeholder {
  color: #9e9e9e;
}
textarea:focus {
  border-color: #4caf50;
  outline: none;
}
textarea.invalid {
  border-color: #ef9a9a;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
a {
  text-decoration: none;
  color: #4caf50;
  font-weight: 400;
  transition: opacity 0.1s ease-out;
}
a:focus, a:hover {
  opacity: 0.75;
}
a:active {
  opacity: 1;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
ul, ol, dl {
  list-style: none;
  margin-bottom: 15px;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
table {
  margin: 15px 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}
table thead th {
  padding: 15px;
  font-weight: 300;
  color: #9e9e9e;
}
table tbody td {
  padding: 15px;
  font-weight: 300;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
body {
  font-family: "droid-sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: #424242;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "droid-sans", sans-serif;
  font-weight: 300;
  color: #424242;
  margin: 0 0 10px;
  font-weight: 600;
}
.h1, h1 {
  font-size: 48px;
  line-height: 60px;
}
.h2, h2 {
  font-size: 40px;
  line-height: 52px;
}
.h3, h3 {
  font-size: 32px;
  line-height: 44px;
}
.h4, h4 {
  font-size: 28px;
  line-height: 40px;
}
.h5, h5 {
  font-size: 24px;
  line-height: 36px;
}
.h6, h6 {
  font-size: 20px;
  line-height: 32px;
}
p {
  margin-bottom: 15px;
}
p.magnify {
  font-size: 17.6px;
  line-height: 1.8;
}
strong, b {
  font-weight: 600;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.alert {
  margin: 15px 0;
  padding: 15px;
  border-radius: 5px;
}
.alert-danger {
  background: #ffebee;
}
.alert-info {
  background: #e3f2fd;
}
.alert-warning {
  background: #fff8e1;
}
.alert-success {
  background: #e8f5e9;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.breadcrumbs {
  display: flex;
  list-style: none;
  font-size: 14px;
}
.breadcrumbs li {
  display: block;
}
.breadcrumbs li::after {
  display: inline-block;
  content: "/";
  padding: 0 5px;
  color: #9e9e9e;
}
.breadcrumbs li:last-of-type::after {
  display: none;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.card {
  margin: 15px;
  padding: 30px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(224, 224, 224, 0.5);
}
.card-title {
  font-size: 24px;
  margin-bottom: 5px;
}
.card-actions {
  display: flex;
  align-items: center;
  margin-top: 30px;
  list-style: none;
  justify-content: space-around;
}
.card-actions > * {
  margin-bottom: 0;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.menu {
  display: inline-block;
  list-style: none;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(158, 158, 158, 0.5);
}
.menu li a {
  display: block;
  padding: 10px 30px;
  border-bottom: 1px solid #eeeeee;
}
.menu li a:focus, .menu li a:hover {
  background: #fafafa;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(97, 97, 97, 0.5);
  z-index: 10;
}
.modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 540px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(117, 117, 117, 0.5);
}
.modal-head {
  padding: 10px 15px;
}
.modal-head .modal-title {
  font-size: 24px;
}
.modal-body {
  flex: 1;
  padding: 30px 15px;
  background: #eeeeee;
}
.modal-footer {
  padding: 15px;
}
.modal-footer > * {
  margin-bottom: 0;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
nav, .nav {
  padding: 0 15px;
  height: 60px;
  width: 100%;
  background: #ffc107;
}
nav a, .nav a {
  display: block;
  color: #424242;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.nav-logo {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
}
.nav-links {
  display: none;
  list-style: none;
  margin: 0;
  height: 100%;
}
@media (min-width: 960px) {
  .nav-links {
    display: flex;
  }
}
.nav-links li, .nav-links a {
  height: 100%;
}
.nav-links a {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.nav-links a:active {
  color: #4caf50;
}
.nav-links a.active {
  border-bottom: 4px solid #4caf50;
}
.mobile-menu-toggle {
  display: block;
  position: relative;
  height: 20px;
  width: 26px;
}
@media (min-width: 960px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  cursor: pointer;
}
.mobile-menu-toggle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 4px;
  content: "";
  background: #424242;
  border-radius: 4px;
  box-shadow: 0 8px 0 0 #424242, 0 16px 0 0 #424242;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.pagination {
  display: flex;
  list-style: none;
  margin: 15px 0;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.pagination li a.active, .pagination li a:focus, .pagination li a:hover {
  opacity: 1;
  border-color: #4caf50;
}
.pagination li a.active {
  background: #4caf50;
  color: #ffffff;
}
.pagination li a:active {
  transform: scale(0.95);
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.panel {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(224, 224, 224, 0.5);
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #fafafa;
}
.panel-head .panel-title {
  font-size: 28px;
}
.panel-body {
  padding: 30px 15px;
}
.panel-footer {
  padding: 15px;
  background: #fafafa;
}
.panel-footer > * {
  margin-bottom: 0;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.pricing-table .package {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  text-align: center;
  background: #ffffff;
}
.pricing-table .package.featured {
  border-color: #4caf50;
  border-width: 2px;
}
.pricing-table .package.featured .package-name {
  color: #4caf50;
}
.pricing-table .package hr {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  height: 1px;
}
.pricing-table .package .package-name {
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-table .package .price {
  margin: 15px 0 0 0;
  font-size: 36px;
  line-height: 1.2;
}
.pricing-table .package .price-disclaimer {
  font-size: 12px;
}
.pricing-table .package .features {
  flex: 1;
  padding: 15px;
  list-style: none;
}
.pricing-table .package .features li {
  margin-bottom: 5px;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.progress-bar {
  position: relative;
  margin: 15px 0;
  height: 20px;
  background: #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}
.progress-bar > span {
  display: block;
  position: absolute;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.progress-bar > span.progress-bar-green {
  background: #66bb6a;
}
.progress-bar > span.progress-bar-blue {
  background: #42a5f5;
}
.progress-bar > span.progress-bar-red {
  background: #ef5350;
}
.progress-bar.striped > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  overflow: hidden;
}
.progress-bar.animated > span:after {
  animation: move 2s linear infinite;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.sidebar {
  padding: 15px;
}
.sidebar-left {
  border-right: 1px solid #e0e0e0;
}
.sidebar-right {
  border-left: 1px solid #e0e0e0;
}
.sidebar-category {
  padding: 10px;
  font-size: 18px;
  color: #757575;
  border-bottom: 1px solid #e0e0e0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path d="M9.4 3.6l5.1 6.9L19.5 3.6" fill="#bdbdbd"/></svg>') center right no-repeat;
}
.sidebar-category:focus, .sidebar-category:hover {
  cursor: pointer;
  opacity: 0.75;
}
.sidebar-links {
  list-style: none;
  padding-left: 10px;
}
.sidebar-links a {
  display: block;
  padding: 5px 10px;
}
.sidebar-links a.active {
  font-weight: 700;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.stepper {
  margin: 30px 15px;
}
.stepper .step {
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
  border-left: 1px solid #bdbdbd;
}
.stepper .step:last-of-type {
  border: none;
}
.stepper .step .step-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -18px;
  height: 36px;
  width: 36px;
  z-index: 1;
  font-weight: 600;
  color: #ffffff;
  background: #8bc34a;
  border-radius: 50%;
  box-shadow: 0 2px 4px #e0e0e0;
}
.stepper .step .step-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.tabs {
  list-style: none;
  display: flex;
  margin: 15px 0 30px;
}
.tabs .tab {
  padding: 8px 45px;
  border-bottom: 1px solid #e0e0e0;
  color: #bdbdbd;
}
.tabs .tab.active {
  border-top: 2px solid #4caf50;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
  color: #757575;
}
.tabs .tab:focus, .tabs .tab:hover {
  opacity: 1;
  color: #424242;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.tags .tag {
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  color: #ffffff;
  background: #9e9e9e;
  box-shadow: 0 2px 4px #eeeeee;
}
.tags .tag a {
  display: block;
  color: #ffffff;
}
.tags .tag-rounded {
  border-radius: 16px;
}
.tags .tag-blue {
  background: #2196f3;
}
.tags .tag-red {
  background: #f44336;
}
.tags .tag-green {
  background: #4caf50;
}
.tags .tag-orange {
  background: #ff9800;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed #bdbdbd;
}
.tooltip:focus, .tooltip:hover {
  cursor: pointer;
}
.tooltip:focus .tooltip-text, .tooltip:hover .tooltip-text {
  display: block;
}
.tooltip-text {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  padding: 10px 15px;
  color: #ffffff;
  text-align: center;
  background: #424242;
  border-radius: 5px;
  box-shadow: 0 2px 4px #9e9e9e;
}
.tooltip-text::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #424242 transparent transparent;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/* xHTML5reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-size: 100%;
  outline: 0;
  background: transparent;
}
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-size: 100%;
  outline: 0;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  outline: none;
  border: none;
}
img {
  border: none;
}
ins {
  background-color: #ff9;
  text-decoration: none;
  color: #000;
}
mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  height: 1px;
  display: block;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
input, select {
  vertical-align: middle;
}
.invisible {
  width: 0px;
  height: 0px;
  left: -10000px;
  position: absolute;
  display: none;
  font-size: 0.1px;
  line-height: 0.1px;
}
.clear {
  clear: both;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
nav, .nav {
  padding: 0;
  height: auto;
  width: auto;
  background: initial;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
nav {
  background-color: transparent;
  height: auto;
  width: auto;
  padding: 0;
}
input[type=button], input[type=submit], input[type=reset], button, .button, .button a {
  height: auto;
  border: none;
  letter-spacing: normal;
  text-transform: none;
}
.card {
  box-shadow: none;
  margin: 0;
}
.card-title {
  font-size: initial;
}
.row {
  margin: 0;
  padding: 0;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/**
 * Usage:
 *   @include keyframes(slide-down) {
 *     0% { opacity: 1; }
 *     90% { opacity: 0; }
 *   }
 */
/**
 * Usage: @include animation('slide-down 5s 3');
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@-webkit-keyframes colorchange {
  0% {
    fill: red;
  }
  25% {
    fill: yellow;
  }
  50% {
    fill: blue;
  }
  75% {
    fill: green;
  }
  100% {
    fill: red;
  }
}
@-moz-keyframes colorchange {
  0% {
    fill: red;
  }
  25% {
    fill: yellow;
  }
  50% {
    fill: blue;
  }
  75% {
    fill: green;
  }
  100% {
    fill: red;
  }
}
@-ms-keyframes colorchange {
  0% {
    fill: red;
  }
  25% {
    fill: yellow;
  }
  50% {
    fill: blue;
  }
  75% {
    fill: green;
  }
  100% {
    fill: red;
  }
}
@-o-keyframes colorchange {
  0% {
    fill: red;
  }
  25% {
    fill: yellow;
  }
  50% {
    fill: blue;
  }
  75% {
    fill: green;
  }
  100% {
    fill: red;
  }
}
@keyframes colorchange {
  0% {
    fill: red;
  }
  25% {
    fill: yellow;
  }
  50% {
    fill: blue;
  }
  75% {
    fill: green;
  }
  100% {
    fill: red;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/**
 * Usage:
 * input, textarea {
 *   @include input-placeholder {
 *       color: $grey;
 *   }
 * }
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/* COLLINS COLORS */
/* Remove later */
/* BUTTON COLORS */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.fade-in {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
html {
  scroll-behavior: smooth;
  width: 100%;
}
body {
  color: #112041;
  font-size: 1.1rem;
  width: 100%;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a, button, .button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a {
  color: #3f63a3;
}
strong a {
  font-weight: unset;
}
a:focus, a:hover {
  opacity: 1;
}
iframe {
  width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p, li {
  margin: 0 0 1rem;
  line-height: 140%;
}
.maxWidth {
  max-width: 1500px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  color: #112041;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 120%;
}
h1 {
  font-size: 2.5rem;
}
@media (min-width: 1201px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1501px) {
  h1 {
    font-size: 4rem;
  }
}
.content-text h1, .ce_text h1 {
  margin-bottom: 15px;
}
h2 {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1201px) {
  h2 {
    font-size: 2rem;
  }
}
.content-text h2, .ce_text h2 {
  margin-bottom: 15px;
}
h3 {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1201px) {
  h3 {
    font-size: 1.5rem;
  }
}
.content-text h3, .ce_text h3 {
  margin-bottom: 15px;
}
.hide {
  visibility: hidden !important;
  overflow: hidden !important;
  border: 0 hidden !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
figure {
  line-height: 0;
}
span.italic {
  font-style: italic;
  font-family: "Lato", Arial, sans-serif;
}
ul, ol, dl {
  list-style: initial;
  padding-left: 40px;
  margin-bottom: 0;
}
.orangeBullets ul, .orangeBullets ol, .orangeBullets dl {
  padding-left: 20px;
}
.orangeBullets ul li, .orangeBullets ol li, .orangeBullets dl li {
  padding-left: 12px;
}
.orangeBullets ul li::marker, .orangeBullets ol li::marker, .orangeBullets dl li::marker {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  color: #eba810;
  font-size: 18px;
  line-height: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
ul li, ol li, dl li {
  margin: 3px 0;
}
ul ul {
  list-style: circle inside;
}
.chzn-container {
  width: 100%;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media screen and (min-width: 0px) {
  #container {
    overflow: hidden;
  }
  #main > .inside {
    min-height: 50vh;
  }
  .noBottomMargin {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  body.hasLeftColumn #container {
    display: flex;
    flex-direction: row-reverse;
  }
  body.hasLeftColumn #left {
    width: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    padding-right: 25px;
  }
  body.hasLeftColumn #left .inside {
    background-size: contain;
  }
  body.hasLeftColumn #main {
    width: 75%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
button, .button {
  height: auto;
  color: #fff;
  background-color: rgba(67, 115, 99, 0);
  border: 1px solid #fff;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: lowercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
button a, .button a {
  color: #fff;
}
button:hover, .button:hover {
  background-color: rgba(67, 115, 99, 0.3);
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
#spinner {
  z-index: 100000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
#spinner .spinnee, #spinner .spinnee:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#spinner .spinnee {
  top: 45%;
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#spinner.loading {
  display: block;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/* IE10 */
.ie10 #profileNavButtons .ce_hyperlink_withtext .inner {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 641px) {
  .ie10 .ieFlexColumns .row {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: calc(50% - 20px) calc(50% + 20px);
    -ms-grid-rows: max-content;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }
  .ie10 .ieFlexColumns .row .col {
    max-width: 100%;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(12) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(18) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(20) {
    -ms-grid-column: 2;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(21) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(22) {
    -ms-grid-column: 2;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(23) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(24) {
    -ms-grid-column: 2;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(26) {
    -ms-grid-column: 2;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(27) {
    -ms-grid-column: 1;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(28) {
    -ms-grid-column: 2;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(29) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(30) {
    -ms-grid-column: 2;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(31) {
    -ms-grid-column: 1;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(32) {
    -ms-grid-column: 2;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(33) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(34) {
    -ms-grid-column: 2;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(35) {
    -ms-grid-column: 1;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(36) {
    -ms-grid-column: 2;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(37) {
    -ms-grid-column: 1;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(38) {
    -ms-grid-column: 2;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(39) {
    -ms-grid-column: 1;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(40) {
    -ms-grid-column: 2;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(41) {
    -ms-grid-column: 1;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(42) {
    -ms-grid-column: 2;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(43) {
    -ms-grid-column: 1;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(44) {
    -ms-grid-column: 2;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(45) {
    -ms-grid-column: 1;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(46) {
    -ms-grid-column: 2;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(47) {
    -ms-grid-column: 1;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(48) {
    -ms-grid-column: 2;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(49) {
    -ms-grid-column: 1;
    -ms-grid-row: 25;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(50) {
    -ms-grid-column: 2;
    -ms-grid-row: 25;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(51) {
    -ms-grid-column: 1;
    -ms-grid-row: 26;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(52) {
    -ms-grid-column: 2;
    -ms-grid-row: 26;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(53) {
    -ms-grid-column: 1;
    -ms-grid-row: 27;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(54) {
    -ms-grid-column: 2;
    -ms-grid-row: 27;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(55) {
    -ms-grid-column: 1;
    -ms-grid-row: 28;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(56) {
    -ms-grid-column: 2;
    -ms-grid-row: 28;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(57) {
    -ms-grid-column: 1;
    -ms-grid-row: 29;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(58) {
    -ms-grid-column: 2;
    -ms-grid-row: 29;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(59) {
    -ms-grid-column: 1;
    -ms-grid-row: 30;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(60) {
    -ms-grid-column: 2;
    -ms-grid-row: 30;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(61) {
    -ms-grid-column: 1;
    -ms-grid-row: 31;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(62) {
    -ms-grid-column: 2;
    -ms-grid-row: 31;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(63) {
    -ms-grid-column: 1;
    -ms-grid-row: 32;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(64) {
    -ms-grid-column: 2;
    -ms-grid-row: 32;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(65) {
    -ms-grid-column: 1;
    -ms-grid-row: 33;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(66) {
    -ms-grid-column: 2;
    -ms-grid-row: 33;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(67) {
    -ms-grid-column: 1;
    -ms-grid-row: 34;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(68) {
    -ms-grid-column: 2;
    -ms-grid-row: 34;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(69) {
    -ms-grid-column: 1;
    -ms-grid-row: 35;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(70) {
    -ms-grid-column: 2;
    -ms-grid-row: 35;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(71) {
    -ms-grid-column: 1;
    -ms-grid-row: 36;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(72) {
    -ms-grid-column: 2;
    -ms-grid-row: 36;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(73) {
    -ms-grid-column: 1;
    -ms-grid-row: 37;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(74) {
    -ms-grid-column: 2;
    -ms-grid-row: 37;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(75) {
    -ms-grid-column: 1;
    -ms-grid-row: 38;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(76) {
    -ms-grid-column: 2;
    -ms-grid-row: 38;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(77) {
    -ms-grid-column: 1;
    -ms-grid-row: 39;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(78) {
    -ms-grid-column: 2;
    -ms-grid-row: 39;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(79) {
    -ms-grid-column: 1;
    -ms-grid-row: 40;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(80) {
    -ms-grid-column: 2;
    -ms-grid-row: 40;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(81) {
    -ms-grid-column: 1;
    -ms-grid-row: 41;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(82) {
    -ms-grid-column: 2;
    -ms-grid-row: 41;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(83) {
    -ms-grid-column: 1;
    -ms-grid-row: 42;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(84) {
    -ms-grid-column: 2;
    -ms-grid-row: 42;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(85) {
    -ms-grid-column: 1;
    -ms-grid-row: 43;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(86) {
    -ms-grid-column: 2;
    -ms-grid-row: 43;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(87) {
    -ms-grid-column: 1;
    -ms-grid-row: 44;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(88) {
    -ms-grid-column: 2;
    -ms-grid-row: 44;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(89) {
    -ms-grid-column: 1;
    -ms-grid-row: 45;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(90) {
    -ms-grid-column: 2;
    -ms-grid-row: 45;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(91) {
    -ms-grid-column: 1;
    -ms-grid-row: 46;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(92) {
    -ms-grid-column: 2;
    -ms-grid-row: 46;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(93) {
    -ms-grid-column: 1;
    -ms-grid-row: 47;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(94) {
    -ms-grid-column: 2;
    -ms-grid-row: 47;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(95) {
    -ms-grid-column: 1;
    -ms-grid-row: 48;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(96) {
    -ms-grid-column: 2;
    -ms-grid-row: 48;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(97) {
    -ms-grid-column: 1;
    -ms-grid-row: 49;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(98) {
    -ms-grid-column: 2;
    -ms-grid-row: 49;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(99) {
    -ms-grid-column: 1;
    -ms-grid-row: 50;
  }
}
@media screen and (min-width: 961px) {
  .ie10 .ieFlexColumns .row {
    -ms-grid-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    grid-template-columns: repeat(3, 1fr);
  }
  .ie10 .ieFlexColumns .row .col:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(12) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(15) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(18) {
    -ms-grid-column: 3;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(19) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(20) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(21) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(22) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(23) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(24) {
    -ms-grid-column: 3;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(26) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(27) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(28) {
    -ms-grid-column: 2;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(29) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(30) {
    -ms-grid-column: 3;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(31) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(32) {
    -ms-grid-column: 2;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(33) {
    -ms-grid-column: 3;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(34) {
    -ms-grid-column: 2;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(35) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(36) {
    -ms-grid-column: 3;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(37) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(38) {
    -ms-grid-column: 2;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(39) {
    -ms-grid-column: 3;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(40) {
    -ms-grid-column: 2;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(41) {
    -ms-grid-column: 1;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(42) {
    -ms-grid-column: 3;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(43) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(44) {
    -ms-grid-column: 2;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(45) {
    -ms-grid-column: 3;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(46) {
    -ms-grid-column: 2;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(47) {
    -ms-grid-column: 1;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(48) {
    -ms-grid-column: 3;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(49) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(50) {
    -ms-grid-column: 2;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(51) {
    -ms-grid-column: 3;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(52) {
    -ms-grid-column: 2;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(53) {
    -ms-grid-column: 1;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(54) {
    -ms-grid-column: 3;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(55) {
    -ms-grid-column: 1;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(56) {
    -ms-grid-column: 2;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(57) {
    -ms-grid-column: 3;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(58) {
    -ms-grid-column: 2;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(59) {
    -ms-grid-column: 1;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(60) {
    -ms-grid-column: 3;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(61) {
    -ms-grid-column: 1;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(62) {
    -ms-grid-column: 2;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(63) {
    -ms-grid-column: 3;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(64) {
    -ms-grid-column: 2;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(65) {
    -ms-grid-column: 1;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(66) {
    -ms-grid-column: 3;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(67) {
    -ms-grid-column: 1;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(68) {
    -ms-grid-column: 2;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(69) {
    -ms-grid-column: 3;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(70) {
    -ms-grid-column: 2;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(71) {
    -ms-grid-column: 1;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(72) {
    -ms-grid-column: 3;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(73) {
    -ms-grid-column: 1;
    -ms-grid-row: 25;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(74) {
    -ms-grid-column: 2;
    -ms-grid-row: 25;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(75) {
    -ms-grid-column: 3;
    -ms-grid-row: 25;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(76) {
    -ms-grid-column: 2;
    -ms-grid-row: 26;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(77) {
    -ms-grid-column: 1;
    -ms-grid-row: 26;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(78) {
    -ms-grid-column: 3;
    -ms-grid-row: 26;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(79) {
    -ms-grid-column: 1;
    -ms-grid-row: 27;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(80) {
    -ms-grid-column: 2;
    -ms-grid-row: 27;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(81) {
    -ms-grid-column: 3;
    -ms-grid-row: 27;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(82) {
    -ms-grid-column: 2;
    -ms-grid-row: 28;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(83) {
    -ms-grid-column: 1;
    -ms-grid-row: 28;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(84) {
    -ms-grid-column: 3;
    -ms-grid-row: 28;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(85) {
    -ms-grid-column: 1;
    -ms-grid-row: 29;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(86) {
    -ms-grid-column: 2;
    -ms-grid-row: 29;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(87) {
    -ms-grid-column: 3;
    -ms-grid-row: 29;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(88) {
    -ms-grid-column: 2;
    -ms-grid-row: 30;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(89) {
    -ms-grid-column: 1;
    -ms-grid-row: 30;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(90) {
    -ms-grid-column: 3;
    -ms-grid-row: 30;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(91) {
    -ms-grid-column: 1;
    -ms-grid-row: 31;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(92) {
    -ms-grid-column: 2;
    -ms-grid-row: 31;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(93) {
    -ms-grid-column: 3;
    -ms-grid-row: 31;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(94) {
    -ms-grid-column: 2;
    -ms-grid-row: 32;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(95) {
    -ms-grid-column: 1;
    -ms-grid-row: 32;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(96) {
    -ms-grid-column: 3;
    -ms-grid-row: 32;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(97) {
    -ms-grid-column: 1;
    -ms-grid-row: 33;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(98) {
    -ms-grid-column: 2;
    -ms-grid-row: 33;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(99) {
    -ms-grid-column: 3;
    -ms-grid-row: 33;
  }
}
@media screen and (min-width: 1200px) {
  .ie10 .ieFlexColumns .row {
    -ms-grid-columns: calc(100% / 4) calc(100% / 4) calc(100% / 4) calc(100% / 4);
    -ms-grid-rows: max-content;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
  }
  .ie10 .ieFlexColumns .row .col:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(8) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(11) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(12) {
    -ms-grid-column: 4;
    -ms-grid-row: 3;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(15) {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(16) {
    -ms-grid-column: 4;
    -ms-grid-row: 4;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(17) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(18) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(19) {
    -ms-grid-column: 3;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(20) {
    -ms-grid-column: 4;
    -ms-grid-row: 5;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(21) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(22) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(23) {
    -ms-grid-column: 3;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(24) {
    -ms-grid-column: 4;
    -ms-grid-row: 6;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(25) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(26) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(27) {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(28) {
    -ms-grid-column: 4;
    -ms-grid-row: 7;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(29) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(30) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(31) {
    -ms-grid-column: 3;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(32) {
    -ms-grid-column: 4;
    -ms-grid-row: 8;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(33) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(34) {
    -ms-grid-column: 2;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(35) {
    -ms-grid-column: 3;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(36) {
    -ms-grid-column: 4;
    -ms-grid-row: 9;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(37) {
    -ms-grid-column: 1;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(38) {
    -ms-grid-column: 2;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(39) {
    -ms-grid-column: 3;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(40) {
    -ms-grid-column: 4;
    -ms-grid-row: 10;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(41) {
    -ms-grid-column: 1;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(42) {
    -ms-grid-column: 2;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(43) {
    -ms-grid-column: 3;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(44) {
    -ms-grid-column: 4;
    -ms-grid-row: 11;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(45) {
    -ms-grid-column: 1;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(46) {
    -ms-grid-column: 2;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(47) {
    -ms-grid-column: 3;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(48) {
    -ms-grid-column: 4;
    -ms-grid-row: 12;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(49) {
    -ms-grid-column: 1;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(50) {
    -ms-grid-column: 2;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(51) {
    -ms-grid-column: 3;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(52) {
    -ms-grid-column: 4;
    -ms-grid-row: 13;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(53) {
    -ms-grid-column: 1;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(54) {
    -ms-grid-column: 2;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(55) {
    -ms-grid-column: 3;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(56) {
    -ms-grid-column: 4;
    -ms-grid-row: 14;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(57) {
    -ms-grid-column: 1;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(58) {
    -ms-grid-column: 2;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(59) {
    -ms-grid-column: 3;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(60) {
    -ms-grid-column: 4;
    -ms-grid-row: 15;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(61) {
    -ms-grid-column: 1;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(62) {
    -ms-grid-column: 2;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(63) {
    -ms-grid-column: 3;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(64) {
    -ms-grid-column: 4;
    -ms-grid-row: 16;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(65) {
    -ms-grid-column: 1;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(66) {
    -ms-grid-column: 2;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(67) {
    -ms-grid-column: 3;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(68) {
    -ms-grid-column: 4;
    -ms-grid-row: 17;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(69) {
    -ms-grid-column: 1;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(70) {
    -ms-grid-column: 2;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(71) {
    -ms-grid-column: 3;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(72) {
    -ms-grid-column: 4;
    -ms-grid-row: 18;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(73) {
    -ms-grid-column: 1;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(74) {
    -ms-grid-column: 2;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(75) {
    -ms-grid-column: 3;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(76) {
    -ms-grid-column: 4;
    -ms-grid-row: 19;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(77) {
    -ms-grid-column: 1;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(78) {
    -ms-grid-column: 2;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(79) {
    -ms-grid-column: 3;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(80) {
    -ms-grid-column: 4;
    -ms-grid-row: 20;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(81) {
    -ms-grid-column: 1;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(82) {
    -ms-grid-column: 2;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(83) {
    -ms-grid-column: 3;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(84) {
    -ms-grid-column: 4;
    -ms-grid-row: 21;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(85) {
    -ms-grid-column: 1;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(86) {
    -ms-grid-column: 2;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(87) {
    -ms-grid-column: 3;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(88) {
    -ms-grid-column: 4;
    -ms-grid-row: 22;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(89) {
    -ms-grid-column: 1;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(90) {
    -ms-grid-column: 2;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(91) {
    -ms-grid-column: 3;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(92) {
    -ms-grid-column: 4;
    -ms-grid-row: 23;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(93) {
    -ms-grid-column: 1;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(94) {
    -ms-grid-column: 2;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(95) {
    -ms-grid-column: 3;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(96) {
    -ms-grid-column: 4;
    -ms-grid-row: 24;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(97) {
    -ms-grid-column: 1;
    -ms-grid-row: 25;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(98) {
    -ms-grid-column: 2;
    -ms-grid-row: 25;
  }
  .ie10 .ieFlexColumns .row .col:nth-child(99) {
    -ms-grid-column: 3;
    -ms-grid-row: 25;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/* HAMBURGER */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  input.submit, button, .button a, a.button {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Poppins", Arial, sans-serif;
    text-transform: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background-color: #3f63a3;
    color: #fff;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #fixedAskEngineerLink {
    display: none;
    position: fixed;
    z-index: 33;
    width: 720px;
    height: 400px;
    overflow: hidden;
    right: 0;
    bottom: 0;
  }
  #fixedAskEngineerLink .gradient {
    content: "";
    position: absolute;
    bottom: -140px;
    right: -220px;
    z-index: 2;
    width: 720px;
    height: 400px;
    display: none;
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.85) 25%, black 45%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.85) 25%, black 45%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.85) 25%, black 45%);
    /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000",GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .ie #fixedAskEngineerLink .gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 45%);
  }
  #fixedAskEngineerLink .engineersLink {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 4;
    width: 250px;
    height: 200px;
    display: none;
    background-image: url("../../files/assets/layout/bg-chat-engineers2.png");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: left top;
  }
  #fixedAskEngineerLink .bubbleButton {
    width: 60px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #footer {
    background-color: #000;
    padding: 80px 40px;
    color: #fff;
  }
  #footerRight {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  #footer {
    padding-bottom: 150px;
  }
  #footer > .inside {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .row {
    align-items: center;
  }
  #footerLeft {
    width: 40%;
  }
  #footerRight {
    width: 60%;
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1151px) {
  #footer {
    padding: 100px 40px 150px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  #footerAddress {
    text-align: center;
  }
  #footerAddress strong {
    color: #eba810;
    font-weight: normal;
  }
  #footerAddress p {
    margin: 0;
  }
}
@media (min-width: 769px) {
  #footerAddress {
    text-align: left;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  #footerCopyright {
    margin-top: 20px;
    text-align: center;
  }
  #footerCopyright p {
    margin: 0;
    font-size: 13px;
  }
  #footerCopyright .fa-copyright:before {
    margin-right: 5px;
    color: #eba810;
  }
}
@media (min-width: 769px) {
  #footerCopyright {
    text-align: left;
  }
}
@media (min-width: 961px) {
  #footerCopyright {
    margin-top: 60px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  #footerExploreLocations {
    color: #eba810;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  #footerExploreLocations a {
    color: #eba810;
    text-decoration: underline;
    font-family: "Lato", Arial, sans-serif;
  }
  #footerExploreLocations:before {
    color: #eba810;
    margin-right: 5px;
  }
}
@media (min-width: 769px) {
  #footerExploreLocations {
    text-align: left;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #footerLogo {
    max-width: 200px;
    margin: 0 auto;
  }
  #footerLogo a {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #footerLogo a:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
}
@media (min-width: 769px) {
  #footerLogo {
    margin: 0 20px 0 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #footerPhones {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  #footerPhones p {
    margin: 0;
  }
  #footerPhones a {
    color: #fff;
    font-weight: 100;
  }
}
@media (min-width: 769px) {
  #footerPhones {
    text-align: left;
  }
}
@media (min-width: 961px) {
  #footerPhones {
    margin-top: 20px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #footer .socialIcons {
    text-align: center;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .socialIcons a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #footer .socialIcons a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  #footer .socialIcons a span {
    display: none;
  }
}
@media (min-width: 754px) {
  #footer .socialIcons {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  #footer .socialIcons {
    text-align: left;
    padding: 0 0 25px 0;
    margin-left: 0;
  }
  #footer .socialIcons > a:first-child {
    padding-left: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #footerTagline {
    text-align: center;
  }
  #footerTagline p {
    font-size: 16px;
  }
  #footerTagline p em {
    color: #eba810;
    font-style: normal;
  }
}
@media (min-width: 769px) {
  #footerTagline {
    text-align: left;
  }
  #footerTagline p {
    font-size: 14px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@keyframes border-dance {
  0% {
    background-position: left top, right bottom, left bottom, right top;
  }
  100% {
    background-position: left 10px top, right 10px bottom, left bottom 10px, right top 10px;
  }
}
@media (min-width: 0px) {
  /* EXTEND TO ALL TEXT FORM INPUTS */
  fieldset, legend {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    font-size: initial;
  }
  input[type="tel"], input[type="email"], input[type="url"], input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: inherit;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
  }
  input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="number"]::placeholder {
    color: #9e9e9e;
  }
  input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus {
    outline: none;
    border-color: #4caf50;
  }
  input[type="tel"].invalid, input[type="email"].invalid, input[type="url"].invalid, input[type="number"].invalid {
    border-color: #f44336;
  }
  input[type="text"]:focus:invalid, input[type="password"]:focus:invalid, input[type="email"]:focus:invalid, select:focus:invalid, textarea:focus:invalid {
    border-color: #b73521;
  }
  input[type="text"]:focus:valid, input[type="password"]:focus:valid, input[type="email"]:focus:valid, select:focus:valid, textarea:focus:valid {
    border-color: #437363;
  }
  input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="url"], select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .widget {
    padding: 5px 0;
  }
  .widget-text label, .widget-text fieldset legend, .widget-textarea label, .widget-textarea fieldset legend, .widget-radio label, .widget-radio fieldset legend, .widget-checkbox label, .widget-checkbox fieldset legend, .widget-password label, .widget-password fieldset legend, .widget-select label, .widget-select fieldset legend, .widget-dmuploader label, .widget-dmuploader fieldset legend {
    font-size: 16px;
    margin: 10px 0 5px;
    display: block;
  }
  .widget-radio fieldset span, .widget-checkbox fieldset span {
    margin-right: 10px;
  }
  .widget-radio fieldset label, .widget-checkbox fieldset label {
    display: inline-block;
  }
  .widget-radio fieldset input, .widget-checkbox fieldset input {
    margin-right: 5px;
  }
  .widget-submit {
    padding: 10px 0;
    text-align: right;
  }
  span.mandatory {
    display: inline-block;
    margin-left: 2px;
    font-weight: 700;
    color: #b73521;
    font-size: 115%;
  }
  .widget.w50 {
    width: 100%;
  }
  .grecaptcha-badge {
    display: none;
  }
  .widget-recaptcha-not-a-robot {
    margin-top: 20px;
  }
  .widget-captcha, .grecaptcha-badge, .googleRecaptcha {
    display: none !important;
  }
}
@media (min-width: 961px) {
  .widget.w50 {
    width: 50%;
  }
  .widget.w50:nth-of-type(odd) {
    padding-right: 10px;
  }
  .widget.w50:nth-of-type(even) {
    padding-left: 10px;
  }
  .widget-dmuploader .card.dm-uploader {
    padding: 30px;
  }
  .widget-dmuploader .card.dm-uploader div.button-primary {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media (min-width: 1150px) {
  form input.submit, form button, form .button {
    padding: 18px 30px;
    font-size: 18px;
    line-height: 20px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 16px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 0;
  background-color: white;
  border: 1px solid #437363;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: left 0.1s linear;
  -moz-transition: left 0.1s linear;
  -o-transition: left 0.1s linear;
  -ms-transition: left 0.1s linear;
  transition: left 0.1s linear;
}
.selected.switch .slider:before {
  left: calc(100% - 15px);
}
.switch .slider:after {
  content: "";
  width: 95%;
  height: 8px;
  background-color: rgba(67, 115, 99, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
form p.error {
  color: #b82820;
  margin: 0;
  padding: 4px;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
}
form label.error {
  color: #b82820;
}
form input.error {
  background-color: rgba(184, 40, 32, 0.1);
  border-color: #b82820;
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #footerSignupHeadline {
    color: #eba810;
    margin-bottom: 10px;
    padding-left: 5px;
    text-align: center;
  }
  #footer #emailUpdates {
    text-align: center;
  }
  #footer #emailUpdates .formbody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #footer #emailUpdates h3 {
    color: #eba810;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  #footer #emailUpdates .widget {
    padding: 0;
  }
  #footer #emailUpdates .widget label {
    display: none;
  }
  #footer #emailUpdates .widget ::placeholder {
    color: #c8c8c8;
    opacity: 1;
  }
  #footer #emailUpdates .widget :-ms-input-placeholder {
    color: #c8c8c8;
    opacity: 1;
  }
  #footer #emailUpdates .widget ::-ms-input-placeholder {
    color: #c8c8c8;
    opacity: 1;
  }
  #footer #emailUpdates .widget.explanation {
    width: 100%;
  }
  #footer #emailUpdates .widget.widget-text, #footer #emailUpdates .widget.widget-submit {
    margin: 0 5px 10px;
  }
  #footer #emailUpdates .widget.widget-text input {
    border: 0;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  #footer #emailUpdates .widget.widget-submit {
    padding: 0;
    flex-basis: 100%;
    text-align: center;
  }
  #footer #emailUpdates .widget.widget-submit button {
    color: #0c1936;
    background-color: #eba810;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 150%;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
@media (min-width: 769px) {
  #footerSignupHeadline {
    text-align: left;
  }
  #footer #emailUpdates {
    text-align: left;
  }
  #footer #emailUpdates .widget.widget-text {
    width: 33%;
  }
  #footer #emailUpdates .widget.widget-submit {
    flex-basis: auto;
  }
  #footer #emailUpdates .formbody {
    justify-content: start;
  }
}
@media (min-width: 961px) {
  #footer #emailUpdates .widget.widget-text {
    width: 38%;
  }
}
@media (min-width: 1101px) {
  #footer #emailUpdates .widget.widget-text {
    width: 40%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .viegaCredential img {
    width: 15%;
    padding-top: 40px;
  }
  #viegaCredential .widget-explanation {
    padding-top: 20px;
  }
  #viegaCredential .widget-explanation p {
    margin: 0;
  }
}
@media (min-width: 769px) {
  #viegaCredential .formbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #viegaCredential .widget {
    padding: 5px 25px;
    width: 45%;
    flex-basis: 45%;
    max-width: 45%;
    margin-right: auto;
  }
  #viegaCredential .widget-explanation {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  #viegaCredential .widget-submit {
    padding-top: 90px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .crmWebToEntityForm {
    max-width: 9999px !important;
    padding: 0 !important;
  }
  .crmWebToEntityForm .zcwf_title {
    display: none;
  }
  .crmWebToEntityForm .zcwf_row {
    margin-bottom: 20px;
  }
  .crmWebToEntityForm .zcwf_row .zcwf_col_lab label {
    font-weight: 700;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
  }
  .crmWebToEntityForm .zcwf_row .zcwf_col_fld, .crmWebToEntityForm .zcwf_row .zcwf_col_lab, .crmWebToEntityForm .zcwf_row input, .crmWebToEntityForm .zcwf_row textarea {
    width: 100% !important;
  }
  .crmWebToEntityForm .zcwf_row input[type=checkbox] {
    width: auto !important;
  }
  .crmWebToEntityForm .zcwf_row input#Email_Opt_Out {
    position: relative;
    top: -20px;
    left: 120px;
  }
  .crmWebToEntityForm .zcwf_row .zcwf_button {
    max-width: 150px;
    margin: 15px 15px 15px 0;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    background: #6a9bed;
    border: 0 hidden;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 5;
  }
  #header .inside {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #headerTop {
    display: none;
  }
}
@media (min-width: 769px) {
  #headerTop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #c8c8c8;
    padding: 5px 20px;
    color: #fff;
    height: 40px;
    background: #1e355e;
    background: -moz-linear-gradient(180deg, #112041 0, #0c1936 100%);
    background: -webkit-linear-gradient(180deg, #112041 0, #0c1936 100%);
    background: linear-gradient(180deg, #112041 0, #0c1936 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112041",endColorstr="#0c1936",GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #headerBottom {
    padding: 20px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    background-color: #1e355e;
    min-height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  #headerBottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    z-index: 1;
    background: repeating-linear-gradient(to bottom, transparent, transparent 5px, rgba(235, 168, 16, 0.3) 5px, rgba(235, 168, 16, 0.3) 7px);
  }
  #headerBottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    z-index: 2;
    background: #1e355e;
    background: -moz-linear-gradient(270deg, #1e355e 0, transparent 90%);
    background: -webkit-linear-gradient(270deg, #1e355e 0, transparent 90%);
    background: linear-gradient(270deg, #1e355e 0, transparent 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$blue2", endColorstr="$blue2", GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
}
@media (min-width: 769px) {
  #headerBottom {
    justify-content: space-between;
    align-items: center;
  }
  #headerBottom:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    z-index: 1;
    background: repeating-linear-gradient(to bottom, transparent, transparent 5px, rgba(235, 168, 16, 0.3) 5px, rgba(235, 168, 16, 0.3) 7px);
  }
  #headerBottom:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    z-index: 2;
    background: #1e355e;
    background: -moz-linear-gradient(90deg, #1e355e 0, transparent 30%);
    background: -webkit-linear-gradient(90deg, #1e355e 0, transparent 30%);
    background: linear-gradient(90deg, #1e355e 0, transparent 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$blue2",endColorstr="$blue2",GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
}
@media (min-width: 1100px) {
  #headerBottom:after {
    width: min(40%, 600px);
  }
  #headerBottom:before {
    width: min(40%, 600px);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #headerLogo {
    position: absolute;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #headerLogo figure {
    max-width: 150px;
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 769px) {
  #headerLogo {
    position: static;
    margin: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    flex-shrink: 1;
    padding-right: 15px;
    width: auto;
  }
  #headerLogo figure {
    display: block;
    max-width: 175px;
    min-width: 150px;
  }
}
@media (min-width: 961px) {
  #headerLogo {
    padding-right: 35px;
  }
  #headerLogo figure {
    max-width: 200px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #hamburger {
    padding: 5px 5px 5px;
    display: flex;
    position: relative;
    z-index: 10;
  }
  #hamburger a {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
  }
  #hamburger a span {
    display: none;
    padding-right: 6px;
    font-size: 11px;
    font-family: "Lato", Arial, sans-serif;
    color: #fff;
  }
  #hamburger a:hover {
    background-color: rgba(200, 200, 200, 0.25);
  }
}
@media (min-width: 769px) {
  #hamburger a {
    padding: 9px 12px 7px 12px;
    background-color: #112041;
  }
}
@media (min-width: 961px) {
  #hamburger a {
    font-size: 24px;
  }
  #hamburger a span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #hamburger {
    display: none;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #headerSearchForm {
    background-color: #d19e34;
  }
  #headerSearchForm input.text {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
  #headerSearchForm input.submit, #headerSearchForm button {
    display: none;
  }
}
@media (min-width: 769px) {
  #headerSearchForm {
    display: none;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .home #heroBlock, .divisionHome #heroBlock {
    position: relative;
    height: 50vh;
    max-height: 600px;
    overflow: hidden;
    transition: all 1s ease;
  }
  .home #heroBlock:not(.home.home #heroBlock), .divisionHome #heroBlock:not(.home.home #heroBlock), .home #heroBlock:not(.home.divisionHome #heroBlock), .divisionHome #heroBlock:not(.home.divisionHome #heroBlock) {
    max-height: 300px;
  }
  .home #heroBlock .heroText, .divisionHome #heroBlock .heroText {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
    padding: 15px 30px;
    background: #fff;
    display: inline-block;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.9) 30%, #fff 70%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.9) 30%, #fff 70%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.9) 30%, #fff 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  .home #heroBlock .heroText h1, .divisionHome #heroBlock .heroText h1 {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eba810;
    min-width: min(300px, 100%);
    font-family: "Poppins", Arial, sans-serif;
    color: #0c1936;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
  .home #heroBlock .heroText p, .divisionHome #heroBlock .heroText p {
    font-size: 1rem;
    font-weight: 700;
  }
  .home #heroBlock .heroText p:last-child, .divisionHome #heroBlock .heroText p:last-child {
    margin-bottom: 0;
  }
  .home #heroBlock .heroText.hide_headline_if_add_image.addImage h1, .home #heroBlock .heroText.hide_headline_if_add_image.addImage h2, .home #heroBlock .heroText.hide_headline_if_add_image.addImage h3, .home #heroBlock .heroText.hide_headline_if_add_image.addImage h4, .home #heroBlock .heroText.hide_headline_if_add_image.addImage h5, .home #heroBlock .heroText.hide_headline_if_add_image.addImage h6, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage h1, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage h2, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage h3, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage h4, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage h5, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage h6 {
    display: none;
  }
  .home #heroBlock .heroText.hide_headline_if_add_image.addImage figure, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage figure {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eba810;
  }
  .home #heroBlock .heroText.hide_headline_if_add_image.addImage figure img, .divisionHome #heroBlock .heroText.hide_headline_if_add_image.addImage figure img {
    height: 180px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    max-height: 180px;
    max-width: 100%;
  }
}
@media (min-width: 500px) {
  .home #heroBlock, .divisionHome #heroBlock {
    overflow: visible;
  }
  .home #heroBlock .heroText h1, .divisionHome #heroBlock .heroText h1 {
    font-family: "Poppins", Arial, sans-serif;
    color: #0c1936;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
}
@media (min-width: 769px) {
  .home #heroBlock .heroText h1, .divisionHome #heroBlock .heroText h1 {
    font-family: "Poppins", Arial, sans-serif;
    color: #0c1936;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
}
@media (min-width: 961px) {
  .home #heroBlock .heroText h1, .divisionHome #heroBlock .heroText h1 {
    font-family: "Poppins", Arial, sans-serif;
    color: #0c1936;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
}
@media (min-width: 1201px) {
  .home #heroBlock, .divisionHome #heroBlock {
    height: 60vh;
    max-height: 750px;
  }
  .home #heroBlock:not(.home.home #heroBlock), .divisionHome #heroBlock:not(.home.home #heroBlock), .home #heroBlock:not(.home.divisionHome #heroBlock), .divisionHome #heroBlock:not(.home.divisionHome #heroBlock) {
    max-height: 400px;
  }
  .home #heroBlock .heroText, .divisionHome #heroBlock .heroText {
    max-width: 1000px;
    padding: 25px 40px;
  }
  .home #heroBlock .heroText h1, .divisionHome #heroBlock .heroText h1 {
    font-size: 3.8rem;
  }
  .home #heroBlock .heroText p, .divisionHome #heroBlock .heroText p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1501px) {
  .home #heroBlock .heroText, .divisionHome #heroBlock .heroText {
    max-width: 1300px;
    padding: 35px 30px;
  }
  .home #heroBlock .heroText h1, .divisionHome #heroBlock .heroText h1 {
    font-size: 4rem;
  }
  .home #heroBlock .heroText p, .divisionHome #heroBlock .heroText p {
    font-size: 1.3rem;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .insidePage #heroBlock {
    position: relative;
    height: 50vh;
    max-height: 300px;
    overflow: hidden;
  }
  .insidePage #heroBlock .heroText {
    position: absolute;
    bottom: -1px;
    left: 5vw;
    margin: 0 auto;
    width: 70%;
    max-width: 700px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-align: left;
    padding: 15px 15px 5px;
    background: #fff;
    display: inline-block;
    font-family: "Poppins", Arial, sans-serif;
  }
  .insidePage #heroBlock .heroText .relative {
    position: relative;
  }
  .insidePage #heroBlock .heroText a.current_backlink {
    display: inline-block;
    position: absolute;
    padding: 8px;
    font-size: 14px;
    color: #eba810;
    bottom: calc(100% + 15px);
    left: -15px;
    background-color: #0c1936;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .insidePage #heroBlock .heroText a.current_backlink i {
    margin-right: 10px;
  }
  .insidePage #heroBlock .heroText a.current_backlink:hover {
    color: #fff;
  }
  .insidePage #heroBlock .heroText h1, .insidePage #heroBlock .heroText h2, .insidePage #heroBlock .heroText h3 {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eba810;
    text-transform: capitalize;
    font-family: "Poppins", Arial, sans-serif;
    color: #0c1936;
    font-size: max(5vw, 1.15rem);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
  .insidePage #heroBlock .heroText p {
    font-size: 14px;
    font-weight: 800;
    font-family: "Lato", Arial, sans-serif;
  }
  .insidePage #heroBlock .heroText p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) {
  .insidePage #heroBlock .heroText h1, .insidePage #heroBlock .heroText h2, .insidePage #heroBlock .heroText h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #0c1936;
    font-size: max(5vw, 1.3rem);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
}
@media (min-width: 500px) {
  .insidePage #heroBlock {
    overflow: visible;
  }
}
@media (min-width: 1201px) {
  .insidePage #heroBlock {
    height: 60vh;
    max-height: 400px;
  }
  .insidePage #heroBlock .heroText {
    max-width: 55%;
    padding: 25px 40px 5px;
  }
  .insidePage #heroBlock .heroText h1 {
    font-size: 3rem;
  }
  .insidePage #heroBlock .heroText p {
    font-size: 16px;
  }
  .insidePage #heroBlock .heroText a.current_backlink {
    left: -40px;
    bottom: calc(100% + 25px);
  }
}
@media (min-width: 1501px) {
  .insidePage #heroBlock .heroText {
    left: 8vw;
  }
  .insidePage #heroBlock .heroText h1 {
    font-size: 4rem;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .modal {
    width: 100%;
    height: 100%;
    max-width: 960px;
    display: block;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .modal > .inner {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
  }
  .modal .closeButton {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
    border: none;
    color: transparent;
    outline: none;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    background-color: transparent;
    cursor: pointer;
  }
  .modal .closeButton:hover {
    background-color: transparent;
  }
  .modal .closeButton:before {
    content: "×";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: #c8c8c8;
    font-size: 40px;
    width: 50px;
    margin: -5px auto 0;
    left: 0;
    right: 0;
    font-family: Arial, sans-serif;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
  }
  .modal .modal-body {
    padding: 75px 20px 20px;
    background-color: transparent;
    height: 100%;
  }
  .modal-mask {
    background: rgba(0, 0, 0, 0.75);
  }
  body.modal-open {
    overflow-y: hidden !important;
    /*
        width: 100%;
        height: 100%;
        position: fixed;
        */
  }
}
@media (min-width: 961px) {
  .modal {
    width: 75vw;
    max-width: 90vw;
    min-height: 200px;
    height: 85%;
    max-height: 85vh;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .checkboxModal {
    padding: 40px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .checkboxModal h3 {
    margin-bottom: 25px;
    text-align: center;
  }
  .checkboxModal .checkbox_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .modalFundamentalContent {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
  }
  .modalFundamentalContent .number {
    flex-basis: 90px;
    min-width: 90px;
    max-width: 90px;
    width: 90px;
    height: 90px;
    display: block;
    background-color: #3f63a3;
    text-align: center;
    padding: 5px;
    font-size: 60px;
    font-family: "Bitter", Georgia, Arial;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
    align-self: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .modalFundamentalContent .name {
    display: block;
    align-self: center;
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    flex-basis: calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .manufacturerModal {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px;
  }
  .manufacturerModal .logoOrHeadline {
    margin-bottom: 30px;
  }
  .manufacturerModal .logoOrHeadline figure img {
    max-width: min(80%, 350px);
    margin: 0 auto;
    height: 120px;
    width: auto;
    object-fit: contain;
    display: block;
    max-height: 180px;
  }
  .manufacturerModal h2 {
    font-size: 40px;
  }
  .manufacturerModal h3.mfrMoreInfo {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .manufacturerModal .readerLink, .manufacturerModal .website {
    margin: 30px 0;
  }
  .manufacturerModal .readerLink a, .manufacturerModal .website a {
    background-color: #eba810;
    padding: 25px 40px;
    color: #1e355e;
    font-weight: 800;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    font-size: 1.2rem;
    line-height: 130%;
    display: block;
    font-family: "Poppins", Arial, sans-serif;
  }
  .manufacturerModal .readerLink a:hover, .manufacturerModal .website a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #mainNav {
    position: relative;
    overflow: visible;
    flex-grow: 1;
    display: none;
  }
  #mainNav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  #mainNav ul li {
    padding: 0 1px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #mainNav ul li a, #mainNav ul li strong {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #112041;
    padding: 6px 12px;
    white-space: nowrap;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  #mainNav ul li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #mainNav ul li a.active, #mainNav ul li a.trail {
    color: #eba810;
    border: 2px solid #3f63a3;
  }
  #mainNav ul li:hover a, #mainNav ul li.hover a {
    color: #eba810;
    border: 2px solid #3f63a3;
  }
  #mainNav ul li:hover li a, #mainNav ul li.hover li a {
    color: #3f63a3;
    border: 2px solid transparent;
  }
  #mainNav ul.level_1 {
    margin-bottom: 0;
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
  }
  #mainNav ul.level_1 > li {
    padding-bottom: 15px;
    margin-bottom: -15px;
    position: relative;
    z-index: 3;
  }
  #mainNav ul.level_1 > li > a > i {
    padding-left: 5px;
    color: #3f63a3;
  }
  #mainNav ul.level_1 > li:last-child a {
    background-color: transparent;
  }
  #mainNav ul.level_1 > li:last-child a > i:first-child {
    color: #fff;
  }
  #mainNav ul.level_2 {
    z-index: 999999;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 35px 20px;
    box-sizing: border-box;
    top: -10000000px;
    left: -10000000px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  }
  #mainNav ul.level_2:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;
    left: calc(33% - 10px);
    z-index: 99999;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
  }
  #mainNav ul.level_2 li {
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0;
    flex-shrink: 1;
    flex-grow: 1;
    text-align: left;
  }
  #mainNav ul.level_2 li a {
    font-size: 14px;
    padding: 5px 5px 5px 15px;
    color: #112041;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: block;
    text-transform: none;
    font-weight: 700;
    font-family: "Lato", Arial, sans-serif;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    max-width: 98%;
    height: 90%;
    margin-bottom: 5px;
    background-color: rgba(144, 172, 221, 0.25);
  }
  #mainNav ul.level_2 li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #c8c8c8;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.1s ease-in-out 0s;
  }
  #mainNav ul.level_2 li a:hover:after {
    visibility: visible;
    transform: scaleX(1);
  }
  #mainNav ul.level_1 li:hover ul.level_2, #mainNav ul.level_1 li.hover ul.level_2 {
    margin-top: -15px;
    width: 620px;
    height: auto !important;
    top: calc(100% + 15px);
    left: calc(50% - 210px);
    opacity: 1;
  }
  #mainNav ul.level_3, #mainNav ul.level_4 {
    z-index: 999999999;
    position: absolute;
    display: block;
    width: auto;
    min-width: 350px;
    height: auto;
    margin-top: 0;
    background-color: #fff;
    padding: 10px;
    left: 40%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  }
  #mainNav ul.level_3 li, #mainNav ul.level_4 li {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  #mainNav {
    display: block;
  }
  #mainNav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 961px) {
  #mainNav {
    display: block;
  }
  #mainNav ul li {
    padding: 0 5px;
  }
  #mainNav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  #mainNav ul li a {
    font-size: 18px;
  }
  #mainNav ul.level_2 li a {
    font-size: 16px;
  }
}
@media (min-width: 1251px) {
  #mainNav ul.level_2 li {
    width: 33.33333%;
    max-width: 33.33333%;
  }
  #mainNav ul.level_1 li:hover ul.level_2, #mainNav ul.level_1 li.hover ul.level_2 {
    width: 769px;
    left: calc(50% - 375px);
  }
  #mainNav ul.level_1 li:hover ul.level_2:before, #mainNav ul.level_1 li.hover ul.level_2:before {
    left: calc(50% - 10px);
  }
  #mainNav ul.level_1 li.first:hover ul.level_2, #mainNav ul.level_1 li.first.hover ul.level_2, #mainNav ul.level_1 li:first-child:hover ul.level_2, #mainNav ul.level_1 li:first-child.hover ul.level_2 {
    left: calc(50% - 150px);
  }
  #mainNav ul.level_1 li.first:hover ul.level_2:before, #mainNav ul.level_1 li.first.hover ul.level_2:before, #mainNav ul.level_1 li:first-child:hover ul.level_2:before, #mainNav ul.level_1 li:first-child.hover ul.level_2:before {
    left: 140px;
  }
  #mainNav ul.level_3 li {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #topNav {
    display: none;
    text-align: right;
    background-color: transparent;
    height: auto;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #topNav ul {
    padding: 0;
    margin: 0;
  }
  #topNav ul li {
    display: inline-block;
    margin: 0;
    padding: 15px 20px 15px 0;
    position: relative;
  }
  #topNav ul li a {
    padding: 2px;
    color: #90acdd;
    font-size: 12px;
  }
  #topNav ul li a:hover {
    color: #fff;
  }
  #topNav ul li a i.nav_icon {
    margin-right: 4px;
  }
  #topNav ul li a i.nav_icon:before {
    color: #eba810;
  }
  #topNav ul.level_2 {
    display: flex;
    z-index: 999999;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 35px 20px;
    box-sizing: border-box;
    top: -10000000px;
    left: -10000000px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  }
  #topNav ul.level_2:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 99998;
  }
  #topNav ul.level_2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    z-index: 99999;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
  }
  #topNav ul.level_2 li {
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0;
    flex-shrink: 1;
    flex-grow: 1;
  }
  #topNav ul.level_2 li a {
    font-size: 14px;
    padding: 5px 5px 5px 15px;
    color: #112041;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
    text-transform: none;
    font-weight: 700;
    font-family: "Lato", Arial, sans-serif;
  }
  #topNav ul.level_2 li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #c8c8c8;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.1s ease-in-out 0s;
  }
  #topNav ul.level_2 li a:hover:after {
    visibility: visible;
    transform: scaleX(1);
  }
  #topNav ul.level_1 li:hover ul.level_2, #topNav ul.level_1 li.hover ul.level_2 {
    margin-top: -15px;
    width: 420px;
    height: auto;
    top: calc(100% + 15px);
    left: calc(50% - 210px);
    opacity: 1;
  }
  #topNav ul.level_3 {
    width: 350px;
    max-width: 350px;
    z-index: 999999999;
    position: absolute;
    display: block;
    height: auto;
    margin-top: 0;
    background-color: #fff;
    padding: 10px;
    right: 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.6);
  }
  #topNav ul.level_3 li {
    display: block;
    width: auto;
  }
  #topNav ul.level_3 li a {
    padding: 10px 2px;
    display: block;
  }
}
@media (min-width: 769px) {
  #topNav {
    display: block;
  }
}
@media (min-width: 1050px) {
  #topNav ul li a {
    font-size: 14px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #offcanvasWrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 20px;
  }
  #offcanvas-mainnav, #offcanvas-topnav, #offcanvas-footernav {
    padding: 0;
  }
  .open + #offcanvas-mainnav, .open + #offcanvas-topnav, .open + #offcanvas-footernav {
    clear: left;
  }
  #offcanvas-mainnav ul, #offcanvas-mainnav li, #offcanvas-topnav ul, #offcanvas-topnav li, #offcanvas-footernav ul, #offcanvas-footernav li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #offcanvas-mainnav ul, #offcanvas-topnav ul, #offcanvas-footernav ul {
    box-sizing: border-box;
  }
  #offcanvas-mainnav ul li, #offcanvas-topnav ul li, #offcanvas-footernav ul li {
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
  }
  #offcanvas-mainnav ul li a, #offcanvas-mainnav ul li strong, #offcanvas-topnav ul li a, #offcanvas-topnav ul li strong, #offcanvas-footernav ul li a, #offcanvas-footernav ul li strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    color: #fff;
    font-family: "Lato", Arial, sans-serif;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #offcanvas-mainnav ul li a:hover, #offcanvas-mainnav ul li strong:hover, #offcanvas-topnav ul li a:hover, #offcanvas-topnav ul li strong:hover, #offcanvas-footernav ul li a:hover, #offcanvas-footernav ul li strong:hover {
    color: #eba810;
  }
  #offcanvas-mainnav ul li > i.plusIcon, #offcanvas-topnav ul li > i.plusIcon, #offcanvas-footernav ul li > i.plusIcon {
    display: none;
  }
  #offcanvas-mainnav ul li > i.minusIcon, #offcanvas-topnav ul li > i.minusIcon, #offcanvas-footernav ul li > i.minusIcon {
    display: block;
  }
  #offcanvas-mainnav ul li i, #offcanvas-topnav ul li i, #offcanvas-footernav ul li i {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #eba810;
    position: absolute;
    top: 11px;
    left: 5px;
    cursor: pointer;
    padding: 0 5px 5px;
  }
  #offcanvas-mainnav ul.level_1 > li, #offcanvas-topnav ul.level_1 > li, #offcanvas-footernav ul.level_1 > li {
    margin: 20px;
    border: 1px solid #3f63a3;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(63, 99, 163, 0.25);
    transition: all ease-in 0.5s;
  }
  #offcanvas-mainnav ul.level_1 > li.open, #offcanvas-topnav ul.level_1 > li.open, #offcanvas-footernav ul.level_1 > li.open {
    width: calc(100% - 40px);
    clear: left;
  }
  #offcanvas-mainnav ul.level_1 > li.open + li, #offcanvas-topnav ul.level_1 > li.open + li, #offcanvas-footernav ul.level_1 > li.open + li {
    clear: left;
  }
  #offcanvas-mainnav ul.level_2, #offcanvas-topnav ul.level_2, #offcanvas-footernav ul.level_2 {
    padding: 10px;
  }
  #offcanvas-mainnav ul.level_2 li a, #offcanvas-mainnav ul.level_2 li strong, #offcanvas-topnav ul.level_2 li a, #offcanvas-topnav ul.level_2 li strong, #offcanvas-footernav ul.level_2 li a, #offcanvas-footernav ul.level_2 li strong {
    font-size: 16px;
    padding: 5px;
    margin-bottom: 3px;
    color: #fff;
  }
  #offcanvas-mainnav ul.level_2 li a:hover, #offcanvas-mainnav ul.level_2 li strong:hover, #offcanvas-topnav ul.level_2 li a:hover, #offcanvas-topnav ul.level_2 li strong:hover, #offcanvas-footernav ul.level_2 li a:hover, #offcanvas-footernav ul.level_2 li strong:hover {
    color: #eba810;
  }
  #offcanvas-mainnav ul.level_2 li i, #offcanvas-topnav ul.level_2 li i, #offcanvas-footernav ul.level_2 li i {
    top: 5px;
  }
  #offcanvas-mainnav ul.level_3, #offcanvas-topnav ul.level_3, #offcanvas-footernav ul.level_3 {
    padding: 7px;
  }
  #offcanvas-mainnav ul.level_3 li a, #offcanvas-mainnav ul.level_3 li strong, #offcanvas-topnav ul.level_3 li a, #offcanvas-topnav ul.level_3 li strong, #offcanvas-footernav ul.level_3 li a, #offcanvas-footernav ul.level_3 li strong {
    font-size: 14px;
  }
  #offcanvas-mainnav ul.level_3 li a:hover, #offcanvas-mainnav ul.level_3 li strong:hover, #offcanvas-topnav ul.level_3 li a:hover, #offcanvas-topnav ul.level_3 li strong:hover, #offcanvas-footernav ul.level_3 li a:hover, #offcanvas-footernav ul.level_3 li strong:hover {
    color: #eba810;
  }
  #offcanvas-mainnav ul.level_3 li i, #offcanvas-topnav ul.level_3 li i, #offcanvas-footernav ul.level_3 li i {
    top: 7px;
  }
  #offcanvas-mainnav li.closed > i.plusIcon, #offcanvas-topnav li.closed > i.plusIcon, #offcanvas-footernav li.closed > i.plusIcon {
    display: block;
  }
  #offcanvas-mainnav li.closed > i.minusIcon, #offcanvas-topnav li.closed > i.minusIcon, #offcanvas-footernav li.closed > i.minusIcon {
    display: none;
  }
  #offcanvas-mainnav .subitems, #offcanvas-topnav .subitems, #offcanvas-footernav .subitems {
    display: none;
  }
}
@media (min-width: 641px) {
  #offcanvas-mainnav ul.level_1, #offcanvas-topnav ul.level_1, #offcanvas-footernav ul.level_1 {
    width: 100%;
  }
  #offcanvas-mainnav ul.level_1 > li, #offcanvas-topnav ul.level_1 > li, #offcanvas-footernav ul.level_1 > li {
    width: calc(50% - 40px);
    float: left;
  }
}
@media (min-width: 961px) {
  #offcanvas-mainnav, #offcanvas-topnav, #offcanvas-footernav {
    max-width: 875px;
    margin: 0 auto;
  }
  #offcanvas-mainnav ul.level_1 > li, #offcanvas-topnav ul.level_1 > li, #offcanvas-footernav ul.level_1 > li {
    width: calc(100% / 3 - 40px);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  #footerNav {
    margin-top: 40px;
    text-align: center;
  }
  #footerNav ul {
    padding-left: 0;
  }
  #footerNav ul.level_1 > li {
    list-style-type: none;
    color: #eba810;
  }
  #footerNav ul.level_1 > li > a {
    color: #eba810;
    font-size: 16px;
  }
  #footerNav ul li {
    list-style-type: disc;
    color: #c8c8c8;
  }
  #footerNav ul li::marker {
    color: #c8c8c8;
  }
  #footerNav ul li a {
    color: #c8c8c8;
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    margin: 0 0 15px;
  }
}
@media (min-width: 769px) {
  #footerNav {
    text-align: left;
    padding-left: 5px;
  }
  #footerNav ul.level_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 30px;
  }
  #footerNav ul.level_1 > li {
    min-width: calc(50% - 15px);
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1250px) {
  #footerNav ul.level_1 > li {
    min-width: calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    flex-basis: calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_pagesnav {
    background-color: #cecfdf;
    padding: 40px 40px 35px;
    margin-bottom: 10px;
    width: 100%;
  }
  .ce_pagesnav h2 {
    font-family: "Poppins", Arial, sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
  .ce_pagesnav ul, .ce_pagesnav li {
    margin: 0;
    padding: 0;
  }
  .ce_pagesnav li {
    margin-bottom: 5px;
  }
  .ce_pagesnav li a {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 20px;
    font-family: "Poppins", Arial, sans-serif;
    color: #3b3c47;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -1px;
  }
  .ce_pagesnav li a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .ce_pagesnav.hasImage {
    background-color: transparent;
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ce_pagesnav.hasImage figure {
    width: 45%;
    padding-right: 5%;
    flex-shrink: 0;
  }
  .ce_pagesnav.hasImage h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #3f63a3;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .ce_pagesnav {
    width: 50%;
    box-sizing: border-box;
    border-right: 10px solid #fff;
  }
  .ce_pagesnav.full_width {
    width: 100%;
    border-right: none;
  }
  .ce_pagesnav.full_width ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ce_pagesnav.full_width ul li {
    width: 33.33333%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ce_pagesnav.hasImage {
    border-right: none;
    padding-right: 25px;
  }
}
@media (min-width: 961px) {
  .ce_pagesnav li a {
    font-size: 22px;
    line-height: 24px;
  }
  .ce_pagesnav li a:before {
    font-size: 16px;
  }
  .ce_pagesnav.hasImage h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .ce_pagesnav.hasImage li a {
    font-size: 18px;
    line-height: 20px;
  }
  .ce_pagesnav.hasImage li a:before {
    font-size: 14px;
  }
}
@media (min-width: 1151px) {
  .ce_pagesnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
  }
  .ce_pagesnav h2 {
    margin-bottom: 30px;
  }
  .ce_pagesnav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ce_pagesnav li {
    width: 50%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ce_pagesnav.full_width {
    display: block;
  }
  .ce_pagesnav.full_width .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }
  .ce_pagesnav.full_width .content h2 {
    width: 30%;
    margin-bottom: 0;
  }
  .ce_pagesnav.full_width .content ul {
    width: 70%;
  }
  .ce_pagesnav.hasImage ul {
    display: block;
  }
  .ce_pagesnav.hasImage li {
    padding-right: 0;
    width: 100%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #headerTopCtaNav {
    position: relative;
    overflow: visible;
    flex-grow: 1;
    display: none;
  }
  #headerTopCtaNav ul {
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    padding: 10px 10px 10px 0;
    justify-content: flex-start;
  }
  #headerTopCtaNav ul > li:first-child {
    padding-left: 0;
  }
  #headerTopCtaNav ul > li.getAQuoteLink a {
    background-color: #eba810;
    color: #1e355e;
  }
  #headerTopCtaNav ul li {
    padding: 0 0 0 10px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #headerTopCtaNav ul li a, #headerTopCtaNav ul li strong {
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #1e355e;
    padding: 3px 8px;
    white-space: nowrap;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  #headerTopCtaNav ul li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerTopCtaNav ul li a.active, #headerTopCtaNav ul li a.trail {
    color: #3f63a3;
    border: 2px solid #3f63a3;
  }
  #headerTopCtaNav ul li:hover a, #headerTopCtaNav ul li.hover a {
    color: #3f63a3;
    border: 2px solid #3f63a3;
  }
  #headerTopCtaNav ul li:hover li a, #headerTopCtaNav ul li.hover li a {
    color: #3f63a3;
    border: 2px solid transparent;
  }
}
@media (min-width: 769px) {
  #headerTopCtaNav {
    display: block;
  }
}
@media (min-width: 1200px) {
  #headerTopCtaNav {
    display: none;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #headerBottomCtaNav {
    position: relative;
    overflow: visible;
    flex-grow: 1;
    display: none;
  }
  #headerBottomCtaNav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  #headerBottomCtaNav ul li {
    padding: 0 0 0 10px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
  }
  #headerBottomCtaNav ul li a, #headerBottomCtaNav ul li strong {
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #112041;
    padding: 3px 8px;
    white-space: nowrap;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  #headerBottomCtaNav ul li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #headerBottomCtaNav ul li a.active, #headerBottomCtaNav ul li a.trail {
    color: #3f63a3;
    border: 2px solid #3f63a3;
  }
  #headerBottomCtaNav ul li:hover a, #headerBottomCtaNav ul li.hover a {
    color: #3f63a3;
    border: 2px solid #3f63a3;
  }
  #headerBottomCtaNav ul li:hover li a, #headerBottomCtaNav ul li.hover li a {
    color: #3f63a3;
    border: 2px solid transparent;
  }
  #headerBottomCtaNav ul.level_1 {
    margin-bottom: 0;
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
  }
  #headerBottomCtaNav ul.level_1 > li:last-child a {
    background-color: #eba810;
    color: #1e355e;
  }
}
@media (min-width: 1200px) {
  #headerBottomCtaNav {
    display: block;
  }
  #headerBottomCtaNav ul li a {
    font-size: 14px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  #homeBottomNav ul {
    padding-left: 0;
  }
  #homeBottomNav ul.level_1 > li {
    list-style-type: none;
    color: #eba810;
  }
  #homeBottomNav ul.level_1 > li > a {
    color: #eba810;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #homeBottomNav ul.level_1 > li + li {
    margin-top: 30px;
  }
  #homeBottomNav ul.level_2 > li:not(.button) > a {
    display: block;
    position: relative;
    left: 20px;
    top: -15px;
  }
  #homeBottomNav ul li {
    list-style-type: square;
    color: #fff;
  }
  #homeBottomNav ul li::marker {
    color: #eba810;
  }
  #homeBottomNav ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    margin: 0 0 15px;
  }
  #homeBottomNav ul li.button {
    border: 0;
    background-color: #0c1936;
    padding: 10px 15px;
    line-height: 100%;
  }
  #homeBottomNav ul li.button:after {
    content: "";
    font-family: "fontawesome";
  }
  #homeBottomNav ul li.button a.button {
    background-color: transparent;
    margin: 0;
    padding: 0 10px 0 0;
    font-weight: normal;
  }
}
@media (min-width: 641px) {
  #homeBottomNav ul.level_1 {
    display: flex;
    justify-content: space-between;
  }
  #homeBottomNav ul.level_1 > li {
    min-width: 20%;
    max-width: 30%;
  }
  #homeBottomNav ul.level_1 > li + li {
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  #homeBottomNav ul.level_1 > li > a {
    font-size: 28px;
  }
  #homeBottomNav ul.level_2 > li:not(.button) > a {
    top: -17px;
  }
  #homeBottomNav ul li a {
    font-size: 18px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111111;
  background: rgba(30, 53, 94, 0.95);
}
/* Overlay closing cross */
.overlay button.overlay-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 100;
  background-color: transparent;
  border-radius: 0;
}
.overlay button.overlay-close span {
  display: none;
}
.overlay .overlay-close:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 25px;
  color: #c8c8c8;
  z-index: 100;
}
/* Effects */
.overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay #offcanvasWrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  padding-bottom: 100px;
}
.overlay #offcanvasWrapper > * {
  position: relative;
  z-index: 100;
}
.overlay #offcanvasWrapper:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-backdrop-filter: blur(2px);
  -ms-backdrop-filter: blur(2px);
  -moz-backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.overlay nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
@media (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #offcanvasLogo figure {
    width: min(50%, 300px);
    margin: 20px auto;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #offcanvasSearch {
    margin: 40px 20px;
    position: relative;
  }
  #offcanvasSearch .widget-text {
    position: relative;
  }
  #offcanvasSearch .widget-text button.magnifyingGlassIcon {
    position: absolute;
    top: 10%;
    right: 5px;
    background: transparent;
    border: 0 hidden;
    color: #000;
    padding: 0 10px;
  }
  #offcanvasSearch .widget-text input.text {
    padding-right: 50px;
  }
}
@media (min-width: 961px) {
  #offcanvasSearch {
    max-width: 875px;
    margin: 40px auto;
    padding: 0 20px;
  }
  #offcanvasSearch .widget-text button.magnifyingGlassIcon {
    top: 15%;
  }
  #offcanvasSearch .widget-text input.text {
    padding-right: 50px;
  }
}
@media (min-width: 1150px) {
  #offcanvasSearch .widget-text button.magnifyingGlassIcon {
    top: 30%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .pagination {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    justify-content: center;
  }
  .pagination p {
    width: 100%;
    flex-basis: 100%;
    display: inline-block;
    padding: 5px;
    height: 30px;
    text-align: center;
    color: #1e355e;
    font-family: "Bitter", Georgia, Arial;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .pagination p input {
    display: none;
  }
  .pagination p input:checked + label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #1e355e;
  }
  .pagination ul {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .pagination ul li {
    width: auto;
    flex-basis: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 0;
  }
  .pagination ul li a {
    font-weight: 600;
    color: #fff;
    font-family: "Bitter", Georgia, Arial;
    background-color: #1e355e;
    border: 1px solid #1e355e;
    display: block;
    padding: 5px 15px;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
  .pagination ul li a:hover {
    color: #1e355e;
    background-color: #fff;
    border: 1px solid #1e355e;
  }
  .pagination ul li strong.active {
    color: #1e355e;
    background-color: #fff;
    border: 1px solid #1e355e;
    display: block;
    padding: 5px 15px;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #multiSearch .searchResultsWrapper {
    padding: 15px;
    background-color: rgba(144, 172, 221, 0.25);
    margin-top: 30px;
  }
  #multiSearch .widget {
    position: relative;
  }
  #multiSearch .widget .magnifyingGlassIcon {
    position: absolute;
    right: 13px;
    top: 6px;
    height: 58%;
    background-color: transparent;
    color: #000;
    margin: 0;
    padding: 0;
  }
  #multiSearch .widget .text {
    width: 100%;
    padding-right: 50px;
  }
  #multiSearch p.empty {
    margin-bottom: 0;
  }
  #multiSearch .modesWrapper {
    display: flex;
    border-bottom: 1px solid #3f63a3;
    margin-bottom: 30px;
  }
  #multiSearch .modesWrapper ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
  }
  #multiSearch .modesWrapper ul li {
    font-size: 16px;
    width: 50%;
  }
  #multiSearch .modesWrapper ul a {
    font-weight: bold;
    padding: 3px 10px;
    display: block;
  }
  #multiSearch .modesWrapper ul a:hover, #multiSearch .modesWrapper ul a.active {
    text-decoration: underline;
  }
  #multiSearch .searchModsWrapper .searchMod {
    margin: 44px 0;
    background-color: #fff;
    border: 2px solid #e7e4e4;
    border-radius: 5px;
  }
  #multiSearch .searchModsWrapper .searchMod .searchModHeadline {
    padding: 14px 15px;
    border-bottom: 2px solid #e7e4e4;
  }
  #multiSearch .searchModsWrapper .searchMod .searchModInner .viewAll {
    display: block;
    text-align: center;
    padding: 15px;
    border-top: 2px solid #e7e4e4;
  }
  #multiSearch .searchModsWrapper .module_links .mod_search p.empty {
    padding: 30px;
  }
  #multiSearch .searchModsWrapper .module_links .search_multisearch {
    border-bottom: 2px solid #e7e4e4;
    overflow: hidden;
  }
  #multiSearch .searchModsWrapper .module_links .search_multisearch .url {
    display: none;
  }
  #multiSearch .searchModsWrapper .module_links .search_multisearch a {
    padding: 15px;
    font-weight: 700;
    display: block;
  }
  #multiSearch .searchModsWrapper .module_links .search_multisearch .context {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 400;
  }
  #multiSearch .searchModsWrapper .module_links .search_multisearch:last-child {
    border-bottom: none;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist {
    padding: 15px;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner {
    padding: 0;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video {
    overflow: hidden;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video a {
    display: block;
    color: #1e355e;
  }
  #multiSearch .searchModsWrapper .module_documents .mod_documentlist {
    padding: 15px;
  }
  #multiSearch .searchModsWrapper .module_documents .mod_documentlist .layout_nameonly {
    margin-bottom: 10px;
  }
  #multiSearch .searchModsWrapper .module_documents .mod_documentlist .layout_nameonly:last-child {
    margin-bottom: 0;
  }
  #multiSearch .searchModsWrapper .module_documents .mod_documentlist .layout_nameonly a {
    padding: 15px;
  }
  #multiSearch .searchModsWrapper .module_faqs .mod_searchableFaqList .even {
    border-bottom: 1px solid #e7e4e4;
    overflow: hidden;
  }
  #multiSearch .searchModsWrapper .module_faqs .mod_searchableFaqList .odd {
    border-bottom: 1px solid #e7e4e4;
    overflow: hidden;
  }
  #multiSearch .searchModsWrapper .module_faqs .mod_searchableFaqList .odd:last-child, #multiSearch .searchModsWrapper .module_faqs .mod_searchableFaqList .even:last-child {
    border-bottom: 0 hidden;
  }
  #multiSearch .searchModsWrapper .module_faqs .mod_searchableFaqList a {
    text-align: left;
    display: block;
    padding: 15px;
    line-height: 130%;
  }
  #multiSearch .searchModsWrapper .module_faqs .mod_searchableFaqList p.empty {
    padding: 15px;
  }
}
@media (min-width: 0px) and (max-width: 769px) {
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video h2, #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video h3, #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video h4, #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video h5 {
    font-size: 1rem;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video > * {
    padding: 15px;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video:last-child > div {
    margin-bottom: 0;
  }
}
@media (min-width: 461px) {
  #multiSearch .modesWrapper ul li {
    width: calc(100% / 3);
  }
}
@media (min-width: 641px) {
  #multiSearch .modesWrapper ul {
    flex-wrap: nowrap;
  }
  #multiSearch .modesWrapper ul li {
    width: auto;
  }
}
@media (min-width: 769px) {
  #multiSearch .modesWrapper ul li {
    font-size: 20px;
  }
  #multiSearch .modesWrapper ul li a {
    padding: 5px 18px;
  }
  #multiSearch .searchModsWrapper .searchMod {
    margin-right: 10px;
    margin-left: 10px;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner {
    display: grid;
    grid-template-columns: 2, calc(50% - 30px / 2);
    gap: 30px;
  }
  #multiSearch .searchModsWrapper .module_videos .mod_videolist .inner .video a {
    padding: 0;
    border: none;
  }
  #multiSearch .searchModsWrapper .module_documents .mod_documentlist {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 30px / 2));
    gap: 30px;
    padding: 30px;
  }
  #multiSearch .searchModsWrapper .module_documents .mod_documentlist .layout_nameonly {
    margin: 0;
  }
}
@media (min-width: 1150px) {
  #multiSearch .widget .magnifyingGlassIcon {
    top: 11px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .slick-slider {
    text-align: center;
  }
  .slick-slider .slick-slide {
    overflow: hidden;
  }
  .slick-slider button.slick-arrow {
    z-index: 9;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
    background-color: transparent;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
    position: absolute;
    top: calc(50% - 15px);
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0.45;
  }
  .slick-slider button.slick-arrow.slick-next {
    right: 0;
    text-align: right;
  }
  .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    text-align: left;
  }
  .slick-slider button.slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-slider button.slick-arrow [class^="icon-"]:before, .slick-slider button.slick-arrow [class*=" icon-"]:before {
    margin: 0;
    width: auto;
    height: auto;
  }
  .slick-slider ul.slick-dots {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    padding: 0 25px;
    list-style: none;
    z-index: 99;
    display: block;
    text-align: center;
  }
  .slick-slider ul.slick-dots li {
    display: inline-block;
    background-color: #112041;
    padding: 10px 10px;
    margin-right: 8px;
    cursor: pointer;
  }
  .slick-slider ul.slick-dots li button {
    display: none;
  }
  .slick-slider ul.slick-dots li.slick-active {
    background-color: #eba810;
  }
  .slick-slider ul.slick-dots li:last-child {
    margin-right: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #homeSlide .ce_callout_w_img_bg .inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  #homeSlide .ce_callout_w_img_bg a.hyperlink_txt {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    background: #1e355e;
    background: -moz-linear-gradient(180deg, rgba(30, 53, 94, 0.8) 0%, rgba(30, 53, 94, 0.8) 50%, rgba(30, 53, 94, 0.8) 75%, rgba(30, 53, 94, 0.8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(30, 53, 94, 0.8) 0%, rgba(30, 53, 94, 0.8) 50%, rgba(30, 53, 94, 0.8) 75%, rgba(30, 53, 94, 0.8) 100%);
    background: linear-gradient(180deg, rgba(30, 53, 94, 0.8) 0%, rgba(30, 53, 94, 0.8) 50%, rgba(30, 53, 94, 0.8) 75%, rgba(30, 53, 94, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$blue2",endColorstr="$blue2",GradientType=1);
  }
  #homeSlide .ce_callout_w_img_bg .image {
    position: relative;
    padding: 20px;
    top: auto;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #homeSlide .ce_callout_w_img_bg .textContent {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  #homeSlide .ce_callout_w_img_bg .textContent .headline {
    border-top: 2px solid #eba810;
    border-bottom: 2px solid #eba810;
    padding: 10px 10px 15px;
    margin-bottom: 15px;
  }
  #homeSlide .ce_callout_w_img_bg .textContent .headline h2, #homeSlide .ce_callout_w_img_bg .textContent .headline h3 {
    color: #fff;
  }
  #homeSlide ul.slick-dots {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    padding: 0 25px;
    list-style: none;
    z-index: 99;
    display: block;
    text-align: center;
  }
  #homeSlide ul.slick-dots li {
    display: inline-block;
    background-color: #112041;
    padding: 10px 10px;
    margin-right: 8px;
    cursor: pointer;
  }
  #homeSlide ul.slick-dots li button {
    display: none;
  }
  #homeSlide ul.slick-dots li.slick-active {
    background-color: #eba810;
  }
  #homeSlide ul.slick-dots li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  #homeSlide .ce_callout_w_img_bg {
    padding: 0;
  }
  #homeSlide .ce_callout_w_img_bg .image {
    padding-bottom: 25px;
  }
  #homeSlide .ce_callout_w_img_bg .textContent .headline {
    margin-bottom: 25px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .gallerySlider {
    padding-bottom: 20px;
  }
  .gallerySlider button.slick-arrow {
    opacity: 0.9;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide h1, .gallerySlider .ce_rhyme_leftright_gallery_slide h2, .gallerySlider .ce_rhyme_leftright_gallery_slide h3, .gallerySlider .ce_rhyme_leftright_gallery_slide h4, .gallerySlider .ce_rhyme_leftright_gallery_slide h5, .gallerySlider .ce_rhyme_leftright_gallery_slide h6, .gallerySlider .ce_rhyme_leftright_gallery_slide p {
    color: #fff;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight .imageColumn img {
    display: inline-block;
    max-width: 500px !important;
  }
  .gallerySlider .content-image .caption, .gallerySlider .ce_image .caption {
    display: block;
    background-color: #fff;
    color: #1e355e;
    padding: 12px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 680px) {
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight .leftRightColumn {
    padding: 2vw 10vw;
  }
}
@media (min-width: 0px) and (max-width: 850px) {
  .gallerySlider .ce_rhyme_leftright_gallery_slide .textColumn {
    position: relative;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .textColumn > .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 10vw;
  }
}
@media (min-width: 641px) and (max-width: 850px) {
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight .leftRightColumn.textColumn > .inner {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
}
@media (min-width: 681px) {
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight .leftRightColumn {
    padding: 2vw 5vw;
  }
}
@media (min-width: 851px) {
  .gallerySlider .ce_rhyme_leftright_gallery_slide .noText .leftRightRow {
    display: block !important;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .noText .leftRightColumn.imageColumn > .inner {
    position: static !important;
    transform: none !important;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .hasText .leftRightColumn.imageColumn {
    text-align: right;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .hasText .leftRightColumn.imageColumn img {
    max-width: 10000px !important;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight.rightTextPosition .leftRightRow {
    grid-template-columns: 1.3fr 0.7fr;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight.rightTextPosition .textColumn {
    padding-left: 1vw;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight.leftTextPosition .leftRightRow {
    grid-template-columns: 0.7fr 1.3fr;
  }
  .gallerySlider .ce_rhyme_leftright_gallery_slide .rhymeLeftRight.leftTextPosition .textColumn {
    padding-right: 1vw;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #header .socialIcons {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .socialIcons a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 0 3px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header .socialIcons a:hover {
    color: #fff;
  }
  #header .socialIcons a i:before {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 0;
    display: inline-block;
  }
  #header .socialIcons a span {
    display: none;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #offcanvas .socialIcons {
    clear: both;
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
  }
  #offcanvas .socialIcons a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 0 12px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #offcanvas .socialIcons a:hover {
    color: #fff;
  }
  #offcanvas .socialIcons a i:before {
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    line-height: 0;
    display: inline-block;
  }
  #offcanvas .socialIcons a span {
    display: none;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_article.paddedArticle {
    padding: 50px 25px;
  }
  .mod_article.paddedArticle > .content-headline, .mod_article.paddedArticle > .ce_headline {
    text-align: center;
    font-family: "Poppins", Arial, sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
}
@media (min-width: 961px) {
  .mod_article.paddedArticle {
    padding: 70px 50px 90px;
  }
  .mod_article.paddedArticle > .content-headline, .mod_article.paddedArticle > .ce_headline {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .pageTopLinkWrapper {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .pageTopLinkWrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .pageTopLinkWrapper > div {
    height: 50%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  .row.twoBlocks {
    min-width: 0;
  }
  .row.twoBlocks > div {
    min-width: 0;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  .row.twoBlocks > div {
    width: 100%;
  }
  .row.twoBlocks > div:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 1px) and (max-width: 768px) and (max-width: 768px) {
  .row.twoBlocks.smallBottomMargin {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .row.twoBlocks {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    width: 100%;
  }
  .row.twoBlocks.rowWrap {
    flex-wrap: wrap;
  }
  .row.twoBlocks.rowWrap > div {
    margin-bottom: 10px;
  }
  .row.twoBlocks.rowWrap > div:nth-child(odd) {
    margin-right: 10px;
  }
  .row.twoBlocks.rowWrap > div:nth-child(even) {
    margin-left: 10px;
  }
  .row.twoBlocks > div {
    height: auto;
    width: calc(50% - 10px);
  }
  .row.twoBlocks > div:first-child {
    margin-right: 10px;
  }
  .row.twoBlocks > div:last-child:not(:first-child) {
    margin-left: 10px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  .row.threeBlocks {
    min-width: 0;
  }
  .row.threeBlocks > div {
    min-width: 0;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  .row.threeBlocks > div {
    margin-top: 20px;
    width: 100%;
  }
  .row.threeBlocks > div:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 768px) and (max-width: 768px) {
  .row.threeBlocks.smallBottomMargin {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .row.threeBlocks {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    width: 100%;
  }
  .row.threeBlocks > div {
    height: auto;
    width: calc(100% / 3 - (40px / 3));
    margin-right: 10px;
    margin-left: 10px;
  }
  .row.threeBlocks > div:first-child {
    margin-right: 10px;
    margin-left: 0;
  }
  .row.threeBlocks > div:last-child:not(:first-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 1px) {
  .row.fourBlocks {
    min-width: 0;
  }
  .row.fourBlocks > div {
    min-width: 0;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  .row.fourBlocks > div {
    margin-top: 20px;
    width: 100%;
  }
  .row.fourBlocks > div:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1px) and (max-width: 768px) and (max-width: 768px) {
  .row.fourBlocks.smallBottomMargin {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .row.fourBlocks {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    width: 100%;
  }
  .row.fourBlocks > div {
    height: auto;
    width: calc(25% - (60px / 4));
    margin-right: 10px;
    margin-left: 10px;
  }
  .row.fourBlocks > div:first-child {
    margin-right: 10px;
    margin-left: 0;
  }
  .row.fourBlocks > div:last-child:not(:first-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 769px) {
  .programsBlock {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #knowledgebaseLister .faqItem a {
    display: block;
    padding: 20px 60px 20px 30px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    position: relative;
  }
  #knowledgebaseLister .faqItem a:hover {
    background: rgba(63, 99, 163, 0.25);
  }
  #knowledgebaseLister .faqItem a i {
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #knowledgebaseLister .faqItem:last-child a {
    border-bottom: 1px solid #c8c8c8;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #knowledgebaseReader h1 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Poppins", Arial, sans-serif;
    color: #0c1936;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
  #knowledgebaseReader .ce_blockylinkslist {
    margin-top: 40px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_singlekb, .mod_faqlist .relatedKBitem {
    padding: 10px 0;
  }
  .ce_singlekb h1, .ce_singlekb h2, .ce_singlekb h3, .mod_faqlist .relatedKBitem h1, .mod_faqlist .relatedKBitem h2, .mod_faqlist .relatedKBitem h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .ce_singlekb .question p, .mod_faqlist .relatedKBitem .question p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .ce_singlekb .question p a, .mod_faqlist .relatedKBitem .question p a {
    color: #eba810;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }
  .ce_singlekb .question p a:hover, .mod_faqlist .relatedKBitem .question p a:hover {
    color: #112041;
  }
  .ce_singlekb .answer, .mod_faqlist .relatedKBitem .answer {
    text-align: right;
    margin-top: 10px;
  }
  .ce_singlekb .answer a, .mod_faqlist .relatedKBitem .answer a {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(144, 172, 221, 0.25);
    color: #3f63a3;
  }
}
@media (min-width: 769px) {
  .ce_singlekb h2, .ce_singlekb h3, .ce_singlekb h4 {
    font-size: 2rem;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .video_container {
    max-width: 100%;
    overflow: hidden;
  }
  .video_container div {
    max-width: 100%;
    overflow: hidden;
  }
  .video_container div video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .videoReaderPage #heroBlock .heroText h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1201px) {
  .videoReaderPage #heroBlock .heroText h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1501px) {
  .videoReaderPage #heroBlock .heroText h1 {
    font-size: 3rem;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .topVideo .embedWrapper {
    width: min(800px, 100%);
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .topVideo .embedWrapper > .inner {
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
  }
  .topVideo .embedWrapper > .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .topVideo .textWrapper > .inner {
    padding: 0 0 30px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .topVideo p.back {
    display: none;
  }
}
@media (min-width: 961px) {
  .topVideo .textWrapper > .inner {
    text-align: left;
    max-width: none;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .videoLister {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px 20px;
    padding-top: 60px;
    position: relative;
  }
  .videoLister h2 {
    position: absolute;
    top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .videoLister > div {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .videoLister > div h3 {
    padding: 10px 0;
  }
  .videoLister .pagination {
    margin: 15px auto;
  }
  .videoLister .pagination p {
    color: #1e355e;
  }
  .videoLister .pagination ul li a {
    color: #1e355e;
    background-color: #90acdd;
    border-color: #1e355e;
  }
  .videoLister .pagination ul li strong.active {
    color: #313131;
  }
}
@media (min-width: 641px) {
  .videoLister {
    padding-top: 80px;
  }
  .videoLister h2 {
    font-size: 2rem;
  }
  .videoLister > div {
    width: calc(50% - 10px);
  }
}
@media (min-width: 961px) {
  .videoLister > div {
    width: calc((100% / 3) - 15px);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .relatedVideos {
    width: 100%;
  }
  .relatedVideos > .inner {
    height: 100%;
  }
  .relatedVideos .layout_related {
    background-color: rgba(144, 172, 221, 0.25);
    padding: 30px 35px;
    height: 100%;
  }
  .relatedVideos .relatedVideos:last-child .layout_related {
    margin-bottom: 0;
  }
  .relatedVideos .topLinks {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #1e355e;
  }
  #main > .inside > .mod_article .relatedVideos .topLinks {
    margin-bottom: 0;
    padding: 20px 25px;
    background-color: rgba(144, 172, 221, 0.25);
    border-bottom: 0 hidden;
    position: relative;
  }
  #main > .inside > .mod_article .relatedVideos .topLinks:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #1e355e;
  }
  .relatedVideos .topLinks .headline {
    margin-right: 5px;
  }
  .relatedVideos .topLinks h2, .relatedVideos .topLinks h3, .relatedVideos .topLinks h4, .relatedVideos .topLinks h5 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 2rem;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    border-bottom: 0 hidden !important;
    margin-bottom: 0 !important;
  }
  .relatedVideos .topLinks .buttonWrapper a {
    display: flex;
    flex-wrap: nowrap;
    border: 0;
    background: none;
    background-color: #fff;
    color: #90acdd;
    padding: 5px 0 5px 10px;
    line-height: 100%;
    font-size: 1rem;
    font-family: "Lato", Arial, sans-serif;
    text-transform: uppercase;
    white-space: normal;
    transition: all 0.25s ease;
    font-weight: 900;
    letter-spacing: normal;
    overflow: visible;
    appearance: none;
    margin: 0 2px 0;
    text-decoration: none;
    border-radius: 4px;
    justify-content: space-between;
  }
  .relatedVideos .topLinks .buttonWrapper a span.linkText {
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
    min-width: calc(100% - 25px);
    flex-basis: calc(100% - 25px);
    white-space: nowrap;
    display: block;
  }
  .relatedVideos .topLinks .buttonWrapper a i {
    padding-left: 5px;
    display: inline-block;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    flex-basis: 20px;
  }
  .relatedVideos a.hyperlink_txt {
    display: block;
    color: #1e355e;
  }
  .relatedVideos figure {
    text-align: center;
  }
  .relatedVideos figure img {
    max-width: 480px;
  }
  .relatedVideos .textContent {
    padding: 0 0 25px;
  }
  .relatedVideos .textContent h2, .relatedVideos .textContent h3, .relatedVideos .textContent h4, .relatedVideos .textContent h5 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .relatedVideos .textContent .subheadline {
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 0;
    letter-spacing: -0.5px;
  }
  .relatedVideos button, .relatedVideos a.button {
    white-space: normal;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .relatedVideos .layout_related {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .relatedVideos > .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .relatedVideos .topLinks {
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .relatedVideos .topLinks .buttonWrapper {
    padding-top: 3px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #right .relatedVideos a.hyperlink_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #right .relatedVideos a.hyperlink_txt .image {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  #right .relatedVideos a.hyperlink_txt figure {
    padding-right: 30px;
  }
}
@media (min-width: 961px) {
  #main > .inside > .mod_article .relatedVideos > .inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: transparent;
    gap: 30px;
  }
  #main > .inside > .mod_article .relatedVideos > .inner > div {
    width: calc(100% / 3 - (60px / 3));
  }
  #main > .inside > .mod_article .relatedVideos .topLinks {
    background-color: transparent;
    border-bottom: 0 hidden;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #eba810;
  }
  #main > .inside > .mod_article .relatedVideos .topLinks:after {
    display: none;
  }
  #main > .inside > .mod_article .relatedVideos .topLinks .buttonWrapper {
    position: absolute;
    top: 15px;
    right: 0;
  }
  #main > .inside > .mod_article .relatedVideos .topLinks .buttonWrapper a {
    display: flex;
    margin-bottom: 0;
    border: 0;
    background-color: #1e355e;
    color: #fff;
    padding: 5px 10px;
    line-height: 100%;
    font-size: 1rem;
    font-family: "Lato", Arial, sans-serif;
    text-transform: uppercase;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}
@media (min-width: 1201px) {
  .relatedVideos .topLinks .buttonWrapper {
    padding-top: 2px;
  }
  #right .relatedVideos .topLinks h2, #right .relatedVideos .topLinks h3, #right .relatedVideos .topLinks h4, #right .relatedVideos .topLinks h5 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -1px;
  }
  .relatedVideos .textContent h2, .relatedVideos .textContent h3, .relatedVideos .textContent h4, .relatedVideos .textContent h5 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1px;
  }
  .relatedVideos .textContent p {
    font-size: 0.9rem;
    line-height: 140%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .latestFeaturedVideo figure.youtubeThumb {
    position: relative;
    overflow: hidden;
  }
  .latestFeaturedVideo figure.youtubeThumb img {
    margin-top: -12%;
    margin-bottom: -12%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .video_element_embed_only .embedWrapper {
    width: min(800px, 100%);
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .video_element_embed_only .embedWrapper > .inner {
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
  }
  .video_element_embed_only .embedWrapper > .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  div.contentColumnsGrid .contentCell.image figure {
    overflow: hidden;
  }
  div.contentColumnsGrid .contentCell.image figure img {
    width: auto;
    max-width: 100%;
  }
  div.contentColumnsGrid .contentCell.image .caption {
    font-size: 80%;
  }
  div.contentColumnsGrid .contentCell.image + .headline {
    margin-top: 15px;
  }
  div.contentColumnsGrid .contentCell.text {
    font-size: 90%;
  }
  div.contentColumnsGrid .contentCell.hyperlink a {
    background-color: #eba810;
    color: #1e355e;
    font-weight: 800;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: "Poppins", Arial, sans-serif;
  }
  div.contentColumnsGrid .contentCell.hyperlink a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  body .contentColumnsGrid {
    max-width: 100%;
  }
  [class*=mod_article] > div:first-child > body .contentColumnsGrid {
    margin: 0 auto 15px;
  }
}
@media (min-width: 641px) {
  [class*=mod_article] > div:first-child > div.contentColumnsGrid {
    margin: 0 auto 15px;
  }
  div.contentColumnsGrid.cols-2.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-2.rows-14 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-3.rows-14 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-4.rows-14 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-5.rows-14 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-6.rows-14 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-7.rows-14 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-8.rows-14 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-1 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-2 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-3 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-4 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-5 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-6 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-7 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-8 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-9 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-10 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-11 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-12 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-13 {
    grid-column-gap: 20px;
  }
  div.contentColumnsGrid.cols-9.rows-14 {
    grid-column-gap: 20px;
  }
}
@media (min-width: 961px) {
  div.contentColumnsGrid.cols-2.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-2.rows-14 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-3.rows-14 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-4.rows-14 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-5.rows-14 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-6.rows-14 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-7.rows-14 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-8.rows-14 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-1 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-2 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-3 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-4 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-5 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-6 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-7 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-8 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-9 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-10 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-11 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-12 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-13 {
    grid-column-gap: 30px;
  }
  div.contentColumnsGrid.cols-9.rows-14 {
    grid-column-gap: 30px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_rhyme_related_lister.empty {
    display: none;
  }
  .mod_rhyme_related_lister h1, .mod_rhyme_related_lister h2, .mod_rhyme_related_lister h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
}
@media (min-width: 769px) {
  .mod_rhyme_related_lister h2, .mod_rhyme_related_lister h3 {
    font-size: 2rem;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_rhyme_related_lister .mod_customnav ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
  }
  .mod_rhyme_related_lister .mod_customnav a {
    background-color: rgba(235, 168, 16, 0.25);
    padding: 7px 15px 7px 7px;
    color: #1e355e;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: flex;
    width: 100%;
    font-size: 1rem;
    line-height: 130%;
  }
  .mod_rhyme_related_lister .mod_customnav a i, .mod_rhyme_related_lister .mod_customnav a span {
    display: inline-block;
  }
  .mod_rhyme_related_lister .mod_customnav a i {
    padding-right: 8px;
    padding-top: 7px;
    font-size: 80%;
  }
  .mod_rhyme_related_lister .mod_customnav a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
}
@media (min-width: 1151px) {
  .mod_rhyme_related_lister .mod_customnav a {
    font-size: 1.2rem;
    padding: 10px 20px 10px 10px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .manufacturersList {
    width: 100%;
    margin-bottom: 45px;
    position: relative;
  }
  .manufacturersList h1, .manufacturersList h2, .manufacturersList h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 120px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .manufacturersList > .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
    column-gap: 30px;
    row-gap: 45px;
  }
  .manufacturersList .manufacturer {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    text-align: center;
    min-height: 150px;
  }
  .manufacturersList .manufacturer > .inner {
    width: 100%;
    text-align: center;
  }
  .manufacturersList .caption {
    display: block;
    text-align: center;
    color: #1e355e;
    font-weight: 700;
    line-height: 130%;
    font-size: 18px;
    margin: 15px auto 0;
  }
  .manufacturersList .buttonWrapper {
    position: absolute;
    top: 0;
    right: 0;
  }
  .manufacturersList .buttonWrapper a {
    display: inline-block;
    margin-bottom: 0;
    border: 0;
    background-color: #1e355e;
    color: #fff;
    padding: 5px 10px;
    line-height: 100%;
    font-size: 1rem;
    font-family: "Lato", Arial, sans-serif;
    text-transform: uppercase;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .manufacturersList .buttonWrapper a:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    display: inline-block;
    padding-left: 5px;
  }
}
@media (min-width: 600px) {
  .manufacturersList .manufacturer {
    width: calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
  }
}
@media (min-width: 769px) {
  .manufacturersList > .inner {
    padding-bottom: 80px;
  }
  .manufacturersList h1, .manufacturersList h2, .manufacturersList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .manufacturersList .manufacturer {
    width: calc(100% / 4 - 22.5px);
    max-width: calc(100% / 4 - 22.5px);
  }
  .manufacturersList .buttonWrapper {
    top: 5px;
  }
}
@media (min-width: 1201px) {
  .manufacturersList h1, .manufacturersList h2, .manufacturersList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .manufacturersList .manufacturer {
    width: calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
  }
  #right .manufacturersList .manufacturer {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  #main .fullWidth .manufacturersList .manufacturer {
    width: calc(100% / 6 - (150px / 6));
    max-width: calc(100% / 6 - (150px / 6));
  }
  .manufacturersList .buttonWrapper {
    top: 0;
  }
}
@media (min-width: 1350px) {
  .manufacturersList h1, .manufacturersList h2, .manufacturersList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .manufacturersList .buttonWrapper {
    top: 7px;
  }
}
@media (min-width: 1501px) {
  .manufacturersList h1, .manufacturersList h2, .manufacturersList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .manufacturersList .manufacturer {
    width: calc(100% / 4 - 22.5px);
    max-width: calc(100% / 4 - 22.5px);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .manufacturer .champions .bio_mfr_champion {
    margin-bottom: 30px;
    padding: 15px;
    background-color: rgba(144, 172, 221, 0.25);
  }
  .manufacturer .champions .bio_mfr_champion > .inner {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    column-gap: 30px;
  }
  .manufacturer .champions .bio_mfr_champion > .inner figure {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
  }
  .manufacturer .champions .bio_mfr_champion .nameAndPhone {
    width: calc(100% - 25% - 30px);
    min-width: calc(100% - 25% - 30px);
    max-width: calc(100% - 25% - 30px);
    flex-basis: calc(100% - 25% - 30px);
    text-align: left;
  }
  .manufacturer .champions .bio_mfr_champion .name {
    font-size: 22px;
    line-height: 130%;
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
  }
  .manufacturer .champions .bio_mfr_champion .phone a {
    background-color: #eba810;
    padding: 10px 15px;
    color: #1e355e;
    font-weight: 800;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 1.2rem;
    line-height: 130%;
    display: inline-block;
    font-family: "Poppins", Arial, sans-serif;
  }
  .manufacturer .champions .bio_mfr_champion .phone a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_mfrListerByType.manufacturersList h1, .mod_mfrListerByType.manufacturersList h2, .mod_mfrListerByType.manufacturersList h3 {
    border-bottom: 2px solid #3f63a3;
  }
  .mod_mfrListerByType.manufacturersList > .inner {
    display: block;
  }
  .mod_mfrListerByType.manufacturersList .mfrGroup {
    margin-bottom: 80px;
  }
  .mod_mfrListerByType.manufacturersList .mfrGroup:last-child {
    margin-bottom: 0;
  }
  .mod_mfrListerByType.manufacturersList .mfrGroup > .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
    column-gap: 30px;
    row-gap: 45px;
  }
}
@media (min-width: 769px) {
  .mod_mfrListerByType.manufacturersList .mfrGroup > .inner {
    padding-bottom: 80px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  body.manufacturerReader h3.mfrMoreInfo {
    font-size: 30px;
    margin: 60px 0 30px;
  }
  body.manufacturerReader p.website a, body.manufacturerReader .multiLinks a {
    background-color: #eba810;
    padding: 25px 40px;
    color: #1e355e;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    font-size: 1.2rem;
    line-height: 130%;
    display: block;
    font-family: "Poppins", Arial, sans-serif;
  }
  body.manufacturerReader p.website a:hover, body.manufacturerReader .multiLinks a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  body.manufacturerReader p.website a a:last-child, body.manufacturerReader .multiLinks a a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.manufacturerReader .manufacturer_reader_signoff_only > .inner {
    padding: 15px;
    background-color: rgba(144, 172, 221, 0.25);
  }
  body.manufacturerReader .productSeriesSlider {
    margin: 60px 0;
  }
  body.manufacturerReader .productSeriesSlider h1, body.manufacturerReader .productSeriesSlider h2, body.manufacturerReader .productSeriesSlider h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  body.manufacturerReader .productSeriesSlider .slick-slider {
    padding-bottom: 40px;
  }
  body.manufacturerReader .productSeriesSlider .slick-slider .product_series {
    overflow: hidden;
    padding: 0 10px;
  }
  body.manufacturerReader .productSeriesSlider .slick-arrow i {
    color: rgba(63, 99, 163, 0.5);
  }
}
@media (min-width: 769px) {
  body.manufacturerReader .productSeriesSlider h2, body.manufacturerReader .productSeriesSlider h3 {
    font-size: 2rem;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .productSeriesList {
    width: 100%;
    position: relative;
  }
  .productSeriesList h1, .productSeriesList h2, .productSeriesList h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 120px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .productSeriesList .product_series > .inner {
    width: 100%;
    text-align: center;
  }
  .productSeriesList .caption {
    display: block;
    text-align: center;
    color: #1e355e;
    font-weight: 700;
    line-height: 130%;
    font-size: 18px;
    margin: 15px auto 0;
  }
}
@media (min-width: 769px) {
  .productSeriesList h1, .productSeriesList h2, .productSeriesList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
}
@media (min-width: 1201px) {
  .productSeriesList h1, .productSeriesList h2, .productSeriesList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
}
@media (min-width: 1350px) {
  .productSeriesList h1, .productSeriesList h2, .productSeriesList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
}
@media (min-width: 1501px) {
  .productSeriesList h1, .productSeriesList h2, .productSeriesList h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_mfrListerByType.manufacturersList h1, .mod_mfrListerByType.manufacturersList h2, .mod_mfrListerByType.manufacturersList h3 {
    border-bottom: 2px solid #3f63a3;
  }
  .mod_mfrListerByType.manufacturersList > .inner {
    display: block;
  }
  .mod_mfrListerByType.manufacturersList .mfrGroup {
    margin-bottom: 80px;
  }
  .mod_mfrListerByType.manufacturersList .mfrGroup:last-child {
    margin-bottom: 0;
  }
  .mod_mfrListerByType.manufacturersList .mfrGroup > .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
    column-gap: 30px;
    row-gap: 45px;
  }
}
@media (min-width: 769px) {
  .mod_mfrListerByType.manufacturersList .mfrGroup > .inner {
    padding-bottom: 80px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  body.productSeriesReader .mod_product_series_reader .readerImage {
    display: block;
    margin: 0 auto 30px;
    width: 90%;
    max-width: 400px;
  }
  body.productSeriesReader .mod_product_series_reader .readerImage.tall {
    max-width: 200px;
  }
  body.productSeriesReader .mod_product_series_reader .availableIn {
    font-weight: 700;
    font-style: italic;
  }
  body.productSeriesReader .mod_product_series_reader h3.mfrMoreInfo {
    font-size: 30px;
    margin: 30px 0;
  }
  body.productSeriesReader .mod_product_series_reader .keyFeaturesList {
    margin-top: 60px;
    margin-bottom: 60px;
    clear: both;
  }
  body.productSeriesReader .mod_product_series_reader .keyFeaturesList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.productSeriesReader .mod_product_series_reader p.website a, body.productSeriesReader .mod_product_series_reader .multiLinks a {
    background-color: #eba810;
    padding: 25px 40px;
    color: #1e355e;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    font-size: 1.2rem;
    line-height: 130%;
    display: block;
    font-family: "Poppins", Arial, sans-serif;
  }
  body.productSeriesReader .mod_product_series_reader p.website a:hover, body.productSeriesReader .mod_product_series_reader .multiLinks a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  body.productSeriesReader .mod_product_series_reader p.website a a:last-child, body.productSeriesReader .mod_product_series_reader .multiLinks a a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.productSeriesReader .mod_product_series_reader .productSeriesMainDocs {
    margin: 60px 0;
  }
  body.productSeriesReader #right .relatedDocuments {
    display: none;
  }
  body.productSeriesReader .product_series_reader_signoff_only > .inner {
    padding: 15px;
    background-color: rgba(144, 172, 221, 0.25);
  }
}
@media (min-width: 0px) and (min-width: 1201px) {
  body.productSeriesReader .mod_product_series_reader .productSeriesMainDocs {
    display: none;
  }
}
@media (min-width: 641px) {
  body.productSeriesReader .mod_product_series_reader .readerImage.tall {
    float: right;
    margin: 0 0 30px 30px;
  }
}
@media (min-width: 769px) {
  body.productSeriesReader .mod_product_series_reader .readerImage {
    float: right;
    margin: 0 0 30px 30px;
  }
}
@media (min-width: 1201px) {
  body.productSeriesReader .mod_product_series_reader .readerImage:not(.tall) {
    float: none;
    margin: 0 auto 30px;
  }
  body.productSeriesReader .mod_product_series_reader .productSeriesMainDocs {
    display: none;
  }
  body.productSeriesReader #right .relatedDocuments {
    display: block;
  }
}
@media (min-width: 1420px) {
  body.productSeriesReader .mod_product_series_reader .readerImage:not(.tall) {
    float: right;
    margin: 0 0 30px 30px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .branch {
    border-top: 8px solid #eba810;
  }
  #right .branch {
    border-top: 2px solid #eba810;
  }
  .branch .layout_nameonly a {
    background-color: rgba(30, 53, 94, 0.25);
    padding: 12px 15px;
    color: #1e355e;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: flex;
    width: 100%;
    font-size: 1rem;
  }
  #right .branch .layout_nameonly a {
    padding: 8px 12px;
  }
  .branch .layout_nameonly a span {
    display: inline-block;
  }
  .branch .layout_nameonly a:before {
    font-size: 20px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-weight: 700;
    padding-right: 10px;
  }
  .branch .layout_nameonly a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .branch .layout_nameonly.pdf a:before {
    content: "";
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_branchLister > h1, .mod_branchLister > h2, .mod_branchLister > h3, .mod_branchLister > h4 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  #right .mod_branchLister > h1, #right .mod_branchLister > h2, #right .mod_branchLister > h3, #right .mod_branchLister > h4 {
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .mod_branchLister .branch {
    padding: 30px 0;
  }
  #right .mod_branchLister .branch {
    padding: 15px 0 20px;
  }
  .ce_linked_branch .mod_branchLister {
    padding-top: 15px;
  }
  .mod_branchLister .name {
    position: relative;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 1.5rem;
    padding-right: 24px;
    line-height: 115%;
  }
  .mod_branchLister .name i {
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .mod_branchLister .locationWrapper {
    padding: 15px;
    background-color: rgba(144, 172, 221, 0.25);
    margin-bottom: 15px;
  }
  .mod_branchLister .locationWrapper:last-child {
    margin-bottom: 0;
  }
  .mod_branchLister .locationPhone {
    padding: 15px;
    background-color: rgba(144, 172, 221, 0.25);
    margin-bottom: 15px;
  }
  .mod_branchLister .locationPhone:first-of-type {
    margin-top: 15px;
  }
  .mod_branchLister .locationPhone:last-child {
    margin-bottom: 0;
  }
  .mod_branchLister .locationAddress p:last-child {
    margin-bottom: 0;
  }
  .mod_branchLister a {
    color: #112041;
  }
  .ce_linked_branch {
    position: relative;
    -webkit-transition: transform 0.15s linear;
    -moz-transition: transform 0.15s linear;
    -o-transition: transform 0.15s linear;
    -ms-transition: transform 0.15s linear;
    transition: transform 0.15s linear;
  }
  .ce_linked_branch h1, .ce_linked_branch h2, .ce_linked_branch h3, .ce_linked_branch h4, .ce_linked_branch h5, .ce_linked_branch h6 {
    padding-right: 24px;
  }
  .ce_linked_branch h1 + i, .ce_linked_branch h2 + i, .ce_linked_branch h3 + i, .ce_linked_branch h4 + i, .ce_linked_branch h5 + i, .ce_linked_branch h6 + i {
    position: absolute;
    top: 3px;
    right: 0;
  }
  .ce_linked_branch a {
    color: #112041;
  }
  .ce_linked_branch:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .ce_linked_branch .clickToContact {
    font-size: 16px;
    line-height: 150%;
  }
  .ce_linked_branch .clickToContact i {
    display: inline-block;
    margin-left: 5px;
  }
}
@media (min-width: 769px) {
  .mod_branchLister > h1, .mod_branchLister > h2, .mod_branchLister > h3, .mod_branchLister > h4 {
    font-size: 2rem;
  }
  .ce_linked_branch h1 + i, .ce_linked_branch h2 + i, .ce_linked_branch h3 + i, .ce_linked_branch h4 + i, .ce_linked_branch h5 + i, .ce_linked_branch h6 + i {
    top: 6px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_branchLister h2, .mod_branchLister h3, .mod_branchLister h4 {
    border-bottom: 0 hidden;
  }
  .mod_branchLister .branch.branch_lister_full {
    margin: 15px 0 30px;
    padding: 30px;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .mod_branchLister .branch.branch_lister_full > .inner {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .mod_branchLister .branch.branch_lister_full .name {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 15px;
  }
  .mod_branchLister .branch.branch_lister_full figure {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .mod_branchLister .branch.branch_lister_full figure img {
    max-width: 300px;
  }
  .mod_branchLister .branch.branch_lister_full .history {
    width: 100%;
  }
  .mod_branchLister .branch.branch_lister_full > .inner > .lineCards {
    width: 100%;
    padding: 30px 0;
  }
  .mod_branchLister .branch.branch_lister_full > .inner > .lineCards h6 {
    margin-bottom: 15px;
    color: #1e355e;
  }
  .mod_branchLister .branch.branch_lister_full > .inner > .lineCards > .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .mod_branchLister .branch.branch_lister_full > .inner > .lineCards .lineCard {
    width: 100%;
  }
  .mod_branchLister .branch.branch_lister_full > .inner > .lineCards .lineCard a, .mod_branchLister .branch.branch_lister_full > .inner > .lineCards .lineCard span {
    color: #1e355e;
  }
  .mod_branchLister .branch.branch_lister_full > .inner > .lineCards .lineCard:hover a, .mod_branchLister .branch.branch_lister_full > .inner > .lineCards .lineCard:hover span {
    color: #fff;
  }
  .mod_branchLister .branch.branch_lister_full .locations {
    width: 100%;
    padding-top: 30px;
  }
  .mod_branchLister .branch.branch_lister_full .locations > .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .mod_branchLister .branch.branch_lister_full .locations > h4 {
    margin-bottom: 15px;
  }
  .mod_branchLister .branch.branch_lister_full .locations .location {
    width: 100%;
    background-color: rgba(235, 168, 16, 0.25);
  }
  .mod_branchLister .branch.branch_lister_full .locations .location > .inner {
    padding: 15px;
    height: 100%;
  }
  .mod_branchLister .branch.branch_lister_full .locations .location .name {
    font-size: 20px;
  }
  .mod_branchLister .branch.branch_lister_full .locations .location .lineCards {
    margin-top: 30px;
  }
  .mod_branchLister .branch.branch_lister_full .locations .location .lineCards h6 {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .mod_branchLister .branch.branch_lister_full figure {
    width: 25%;
    padding-right: 15px;
  }
  .mod_branchLister .branch.branch_lister_full .history {
    width: 75%;
  }
  .mod_branchLister .branch.branch_lister_full > .inner > .lineCards .lineCard {
    width: calc(100% / 2 - 15px);
  }
  .mod_branchLister .branch.branch_lister_full .locations .location {
    width: calc(100% / 3 - 20px);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_bioLister {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .mod_bioLister .bio {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-width: calc(50% - 15px);
    overflow: hidden;
  }
  .mod_bioLister .bio .name, .mod_bioLister .bio .title, .mod_bioLister .bio .description {
    margin: 15px 0;
  }
  .mod_bioLister .bio .name {
    font-size: 18px;
    line-height: 130%;
    font-weight: 700;
  }
}
@media (min-width: 641px) {
  .mod_bioLister .bio {
    width: calc(100%/3 - 20px);
    flex-basis: calc(100%/3 - 20px);
    max-width: calc(100%/3 - 20px);
    min-width: calc(100%/3 - 20px);
  }
}
@media (min-width: 769px) {
  .mod_bioLister .bio .name {
    font-size: 22px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_bioListerByBranch .branchGroup {
    margin-bottom: 60px;
  }
  .mod_bioListerByBranch .branchGroup > .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .mod_bioListerByBranch .branchGroup h2 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3f63a3;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .mod_bioListerByBranch .bio {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-width: calc(50% - 15px);
    overflow: hidden;
  }
  .mod_bioListerByBranch .bio .name, .mod_bioListerByBranch .bio .title, .mod_bioListerByBranch .bio .description {
    margin: 15px 0;
  }
  .mod_bioListerByBranch .bio .name {
    font-size: 18px;
    line-height: 130%;
    font-weight: 700;
  }
}
@media (min-width: 641px) {
  .mod_bioListerByBranch .bio {
    width: calc(100%/3 - 20px);
    flex-basis: calc(100%/3 - 20px);
    max-width: calc(100%/3 - 20px);
    min-width: calc(100%/3 - 20px);
  }
  #right .mod_bioListerByBranch .bio {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: 400px;
    min-width: 1px;
  }
}
@media (min-width: 769px) {
  .mod_bioListerByBranch .branchGroup h2 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .mod_bioListerByBranch .bio .name {
    font-size: 22px;
  }
}
@media (min-width: 961px) {
  .mod_bioListerByBranch .bio .name {
    font-size: 28px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_bioListerByBranchAndLocation .branchGroup h2 {
    margin: 45px 0;
    padding-bottom: 5px;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .mod_bioListerByBranchAndLocation .locationGroup {
    margin-bottom: 60px;
  }
  .mod_bioListerByBranchAndLocation .locationGroup > .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .mod_bioListerByBranchAndLocation .locationGroup h3 {
    margin: 45px 0 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .mod_bioListerByBranchAndLocation .bio {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-width: calc(50% - 15px);
    overflow: hidden;
  }
  .mod_bioListerByBranchAndLocation .bio .name, .mod_bioListerByBranchAndLocation .bio .title, .mod_bioListerByBranchAndLocation .bio .description {
    margin: 15px 0;
  }
  .mod_bioListerByBranchAndLocation .bio .name {
    font-size: 18px;
    line-height: 130%;
    font-weight: 700;
  }
}
@media (min-width: 641px) {
  .mod_bioListerByBranchAndLocation .bio {
    width: calc(100%/3 - 20px);
    flex-basis: calc(100%/3 - 20px);
    max-width: calc(100%/3 - 20px);
    min-width: calc(100%/3 - 20px);
  }
}
@media (min-width: 769px) {
  .mod_bioListerByBranchAndLocation .branchGroup h2 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .mod_bioListerByBranchAndLocation .locationGroup h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .mod_bioListerByBranchAndLocation .bio .name {
    font-size: 22px;
  }
}
@media (min-width: 961px) {
  .mod_bioListerByBranchAndLocation .bio .name {
    font-size: 28px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_fundamentalLister {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px / 2));
    column-gap: 15px;
    row-gap: 30px;
  }
  .mod_fundamentalLister .fundamental {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mod_fundamentalLister .fundamental .inner {
    text-align: center;
    padding: 40px 20px;
    background-color: #fafafa;
    border-top: 10px solid #3f63a3;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    color: #3f63a3;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 140px;
  }
  .mod_fundamentalLister .fundamental .inner:hover {
    background-color: #90acdd;
  }
  .mod_fundamentalLister .fundamental .inner:hover * {
    color: #fff;
  }
  .mod_fundamentalLister .fundamental .number {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    display: block;
    background-color: #3f63a3;
    text-align: center;
    padding: 5px;
    font-size: 30px;
    font-family: "Bitter", Georgia, Arial;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .mod_fundamentalLister .fundamental .name {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 760px) {
  .mod_fundamentalLister {
    grid-template-columns: repeat(4, calc(25% - calc(45px / 3)));
  }
}
@media (min-width: 1150px) {
  .mod_fundamentalLister {
    grid-template-columns: repeat(8, calc(12.5% - calc(105px / 7)));
  }
  .mod_fundamentalLister .fundamental .inner {
    padding: 40px 10px;
  }
  .mod_fundamentalLister .fundamental .name {
    font-size: 15px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  [data-more-less-toggler] {
    display: none;
  }
  button.toggleMoreLess {
    margin: 20px 0 !important;
    padding: 0;
    background-color: transparent;
    border: 0 hidden;
    outline: none;
    font-size: 18px;
    font-family: "Lato", Arial, sans-serif;
    color: #3f63a3;
    display: block;
    font-weight: 700;
    line-height: 110%;
  }
  button.toggleMoreLess.hideOptions .showLabel {
    display: block;
  }
  button.toggleMoreLess.hideOptions .hideLabel {
    display: none;
  }
  button.toggleMoreLess .showLabel {
    display: none;
  }
  button.toggleMoreLess .hideLabel {
    display: block;
  }
  button.toggleMoreLess + ul {
    display: none;
    padding-left: 20px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #whatsNew > h2, #newsArchiveLister > h2 {
    margin-bottom: 30px;
  }
  #whatsNew .layout_short, #newsArchiveLister .layout_short {
    padding: 15px;
    background-color: rgba(144, 172, 221, 0.25);
    margin-bottom: 15px;
  }
  #whatsNew .layout_short:last-child, #newsArchiveLister .layout_short:last-child {
    margin-bottom: 0;
  }
  #whatsNew .layout_short h2, #newsArchiveLister .layout_short h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #1b79bf;
  }
  #whatsNew .layout_short h2 a, #newsArchiveLister .layout_short h2 a {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
}
@media (min-width: 769px) {
  #whatsNew .imgAndTeaserWrapper .teaserImage, #newsArchiveLister .imgAndTeaserWrapper .teaserImage {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    float: left;
    margin: 0 15px 15px 0;
  }
  #whatsNew .layout_short:after, #newsArchiveLister .layout_short:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #newsArchiveMenu h1, #newsArchiveMenu h2, #newsArchiveMenu h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #1b79bf;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  #newsArchiveMenu ul {
    padding-left: 0;
    list-style-type: none;
  }
  #newsArchiveMenu ul a, #newsArchiveMenu ul strong {
    background-color: #eba810;
    padding: 15px 20px;
    color: #1e355e;
    font-weight: 800;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    font-size: 1.2rem;
    line-height: 130%;
    display: block;
    font-family: "Poppins", Arial, sans-serif;
  }
  #newsArchiveMenu ul a:hover, #newsArchiveMenu ul strong:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #newsReader p.back a {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #eba810;
    margin-top: 30px;
    background-color: #0c1936;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #newsReader p.back a i {
    margin-right: 10px;
  }
  #newsReader p.back a:hover {
    color: #fff;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  body .cc-window.cc-floating {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  body .cc-revoke {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  body .cc-window.cc-floating {
    max-width: calc(100% - 2rem);
    bottom: 6em;
  }
}
@media (min-width: 0px) and (min-width: 600px) {
  body .cc-window.cc-floating {
    max-width: 270px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  [data-id=zsalesiq] {
    display: none !important;
  }
  .zsiq_floatmain.zsiq_theme1.siq_bR .zsiq_float {
    z-index: 5;
    position: relative;
  }
  .zsiq_floatmain.zsiq_theme1.siq_bR .zsiq_float .siqico-close {
    display: flex !important;
  }
  .zsiq_floatmain.zsiq_theme1.siq_bR .engineers {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    width: 250px;
    height: 220px;
    display: none;
    background-image: url("../../files/assets/layout/bg-chat-engineers.png");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: left top;
  }
  .zsiq_floatmain.zsiq_theme1.siq_bR .gradient {
    position: absolute;
    bottom: -140px;
    right: -220px;
    z-index: 2;
    width: 720px;
    height: 400px;
    display: none;
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.85) 25%, black 45%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.85) 25%, black 45%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.85) 25%, black 45%);
    /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000",GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .ie.zsiq_floatmain.zsiq_theme1.siq_bR .gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 45%);
  }
}
@media (min-width: 769px) {
  .zsiq_floatmain.zsiq_theme1.siq_bR:after {
    max-width: 960px;
    max-height: 780px;
    width: 80vw;
    height: 100vh;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  #epcChart {
    text-align: center;
    background: #1e355e;
    padding: 20px 10px 0;
    margin: 0 0 20px;
  }
  #epcChart #chartLine {
    position: relative;
    background-image: url("../../files/assets/layout/epc_chart_bg.png");
    background-position: center;
    background-size: 5%;
    background-repeat: repeat-y;
  }
  #epcChart #chartLine .chartBlock {
    position: relative;
    width: 100%;
    min-height: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #epcChart #chartLine .chartBlock .textContainer {
    text-align: left;
    padding: 10px;
    width: 75%;
    position: relative;
    background-color: #3f63a3;
    background: -moz-linear-gradient(top, #fff 0%, #90acdd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #90acdd));
    background: -webkit-linear-gradient(top, #fff 0%, #90acdd 100%);
    background: -o-linear-gradient(top, #fff 0%, #90acdd 100%);
    background: -ms-linear-gradient(top, #fff 0%, #90acdd 100%);
    background: linear-gradient(to bottom, #fff 0%, #90acdd 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  }
  #epcChart #chartLine .chartBlock .textContainer h3 {
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 10px;
  }
  #epcChart #chartLine .chartBlock .textContainer li, #epcChart #chartLine .chartBlock .textContainer p {
    font-size: 12px;
    line-height: 120%;
  }
  #epcChart #chartLine .chartBlock .textContainer ul {
    padding-left: 0;
  }
  #epcChart #chartLine .chartBlock .textContainer ul li {
    margin-left: 15px;
  }
  #epcChart #chartLine .chartBlock#chartHeadline {
    min-height: auto;
    width: auto;
    margin: 0 0 20px;
  }
  #epcChart #chartLine .chartBlock#chartHeadline .textContainer {
    background: #f1de9a;
    width: 100%;
  }
  #epcChart #chartLine .chartBlock#chartHeadline .textContainer h3 {
    color: #1e355e;
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
  }
  #epcChart #chartLine .columnWrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    width: 100%;
  }
  #epcChart #chartLine #chartLeft {
    z-index: 2;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    flex-basis: 50%;
  }
  #epcChart #chartLine #chartLeft .textContainer {
    float: left;
  }
  #epcChart #chartLine #chartLeft .chartBlock:before {
    right: -5px;
    background-image: url("../../files/assets/layout/epc_chart_woosh_left.png");
    background-position: top right;
  }
  #epcChart #chartLine #chartRight {
    z-index: 2;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    flex-basis: 50%;
  }
  #epcChart #chartLine #chartRight .textContainer {
    float: right;
  }
  #epcChart #chartLine #chartRight .chartBlock:before {
    left: -4px;
    background-image: url("../../files/assets/layout/epc_chart_woosh_right.png");
    background-position: top left;
  }
  #epcChart #chartLine .chartBlock:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10%;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: 30% auto;
  }
  #epcChart #chartLine .column:last-of-type, #epcChart #chartLine .column:first-of-type {
    padding: 0;
  }
  #epcChart #chartLine .chartBlock.first {
    margin-top: 80px;
    min-height: 150px;
  }
  #epcChart #chartLine .chartBlock.second {
    margin-top: 0;
  }
  #epcChart #chartLine .chartBlock.third {
    margin-top: 0;
    min-height: 150px;
  }
  #epcChart #chartLine .chartBlock.fourth {
    margin-top: 60px;
    min-height: 170px;
  }
  #epcChart #chartLine .chartBlock.fifth {
    margin-top: 0;
  }
  #epcChart #chartLine .chartBlock.sixth {
    margin-top: 0;
    min-height: 130px;
  }
  #epcChart #chartLine .chartBlock.seventh {
    margin-top: 0;
    min-height: 100px;
  }
  #epcChart #chartLine .chartBlock.eighth {
    margin-top: 50px;
    min-height: 400px;
  }
  #epcChart #chartLine .chartBlock.ninth {
    margin-top: 130px;
  }
  #epcChart #chartLine .chartBlock.tenth {
    margin-top: 0;
  }
  #epcChart #chartLine .chartBlock.eleventh {
    margin-top: 160px;
  }
}
@media (min-width: 641px) {
  #epcChart {
    padding: 20px 20px 0;
  }
  #epcChart #chartLine .chartBlock .textContainer h3 {
    font-size: 17px;
  }
  #epcChart #chartLine .chartBlock:before {
    background-size: 25% auto;
  }
  #epcChart #chartLine .chartBlock.fourth {
    min-height: 100px;
  }
  #epcChart #chartLine .chartBlock.sixth {
    margin-top: 70px;
    min-height: 100px;
  }
  #epcChart #chartLine .chartBlock.eighth {
    min-height: 300px;
  }
  #epcChart #chartLine .chartBlock.eleventh {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  #epcChart #chartLine {
    background-size: 3%;
  }
  #epcChart #chartLine .chartBlock .textContainer h3 {
    font-size: 16px;
  }
}
@media (min-width: 961px) {
  #epcChart #chartLine .chartBlock .textContainer h3 {
    font-size: 18px;
  }
  #epcChart #chartLine .chartBlock.fourth {
    margin-top: 80px;
    min-height: 90px;
  }
  #epcChart #chartLine .chartBlock.fifth {
    margin-top: 40px;
  }
  #epcChart #chartLine .chartBlock.sixth {
    margin-top: 120px;
    min-height: 80px;
  }
  #epcChart #chartLine .chartBlock.seventh {
    margin-top: 20px;
  }
  #epcChart #chartLine .chartBlock.eighth {
    margin-top: 110px;
  }
  #epcChart #chartLine .chartBlock.ninth {
    min-height: 120px;
  }
  #epcChart #chartLine .chartBlock.eleventh {
    margin-top: 160px;
  }
  #epcChart #chartLine .chartBlock.sixth:before, #epcChart #chartLine .chartBlock.seventh:before {
    top: 0;
  }
  #epcChart #chartLine .chartBlock.ninth:before {
    top: 4%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_genblk_bordered_wimg {
    border: 10px solid #3f63a3;
    margin-bottom: 10px;
  }
  .ce_genblk_bordered_wimg .textContent {
    padding: 40px;
  }
  .ce_genblk_bordered_wimg .textContent .inner {
    position: relative;
    height: 100%;
  }
  .ce_genblk_bordered_wimg .textContent p.category {
    font-family: "Roboto Condensed", Arial, sans-serif;
  }
  .ce_genblk_bordered_wimg .textContent h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .ce_genblk_bordered_wimg .textContent p.description {
    font-family: "Lato", Arial, sans-serif;
  }
  .ce_genblk_bordered_wimg .textContent a {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    lefT: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .ce_genblk_bordered_wimg .textContent p.link {
    display: inline-block;
    font-family: "Poppins", Arial, sans-serif;
    color: #c8c8c8;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -1px;
    border-bottom: 1px #c8c8c8 dotted;
  }
}
@media (min-width: 641px) {
  .ce_genblk_bordered_wimg {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    position: relative;
  }
  .ce_genblk_bordered_wimg .textContent, .ce_genblk_bordered_wimg figure {
    width: 50%;
    box-sizing: border-box;
  }
  .ce_genblk_bordered_wimg .textContent {
    align-self: center;
    height: 100%;
  }
  .ce_genblk_bordered_wimg figure {
    overflow: hidden;
    min-height: 300px;
  }
  .ce_genblk_bordered_wimg figure a, .ce_genblk_bordered_wimg figure picture {
    display: block;
    height: 100%;
  }
  .ce_genblk_bordered_wimg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ce_genblk_bordered_wimg.text_right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 641px) {
  .ce_genblk_bordered_wimg figure {
    min-height: 400px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_callout_w_img {
    width: 100%;
  }
  .ce_callout_w_img .inner {
    height: 100%;
    background-color: rgba(144, 172, 221, 0.25);
    padding: 30px 35px;
  }
  .ce_callout_w_img .topLinks {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1e355e;
    max-width: 100%;
    width: 100%;
  }
  .ce_callout_w_img .topLinks .headline {
    margin-right: 5px;
    max-width: calc(100% - 110px);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ce_callout_w_img .topLinks h2 {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 2rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;
  }
  .ce_callout_w_img .topLinks .buttonWrapper {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
  }
  .ce_callout_w_img .topLinks button, .ce_callout_w_img .topLinks a.button {
    margin-bottom: 0;
    border: 0;
    background-color: #fff;
    color: #90acdd;
    padding: 5px 10px;
    line-height: 100%;
    font-size: 1rem;
    font-family: "Lato", Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }
  .ce_callout_w_img .topLinks button:after, .ce_callout_w_img .topLinks a.button:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    display: inline-block;
    padding-left: 5px;
  }
  .ce_callout_w_img a.hyperlink_txt {
    display: block;
    color: #1e355e;
  }
  .ce_callout_w_img .textContent {
    padding: 25px 0;
  }
  .ce_callout_w_img .textContent h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    font-style: italic;
    margin-bottom: 15px;
  }
  .ce_callout_w_img .textContent p {
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 0;
    letter-spacing: -0.5px;
  }
  .ce_callout_w_img button, .ce_callout_w_img a.button {
    white-space: normal;
  }
}
@media (min-width: 641px) {
  .ce_callout_w_img .topLinks {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .ce_callout_w_img .inner {
    height: 100%;
    padding: 20px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }
  .row > .ce_callout_w_img .topLinks {
    flex-direction: column;
  }
  .row > .ce_callout_w_img .topLinks > *:first-child {
    margin-bottom: 5px;
  }
  .row > .ce_callout_w_img .topLinks h2 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;
  }
  .row > .ce_callout_w_img .textContent h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #right .ce_callout_w_img a.hyperlink_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #right .ce_callout_w_img a.hyperlink_txt .image {
    width: 40%;
    flex-basis: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  #right .ce_callout_w_img a.hyperlink_txt figure {
    padding-right: 30px;
  }
}
@media (min-width: 961px) {
  .row > .ce_callout_w_img .topLinks {
    flex-direction: row;
  }
  .row > .ce_callout_w_img .topLinks > *:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .ce_callout_w_img .inner {
    padding: 30px 40px;
  }
  #right .ce_callout_w_img .topLinks h2 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;
  }
  .row > .ce_callout_w_img .topLinks h2 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;
  }
  .ce_callout_w_img .textContent h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
  .row > .ce_callout_w_img .textContent h3 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;
  }
  .ce_callout_w_img .textContent p {
    font-size: 0.9rem;
    line-height: 140%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_callout_w_img_bg {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ce_callout_w_img_bg:last-child {
    margin-bottom: 0;
  }
  .ce_callout_w_img_bg .inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 10px solid #112041;
    overflow: hidden;
    background-size: cover;
    height: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .ce_callout_w_img_bg .inner:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .ce_callout_w_img_bg .hyperlink_txt {
    display: block;
    color: #fff;
    height: 100%;
    position: relative;
    background: #1e355e;
    background: -moz-linear-gradient(90deg, rgba(30, 53, 94, 0.4) 0%, rgba(30, 53, 94, 0.6) 50%, #1e355e 75%, #1e355e 100%);
    background: -webkit-linear-gradient(90deg, rgba(30, 53, 94, 0.4) 0%, rgba(30, 53, 94, 0.6) 50%, #1e355e 75%, #1e355e 100%);
    background: linear-gradient(90deg, rgba(30, 53, 94, 0.4) 0%, rgba(30, 53, 94, 0.6) 50%, #1e355e 75%, #1e355e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$blue2",endColorstr="$blue2",GradientType=1);
  }
  .ce_callout_w_img_bg .textContent {
    position: relative;
    z-index: 1;
    text-align: right;
    box-sizing: border-box;
    padding: 40px 20px 50% 20px;
  }
  .ce_callout_w_img_bg .textContent h2 {
    font-family: "Poppins", Arial, sans-serif;
    color: #b3caf8;
    font-size: 2rem;
    font-weight: 600;
    line-height: 98%;
    letter-spacing: -1px;
  }
  .ce_callout_w_img_bg .textContent .headline {
    padding-bottom: 20px;
  }
  .ce_callout_w_img_bg .textContent .description p {
    font-size: 0.9rem;
    line-height: 120%;
  }
  .ce_callout_w_img_bg .textContent button {
    border: 0;
    background-color: #eba810;
    color: #1e355e;
    text-transform: uppercase;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 100%;
  }
  .ce_callout_w_img_bg .image {
    width: 40%;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .ce_callout_w_img_bg.paddedImg .image {
    padding-left: 10px;
    padding-right: 15px;
  }
  .ce_callout_w_img_bg .tag {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #fff;
    color: #1e355e;
    text-transform: lowercase;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .ce_callout_w_img_bg button, .ce_callout_w_img_bg a.button {
    white-space: normal;
  }
}
@media (min-width: 501px) {
  .ce_callout_w_img_bg .textContent {
    padding: 40px 20px 20px 45%;
  }
  .ce_callout_w_img_bg .image {
    left: 5px;
    right: auto;
    bottom: auto;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 641px) {
  .ce_callout_w_img_bg .textContent {
    padding: 60px 20px 30px 50%;
  }
  .ce_callout_w_img_bg .image {
    max-width: 300px;
    left: 5px;
  }
  .ce_callout_w_img_bg.paddedImg .image {
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .twoBlocks .ce_callout_w_img_bg, .threeBlocks .ce_callout_w_img_bg, .fourBlocks .ce_callout_w_img_bg {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 961px) {
  .ce_callout_w_img_bg .inner, .ce_callout_w_img_bg .hyperlink_txt, .ce_callout_w_img_bg .textContent {
    height: 100%;
  }
}
@media (min-width: 1201px) {
  .ce_callout_w_img_bg .textContent {
    padding: 60px 20px 40px 50%;
  }
  #right .ce_callout_w_img_bg .textContent {
    padding: 30px 10px 10px 45%;
  }
  .ce_callout_w_img_bg .textContent h2 {
    font-size: 2.5rem;
  }
  #right .ce_callout_w_img_bg .textContent h2 {
    font-size: 1.6rem;
  }
  .ce_callout_w_img_bg .textContent .description p {
    font-size: 1rem;
    line-height: 120%;
  }
  #right .ce_callout_w_img_bg .textContent .description p {
    font-size: 0.8rem;
    line-height: 110%;
  }
  .ce_callout_w_img_bg .image {
    left: 10px;
    max-width: 290px;
  }
  #right .ce_callout_w_img_bg .image {
    max-width: 40%;
  }
  .ce_callout_w_img_bg.paddedImg .image {
    padding-right: 25px;
  }
  #right .ce_callout_w_img_bg.paddedImg .image {
    padding-right: 15px;
  }
  .ce_callout_w_img_bg .tag {
    left: 10px;
    top: 10px;
    padding: 8px 14px;
    font-size: 1rem;
  }
  #right .ce_callout_w_img_bg .tag {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
  #right .ce_callout_w_img_bg .textContent button {
    padding: 8px 15px;
  }
}
@media (min-width: 1501px) {
  .ce_callout_w_img_bg .textContent {
    padding: 80px 20px 60px 50%;
  }
  #right .ce_callout_w_img_bg .textContent {
    padding: 30px 20px 10px 45%;
  }
  .ce_callout_w_img_bg .textContent h2 {
    font-size: 3.5rem;
  }
  #right .ce_callout_w_img_bg .textContent h2 {
    font-size: 2rem;
  }
  .ce_callout_w_img_bg .textContent .description p {
    font-size: 1.2rem;
  }
  #right .ce_callout_w_img_bg .textContent .description p {
    font-size: 1rem;
  }
  .ce_callout_w_img_bg .textContent button {
    font-size: 1.2rem;
  }
  #right .ce_callout_w_img_bg .textContent button {
    font-size: 1.1rem;
  }
  .ce_callout_w_img_bg .image {
    max-width: 450px;
  }
  #right .ce_callout_w_img_bg .image {
    max-width: 40%;
  }
  .ce_callout_w_img_bg.paddedImg .image {
    padding-right: 25px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_callout_w_img_tag {
    width: 100%;
  }
  .ce_callout_w_img_tag .inner {
    height: 100%;
  }
  .ce_callout_w_img_tag a.hyperlink_txt {
    display: block;
    color: #1e355e;
    position: relative;
  }
  .ce_callout_w_img_tag .textContent {
    padding: 25px 0;
  }
  .ce_callout_w_img_tag .textContent h2, .ce_callout_w_img_tag .textContent h2 a {
    font-family: "Poppins", Arial, sans-serif;
    color: #eba810;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -1px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .ce_callout_w_img_tag .textContent p {
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 0;
    letter-spacing: -0.5px;
  }
  .ce_callout_w_img_tag button, .ce_callout_w_img_tag a.button {
    white-space: normal;
  }
  .ce_callout_w_img_tag .tag {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1e355e;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 0.8rem;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .ce_callout_w_img_tag .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1201px) {
  .ce_callout_w_img_tag .textContent h2, .ce_callout_w_img_tag .textContent h2 a {
    font-family: "Poppins", Arial, sans-serif;
    color: #eba810;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -1px;
  }
  .ce_callout_w_img_tag .textContent p {
    font-size: 0.9rem;
    line-height: 140%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_text_w_multi_links {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .ce_text_w_multi_links:last-child {
    margin-bottom: 0;
  }
  .ce_text_w_multi_links h2 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .ce_text_w_multi_links h2 a {
    font-size: 22px;
    color: #112041;
    font-weight: 700;
  }
  .ce_text_w_multi_links figure {
    max-width: 100px;
  }
  .ce_text_w_multi_links .textContent {
    width: calc(100% - 120px);
    font-size: 14px;
  }
  .ce_text_w_multi_links .textContent ul, .ce_text_w_multi_links .textContent ol {
    padding-left: 15px;
  }
  .ce_text_w_multi_links .textContent ul:last-child, .ce_text_w_multi_links .textContent ol:last-child {
    margin-bottom: 0;
  }
  .ce_text_w_multi_links .textContent ul ul, .ce_text_w_multi_links .textContent ul ol, .ce_text_w_multi_links .textContent ol ul, .ce_text_w_multi_links .textContent ol ol {
    padding-left: 40px;
  }
  .ce_text_w_multi_links .textContent p {
    font-size: 14px;
  }
  .largerCaption.ce_text_w_multi_links .textContent p {
    font-size: 16px;
  }
  .ce_text_w_multi_links .textContent p:last-child {
    margin-bottom: 0;
  }
  .ce_text_w_multi_links .multiLinks {
    margin-top: 15px;
  }
  .ce_text_w_multi_links .multiLinks .inner {
    display: grid;
    grid-template-columns: minmax(170px, 30%) auto;
    grid-row-gap: 10px;
  }
  .ce_text_w_multi_links .multiLinks .inner a {
    display: inline-block;
    color: #eba810;
    text-decoration: underline;
    font-size: 15px;
    margin-right: 30px;
    font-weight: 600;
  }
  .ce_text_w_multi_links .multiLinks .inner a a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .ce_text_w_multi_links {
    margin-bottom: 45px;
  }
  .ce_text_w_multi_links h2 {
    font-size: 28px;
  }
  .ce_text_w_multi_links h2 a {
    font-size: 28px;
  }
  .ce_text_w_multi_links .textContent p {
    font-size: 15px;
  }
  .largerCaption.ce_text_w_multi_links .textContent p {
    font-size: 18px;
  }
  .ce_text_w_multi_links .multiLinks .inner a {
    font-size: 16px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_links_list_w_img {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .ce_links_list_w_img .textContent {
    font-size: 14px;
    width: 100%;
  }
  .ce_links_list_w_img .multiLinks .inner .listItem {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 0;
    line-height: 125%;
  }
  .ce_links_list_w_img .multiLinks .inner .listItem i {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    color: #eba810;
    font-size: 18px;
    line-height: 20px;
  }
  .ce_links_list_w_img .multiLinks .inner .listItem a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ce_links_list_w_img .imageHeadlineButton {
    padding: 0 0 30px;
    width: 100%;
    text-align: center;
  }
  .ce_links_list_w_img .imageHeadlineButton figure {
    border-bottom: 2px solid #eba810;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .ce_links_list_w_img .imageHeadlineButton figure img {
    width: 200px;
  }
  .ce_links_list_w_img .imageHeadlineButton h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 110%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eba810;
  }
  .ce_links_list_w_img .imageHeadlineButton a.link {
    padding: 10px 30px;
    display: inline-block;
    background-color: #eba810;
    color: #1e355e;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 120%;
    border-radius: 5px;
    text-align: center;
    font-weight: 800;
  }
}
@media (min-width: 769px) {
  .ce_links_list_w_img {
    flex-direction: row-reverse;
  }
  .ce_links_list_w_img .imageHeadlineButton {
    padding-left: 30px;
    padding-bottom: 0;
  }
  .ce_links_list_w_img .imageHeadlineButton h2 {
    font-size: 32px;
  }
  .ce_links_list_w_img .textContent {
    font-size: 15px;
  }
  .ce_links_list_w_img .multiLinks .inner .listItem {
    font-size: 18px;
  }
  .ce_links_list_w_img figure {
    width: 150px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_blockylinkslist h1, .ce_blockylinkslist h2, .ce_blockylinkslist h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #1b79bf;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .ce_blockylinkslist .multiLinks a {
    background-color: #eba810;
    padding: 25px 40px;
    color: #1e355e;
    font-weight: 800;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    font-size: 1.2rem;
    line-height: 130%;
    display: block;
    font-family: "Poppins", Arial, sans-serif;
  }
  .ce_blockylinkslist .multiLinks a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .ce_blockylinkslist .multiLinks a a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_linkslist h1, .ce_linkslist h2, .ce_linkslist h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .ce_linkslist .multiLinks a {
    background-color: rgba(235, 168, 16, 0.25);
    padding: 7px 15px 7px 7px;
    color: #1e355e;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: flex;
    width: 100%;
    font-size: 1rem;
    line-height: 130%;
  }
  .ce_linkslist .multiLinks a i, .ce_linkslist .multiLinks a span {
    display: inline-block;
  }
  .ce_linkslist .multiLinks a i {
    padding-right: 8px;
    padding-top: 7px;
    font-size: 80%;
  }
  .ce_linkslist .multiLinks a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .ce_linkslist .multiLinks a a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .ce_linkslist h2, .ce_linkslist h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1151px) {
  .ce_linkslist .multiLinks a {
    font-size: 1.2rem;
    padding: 10px 20px 10px 10px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_list h1, .ce_list h2, .ce_list h3, .content-list h1, .content-list h2, .content-list h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #1b79bf;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .ce_list ul, .content-list ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .ce_list ul li, .content-list ul li {
    padding: 10px 0;
    color: #1e355e;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
  }
  .ce_list ul li i, .content-list ul li i {
    margin-top: 3px;
    margin-right: 10px;
    color: #eba810;
    font-size: 18px;
    line-height: 20px;
  }
  .ce_list ul li span.text, .content-list ul li span.text {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
  }
  .ce_list.column_split ul li, .ce_list .column_split ul li, .content-list.column_split ul li, .content-list .column_split ul li {
    width: 40%;
    margin-right: 5%;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_icons_w_captions {
    width: 100%;
    margin-bottom: 45px;
  }
  .ce_icons_w_captions h1, .ce_icons_w_captions h2, .ce_icons_w_captions h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eba810;
    font-family: "Poppins", Arial, sans-serif;
    color: #112041;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
  }
  .ce_icons_w_captions ul, .ce_icons_w_captions li {
    display: block;
    list-style-type: none;
    margin: 0;
  }
  .ce_icons_w_captions ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
  }
  #right .ce_icons_w_captions ul {
    justify-content: space-between;
  }
  .ce_icons_w_captions li {
    width: 100%;
    max-width: 280px;
    margin-right: 45px;
  }
  #right .ce_icons_w_captions li {
    max-width: 350px;
    margin-right: 45px;
  }
  .ce_icons_w_captions figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .ce_icons_w_captions figure img {
    width: 40%;
    max-width: 40%;
    height: auto;
    margin: 30px 30px 30px 0;
  }
  .ce_icons_w_captions figure .caption {
    display: block;
    text-align: center;
    color: #1e355e;
    font-weight: 700;
    line-height: 130%;
    font-size: 18px;
    min-width: 160px;
    margin: 0 auto;
  }
  #right .ce_icons_w_captions figure .caption {
    margin: 0 auto;
  }
  #right .ce_icons_w_captions figure {
    flex-direction: row;
  }
  #right .ce_icons_w_captions figure img {
    width: 40%;
    max-width: 40%;
    height: auto;
    margin: 30px 30px 30px 0;
  }
}
@media (min-width: 769px) {
  .ce_icons_w_captions li {
    margin-right: auto;
    max-width: 240px;
  }
  .ce_icons_w_captions figure {
    flex-direction: column;
  }
  .ce_icons_w_captions figure img {
    width: auto;
    max-width: 170px;
    margin-right: 0;
  }
  .ce_icons_w_captions .caption {
    margin: 0 auto 45px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .noPadding[class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn {
    padding: 0;
  }
  .noPadding[class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn:first-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 641px) and (max-width: 850px) {
  [class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightRow {
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 850px) {
  [class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn.textColumn > .inner, [class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn.imageColumn > .inner {
    position: static;
    transform: none;
  }
}
@media (min-width: 641px) and (max-width: 850px) {
  [class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn.imageColumn figure {
    text-align: center;
  }
  [class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn.imageColumn figure img {
    max-width: 500px;
  }
}
@media (min-width: 851px) {
  [class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightRow {
    align-items: center;
  }
  .verticalAlignTop[class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightRow {
    align-items: start;
  }
  .verticalAlignBottom[class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightRow {
    align-items: end;
  }
  .noPadding[class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightRow {
    grid-column-gap: 50px;
  }
  .noPadding[class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn {
    padding: 0;
    min-height: 0;
  }
  .noPadding[class*=ce_rhyme_leftright] .rhymeLeftRight .leftRightColumn:first-child {
    padding-bottom: 0;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .ce_text_w_bg {
    background-position: center;
  }
  .ce_text_w_bg > .inner {
    padding: 15px;
  }
  .ce_text_w_bg > .inner.bg-darkBlue {
    color: #fff;
  }
  .ce_text_w_bg > .inner.bg-darkBlue p, .ce_text_w_bg > .inner.bg-darkBlue a, .ce_text_w_bg > .inner.bg-darkBlue ul, .ce_text_w_bg > .inner.bg-darkBlue ol, .ce_text_w_bg > .inner.bg-darkBlue li {
    color: #fff;
  }
  .ce_text_w_bg > .inner.bg-darkBlue a {
    font-weight: 700;
  }
  .ce_text_w_bg > .inner.bg-liteOrange {
    color: #1e355e;
  }
  .ce_text_w_bg > .inner.bg-liteOrange p, .ce_text_w_bg > .inner.bg-liteOrange a, .ce_text_w_bg > .inner.bg-liteOrange ul, .ce_text_w_bg > .inner.bg-liteOrange ol, .ce_text_w_bg > .inner.bg-liteOrange li {
    color: #1e355e;
  }
  .ce_text_w_bg > .inner.bg-liteOrange a {
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .ce_text_w_bg > .inner {
    padding: 30px;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .content-image.reduceImageSize, .ce_image.reduceImageSize {
    width: 50%;
    margin: 0 auto;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media (min-width: 0px) {
  .mod_documentlist h2, .mod_documentlist h3, .mod_documentlist h4, .ce_document_list h2, .ce_document_list h3, .ce_document_list h4 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  #right .mod_documentlist h2, #right .mod_documentlist h3, #right .mod_documentlist h4, #right .ce_document_list h2, #right .ce_document_list h3, #right .ce_document_list h4 {
    font-family: "Poppins", Arial, sans-serif;
    color: #1e355e;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
  }
  .mod_documentlist .layout_nameonly a, .ce_document_list .layout_nameonly a {
    background-color: rgba(235, 168, 16, 0.25);
    padding: 12px 15px;
    color: #1e355e;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: flex;
    width: 100%;
    font-size: 1rem;
  }
  #right .mod_documentlist .layout_nameonly a, #right .ce_document_list .layout_nameonly a {
    padding: 8px 12px;
  }
  .mod_documentlist .layout_nameonly a span, .ce_document_list .layout_nameonly a span {
    display: inline-block;
  }
  .mod_documentlist .layout_nameonly a:before, .ce_document_list .layout_nameonly a:before {
    font-size: 20px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-weight: 700;
    padding-right: 10px;
  }
  .mod_documentlist .layout_nameonly a:hover, .ce_document_list .layout_nameonly a:hover {
    background-color: #112041;
    color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .mod_documentlist .layout_nameonly.pdf a:before, .ce_document_list .layout_nameonly.pdf a:before {
    content: "";
  }
  .mod_documentlist .layout_nameonly:last-child:not(:first-child) a, .ce_document_list .layout_nameonly:last-child:not(:first-child) a {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .mod_documentlist h2, .mod_documentlist h3, .mod_documentlist h4, .ce_document_list h2, .ce_document_list h3, .ce_document_list h4 {
    font-size: 2rem;
  }
}
@media (min-width: 1151px) {
  .mod_documentlist .layout_nameonly a, .ce_document_list .layout_nameonly a {
    font-size: 1.2rem;
    padding: 15px 20px;
  }
  #right .mod_documentlist .layout_nameonly a, #right .ce_document_list .layout_nameonly a {
    font-size: 1rem;
  }
}
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
/*!*
 *  Copyright (c) 2026 Rhyme Digital, LLC.
 *
 *  @link			https://rhyme.digital
 *  @license		https://www.gnu.org/licenses/lgpl-3.0.txt LGPL
 */
@media screen and (min-width: 0px) {
  .insidePage #main > .inside > .mod_article, .divisionHome #main > .inside > .mod_article {
    width: 90%;
    margin: 30px auto;
    padding: 0 15px;
  }
  .insidePage #main > .inside > .mod_article > .content-text + .content-text, .insidePage #main > .inside > .mod_article > .ce_text + .ce_text, .divisionHome #main > .inside > .mod_article > .content-text + .content-text, .divisionHome #main > .inside > .mod_article > .ce_text + .ce_text {
    margin-top: 15px;
  }
  .insidePage #main > .inside > .mod_article.fullWidth, .divisionHome #main > .inside > .mod_article.fullWidth {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px calc(15px + 5vw);
  }
  .insidePage #main > .inside #right, .divisionHome #main > .inside #right {
    width: 90%;
    margin: 30px auto;
    padding: 15px;
  }
  .insidePage #main > .inside #right > .inside > .mod_article > *:not(.empty) ~ *, .divisionHome #main > .inside #right > .inside > .mod_article > *:not(.empty) ~ * {
    margin-top: 60px;
  }
  .insidePage #main > .inside #right > .inside > .mod_article > *:not(.empty) ~ *:first-child, .divisionHome #main > .inside #right > .inside > .mod_article > *:not(.empty) ~ *:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1201px) {
  .insidePage.fullWidth #main > .inside {
    display: block;
  }
  .insidePage #main > .inside, .divisionHome #main > .inside {
    display: grid;
    grid-template-columns: calc(55% + 5vw) auto;
  }
  .insidePage #main > .inside > .mod_article, .divisionHome #main > .inside > .mod_article {
    order: 1;
    grid-column: 1/2;
    margin: 0 0 40px 5vw;
    padding-left: 40px;
    padding-right: 40px;
  }
  .insidePage #main > .inside > .mod_article:first-child, .divisionHome #main > .inside > .mod_article:first-child {
    margin-top: 40px;
  }
  .insidePage #main > .inside > .mod_article > .content-text + .content-text, .insidePage #main > .inside > .mod_article > .ce_text + .ce_text, .divisionHome #main > .inside > .mod_article > .content-text + .content-text, .divisionHome #main > .inside > .mod_article > .ce_text + .ce_text {
    margin-top: 40px;
  }
  .insidePage #main > .inside > .mod_article.fullWidth, .divisionHome #main > .inside > .mod_article.fullWidth {
    order: 3;
    grid-column: 1/3;
    margin-left: 0;
    padding: 30px calc(40px + 5vw);
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 100vw;
  }
  .insidePage #main > .inside #right, .divisionHome #main > .inside #right {
    width: 100%;
    order: 2;
    grid-column: 2/3;
    grid-row: 1/99;
    margin: 40px 0;
    padding: 0 calc(5vw + 40px) 0 20px;
    max-width: 40vw;
    overflow-y: visible;
    overflow-x: hidden;
  }
  .insidePage #main > .inside .mod_article.fullWidth ~ .mod_article, .divisionHome #main > .inside .mod_article.fullWidth ~ .mod_article {
    grid-column: 1/3;
    order: 99;
  }
}
@media screen and (min-width: 1501px) {
  .insidePage #main > .inside, .divisionHome #main > .inside {
    grid-template-columns: calc(55% + 8vw) auto;
  }
  .insidePage #main > .inside > .mod_article, .divisionHome #main > .inside > .mod_article {
    margin: 0 0 40px 8vw;
    width: auto;
  }
  .insidePage #main > .inside > .mod_article.fullWidth, .divisionHome #main > .inside > .mod_article.fullWidth {
    padding: 30px calc(40px + 8vw);
  }
  .insidePage #main > .inside > .mod_article.fullWidth ~ .mod_article, .divisionHome #main > .inside > .mod_article.fullWidth ~ .mod_article {
    margin-right: calc(8vw);
  }
  .insidePage #main > .inside #right, .divisionHome #main > .inside #right {
    padding: 0 calc(8vw + 40px) 0 20px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2FInsidePage.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fbase%2Fbase.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Futility%2Falignment.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fmixins%2Fclearfix.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Futility%2Fdisplay.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fmixins%2Fbreakpoint.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Futility%2Fgrid.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Fblockquotes.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Fbuttons.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Fcode.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Fforms.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Flinks.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Flists.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Ftables.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Felements%2Ftypography.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Falerts.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fbreadcrumbs.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fcards.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fmenus.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fmodals.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fnavigation.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fpagination.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fpanels.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fpricing-tables.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fprogress-bars.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fsidebars.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Fsteppers.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Ftabs.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Ftags.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2F..%2F..%2Fmustard-ui-master%2Fsrc%2Fscss%2Fcomponents%2Ftooltips.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FResets%2F_HTML5Reset.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FResets%2F_MobiScrollResets.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FResets%2F_MustardUIResets.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FMixins%2F_Animation.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FMixins%2F_ColorChangeAnimation.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FAnimations%2F_FadeIn.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FStyles%2F_Layout.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FStyles%2F_Buttons.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FStyles%2F_Spinner.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FGlobal%2FIncludes%2F..%2FStyles%2F_IEFixes.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FButtons%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFixedLinks%2FIncludes%2F..%2FStyles%2F_AskEngineers.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_Layout.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_Address.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_Copyright.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_Locations.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_Logo.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_Phone.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_SocialIcons.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFooter%2FIncludes%2F..%2FStyles%2F_Tagline.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FForm%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FForm%2FIncludes%2F..%2FStyles%2F_Switch.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FForm%2FIncludes%2F..%2FStyles%2F_Errors.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FForm%2FIncludes%2F..%2FStyles%2F_NewsletterSignup.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FForm%2FIncludes%2F..%2FStyles%2F_ViegaCredentialTraining.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FForm%2FIncludes%2F..%2FStyles%2F_ZohoWebForms.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHeader%2FIncludes%2F..%2FStyles%2F_Layout.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHeader%2FIncludes%2F..%2FStyles%2F_HeaderTop.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHeader%2FIncludes%2F..%2FStyles%2F_HeaderBottom.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHeader%2FIncludes%2F..%2FStyles%2F_Logo.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHeader%2FIncludes%2F..%2FStyles%2F_Hamburger.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHeader%2FIncludes%2F..%2FStyles%2F_Search.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHero%2FIncludes%2F..%2FStyles%2F_Home.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FHero%2FIncludes%2F..%2FStyles%2F_Inside.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FModal%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FModal%2FIncludes%2F..%2FStyles%2F_CheckboxModal.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FModal%2FIncludes%2F..%2FStyles%2F_Fundamental.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FModal%2FIncludes%2F..%2FStyles%2F_Manufacturer.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_MainNav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_TopNav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_OffcanvasNav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_FooterNav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_PagesNav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_HeaderTopCTANav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_HeaderBottomCTANav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNavigation%2FIncludes%2F..%2FStyles%2F_HomeBottomNav.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FOffCanvas%2FIncludes%2F..%2FStyles%2F_Overlay.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FOffCanvas%2FIncludes%2F..%2FStyles%2F_OffCanvasLogo.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FOffCanvas%2FIncludes%2F..%2FStyles%2F_OffCanvasSearch.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FPagination%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FSearch%2FIncludes%2F..%2FStyles%2F_MultiSearch.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FSlick%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FSlick%2FIncludes%2F..%2FStyles%2F_HomeSlider.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FSlick%2FIncludes%2F..%2FStyles%2F_GallerySlider.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FSocialIcons%2FIncludes%2F..%2FStyles%2F_HeaderSocial.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FSocialIcons%2FIncludes%2F..%2FStyles%2F_OffcanvasSocial.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FWrappers%2FIncludes%2F..%2FStyles%2F_ModArticle.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FWrappers%2FIncludes%2F..%2FStyles%2F_PageTopLinkWrapper.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FWrappers%2FIncludes%2F..%2FStyles%2F_TwoBlocks.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FWrappers%2FIncludes%2F..%2FStyles%2F_ThreeBlocks.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FWrappers%2FIncludes%2F..%2FStyles%2F_FourBlocks.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FWrappers%2FIncludes%2F..%2FStyles%2F_ProgramsBlock.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFAQ%2FIncludes%2F..%2FStyles%2F_KBLister.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFAQ%2FIncludes%2F..%2FStyles%2F_Reader.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFAQ%2FIncludes%2F..%2FStyles%2F_SingleKBElement.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FVideo%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FVideo%2FIncludes%2F..%2FStyles%2F_Reader.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FVideo%2FIncludes%2F..%2FStyles%2F_TopVideo.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FVideo%2FIncludes%2F..%2FStyles%2F_VideoLister.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FVideo%2FIncludes%2F..%2FStyles%2F_Related.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FVideo%2FIncludes%2F..%2FStyles%2F_LatestVideoHomepage.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FVideo%2FIncludes%2F..%2FStyles%2F_Element.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FContentColumns%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FContentColumns%2FIncludes%2F..%2FStyles%2F_Layout.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FRelatedItems%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FRelatedItems%2FIncludes%2F..%2FStyles%2F_Pages.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FManufacturers%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FManufacturers%2FIncludes%2F..%2FStyles%2F_Champions.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FManufacturers%2FIncludes%2F..%2FStyles%2F_GroupedByTypes.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FManufacturers%2FIncludes%2F..%2FStyles%2F_Reader.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FProductSeries%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FProductSeries%2FIncludes%2F..%2FStyles%2F_GroupedByTypes.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FProductSeries%2FIncludes%2F..%2FStyles%2F_Reader.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FBranch%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FBranch%2FIncludes%2F..%2FStyles%2F_Lister.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FBranch%2FIncludes%2F..%2FStyles%2F_ListerFull.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FBios%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FBios%2FIncludes%2F..%2FStyles%2F_GroupedByBranches.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FBios%2FIncludes%2F..%2FStyles%2F_GroupedByBranchesAndLoc.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FFundamental%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FShowMoreLess%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNews%2FIncludes%2F..%2FStyles%2F_Lister.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNews%2FIncludes%2F..%2FStyles%2F_ArchiveMenu.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FNews%2FIncludes%2F..%2FStyles%2F_Reader.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FCookieConsent%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FZohoChat%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FEpcChart%2FIncludes%2F..%2FStyles%2F_Default.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_BorderedWithImage.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_CalloutWithImg.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_CalloutWithImgBg.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_CalloutWithImgTag.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_TextWithLinks.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_LinksListWithImg.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_BlockyLinksList.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_LinksList.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_List.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_IconsWithCaptions.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_LeftRight.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_TextWithBg.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FGenericBlocks%2FIncludes%2F..%2FStyles%2F_Image.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FFeatures%2FDocuments%2FIncludes%2F..%2FStyles%2F_Lister.scss%22%2C%22var%2Fwww%2Fhtml%2Fcollinspipe.com%2Freleases%2Fv3%2Ffiles%2Fassets%2Fscss%2Flayouts%2F..%2F..%2F..%2F..%2Fscss%2Fsite%2FPages%2FInside%2FIncludes%2F..%2FStyles%2F_Default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BADjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACHI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIuBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BACtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsBA%3BAAAA%3BAAAA%3BACtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsBA%3BAAAA%3BAAAA%3BACtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsBA%3BAAAA%3BAAAA%3BACtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgCA%3BAAAA%3BAAAA%3BAC1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0BA%3BAAAA%3BAAAA%3BAC1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0BA%3BAAAA%3BAAAA%3BAC1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0BA%3BAAAA%3BAAAA%3BAC1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsCQ%3BAAAA%3BAAAA%3BAChCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgCQ%3BAAAA%3BAAAA%3BAChCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgCQ%3BAAAA%3BAAAA%3BAChCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgCQ%3BAAAA%3BAAAA%3BAChCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgCQ%3BAAAA%3BAAAA%3BAChCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgCQ%3BAAAA%3BAAAA%3BAChCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALvBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhCJ%3BACuCQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7CR%3BACqDQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3DR%3BACmEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzER%3BACiFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANlGZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAPtBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAVlJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAXvBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYUA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAZrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAbjCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAckBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAdpFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAhB7BZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAjBvCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAlB9BZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAnB5DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfnCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe6CA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfjEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe2EA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB3FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BArBzCZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAtB%2FCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAvBhEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAxB7DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAzBhDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BaA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B7CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BA3BlCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B9CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B1CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4Q%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2R%3BAAAA%3BAAAA%3BAAAmB%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAAA4B%3BAAAA%3BAAAA%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyE%3BAAAA%3BAAAA%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BA9BA54C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAhC%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCgBI%3BACLA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BADIA%3BACRA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BADOA%3BACXA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BADUA%3BACdA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BADaA%3BACjBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAlCfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAnCpCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBZ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BApCxKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCQA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BArCzCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsCOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAtCpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAvCjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCmBI%3BAAAA%3BAAAA%3BAAgBJ%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAiBY%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAc5B%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAyBgB%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6B5B%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoCgB%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAATA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxC1J5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCUA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCZJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CQA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1CzDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA3CjDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CQA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA5C3BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA7ClCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA9CjCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA%2FC1BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAhDlCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAjD%2FCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDQA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAlD9BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDOA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnDrKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApD7CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BArDnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBhB%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAtDxHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDOA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAvDhDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDvCZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDhBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DjBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2DQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBR%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BA3D5FR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BA5D1DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAIQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA7DpEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8DQA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAqDF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BA9DzED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BDQA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAexB%3BAAKQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAASgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAASgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA%2FDnLhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgEQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQpB%3BAAQgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOhB%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAMY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAhE7IhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiEQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjEpFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkEQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlErBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmEOA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnEnCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoEOA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApEpDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEQA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAACI%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAACI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAIgB%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAGY%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArE5RZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsESA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAKgB%3BAAAA%3BAAAA%3BAAAA%3BAtEpLhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuEQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAKQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAvEjKZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwEQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAahB%3BAAQgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxEpFhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyEQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzE1KR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0EQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BA1EjGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2EQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAEI%3BAAAA%3BAAAA%3BAAKY%3BAAAA%3BAAAA%3BAAAA%3BA3E5FhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EQA%3BAAIQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYpB%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAASoB%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA5EzHhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6EQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7ERA%3BA6EmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7EpCA%3BA6E8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA7EhHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8EQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9EZR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BEQA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BA%2FE1DH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgFQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhFtEhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiFQA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAsBH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAxDE%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA0DR%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAKG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAYI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAjFjUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkFQA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAlF1EZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmFQA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAIE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAnFlGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoFeA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAA2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvBE%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BApFrJL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqFQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BArFrCZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsFQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAtFvCZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuFQA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvF5BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwFOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAxFpBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyFQA%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAASQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAzFpER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0FQA%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1FzDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2FQA%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAARA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3FzDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4FSA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5FVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6FQA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BA7FhCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8FQA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BA9FnBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BFQA%3BAAEI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BA%2FFrDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgGMA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhGhBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiGQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAjGhCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkGQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlGrDZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmGQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAnG7ER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoGQA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBH%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAzHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgIH%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BL%3BAAQG%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApGrRH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqGSA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArGjBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsGQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtGvBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuGQA%3BAAQgB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvG5CpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwGQA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAIQ%3BAAAA%3BAAAA%3BAAUY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASpB%3BAAUoB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxGrDpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyGQA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAzG5BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0GQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1GlDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2GQA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3GpKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4GOA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5GzDL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6GQA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BA7G3CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8GOA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BA9G1EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BGQA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkDF%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FGhKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgHQA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAhH3CH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiHOA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAARE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjH7IH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkHQA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAlHlDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmHQA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAMG%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAnHhIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoHQA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BApHhIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqHOA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BArHzDZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsHOA%3BAAIE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAtH%2FFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuHOA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAvHtGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwHOA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAEI%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAxHrGZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyHOA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzHxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0HQA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1HpDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2HQA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3HnCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4HQA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA5H5BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6HQA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAARC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7HrBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8HQA%3BAAEC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9HnEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BHSA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAEC%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAIE%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAUK%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA%2FH3RH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgIQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAhI7FR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiIQA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAKY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAGQ%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjI1NZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkIQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAIQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAIQ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAlI%2FQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmIQA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnI5EZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoIQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BApI5GhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqIQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBZ%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BArIjIR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsIQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtItChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuIQA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUhB%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAKY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvItEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwIQA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxIxDhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyIQA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAzIxGR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0IQA%3BAAMY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAY5B%3BAAMY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BA1I9FhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2IQA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BA3I5CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4IOA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5IZR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6IQA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BA7I5FhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8IQA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAGE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAKE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%22%7D */