﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide, .slick-slide a, .form__field {
    outline: none;
}


.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&xsmall=25em&medium=40em&xmedium=48em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=112em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 25em) {
  .xsmall-text-left {
    text-align: left;
  }
  .xsmall-text-right {
    text-align: right;
  }
  .xsmall-text-center {
    text-align: center;
  }
  .xsmall-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-text-left {
    text-align: left;
  }
  .xmedium-text-right {
    text-align: right;
  }
  .xmedium-text-center {
    text-align: center;
  }
  .xmedium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 25em) {
  .grid-x > .xsmall-shrink, .grid-x > .xsmall-full, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-x > .xmedium-shrink, .grid-x > .xmedium-full, .grid-x > .xmedium-1, .grid-x > .xmedium-2, .grid-x > .xmedium-3, .grid-x > .xmedium-4, .grid-x > .xmedium-5, .grid-x > .xmedium-6, .grid-x > .xmedium-7, .grid-x > .xmedium-8, .grid-x > .xmedium-9, .grid-x > .xmedium-10, .grid-x > .xmedium-11, .grid-x > .xmedium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 112em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 25em) {
  .grid-x > .xsmall-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xsmall-shrink, .grid-x > .xsmall-1, .grid-x > .xsmall-2, .grid-x > .xsmall-3, .grid-x > .xsmall-4, .grid-x > .xsmall-5, .grid-x > .xsmall-6, .grid-x > .xsmall-7, .grid-x > .xsmall-8, .grid-x > .xsmall-9, .grid-x > .xsmall-10, .grid-x > .xsmall-11, .grid-x > .xsmall-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xsmall-shrink {
    width: auto;
  }
  .grid-x > .xsmall-1 {
    width: 8.33333%;
  }
  .grid-x > .xsmall-2 {
    width: 16.66667%;
  }
  .grid-x > .xsmall-3 {
    width: 25%;
  }
  .grid-x > .xsmall-4 {
    width: 33.33333%;
  }
  .grid-x > .xsmall-5 {
    width: 41.66667%;
  }
  .grid-x > .xsmall-6 {
    width: 50%;
  }
  .grid-x > .xsmall-7 {
    width: 58.33333%;
  }
  .grid-x > .xsmall-8 {
    width: 66.66667%;
  }
  .grid-x > .xsmall-9 {
    width: 75%;
  }
  .grid-x > .xsmall-10 {
    width: 83.33333%;
  }
  .grid-x > .xsmall-11 {
    width: 91.66667%;
  }
  .grid-x > .xsmall-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-x > .xmedium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xmedium-shrink, .grid-x > .xmedium-1, .grid-x > .xmedium-2, .grid-x > .xmedium-3, .grid-x > .xmedium-4, .grid-x > .xmedium-5, .grid-x > .xmedium-6, .grid-x > .xmedium-7, .grid-x > .xmedium-8, .grid-x > .xmedium-9, .grid-x > .xmedium-10, .grid-x > .xmedium-11, .grid-x > .xmedium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xmedium-shrink {
    width: auto;
  }
  .grid-x > .xmedium-1 {
    width: 8.33333%;
  }
  .grid-x > .xmedium-2 {
    width: 16.66667%;
  }
  .grid-x > .xmedium-3 {
    width: 25%;
  }
  .grid-x > .xmedium-4 {
    width: 33.33333%;
  }
  .grid-x > .xmedium-5 {
    width: 41.66667%;
  }
  .grid-x > .xmedium-6 {
    width: 50%;
  }
  .grid-x > .xmedium-7 {
    width: 58.33333%;
  }
  .grid-x > .xmedium-8 {
    width: 66.66667%;
  }
  .grid-x > .xmedium-9 {
    width: 75%;
  }
  .grid-x > .xmedium-10 {
    width: 83.33333%;
  }
  .grid-x > .xmedium-11 {
    width: 91.66667%;
  }
  .grid-x > .xmedium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .grid-x > .xxxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 25em) {
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .xmedium-auto {
    width: auto;
  }
  .grid-margin-x > .xmedium-shrink {
    width: auto;
  }
  .grid-margin-x > .xmedium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xmedium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 112em) {
  .grid-margin-x > .xxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 25em) {
  .xsmall-up-1 > .cell {
    width: 100%;
  }
  .xsmall-up-2 > .cell {
    width: 50%;
  }
  .xsmall-up-3 > .cell {
    width: 33.33333%;
  }
  .xsmall-up-4 > .cell {
    width: 25%;
  }
  .xsmall-up-5 > .cell {
    width: 20%;
  }
  .xsmall-up-6 > .cell {
    width: 16.66667%;
  }
  .xsmall-up-7 > .cell {
    width: 14.28571%;
  }
  .xsmall-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-up-1 > .cell {
    width: 100%;
  }
  .xmedium-up-2 > .cell {
    width: 50%;
  }
  .xmedium-up-3 > .cell {
    width: 33.33333%;
  }
  .xmedium-up-4 > .cell {
    width: 25%;
  }
  .xmedium-up-5 > .cell {
    width: 20%;
  }
  .xmedium-up-6 > .cell {
    width: 16.66667%;
  }
  .xmedium-up-7 > .cell {
    width: 14.28571%;
  }
  .xmedium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xxxlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 25em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.xmedium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 112em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 25em) {
  .small-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .small-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .small-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .small-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .small-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .small-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .small-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .small-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 25em) {
  .xsmall-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xsmall-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 25em) {
  .xsmall-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .small-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .small-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .small-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 25em) {
  .xsmall-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .xsmall-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .xsmall-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .xsmall-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .large-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .large-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .large-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xsmall-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xsmall-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xsmall-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .xsmall-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .xsmall-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xsmall-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .xsmall-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .xsmall-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xsmall-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .xsmall-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .xsmall-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xsmall-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .xsmall-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .xsmall-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 25em) {
  .xsmall-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xsmall-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xmedium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .small-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .small-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .small-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .xmedium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .large-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .large-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .large-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xmedium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xmedium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xmedium-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .xmedium-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .xmedium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xmedium-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .xmedium-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .xmedium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xmedium-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .xmedium-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .xmedium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xmedium-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .xmedium-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .xmedium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xmedium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .large-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .large-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .large-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .large-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .large-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .large-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .xsmall-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .xsmall-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xsmall-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .xsmall-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xsmall-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .xsmall-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xsmall-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .xsmall-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .xsmall-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .xmedium-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .xmedium-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xmedium-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .xmedium-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xmedium-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .xmedium-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xmedium-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .xmedium-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%;
  }
  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 25em) {
  .xsmall-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xsmall-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .xsmall-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xsmall-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
  }
  .xsmall-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xsmall-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .xsmall-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xsmall-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }
  .xsmall-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xsmall-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .xsmall-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xsmall-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
  }
  .xsmall-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xsmall-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }
  .xsmall-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xsmall-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
  }
  .xsmall-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xsmall-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .xsmall-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xsmall-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }
  .xsmall-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xsmall-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .xsmall-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xsmall-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
  }
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xmedium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xmedium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xmedium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xmedium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xmedium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xmedium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xmedium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xmedium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xmedium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xmedium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xmedium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xmedium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xmedium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xmedium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xmedium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xmedium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xmedium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xmedium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xmedium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xmedium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xmedium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xmedium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xmedium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 25em) {
  .grid-y > .xsmall-shrink, .grid-y > .xsmall-full, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y > .xmedium-shrink, .grid-y > .xmedium-full, .grid-y > .xmedium-1, .grid-y > .xmedium-2, .grid-y > .xmedium-3, .grid-y > .xmedium-4, .grid-y > .xmedium-5, .grid-y > .xmedium-6, .grid-y > .xmedium-7, .grid-y > .xmedium-8, .grid-y > .xmedium-9, .grid-y > .xmedium-10, .grid-y > .xmedium-11, .grid-y > .xmedium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 112em) {
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 25em) {
  .grid-y > .xsmall-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xsmall-shrink, .grid-y > .xsmall-1, .grid-y > .xsmall-2, .grid-y > .xsmall-3, .grid-y > .xsmall-4, .grid-y > .xsmall-5, .grid-y > .xsmall-6, .grid-y > .xsmall-7, .grid-y > .xsmall-8, .grid-y > .xsmall-9, .grid-y > .xsmall-10, .grid-y > .xsmall-11, .grid-y > .xsmall-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xsmall-shrink {
    height: auto;
  }
  .grid-y > .xsmall-1 {
    height: 8.33333%;
  }
  .grid-y > .xsmall-2 {
    height: 16.66667%;
  }
  .grid-y > .xsmall-3 {
    height: 25%;
  }
  .grid-y > .xsmall-4 {
    height: 33.33333%;
  }
  .grid-y > .xsmall-5 {
    height: 41.66667%;
  }
  .grid-y > .xsmall-6 {
    height: 50%;
  }
  .grid-y > .xsmall-7 {
    height: 58.33333%;
  }
  .grid-y > .xsmall-8 {
    height: 66.66667%;
  }
  .grid-y > .xsmall-9 {
    height: 75%;
  }
  .grid-y > .xsmall-10 {
    height: 83.33333%;
  }
  .grid-y > .xsmall-11 {
    height: 91.66667%;
  }
  .grid-y > .xsmall-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y > .xmedium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xmedium-shrink, .grid-y > .xmedium-1, .grid-y > .xmedium-2, .grid-y > .xmedium-3, .grid-y > .xmedium-4, .grid-y > .xmedium-5, .grid-y > .xmedium-6, .grid-y > .xmedium-7, .grid-y > .xmedium-8, .grid-y > .xmedium-9, .grid-y > .xmedium-10, .grid-y > .xmedium-11, .grid-y > .xmedium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xmedium-shrink {
    height: auto;
  }
  .grid-y > .xmedium-1 {
    height: 8.33333%;
  }
  .grid-y > .xmedium-2 {
    height: 16.66667%;
  }
  .grid-y > .xmedium-3 {
    height: 25%;
  }
  .grid-y > .xmedium-4 {
    height: 33.33333%;
  }
  .grid-y > .xmedium-5 {
    height: 41.66667%;
  }
  .grid-y > .xmedium-6 {
    height: 50%;
  }
  .grid-y > .xmedium-7 {
    height: 58.33333%;
  }
  .grid-y > .xmedium-8 {
    height: 66.66667%;
  }
  .grid-y > .xmedium-9 {
    height: 75%;
  }
  .grid-y > .xmedium-10 {
    height: 83.33333%;
  }
  .grid-y > .xmedium-11 {
    height: 91.66667%;
  }
  .grid-y > .xmedium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 112em) {
  .grid-y > .xxxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xxxlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xxxlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xxxlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xxxlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 112em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 25em) {
  .xsmall-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xsmall-grid-frame {
    width: 100%;
  }
  .xsmall-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xsmall-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xsmall-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .xsmall-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xmedium-grid-frame {
    width: 100%;
  }
  .xmedium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xmedium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xmedium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .xmedium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxxlarge-grid-frame {
    width: 100%;
  }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 25em) {
  .grid-y.xsmall-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 48em) {
  .grid-y.xmedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 112em) {
  .grid-y.xxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 25em) {
  .cell .grid-y.xsmall-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.xmedium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 112em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 112em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 112em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 25em) {
  .grid-margin-y.xsmall-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.xmedium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 112em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 25em) {
  .menu.xsmall-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xsmall-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xsmall-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xsmall-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .menu.xmedium-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xmedium-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xmedium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xmedium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 112em) {
  .menu.xxxlarge-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxxlarge-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxxlarge-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxxlarge-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 25em) {
  .xsmall-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xsmall-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xsmall-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xsmall-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xsmall-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xsmall-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xmedium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xmedium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xmedium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xmedium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xmedium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 25em) {
  .xsmall-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xsmall-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xsmall-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xsmall-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xsmall-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xsmall-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xsmall-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xsmall-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 48em) {
  .xmedium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xmedium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xmedium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xmedium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xmedium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xmedium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xmedium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xmedium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 112em) {
  .xxxlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .xxxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.magenta-fill {
  fill: #C21566;
}

.teal-fill {
  fill: #1B8571;
}

.grey-fill {
  fill: #666666;
}

.grey-light-fill {
  fill: #868686;
}

.grey-dark-fill {
  fill: #4D4D4D;
}

.blue-fill {
  fill: #48A5C7;
}

.blue-mid-fill {
  fill: #488EB0;
}

.orange-fill {
  fill: #CD6522;
}

.orange-light-fill {
  fill: #DA9513;
}

.teal-fill {
  fill: #1B8571;
}

.white-fill {
  fill: #ffffff;
}

.orange-mid-fill {
  fill: #d58613;
}

.white-fill-path path {
  fill: #ffffff;
}

.magenta-stroke {
  stroke: #C21566;
}

.teal-stroke {
  stroke: #1B8571;
}

.grey-stroke {
  stroke: #666666;
}

.grey-light-stroke {
  stroke: #868686;
}

.grey-dark-stroke {
  stroke: #4D4D4D;
}

.blue-stroke {
  stroke: #48A5C7;
}

.blue-mid-stroke {
  stroke: #488EB0;
}

.orange-stroke {
  stroke: #CD6522;
}

.orange-light-stroke {
  stroke: #DA9513;
}

.teal-stroke {
  stroke: #1B8571;
}

.white-stroke {
  stroke: #ffffff;
}

.orange-mid-stroke {
  stroke: #d58613;
}

.grid-container {
  max-width: 250rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

@media screen and (min-width: 31.25em) {
  .grid-container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-left: 4.8125rem;
    padding-right: 4.8125rem;
  }
}

@media screen and (min-width: 90em) {
  .grid-container {
    max-width: 90rem;
  }
}

body {
    font-family: "Maven Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Maven Pro", sans-serif;
}

strong,
b {
  font-weight: 700;
}

blockquote {
  padding-left: 0;
  padding-right: 0;
}

.body__grey {
  color: #666666;
  font-size: 1rem;
}

@media print, screen and (min-width: 64em) {
  .body__grey {
    font-size: 1.125rem;
  }
}

.heading__medium {
  display: block;
  font-size: 2.25rem;
  width: 100%;
  line-height: 0.9;
  margin-bottom: 1.125rem;
}

@media print, screen and (min-width: 64em) {
  .heading__medium {
    font-size: 2.375rem;
  }
}

.heading__small {
  display: block;
  font-size: 1.125rem;
  line-height: 0.9;
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
}

.heading__small-bold {
  font-weight: 700;
  display: block;
  font-size: 1.375rem;
  line-height: 0.9;
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
}

.text__magenta {
  color: #C21566;
}

.text__teal {
  color: #1B8571;
}

.text__blue {
  color: #48A5C7;
}

.text__orange {
  color: #CD6522;
}

.text__orange-light {
  color: #DA9513;
}

.text__white {
  color: #ffffff;
}

.text__center {
  text-align: center !important;
}

.font__normal {
  font-weight: 400;
}

.font__bold {
  font-weight: 500;
}

.font__boldest {
  font-weight: 700;
}

.title__small {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

@media print, screen and (min-width: 40em) {
  .title__small {
    font-size: 1.0625rem;
    line-height: 3.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .title__small {
    font-size: 1.25rem;
    line-height: 3.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .title__small {
    font-size: 1.875rem;
    line-height: 3.625rem;
  }
}

@media screen and (min-width: 75em) {
  .title__small {
    font-size: 2.375rem;
    line-height: 5.5rem;
  }
}

.title__large {
  font-size: 1.75rem;
  line-height: 2.125rem;
}

@media screen and (min-width: 26.25em) {
  .title__large {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .title__large {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .title__large {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

@media screen and (max-width: 24.99875em) {
  .title__large {
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .title__large {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

@media screen and (min-width: 75em) {
  .title__large {
    font-size: 3.875rem;
    line-height: 4.0625rem;
  }
}

.title-main__large {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

@media print, screen and (min-width: 25em) {
  .title-main__large {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .title-main__large {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .title-main__large {
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

@media screen and (min-width: 75em) {
  .title-main__large {
    font-size: 3.875rem;
    line-height: 4.0625rem;
  }
}

.grey-body-text-center p {
  color: #666666;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}

.grey-body-text-center .btn {
  margin: 1.875rem auto;
}

.grey-body-text-center img {
  margin: 1.875rem auto;
  display: block;
}

button {
  cursor: pointer;
}

.btn {
  cursor: pointer;
  border-radius: 5000px !important;
  font-size: 0.875rem;
  width: 191px;
  line-height: 2.5625rem;
  text-align: center;
  position: relative;
  margin-top: 1.25rem;
  display: inline-block;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btnAward {
    text-align: left;
    padding-left: 48px;
}

@media screen and (max-width: 47.99875em) {
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn:before {
  border-radius: inherit;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}

.btn:hover:before {
  opacity: 1;
}

.btn--solid-grey-light-white {
  border: #868686 solid 2px;
  background: #868686;
  color: white;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-grey-light-white:hover, .btn--solid-grey-light-white:focus {
  border-color: #535353;
  background: #535353;
  color: white;
}

.btn--solid-blue-white {
  border: #48A5C7 solid 2px;
  background: #48A5C7;
  color: white;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-blue-white:hover, .btn--solid-blue-white:focus {
  border-color: #286981;
  background: #286981;
  color: white;
}

.btn--solid-teal-white {
  border: #1B8571 solid 2px;
  background: #1B8571;
  color: white;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-teal-white:hover, .btn--solid-teal-white:focus {
  border-color: #125b4d;
  background: #125b4d;
  color: white;
}

.btn--white-trans {
  border: #ffffff solid 2px;
  color: #ffffff;
  line-height: 1.9375rem;
  display: block;
}

.btn--white-trans:hover, .btn--white-trans:focus {
  background: #ffffff;
  color: #CD6522;
}

.btn--white-blue {
  border: #ffffff solid 2px;
  color: #ffffff;
  line-height: 1.9375rem;
  display: block;
}

.btn--white-blue:hover, .btn--white-blue:focus {
  background: #ffffff;
  color: #48A5C7;
}

.btn--solid-white-orange {
  border: #ffffff solid 2px;
  background: #ffffff;
  color: #CD6522;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-white-orange:hover, .btn--solid-white-orange:focus {
  background: none;
  color: #ffffff;
}

.btn--solid-white-magenta {
  border: #ffffff solid 2px;
  background: #ffffff;
  color: #C21566;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-white-magenta:hover, .btn--solid-white-magenta:focus {
  background: none;
  color: #ffffff;
}

.btn--solid-orange-white {
  border: #CD6522 solid 2px;
  background: #CD6522;
  color: white;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-orange-white:hover, .btn--solid-orange-white:focus {
  border-color: #763a13;
  background: #763a13;
  color: white;
}

.btn--solid-orange-light-white {
  border: #DA9513 solid 2px;
  background: #DA9513;
  color: white;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-orange-light-white:hover, .btn--solid-orange-light-white:focus {
  border-color: #ab750f;
  background: #ab750f;
  color: white;
}

.btn--solid-magenta-white {
  border: #C21566 solid 2px;
  background: #C21566;
  color: white;
  line-height: 1.9375rem;
  display: block;
}

.btn--solid-magenta-white:hover, .btn--solid-magenta-white:focus {
  border-color: #94104e;
  background: #94104e;
  color: white;
}

.btn--trans-blue-light {
  border: #55bbd9 solid 2px;
  color: #55bbd9;
  line-height: 1.9375rem;
  display: block;
}

.btn--trans-blue-light:hover, .btn--trans-blue-light:focus {
  background: #55bbd9;
  color: white;
}

.btn--trans-magenta {
  border: #C21566 solid 2px;
  color: #C21566;
  line-height: 1.9375rem;
  display: block;
}

.btn--trans-magenta:hover, .btn--trans-magenta:focus {
  background: #C21566;
  color: white;
}

.btn--trans-teal {
  border: #1B8571 solid 2px;
  color: #1B8571;
  line-height: 1.9375rem;
  display: block;
}

.btn--trans-teal:hover, .btn--trans-teal:focus {
  background: #1B8571;
  color: white;
}

.btn--trans-orange-light {
  border: #DA9513 solid 2px;
  color: #DA9513;
  line-height: 1.9375rem;
  display: block;
}

.btn--trans-orange-light:hover, .btn--trans-orange-light:focus {
  background: #DA9513;
  color: white;
}

@media screen and (max-width: 63.99875em) {
  .btn--magenta-trans-med-down {
    border: #C21566 solid 2px;
    color: #C21566;
  }
  .btn--magenta-trans-med-down:hover, .btn--magenta-trans-med-down:focus {
    background: #C21566;
    color: #ffffff;
  }
}

.btn--orange-magenta {
  background: #CD6522;
  background: -webkit-gradient(linear, left top, right top, from(#CD6522), to(#C21566));
  background: linear-gradient(to right, #CD6522, #C21566);
  color: #ffffff;
}

.btn--orange-magenta:hover {
  color: #ffffff;
}

.btn--orange-magenta:focus {
  background: #a14f1b;
  background: -webkit-gradient(linear, left top, right top, from(#a14f1b), to(#94104e));
  background: linear-gradient(to right, #a14f1b, #94104e);
  color: #ffffff;
}

.btn--orange-magenta:before {
  background: #a14f1b;
  background: -webkit-gradient(linear, left top, right top, from(#a14f1b), to(#94104e));
  background: linear-gradient(to right, #a14f1b, #94104e);
}

.btn--teal-blue {
  background: #1B8571;
  background: -webkit-gradient(linear, left top, right top, from(#1B8571), to(#48A5C7));
  background: linear-gradient(to right, #1B8571, #48A5C7);
  color: #ffffff;
}

.btn--teal-blue:hover {
  color: #ffffff;
}

.btn--teal-blue:focus {
  background: #125b4d;
  background: -webkit-gradient(linear, left top, right top, from(#125b4d), to(#3489a8));
  background: linear-gradient(to right, #125b4d, #3489a8);
  color: #ffffff;
}

.btn--teal-blue:before {
  background: #125b4d;
  background: -webkit-gradient(linear, left top, right top, from(#125b4d), to(#3489a8));
  background: linear-gradient(to right, #125b4d, #3489a8);
}

.btn--blue-mid {
  background: #488EB0;
  color: #ffffff;
}

.btn--blue-mid:hover, .btn--blue-mid:focus {
  background: #39718c;
  color: #ffffff;
}

.btn svg {
  position: absolute;
  top: 8px;
  left: 16px;
}

.btn i circle, .btn i polyline {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.57px;
}

.home-header__btn {
  border: #ffffff solid 2px;
  color: #ffffff;
  line-height: 1.9375rem;
  display: block;
}

.home-header__btn:hover, .home-header__btn:focus {
  background: #ffffff;
}

@media screen and (max-width: 39.99875em) {
  .home-header__btn:hover, .home-header__btn:focus {
    color: #ffffff;
  }
}

@media print, screen and (min-width: 25em) {
  .home-header__btn {
    margin-left: unset;
    margin-right: unset;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .home-header__btn {
    width: 9.375rem;
    line-height: 1.4375rem;
    margin-top: 0.75rem;
    font-size: 0.8125rem;
  }
}

.home-header--gradient-1 .home-header__btn:hover, .home-header--gradient-1 .home-header__btn:focus {
  color: #CD6522;
}

@media screen and (max-width: 39.99875em) {
  .home-header--gradient-1 .home-header__btn {
    border: #CD6522 solid 2px;
    color: #CD6522;
  }
  .home-header--gradient-1 .home-header__btn:hover, .home-header--gradient-1 .home-header__btn:focus {
    background: #CD6522;
    color: #ffffff;
  }
}

.home-header--gradient-2 .home-header__btn:hover, .home-header--gradient-2 .home-header__btn:focus {
  color: #C21566;
}

@media screen and (max-width: 39.99875em) {
  .home-header--gradient-2 .home-header__btn {
    border: #C21566 solid 2px;
    color: #C21566;
  }
  .home-header--gradient-2 .home-header__btn:hover, .home-header--gradient-2 .home-header__btn:focus {
    background: #C21566;
    color: #ffffff;
  }
}

.home-header--gradient-3 .home-header__btn:hover, .home-header--gradient-3 .home-header__btn:focus {
  color: #48A5C7;
}

@media screen and (max-width: 39.99875em) {
  .home-header--gradient-3 .home-header__btn {
    border: #48A5C7 solid 2px;
    color: #48A5C7;
  }
  .home-header--gradient-3 .home-header__btn:hover, .home-header--gradient-3 .home-header__btn:focus {
    background: #48A5C7;
    color: #ffffff;
  }
}

.btn-small {
  position: relative;
  color: #666666;
}

.btn-small:hover, .btn-small:active, .btn-small:focus {
  color: #666666;
  text-decoration: underline;
}

.btn-small:hover.btn-small--back:before, .btn-small:active.btn-small--back:before, .btn-small:focus.btn-small--back:before {
  background: #666666;
  color: white;
}

.btn-small:hover.btn-small--forward:after, .btn-small:active.btn-small--forward:after, .btn-small:focus.btn-small--forward:after {
  background: #666666;
  color: white;
}

.btn-small--back {
  padding-left: 3.125rem;
}

.btn-small--back:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "<";
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 1.75rem;
  text-align: center;
  left: 0;
  font-size: 1.75rem;
  border: solid 0.0625rem #666666;
  border-radius: 5000px !important;
}

.btn-small--forward {
  padding-right: 3.125rem;
}

.btn-small--forward:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: ">";
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 1.75rem;
  text-align: center;
  right: 0;
  font-size: 1.75rem;
  border: solid 0.0625rem #666666;
  border-radius: 5000px !important;
}

.btn-choices {
  list-style-type: none;
  margin-bottom: 1.875rem;
}

.btn-choices .btn {
  width: auto;
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn-choices .btn.on, .btn-choices .btn.on:focus {
  border: #1B8571 solid 2px;
  background: #1B8571;
  color: white;
  line-height: 1.9375rem;
  display: block;
}

.btn-choices .btn.on:hover, .btn-choices .btn.on:focus:hover {
  border-color: #125b4d;
  background: #125b4d;
  color: white;
}

.btn-choices li {
  display: inline-block;
}

.btn--trans-blue {
  border: #48A5C7 solid 2px;
  color: #48A5C7;
  line-height: 1.9375rem;
  display: block;
}

.btn--trans-blue:hover, .btn--trans-blue:focus {
  background: #48A5C7;
  color: white;
}

.btn--trans-orange {
  border: #CD6522 solid 2px;
  color: #CD6522;
  line-height: 1.9375rem;
  display: block;
}

.btn--trans-orange:hover, .btn--trans-orange:focus {
  background: #CD6522;
  color: white;
}

html {
  height: 100%;
}

body {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h-position-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.m-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.float-right {
  float: right;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.displayNone {
  display: none;
}

.opacityZero {
  opacity: 0;
}

.clear {
  clear: both;
}

@-webkit-keyframes bounce {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounce {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  40% {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  60% {
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  80% {
    -ms-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
  to {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.bounceHover:hover {
  z-index: 10;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.bigHover {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.bigHover:hover {
  z-index: 10;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.white-bkg {
  position: relative;
  background: white;
  z-index: 0;
}

.img__rounded {
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}

.svg-content {
  width: 100%;
}

.svg-content path {
  fill: #ffffff;
}

.svg-container-top {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.svg-container-bottom {
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.svg-container-bottom--relative {
  width: 100%;
  position: relative;
  bottom: -8px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.svg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.svg-wrapper canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}

.svg-wrapper svg {
  position: absolute;
  top: 0;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animatedFast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes fadeInUp {
  from {
    margin-top: 20px;
    visibility: hidden;
  }
  to {
    visibility: visible;
    margin-top: 0;
  }
}

@keyframes fadeInUp {
  from {
    margin-top: 1.6875rem;
    visibility: hidden;
  }
  to {
    visibility: visible;
    margin-top: 0.4375rem;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.ico-01 {
  width: 3.8125rem;
  height: 5.8125rem;
}

.ico-01 path {
  fill: #55bbd9;
}

.ico-02 {
  width: 6.375rem;
  height: 4.0625rem;
}

.ico-02 path {
  fill: none;
  stroke: #CD6522;
  stroke-miterlimit: 10;
  stroke-width: 0.1875rem;
}

.ico-03 {
  width: 3.625rem;
  height: 5.6875rem;
}

.ico-03 rect, .ico-03 path {
  fill: #DA9513;
}

.ico-04 {
  width: 4.875rem;
  height: 4.875rem;
}

.ico-04 path {
  fill: #1B8571;
}

.ico-05 {
  width: 4.875rem;
  height: 4.875rem;
}

.ico-05 rect, .ico-05 line, .ico-05 path {
  fill: none;
  stroke: #C21566;
  stroke-miterlimit: 10;
  stroke-width: 0.1875rem;
}

.ico-06 {
  width: 5.875rem;
  height: 5.875rem;
}

.ico-06 polygon {
  fill: #55bbd9;
}

.ico-07 {
  width: 5.5625rem;
  height: 6.125rem;
}

.ico-07 polygon {
  fill: #CD6522;
}

.ico-07 polyline {
  fill: none;
  stroke: #CD6522;
  stroke-miterlimit: 10;
  stroke-width: 0.1875rem;
}

.ico-08 {
  width: 4.875rem;
  height: 4.875rem;
}

.ico-08 path {
  fill: #DA9513;
}

.ico-09 {
  width: 5.75rem;
  height: 4.75rem;
}

.ico-09 rect, .ico-09 path {
  fill: none;
  stroke: #1B8571;
  stroke-miterlimit: 10;
  stroke-width: 0.1875rem;
}

.ico-10 {
  width: 5.5625rem;
  height: 6.25rem;
}

.ico-10 path, .ico-10 circle {
  fill: #55bbd9;
}

.ico-11 {
  width: 6.3125rem;
  height: 6.1875rem;
}

.ico-11 path {
  fill: #C21566;
}

.ico-12 {
  width: 7rem;
  height: 6.625rem;
}

.ico-12 path {
  fill: #DA9513;
}

.ico-13 {
  width: 5.1875rem;
  height: 5.1875rem;
}

.ico-13 path {
  fill: #1B8571;
}

.ico-14 {
  width: 4.625rem;
  height: 6.0625rem;
}

.ico-14 path {
  fill: #C21566;
}

.ico-15 {
  width: 5.5625rem;
  height: 5.5625rem;
}

.ico-15 path {
  fill: #55bbd9;
}

.ico-16 {
  overflow: visible;
  width: 5.6875rem;
  height: 6.0625rem;
}

.ico-16 path {
  fill: #CD6522;
}

.ico-17 {
  width: 4.875rem;
  height: 5.875rem;
}

.ico-17 path {
  fill: #DA9513;
}

.ico-18 {
  width: 5.375rem;
  height: 3.9375rem;
}

.ico-18 circle, .ico-18 path {
  fill: #55bbd9;
}

.ico-19 {
  width: 5.6875rem;
  height: 4.6875rem;
}

.ico-19 path {
  fill: #C21566;
}

.ico-20 {
  width: 5.1875rem;
  height: 5.25rem;
}

.ico-20 circle, .ico-20 path {
  fill: #55bbd9;
}

.ico-21 {
  width: 6.5625rem;
  height: 5.75rem;
}

.ico-21 path {
  fill: #CD6522;
}

.ico-22 {
  width: 4.1875rem;
  height: 4.375rem;
}

.ico-22 path {
  fill: #DA9513;
}

.ico-23 {
  width: 3.6875rem;
  height: 5.5625rem;
}

.ico-23 path, .ico-23 rect {
  fill: #1B8571;
}

.ico-24 {
  width: 3.6875rem;
  height: 5.375rem;
}

.ico-24 path {
  fill: #C21566;
}

.ico-25 {
  width: 4.125rem;
  height: 5.75rem;
}

.ico-25 path, .ico-25 rect {
  fill: #1B8571;
}

.ico-26 {
  width: 4.75rem;
  height: 5.6875rem;
}

.ico-26 path {
  fill: #C21566;
}

.ico-27 {
  width: 5.25rem;
  height: 3.8125rem;
}

.ico-27 path, .ico-27 rect {
  fill: #1B8571;
}

.ico-28 {
  width: 5.3125rem;
  height: 4.75rem;
}

.ico-28 circle, .ico-28 path {
  fill: #55bbd9;
}

.ico-29 {
  width: 4.375rem;
  height: 5.625rem;
}

.ico-29 path {
  fill: #C21566;
}

.ico-30 {
  width: 5.1875rem;
  height: 4.3125rem;
}

.ico-30 path {
  fill: #DA9513;
}

.ico-31 {
  width: 4.75rem;
  height: 6.3125rem;
}

.ico-31 path, .ico-31 rect {
  fill: #55bbd9;
}

.ico-32 {
  width: 6.8125rem;
  height: 2.875rem;
}

.ico-32 path {
  fill: #CD6522;
}

.ico-146 {
  width: 5.4375rem;
  height: 5.4375rem;
}

.ico-146 path {
  fill: #CD6522;
}

@media screen and (max-width: 39.99875em) {
  .icon--small .panel--icon {
    height: 4.6875rem;
    line-height: 4.6875rem;
  }
  .icon--small.panel-block--services .panel-block {
    padding: 0.3125rem;
  }
  .icon--small .ico-01 {
    width: 1.9375rem;
    height: 3.9375rem;
  }
  .icon--small .ico-02 {
    width: 4.5rem;
    height: 2.1875rem;
  }
  .icon--small .ico-03 {
    width: 1.75rem;
    height: 3.8125rem;
  }
  .icon--small .ico-04 {
    width: 3rem;
    height: 3rem;
  }
  .icon--small .ico-05 {
    width: 3rem;
    height: 3rem;
  }
  .icon--small .ico-06 {
    width: 3.0625rem;
    height: 3.0625rem;
  }
  .icon--small .ico-07 {
    width: 3.375rem;
    height: 3.9375rem;
  }
  .icon--small .ico-08 {
    width: 3rem;
    height: 3rem;
  }
  .icon--small .ico-09 {
    width: 3.875rem;
    height: 2.875rem;
  }
  .icon--small .ico-10 {
    width: 3.6875rem;
    height: 4.375rem;
  }
  .icon--small .ico-11 {
    width: 4.4375rem;
    height: 4.3125rem;
  }
  .icon--small .ico-12 {
    width: 4.5rem;
    height: 4.125rem;
  }
  .icon--small .ico-13 {
    width: 3.3125rem;
    height: 3.3125rem;
  }
  .icon--small .ico-14 {
    width: 2.75rem;
    height: 4.1875rem;
  }
  .icon--small .ico-15 {
    width: 3.6875rem;
    height: 3.6875rem;
  }
  .icon--small .ico-16 {
    width: 3.8125rem;
    height: 4.1875rem;
  }
  .icon--small .ico-17 {
    width: 3rem;
    height: 4rem;
  }
  .icon--small .ico-18 {
    width: 3.5rem;
    height: 3.9375rem;
  }
  .icon--small .ico-19 {
    width: 3.8125rem;
    height: 2.8125rem;
  }
  .icon--small .ico-20 {
    width: 3.3125rem;
    height: 3.375rem;
  }
  .icon--small .ico-21 {
    width: 4.6875rem;
    height: 3.875rem;
  }
  .icon--small .ico-22 {
    width: 2.625rem;
    height: 2.8125rem;
  }
  .icon--small .ico-23 {
    width: 1.8125rem;
    height: 3.6875rem;
  }
  .icon--small .ico-24 {
    width: 1.8125rem;
    height: 3.5rem;
  }
  .icon--small .ico-25 {
    width: 2.25rem;
    height: 3.875rem;
  }
  .icon--small .ico-26 {
    width: 2.875rem;
    height: 3.8125rem;
  }
  .icon--small .ico-27 {
    width: 3.375rem;
    height: 1.9375rem;
  }
  .icon--small .ico-28 {
    width: 3.4375rem;
    height: 2.875rem;
  }
  .icon--small .ico-29 {
    width: 2.5rem;
    height: 3.75rem;
  }
  .icon--small .ico-30 {
    width: 3.3125rem;
    height: 2.4375rem;
  }
  .icon--small .ico-31 {
    width: 2.875rem;
    height: 5.0625rem;
  }
  .icon--small .ico-32 {
    width: 5.5625rem;
    height: 1.625rem;
  }
  .icon--small .ico-146 {
    width: 3.5625rem;
    height: 3.5625rem;
  }
}

@media screen and (max-width: 47.99875em) {
  .form {
    margin: 0 1.875rem;
  }
}

.form label {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  margin: 1rem 0 0.6875rem 0;
  display: block;
}

@media print, screen and (min-width: 48em) {
  .form label {
    margin: 1.375rem 0 0.6875rem 2rem;
  }
}

.form__field {
  border: none;
  width: 100%;
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  background: white;
  line-height: 3.75rem;
  height: 3.75rem;
  padding: 0 1.875rem;
}

@media print, screen and (min-width: 48em) {
  .form__field {
    -webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 75em) {
  .form__field {
    border-radius: 1.25rem;
  }
}

.form__field--text-area {
  resize: none;
  line-height: 1.875rem;
  height: 15rem;
  padding: 1.875rem;
}

.form__field--select-multiple {
  padding: 1.875rem 0;
  height: auto;
}

.form__field--select-multiple option {
  padding: 0.625rem;
  margin: 0.125rem 1.25rem;
}

.form__field--select-multiple option:hover,
.form__field--select-multiple option:focus,
.form__field--select-multiple option:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#DA9513), to(#DA9513));
  background: linear-gradient(#DA9513, #DA9513);
  background-color: #DA9513 !important;
  /* for IE */
  color: black !important;
  outline: none;
  cursor: pointer;
}

.form__field--select-multiple option:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1c062), to(#f1c062));
  background: linear-gradient(#f1c062, #f1c062);
  background-color: #f1c062 !important;
  /* for IE */
  color: black !important;
  outline: none;
}

.form__submitter {
  margin: 1.875rem auto;
}

.submit-cv {
  display: block;
  background: #C6C6C6;
  border: none;
  border-radius: 0.25rem;
  padding: 0.9375rem 2.5rem;
  cursor: pointer;
  margin: auto;
}

    .submit-cv:hover,
    #fileUploader:hover .submit-cv {
        background: #868686;
    }

.form__link {
  clear: both;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: black;
  text-decoration: underline;
}

.text__link {
    font-weight: bolder;
    color: #666;
}

    .text__link:hover {
        text-decoration: underline;
        color: #666;
    }

@media print, screen and (min-width: 48em) {
  .form__link {
    text-align: right;
    width: auto;
    float: right;
    margin-right: 1.875rem;
  }
}

.form__link:hover {
  color: blue;
}

.form__field--select {
  height: 3.75rem;
  margin: 0 0 1rem;
  padding: 1.25rem 1.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 1.25rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

.nav {
  position: fixed;
  width: 100%;
  z-index: 1000000;
  height: 6.625rem;
}

@media print, screen and (min-width: 64em) {
  .nav {
    height: 6.25rem;
  }
}

.nav .navbar {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media print, screen and (min-width: 64em) {
  .nav .navbar:hover, .nav .navbar.scrolled {
    background: rgba(0, 0, 0, 0.55);
  }
}

@media screen and (max-width: 63.99875em) {
  .menu {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: 0;
    left: 0;
    width: 100%;
    z-index: 1000001;
  }
}

@media print, screen and (min-width: 64em) {
  .menu {
    float: right;
    margin-right: -0.9375rem;
  }
}

.menu li a {
  color: #ffffff;
}

@media print, screen and (min-width: 64em) {
  .menu li a {
    margin-top: 2rem;
    font-size: 0.875rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: relative;
    z-index: 1;
  }
  .menu li a:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.25rem;
    bottom: 0.25rem;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
    border-radius: 5000px !important;
    mix-blend-mode: overlay;
    -webkit-box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0);
    box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0);
  }
  .menu li a:hover:before, .menu li a.current-page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.25rem;
    bottom: 0.25rem;
    background: rgba(200, 200, 200, 0.3);
    border-radius: 5000px !important;
    mix-blend-mode: overlay;
    -webkit-box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 68.75em) {
  .menu li a {
    font-size: 0.9375rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

@media screen and (min-width: 75em) {
  .menu li a {
    font-size: 1rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

@media screen and (min-width: 81.25em) {
  .menu li a {
    font-size: 1.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .navbar:hover .menu li a:hover:before, .navbar:hover .menu li a.current-page:before, .scrolled .menu li a:hover:before, .scrolled .menu li a.current-page:before {
    background: rgba(200, 200, 200, 0.6);
  }
}

.styletech-logo {
  z-index: 2;
  position: absolute;
  width: 12.1875rem;
  height: 3.3125rem;
}

@media screen and (max-width: 63.99875em) {
  .styletech-logo {
    top: 1.5rem;
    left: 2.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .styletech-logo {
    width: 10.3125rem;
    height: 3rem;
    top: 1.75rem;
  }
}

@media screen and (min-width: 75em) {
  .styletech-logo {
    width: 12.1875rem;
    height: 3.3125rem;
    top: 1.5rem;
  }
}

.styletech-logo .st0 {
  display: none;
}

.styletech-logo .st1 {
  display: inline;
}

.styletech-logo .st2 {
  fill: #1B9F84;
}

.styletech-logo .st3 {
  fill: #FCB813;
}

.styletech-logo .st4 {
  fill: #D91473;
}

.styletech-logo .st5 {
  fill: #56BDDA;
}

.styletech-logo .st6 {
  fill: #F16522;
}

.styletech-logo .st7 {
  fill: #FFFFFF;
}

.menu-icon {
  width: 2.1875rem;
  height: 1.375rem;
}

.menu-icon::after {
  border-radius: 5000px !important;
  height: 0.3125rem;
  -webkit-box-shadow: 0 0.6875rem 0 #fefefe, 0 1.375rem 0 #fefefe;
  box-shadow: 0 0.6875rem 0 #fefefe, 0 1.375rem 0 #fefefe;
  content: '';
}

.nav--button {
  display: none;
  width: 6.25rem;
  position: absolute;
  z-index: 2;
  top: 0.6875rem;
  right: 0.3125rem;
  padding: 0;
  margin: 0;
  height: 4.875rem;
  text-align: center;
}

.nav--button svg {
  width: 100px;
  height: 75px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav--button path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #ffffff;
  stroke-dashoffset: 0px;
}

.nav--button path#top,
.nav--button path#bottom {
  stroke-dasharray: 240px 950px;
}

.nav--button path#middle {
  stroke-dasharray: 240px 240px;
}

.menu-bottom {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .menu-bottom {
    z-index: -1;
    display: block;
    position: absolute;
    bottom: -0.625rem;
    width: 100%;
  }
  .nav .navbar {
    background: none;
    height: auto;
  }
  .mobile-navbar {
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    height: 6.625rem;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
  }
  .grid-container.mobile-nav {
    padding: 0;
    overflow: hidden;
  }
  .nav--button {
    display: block;
  }
  body .menu {
    opacity: 0;
    height: 0;
    z-index: 1;
    overflow: hidden;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: #8d1b56;
    background: linear-gradient(135deg, #cd6522 0%, #c21566 25%, #7c4873 50%, #4480a2 65%, #1b8571 100%);
    background-size: 100% 400%;
    -webkit-animation: StyleTech 30s ease infinite;
    animation: StyleTech 30s ease infinite;
    padding-bottom: 3.75rem;
  }
  body .menu:before, body .menu:after {
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 5rem;
    bottom: 0;
    width: 100%;
    background-image: url("/img/s-trans-bkg.svg");
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: top 50px center;
    z-index: -1;
  }
  body .menu li {
    margin: 1.875rem 0;
    visibility: hidden;
    display: block;
    width: 100%;
  }
  body .menu a {
    position: relative;
    font-size: 1.125rem;
    text-align: center;
    padding: 0.875rem;
    margin: 0 3.75rem;
    -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  body .menu a:before {
    mix-blend-mode: overlay;
    content: "";
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5000px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 16px 0px rgba(0, 0, 0, 0.2);
  }
  body .menu a:hover {
    padding: 1.5rem;
    margin: 0 1.25rem;
  }
  body .menu a:hover:before {
    background: rgba(255, 255, 255, 0.8);
  }
  .circle {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: -3;
    top: 41px;
    right: 43px;
    background: #8d1b56;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  body.open {
    overflow: hidden;
  }
  body.open .grid-container.mobile-nav {
    padding: 0;
    min-height: 100%;
  }
  body.open .nav--wrapper {
    overflow: auto;
    height: 100%;
    position: relative;
  }
  body.open .circle {
    width: 2400px;
    height: 2400px;
    top: -460px;
    right: -365px;
  }
  body.open .menu {
    padding-top: 7.5rem;
  }
  body.open .nav {
    position: fixed;
    height: 100%;
  }
  body.open .nav .navbar {
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    bottom: auto;
    height: 100%;
  }
  body.open .nav li {
    margin: 0.625rem 0;
    visibility: visible;
    position: relative;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
  }
  body.open .nav li:last-child {
    margin-bottom: 1.875rem;
  }
  body.open .nav--button path#top,
  body.open .nav--button path#bottom {
    stroke-dashoffset: -650px;
  }
  body.open .nav--button path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px;
  }
  body.open .menu {
    height: auto;
    min-height: 100%;
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out .5s;
  }
}

@media screen and (max-width: 63.99875em) {
  body.open .menu li {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  body.open .circle {
    width: 1500px;
    height: 1500px;
    top: -360px;
    right: -265px;
  }
}

@media screen and (max-width: 47.99875em) {
  body.open .menu {
    padding-bottom: 9.375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  body.open .menu {
    padding-bottom: 6.875rem;
  }
  body.open .circle {
    width: 1350px;
    height: 1350px;
    top: -260px;
    right: -365px;
  }
}

@media screen and (max-width: 24.99875em) {
  body.open .menu {
    padding-bottom: 3.75rem;
  }
  body.open .circle {
    width: 1000px;
    height: 1000px;
    top: -260px;
    right: -365px;
  }
}

.navver {
  background: linear-gradient(228deg, #cd6522, #c21566, #48a5c7, #1b8571);
  background: linear-gradient(228deg, #8d1b56, #7c4873, #606785, #8999a5);
  background-size: 800% 800%;
  -webkit-animation: StyleTech 15s ease infinite;
  animation: StyleTech 15s ease infinite;
}

@-webkit-keyframes StyleTech {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}

@keyframes StyleTech {
  0% {
    background-position: 97% 0%;
  }
  50% {
    background-position: 4% 100%;
  }
  100% {
    background-position: 97% 0%;
  }
}

.footer {
  background: #218680;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1.25rem 1.25rem 3.75rem;
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .footer {
    padding: 1.25rem;
  }
}

.ask_a_question {
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .ask_a_question {
    background: none;
  }
}

.ask_a_question a {
  margin: 0 auto;
  background: #55bbd9;
  color: white;
  line-height: 2.5rem;
  font-size: 1.375rem;
  width: 16.25rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0.625rem 0.625rem 0 0;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 48em) {
  .ask_a_question a {
    width: 13.75rem;
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 64em) {
  .ask_a_question a {
    line-height: 3.125rem;
    font-size: 1.5rem;
    width: 18.75rem;
  }
}

@media screen and (min-width: 75em) {
  .ask_a_question a {
    font-size: 1.875rem;
    line-height: 3.75rem;
    width: 20.625rem;
  }
}

.ask_a_question a:hover {
  background: #48A5C7;
  padding-bottom: 0.625rem;
}

.main-header {
  width: 100%;
  position: absolute;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .main-header {
    height: 31.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .main-header {
    height: 34.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .main-header {
    height: 43.75rem;
  }
}

@media screen and (min-width: 75em) {
  .main-header {
    height: 46.4375rem;
  }
}

@media screen and (min-width: 112em) {
  .main-header {
    height: 52.6875rem;
  }
}

.main-header__title {
  color: #ffffff;
  text-align: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: 8.125rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .main-header__title {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .main-header__title {
    margin-top: 12.9375rem;
  }
}

@media screen and (max-width: 24.99875em) {
  .main-header__title {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

.main-header__sub-title {
  color: #ffffff;
  text-align: center;
  margin: 1.875rem -0.625rem 2.25rem -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .main-header__sub-title {
    line-height: 3.25rem;
    margin: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .main-header__sub-title {
    margin-top: 3rem;
    margin-bottom: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .main-header__sub-title {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 47.99875em) {
  .main-header__sub-title {
    font-weight: 500;
  }
}

.main-header__text {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mask-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .mask-wrapper {
    display: none;
  }
}

.mask-wrapper__medium {
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .mask-wrapper__medium {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .mask-wrapper__medium {
    display: none;
  }
}

.mask-wrapper__large {
  display: none;
}

@media screen and (min-width: 64em) and (max-width: 89.99875em) {
  .mask-wrapper__large {
    display: block;
  }
}

.mask-wrapper__xxlarge {
  display: none;
}

@media screen and (min-width: 90em) {
  .mask-wrapper__xxlarge {
    display: block;
  }
}

.main-intro {
  position: relative;
  overflow: hidden;
}

.main-header__padding {
  padding-top: 8.125rem;
}

@media print, screen and (min-width: 64em) {
  .main-header__padding {
    padding-top: 12.9375rem;
  }
}

.panel-link {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 0.5625rem;
  min-height: 7.5rem;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}

@media print, screen and (min-width: 25em) {
  .panel-link {
    min-height: 7.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .panel-link {
    min-height: 10.625rem;
  }
}

@media print, screen and (min-width: 48em) {
  .panel-link {
    min-height: 10.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .panel-link {
    min-height: 11.25rem;
  }
}

@media screen and (min-width: 75em) {
  .panel-link {
    margin: 0.9375rem;
  }
}

.panel-link:hover {
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
}

.panel--icon {
  width: 100%;
  height: 8.125rem;
  line-height: 8.125rem;
  text-align: center;
}

.panel--icon svg, .panel--icon img {
  vertical-align: middle;
  margin: 0 auto;
}

.panel--heading {
  font-size: 0.75rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
  margin-bottom: 0.625rem;
  color: #868686;
  display: block;
  font-weight: 700;
  line-height: 1;
}

@media print, screen and (min-width: 64em) {
  .panel--heading {
    font-size: 0.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1.25rem;
    color: #4D4D4D;
  }
}

.panel--text {
  font-size: 0.75rem;
  color: #666666;
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.25rem;
  line-height: 1.2;
}

.panel-block {
  min-height: 100%;
  background: white;
  display: block;
  position: relative;
  margin-bottom: 1.875rem;
  padding: 1.25rem 1.875rem 4.6875rem;
  text-align: center;
  -webkit-box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}

.panel-block span {
  display: block;
}

.panel-block .btn {
  position: absolute;
  bottom: 1.25rem;
  right: 50%;
  margin-right: -5.9375rem;
}

.panel-block .title {
  font-weight: 700;
  min-height: 3rem;
  line-height: 1.25rem;
}

.colour-blocks .panel-block {
  padding: 0;
}

.colour-blocks .panel-block picture {
  height: 5.625rem;
  display: block;
  position: relative;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  margin-bottom: 1.25rem;
  border-bottom: solid 0.375rem;
}

@media print, screen and (min-width: 25em) {
  .colour-blocks .panel-block picture {
    height: 7.375rem;
  }
}

@media print, screen and (min-width: 48em) {
  .colour-blocks .panel-block picture {
    height: 8.75rem;
  }
}

@media screen and (min-width: 75em) {
  .colour-blocks .panel-block picture {
    height: 10.625rem;
  }
}

.colour-blocks .panel-block picture img {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  max-width: none;
}

.colour-blocks .panel-block.magenta picture {
  border-bottom-color: #C21566;
}

.colour-blocks .panel-block.orange picture {
  border-bottom-color: #CD6522;
}

.colour-blocks .panel-block.orange-light picture {
  border-bottom-color: #DA9513;
}

.colour-blocks .panel-block.blue picture {
  border-bottom-color: #48A5C7;
}

.colour-blocks .panel-block.teal picture {
  border-bottom-color: #1B8571;
}

@media screen and (max-width: 24.99875em) {
  .colour-blocks .panel-block {
    margin: 0.3125rem;
  }
}

.colour-blocks__background {
  padding-top: 4.6875rem;
  margin-bottom: 6.25rem;
  position: relative;
  background: #E5F1F6;
}

.colour-blocks__background .svg-container-bottom, .colour-blocks__background .svg-container-top {
  z-index: 1;
}

.colour-blocks__background .svg-container-bottom {
  border-bottom: #fff solid 4.6875rem;
}

.colour-blocks__background .svg-container-bottom .svg-content {
  margin-bottom: -0.625rem;
}

.colour-blocks__background .colour-blocks {
  z-index: 2;
  position: relative;
}

.panel {
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  background: white;
  padding: 1.875rem 1.25rem 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .panel {
    padding: 3.75rem 1.875rem 1.875rem;
    -webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
  }
}

@media print, screen and (min-width: 64em) {
  .panel {
    padding: 3.75rem 3.125rem 4.375rem;
  }
}

@media screen and (min-width: 75em) {
  .panel {
    padding: 3.75rem 5rem 4.375rem;
    border-radius: 1.875rem;
  }
}

.panel__card .panel {
  padding: 0 0 5.3125rem;
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  color: black;
}

.panel__card .panel:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.panel__card p {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.panel__card .btn {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  margin-left: -5.9375rem;
}

.panel__card .panel__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 1.875rem 1.875rem 1.25rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .panel--small-3 p {
    font-size: 0.75rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .panel--small-3 .btn {
    width: 8.75rem;
    bottom: 1.25rem;
    margin-left: -4.375rem;
  }
  .panel--small-3 .panel__title {
    font-size: 1rem;
    margin: 0.625rem;
  }
  .panel--small-3 .panel {
    padding: 0 0 4.0625rem;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .panel--small-3 p {
    font-size: 0.75rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .panel--small-3 .panel__title {
    font-size: 1.25rem;
    margin: 0.9375rem 0.9375rem 1.25rem;
  }
}

.panel__card-landscape .panel {
  text-align: left;
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  color: black;
}

.panel__card-landscape .panel:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.panel__card-landscape p {
  font-size: 0.875rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.panel__card-landscape .btn {
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}

.panel__card-landscape .panel__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 1.875rem 1.875rem 1.25rem;
}

.panel__card-landscape .pic {
  margin: 0 auto;
}

@media screen and (max-width: 74.99875em) {
  .panel__card-landscape .panel {
    padding: 0 0 5.3125rem;
    text-align: center;
    margin-bottom: 1.875rem;
    max-width: none;
    width: 100%;
  }
  .panel__card-landscape .btn {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    margin-left: -5.9375rem;
    margin-bottom: 0;
  }
  .panel__card-landscape .panel__title {
    margin-top: 0;
  }
  .panel__card-landscape .panel--picture {
    margin-bottom: 0.9375rem;
  }
}

.panel__card-landscape .panel--picture {
  width: 100%;
  display: block;
}

@media screen and (min-width: 75em) {
  .panel__card-landscape .panel--picture {
    width: 25rem;
    float: left;
  }
}

@media screen and (min-width: 90em) {
  .panel__card-landscape .panel--picture {
    width: 26.5625rem;
  }
}

.panel__wide .panel {
  padding: 0 0 5.3125rem;
  height: 100%;
  text-align: left;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.panel__wide p, .panel__wide h2, .panel__wide ul, .panel__wide .panel__sub-title {
  clear: both;
  font-size: 1rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  color: #666666;
}

.panel__wide p, .panel__wide li {
  font-weight: 500;
}

.panel__wide p strong, .panel__wide h2, .panel__wide .panel__sub-title {
  font-weight: 700;
}

.panel__wide .panel__title {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 1.875rem 1.875rem 1.25rem;
}

@media print, screen and (min-width: 25em) {
  .panel__wide .panel__title {
    font-size: 2.375rem;
  }
}

@media print, screen and (min-width: 48em) {
  .panel__wide .panel__title {
    float: left;
  }
}

.panel__wide small {
  margin: 1.875rem 1.875rem 1.25rem;
}

.panel__wide ul {
  list-style: none;
}

.panel__wide ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4375rem;
  line-height: 1.3;
}

.panel__wide ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  z-index: 1000;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  border-left: 0.5625rem solid black;
}

.panel__wide time {
  font-size: 1.25rem;
  margin: 0 0 0.9375rem 1.875rem;
  float: left;
}

@media print, screen and (min-width: 48em) {
  .panel__wide time {
    float: right;
    margin: 2.8125rem 1.875rem 1.25rem;
  }
}

.panel__wide form {
  clear: both;
}

.panel__wide .btn {
  line-height: 1.9375rem;
  display: block;
  margin: 1.875rem auto;
}

.panel--info {
  width: 100%;
}

@media screen and (min-width: 75em) {
  .panel--info {
    width: auto;
    text-align: left;
    position: relative;
    margin-left: 25rem;
  }
}

@media screen and (min-width: 90em) {
  .panel--info {
    margin-left: 26.5625rem;
  }
}

.feature-1-panel--txt {
  color: #ffffff;
  text-align: center;
  display: block;
}

.feature-1-panel__small-txt {
  font-size: 1.125rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
}

.feature-1-panel__large-txt {
  font-size: 1.625rem;
}

@media print, screen and (min-width: 48em) {
  .feature-1-panel__large-txt {
    font-size: 1.4375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .feature-1-panel__large-txt {
    font-size: 2rem;
  }
}

.feature-1-panel--detail {
  padding-bottom: 2.5rem;
}

.feature-1-icon {
  margin: 0 auto 1.25rem;
}

.feature-1-icon path, .feature-1-icon rect {
  fill: #ffffff;
}

.home-header {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .home-header {
    padding-top: 7.3125rem;
  }
}

.home-header .mask-wrapper {
  position: static;
  bottom: auto;
}

.home-header--gradient-1 {
  background: #CD6522;
  background: -webkit-gradient(linear, left top, right top, from(#CD6522), to(#C21566));
  background: linear-gradient(to right, #CD6522, #C21566);
}

.home-header--gradient-2 {
  background: #C21566;
  background: -webkit-gradient(linear, left top, right top, from(#C21566), to(#48A5C7));
  background: linear-gradient(to right, #C21566, #48A5C7);
}

.home-header--gradient-3 {
  background: #48A5C7;
  background: -webkit-gradient(linear, left top, right top, from(#48A5C7), to(#1B8571));
  background: linear-gradient(to right, #48A5C7, #1B8571);
}

.mask--svg {
  display: block;
  margin-bottom: -0.0625rem;
  margin-top: -11.25rem;
}

@media screen and (min-width: 25em) {
  .mask--svg {
    margin-top: -17.5rem;
  }
}

@media screen and (min-width: 31.25em) {
  .mask--svg {
    margin-top: -18.75rem;
  }
}

@media screen and (min-width: 37.5em) {
  .mask--svg {
    margin-top: -21.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .mask--svg {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -0.125rem;
    right: 0;
  }
}

.mask--fill {
  fill: #ffffff;
  width: 100%;
}

.mask--fill-grey {
  fill: #dddfec;
  width: 100%;
}

.home-header__title {
  color: #ffffff;
  text-align: center;
  margin: 9.8125rem -0.625rem 0 -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .home-header__title {
    text-align: left;
    line-height: 3.25rem;
    margin: 8.125rem 0 0 0;
  }
}

@media screen and (max-width: 24.99875em) {
  .home-header__title {
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__title {
    margin-top: 3.625rem;
    margin-bottom: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .home-header__title {
    margin-bottom: 0.9375rem;
  }
}

.home-header__sub-title {
  color: #ffffff;
  text-align: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 26.25em) {
  .home-header__sub-title {
    margin-top: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .home-header__sub-title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 24.99875em) {
  .home-header__sub-title {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

.home-header__graphic {
  position: relative;
  z-index: 0;
  width: auto;
  display: block;
  margin: 1.25rem auto -1.25rem;
  height: 12.5rem;
}

@media screen and (min-width: 31.25em) {
  .home-header__graphic {
    height: 15rem;
  }
}

@media print, screen and (min-width: 40em) {
  .home-header__graphic {
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1.875rem;
    width: 18.125rem;
    height: auto;
  }
}

@media screen and (min-width: 43.75em) {
  .home-header__graphic {
    width: 20rem;
    right: 1.25rem;
  }
}

@media screen and (min-width: 46.25em) {
  .home-header__graphic {
    width: 22.0625rem;
    right: 1.875rem;
  }
}

@media screen and (min-width: 55em) {
  .home-header__graphic {
    top: 1.875rem;
    width: 27.5rem;
    right: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__graphic {
    top: 1.125rem;
    width: 29.375rem;
    right: 0;
  }
}

@media screen and (min-width: 75em) {
  .home-header__graphic {
    top: 1.75rem;
    width: 34.5625rem;
  }
}

@media screen and (min-width: 112em) {
  .home-header__graphic {
    width: 43.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__graphic.graphic-1 {
    top: 1.125rem;
  }
}

@media screen and (min-width: 75em) {
  .home-header__graphic.graphic-1 {
    top: 1.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__graphic.graphic-2 {
    top: 6.25rem;
  }
}

@media screen and (min-width: 75em) {
  .home-header__graphic.graphic-2 {
    top: 8.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__graphic.graphic-3 {
    top: 3.125rem;
  }
}

@media screen and (min-width: 75em) {
  .home-header__graphic.graphic-3 {
    top: 4.375rem;
  }
}

.home-header__arrows {
  position: absolute;
  top: 7.5rem;
  width: 100%;
}

.home-header__list {
  position: relative;
  list-style-type: none;
}

@media screen and (max-width: 39.99875em) {
  .home-header__list {
    background: #ffffff;
    margin: 0;
    padding: 0.125rem 0 0 0;
    overflow: hidden;
  }
  .home-header__list li a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 40em) {
  .home-header__list {
    margin-top: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__list {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 75em) {
  .home-header__list {
    margin-top: 2.8125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .home-header__list li {
    margin-left: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__list li {
    margin-left: 5.625rem;
  }
}

@media screen and (min-width: 75em) {
  .home-header__list li {
    margin-left: 10.25rem;
  }
}

.header .slick-dots {
  bottom: 3.125rem;
}

@media screen and (max-width: 39.99875em) {
  .header .slick-dots {
    bottom: 10.625rem;
  }
}

@media screen and (max-width: 24.99875em) {
  .header .slick-dots {
    bottom: 10.625rem;
  }
}

.header .slick-arrow {
  bottom: 32%;
  width: 20px;
  height: 32px;
}

.header .slick-prev {
  left: 0.9375rem;
}

.header .slick-prev::before {
  background-image: url("/img/slick-left.svg");
}

.header .slick-next {
  right: 0.9375rem;
}

.header .slick-next::before {
  background-image: url("/img/slick-right-home.svg");
}

@media print, screen and (min-width: 40em) {
  .header .slick-arrow {
    bottom: 17%;
    width: 24px;
    height: 38px;
  }
  .header .slick-prev {
    left: 1.25rem;
  }
  .header .slick-next {
    right: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .header .slick-arrow {
    bottom: 30%;
    width: 30px;
    height: 48px;
  }
  .header .slick-prev {
    left: 1.25rem;
  }
  .header .slick-next {
    right: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .header .slick-prev {
    left: 2.5rem;
  }
  .header .slick-next {
    right: 2.5rem;
  }
}

.celebrating-graphic {
  position: absolute;
  right: -0.625rem;
  width: 7.5rem;
  bottom: 10rem;
  z-index: 5;
}

@media screen and (min-width: 25em) {
  .celebrating-graphic {
    bottom: 9.375rem;
    right: 0;
  }
}

@media screen and (min-width: 26.875em) {
  .celebrating-graphic {
    right: 7%;
  }
}

@media screen and (min-width: 31.25em) {
  .celebrating-graphic {
    bottom: 11.25rem;
    right: 10%;
  }
}

@media screen and (min-width: 35em) {
  .celebrating-graphic {
    right: 12%;
  }
}

@media screen and (min-width: 40em) {
  .celebrating-graphic {
    bottom: auto;
    left: auto;
    top: -0.9375rem;
    right: -1.25rem;
    width: 8.75rem;
    z-index: 10;
  }
}

@media screen and (min-width: 46.25em) {
  .celebrating-graphic {
    right: 0;
    top: -0.9375rem;
    width: 9.375rem;
  }
}

@media screen and (min-width: 55em) {
  .celebrating-graphic {
    width: 10rem;
    top: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .celebrating-graphic {
    width: 12.5rem;
    top: -2.1875rem;
  }
}

@media screen and (min-width: 75em) {
  .celebrating-graphic {
    right: 1.25rem;
    top: -1.5625rem;
  }
}

@media screen and (min-width: 90em) {
  .celebrating-graphic {
    width: 15rem;
    top: -1.875rem;
    right: 0;
  }
}

.home-intro {
  padding-top: 3.75rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 47.99875em) {
  .home-intro {
    text-align: center;
  }
  .home-intro img {
    width: 28.75rem;
  }
}

@media screen and (min-width: 75em) {
  .home-intro .picture {
    padding-right: 3.875rem;
  }
}

.home-intro--btn {
  width: 15rem;
  display: block;
}

.what-we-do {
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 5rem;
  background: rgba(72, 165, 199, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 165, 199, 0.25)), to(rgba(27, 133, 113, 0.25)));
  background: linear-gradient(to bottom, rgba(72, 165, 199, 0.25), rgba(27, 133, 113, 0.25));
  margin-bottom: 6.8125rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .what-we-do {
    padding-bottom: 5.625rem;
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 75em) {
  .what-we-do {
    padding-top: 10.625rem;
  }
}

@media screen and (min-width: 125em) {
  .what-we-do {
    padding-top: 15.625rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .what-we-do .panel--icon {
    line-height: 4.6875rem;
    height: 4.6875rem;
  }
}

.what-we-do--swoosh-top {
  position: absolute;
  top: -0.125rem;
  left: 0;
  right: 0;
}

.what-we-do--swoosh-top, .what-we-do--swoosh-bottom {
  display: block;
}

.what-we-do--swoosh-top path, .what-we-do--swoosh-bottom path {
  fill: #ffffff;
}

.what-we-do--swoosh-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.125rem;
}

.what-we-do--text {
  text-align: center;
  margin-bottom: 3.125rem;
}

.what-we-do--btn {
  margin: 3.125rem auto;
  display: block;
}

@-webkit-keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(3, 149, 229, 0.4);
            box-shadow: 0 0 0 0 rgba(3, 149, 229, 0.4);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(3, 149, 229, 0);
            box-shadow: 0 0 0 25px rgba(3, 149, 229, 0);
  }
}

@keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(3, 149, 229, 0.4);
            box-shadow: 0 0 0 0 rgba(3, 149, 229, 0.4);
  }
  to {
    -webkit-box-shadow: 0 0 0 25px rgba(3, 149, 229, 0);
            box-shadow: 0 0 0 25px rgba(3, 149, 229, 0);
  }
}

.partners {
  text-align: center;
}

.partners .heading__medium {
  color: #48A5C7;
  margin-bottom: 2.5rem;
}

.skilled-mobile-dev {
  padding-bottom: 1.875rem;
  padding-top: 5rem;
  position: relative;
  background: #000;
  background: #2E3180;
  background: -webkit-gradient(linear, left top, left bottom, from(#2E3180), to(#3A80B5));
  background: linear-gradient(to bottom, #2E3180, #3A80B5);
}

@media print, screen and (min-width: 40em) {
  .skilled-mobile-dev {
    padding-top: 6.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .skilled-mobile-dev {
    padding-bottom: 0;
    padding-top: 8.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .skilled-mobile-dev {
    padding-bottom: 1.25rem;
    padding-top: 10.625rem;
  }
}

@media screen and (min-width: 75em) {
  .skilled-mobile-dev {
    padding-top: 11.875rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 90em) {
  .skilled-mobile-dev {
    padding-top: 13.125rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (min-width: 125em) {
  .skilled-mobile-dev {
    padding-top: 20rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (max-width: 47.99875em) {
  .skilled-mobile-dev {
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .skilled-mobile-dev__heading {
    margin-bottom: 2.5rem;
  }
}

.skilled-mobile-dev__right {
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 64em) {
  .skilled-mobile-dev__right {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 75em) {
  .skilled-mobile-dev__right {
    padding-top: 5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .skilled-mobile-dev__right {
    background: url("/img/s-bkg.svg") no-repeat;
    background-position: center center;
    min-height: 36.8125rem;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .skilled-mobile-dev__right {
    background-size: 19.5rem 28.125rem;
    background-position: top center;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .skilled-mobile-dev__right {
    background-size: 22.375rem 32.375rem;
    background-position: top center;
  }
}

.skilled-mobile-dev__top-swoosh {
  position: absolute;
  top: -0.125rem;
  left: 0;
  right: 0;
}

.skilled-mobile-dev__top-swoosh path {
  fill: #fff;
}

.skilled-mobile-dev__bot-swoosh {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  z-index: 0;
}

.skilled-mobile-dev__bot-swoosh path {
  fill: #fff;
}

.skilled-mobile-dev__partner {
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 47.99875em) {
  .skilled-mobile-dev__partner {
    margin-bottom: 7.5rem;
    margin-top: 3.125rem;
  }
}

.skilled-mobile-dev__xamarin {
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.xamarin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.xamarin path {
  fill: #3498db;
  fill-rule: evenodd;
}

.xamarin-container {
  position: relative;
  max-width: 19.8125rem;
  margin-left: 10%;
  margin-right: 34%;
  margin-top: 1.875rem;
}

@media screen and (max-width: 47.99875em) {
  .xamarin-container {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 47.99875em) {
  .xamarin-container {
    margin-top: 0;
  }
}

.premier-consulting-partner {
  margin-top: -0.3125rem;
  max-width: 54%;
  margin-left: 28%;
  position: relative;
}

.pcp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.pcp path {
  fill: #ffffff;
}

@media screen and (max-width: 47.99875em) {
  .xamarin-container {
    position: absolute;
    top: 80%;
    margin-right: 0;
    left: 50%;
    margin-left: -8.125rem;
    width: 16.25rem;
  }
  .premier-consulting-partner {
    position: absolute;
    top: 87%;
    margin-right: 0;
    left: 50%;
    margin-left: -8.125rem;
    width: 16.25rem;
    max-width: none;
  }
}

.xamarin-mobile-container {
  margin-top: 1.875rem;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 35.1875rem;
}

@media screen and (max-width: 47.99875em) {
  .xamarin-mobile-container {
    margin-bottom: 12.5rem;
    margin-top: 3.125rem;
  }
}

canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}

.anim-right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  text-align: right;
}

.anim-right img, .anim-right svg {
  max-height: 100%;
}

.anim-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  text-align: left;
}

.anim-left img, .anim-left svg {
  max-height: 100%;
  width: unset !important;
}

.anim-xlarge {
  display: none;
}

.anim-medium {
  display: none;
}

.anim-small {
  display: block;
}

@media screen and (min-width: 40em) {
  .anim-medium {
    display: block;
  }
  .anim-small {
    display: none;
  }
  .anim-left {
    margin-right: 3.125rem;
  }
  .anim-right {
    margin-left: 6.25rem;
  }
}

@media screen and (min-width: 75em) {
  .anim-xlarge {
    display: block;
  }
  .anim-medium {
    display: none;
  }
  .anim-small {
    display: none;
  }
  .anim-left {
    margin-right: 3.125rem;
  }
  .anim-right {
    margin-left: 6.25rem;
  }
}

.opacity1 {
  -webkit-animation: logoopacity 1s ease;
  animation: logoopacity 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes logoopacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.testimonials {
  margin-top: 4.6875rem;
  margin-bottom: 4.375rem;
  text-align: center;
}

.testimonials blockquote {
  font-size: 1.6875rem;
  line-height: 2.375rem;
  margin-bottom: 0;
  /*@include breakpoint(xlarge){
      max-width: rem-calc(1140);
      margin-left:auto;
      margin-right:auto;
    }*/
  border: none;
  color: #CD6522;
}

@media print, screen and (min-width: 64em) {
  .testimonials blockquote {
    font-size: 3.125rem;
    line-height: 3.475rem;
  }
}

.testimonials blockquote .author {
  font-size: 1rem;
  color: #666666;
  font-style: normal;
}

@media print, screen and (min-width: 64em) {
  .testimonials blockquote .author {
    font-size: 1.125rem;
  }
}

.testimonials blockquote .author::before {
  display: none;
}

.testimonials blockquote .company::before {
  display: none;
}

.testimonial {
  margin-bottom: 4.375rem;
}

.testimonial footer {
  position: relative;
}

.testimonial blockquote {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 0;
    text-align: center;
    border: none;
}

@media print, screen and (min-width: 64em) {
.testimonial blockquote {
    font-size: 1.75rem;
    line-height: 2.625rem;
}
}

.testimonial blockquote .author {
  font-size: 1rem;
  color: #666666;
  font-style: normal;
}

@media print, screen and (min-width: 64em) {
  .testimonial blockquote .author {
    font-size: 1.125rem;
  }
}

.testimonial blockquote .author::before {
  display: none;
}

.testimonial blockquote .company {
  margin: 0.625rem auto 0.9375rem;
  height: 10rem;
  width: 12.5rem;
}

@media print, screen and (min-width: 25em) {
  .testimonial blockquote .company {
    width: 16.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .testimonial blockquote .company {
    margin: 2.8125rem auto 0;
  }
}

@media print, screen and (min-width: 64em) {
  .testimonial blockquote .company {
    width: 21.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .testimonial blockquote .company {
    margin-top: 1.625rem;
  }
}

.testimonial blockquote .company picture {
  width: 12.5rem;
  padding: 0.625rem;
  margin: 0 auto;
  position: relative;
  height: 10rem;
  background: white;
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (min-width: 25em) {
  .testimonial blockquote .company picture {
    width: 16.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .testimonial blockquote .company picture {
    width: 21.125rem;
  }
}

.testimonial blockquote .company picture img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.testimonial blockquote .company::before {
  content: "";
  border-top: 0.0625rem solid black;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}

.testimonials__logo {
  margin: 1.25rem auto;
}

.testimonials__logo--wide {
  max-height: 5rem;
  margin: 1.25rem auto;
}

.testimonials__logo--tall {
  max-width: 5rem;
  margin: 1.25rem auto;
}

.testimonials__logo--square {
  max-width: 6.25rem;
  margin: 1.25rem auto;
}

.news-blog {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
  background-image: url("/img/hexbkg.jpg");
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 47.99875em) {
  .news-blog {
    padding-bottom: 1.875rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 48em) {
  .news-blog {
    padding-top: 8.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .news-blog {
    padding-top: 12.5rem;
  }
}

.news-blog img {
  margin-bottom: 2.125rem;
  border-radius: 0.625rem;
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .news-blog img {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 47.99875em) {
  .news-blog .btn {
    margin: 0 auto 1.25rem;
  }
}

.news-blog__top-swoosh path, .news-blog__bot-swoosh path {
  fill: #ffffff;
}

.news-blog__top-swoosh {
  position: absolute;
  top: -0.125rem;
  left: 0;
  right: 0;
}

.news-blog__bot-swoosh {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -0.125rem;
}

.news-item__title {
  font-size: 1.125rem;
  margin-bottom: 1.625rem;
  font-weight: 700;
  color: #DA9513;
  /*text-transform: uppercase;*/
}

@media print, screen and (min-width: 48em) {
  .news-item__title {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .news-item__title {
    line-height: 1rem;
    font-size: 1rem;
  }
}

.news-blog__item {
  margin: 0 auto;
  margin-bottom: 3.75rem;
  max-width: 30rem;
  display: block;
  color: white;
}

.news-blog__item:hover p {
  color: white;
  text-decoration: underline;
}

.news-blog__item:hover .news-item__title {
  color: #DA9513;
  text-decoration: underline;
}

@media print, screen and (min-width: 64em) {
  .news-blog__item {
    padding: 0 0.625rem;
  }
}

@media screen and (min-width: 90em) {
  .news-blog__item {
    padding: 0 0.625rem;
  }
}

.news-blog__item p {
  font-size: 0.9375rem;
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .news-blog__item p {
    line-height: 1.0625rem;
    font-size: 0.875rem;
  }
}

.news-blog__heading {
  color: #DA9513;
  margin-bottom: 2.375rem;
}

.news-items {
  position: relative;
  z-index: 1;
  margin-bottom: 3.75rem;
}

@media print, screen and (min-width: 48em) {
  .news-items {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 75em) {
  .news-items {
    margin-bottom: 3.75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .news-left__btn-left {
    float: right;
  }
}

.news-blog--service {
  padding-top: 9.375rem;
  padding-bottom: 4.375rem;
}

@media screen and (max-width: 47.99875em) {
  .news-blog--service {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .news-blog--service {
    padding-top: 11.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .news-blog--service {
    padding-top: 16.875rem;
  }
}

.blog-content a.panel:hover .btn {
  border-color: #125b4d;
  background: #125b4d;
}

.blog-content .panel__wide ul li:after {
  border-left: 0.5625rem solid #1B8571;
}

.blog-content .panel__wide .btn {
  border: #1B8571 solid 2px;
  background: #1B8571;
  color: white;
}

.blog-content .panel__wide .btn:hover, .blog-content .panel__wide .btn:focus {
  border-color: #125b4d;
  background: #125b4d;
  color: white;
}

.news-content a.panel:hover .btn {
  border-color: #3489a8;
  background: #3489a8;
}

.news-content .panel__wide ul li:after {
  border-left: 0.5625rem solid #48A5C7;
}

.news-content .panel__wide .btn {
  border: #48A5C7 solid 2px;
  background: #48A5C7;
  color: white;
}

.news-content .panel__wide .btn:hover, .news-content .panel__wide .btn:focus {
  border-color: #3489a8;
  background: #3489a8;
  color: white;
}

.social {
  margin-top: 4.5rem;
}

.tweetBox {
  display: block;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  height: 100%;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  padding: 1.5rem 1.5rem 0;
  text-align: left;
  position: relative;
  margin-top: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .tweetBox {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .tweetBox {
    padding: 0.875rem 0.875rem 0;
  }
}

.tweetBox span {
  font-size: 0.9375rem;
}

.tweetBox a {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.social-feed .slick-slide .tweetBox::after {
  position: absolute;
  bottom: -4.0625rem;
  left: 0;
  content: url("/img/sprites/sprite-2.svg");
}


.social-feed .slick-slide.monkey_2::after {
    position: absolute;
    bottom: -4.0625rem;
    left: 0;
    content: url("/img/sprites/sprite-2.svg");
}

.social-feed .slick-slide.monkey_1 .tweetBox::after {
    bottom: -5.6875rem;
    left: 1.5rem;
    content: url("/img/sprites/sprite-1.svg");
}

.social-feed .slick-slide.monkey_3 .tweetBox::after {
    top: -2.125rem;
    right: 1.5rem;
    left: auto;
    bottom: auto;
    content: "";
    background-image: url("/img/sprites/sprite-3.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 4.1875rem;
    height: 2.5rem;
}


.social-list {
  list-style-type: none;
  text-align: center;
  margin-top: -30px;
}

@media print, screen and (min-width: 64em) {
  .social-list {
    margin-top: 1.25rem;
  }
}

.social-list svg, .social-list span {
  vertical-align: middle;
}

.social-icon-fb {
  margin-top: 1.25rem;
  margin-right: 1rem;
}

.social-icon-fb rect {
  fill: #488EB0;
}

.social-icon-fb path {
  fill: #ffffff;
}

.social-icon-tw {
  margin-top: 1.25rem;
  margin-right: 1rem;
}

.social-icon-tw path {
  fill: #488EB0;
}

.social .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.social .slick-slide {
  height: inherit !important;
  padding-bottom: 8.125rem;
}

.social .picture-area {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
}

.social .picture-area:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.picture-area__image {
  position: absolute;
  top: 0;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.contact-panel {
  background: #CD6522;
  background: -webkit-gradient(linear, left top, right top, from(#CD6522), to(#DA9513));
  background: linear-gradient(to right, #CD6522, #DA9513);
  z-index: 0;
  position: relative;
  padding-top: 1.25rem;
  text-align: center;
}

.contact-panel a:hover span {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .contact-panel {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 125em) {
  .contact-panel {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }
}

.s-trans-bkg {
  background-image: url("/img/s-trans-bkg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 5.5625rem;
  padding-top: 7.5rem;
}

.call-us-title {
  color: white;
  font-size: 1.9375rem;
  margin-bottom: 3.125rem;
}

.email-link {
  text-align: center;
  font-size: 1.5rem;
  margin: 1.875rem 0;
  color: #DA9513;
}

@media print, screen and (min-width: 25em) {
  .email-link {
    font-size: 1.9375rem;
    margin: 3.125rem 0;
  }
}

.email-link a {
  font-weight: 600;
  color: #DA9513;
  text-decoration: underline;
}

.email-link a:hover {
  color: blue;
}

.accreditations {
  text-align: center;
  padding-bottom: 3.125rem;
}

.accreditations .slick-track {
  padding: 0.625rem 0;
}

.accreditations .slick-slide {
  padding: 0.625rem;
}

.accreditation {
  border-radius: 1.25rem;
  background: white;
  border: #666666 solid 0.0625rem;
  display: block;
  padding: 0.5rem;
  overflow: hidden;
  text-align: center;
}

.accreditation:hover {
  -webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
}

.accreditation img {
  max-height: 7.5rem;
  margin: 0 auto;
}

.accreditations .slick-arrow, .testimonials .slick-arrow, .partners .slick-arrow {
  top: 39%;
  width: 1.25rem;
  height: 1.9375rem;
}

.accreditations .slick-prev, .testimonials .slick-prev, .partners .slick-prev {
  left: -1.25rem;
}

.accreditations .slick-prev::before, .testimonials .slick-prev::before, .partners .slick-prev::before {
  background-image: url("/img/slick-left-home.svg");
}

.accreditations .slick-next, .testimonials .slick-next, .partners .slick-next {
  right: -1.25rem;
}

.accreditations .slick-next::before, .testimonials .slick-next::before, .partners .slick-next::before {
  background-image: url("/img/slick-right-home.svg");
}

@media print, screen and (min-width: 48em) {
  .accreditations .slick-prev, .testimonials .slick-prev, .partners .slick-prev {
    left: -1.5625rem;
  }
  .accreditations .slick-next, .testimonials .slick-next, .partners .slick-next {
    right: -1.5625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .accreditations .slick-arrow, .testimonials .slick-arrow, .partners .slick-arrow {
    width: 1.875rem;
    height: 3rem;
    top: 35%;
  }
  .accreditations .slick-prev, .testimonials .slick-prev, .partners .slick-prev {
    left: -2.5rem;
  }
  .accreditations .slick-next, .testimonials .slick-next, .partners .slick-next {
    right: -2.5rem;
  }
}

@media screen and (min-width: 75em) {
  .accreditations .slick-arrow, .testimonials .slick-arrow, .partners .slick-arrow {
    top: 36%;
  }
}

@media screen and (min-width: 90em) {
  .accreditations .slick-arrow, .testimonials .slick-arrow, .partners .slick-arrow {
    top: 37%;
  }
  .accreditations .slick-prev, .testimonials .slick-prev, .partners .slick-prev {
    left: -3.125rem;
  }
  .accreditations .slick-next, .testimonials .slick-next, .partners .slick-next {
    right: -3.125rem;
  }
}


/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 100px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    top: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
    /* This element draws the tip. */
    .popup-bubble-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /* Center the tip horizontally. */
        transform: translate(-50%, -100%);
        /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
        width: 0;
        height: 0;
        /* The tip is 8px high, and 12px wide. */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: /* TIP_HEIGHT= */ 8px solid white;
    }
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}


/* The popup bubble styling. */
.popup-bubble-down {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -150%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 100px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor-down {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
    /* This element draws the tip. */
    .popup-bubble-anchor-down::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /* Center the tip horizontally. */
        transform: translate(-50%, -460%);
        /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
        width: 0;
        height: 0;
        /* The tip is 8px high, and 12px wide. */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: /* TIP_HEIGHT= */ 8px solid white;
    }
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container-down {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 3.1875rem;
  line-height: 20px;
  text-align: center;
  color: #666666;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 0.3;
  font-size: 2.8125rem;
  text-shadow: -1px -1px 0 #666666, 1px -1px 0 #666666, -1px 1px 0 #666666, 1px 1px 0 #666666;
}

.slick-arrow {
  z-index: 100;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.slick-arrow:hover::before {
  background-position: right;
}

.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.cc-slick {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

.meet-the-team-hero {
  position: relative;
  padding-bottom: 20%;
}

.meet-the-team-hero svg {
  width: 100%;
}

.meet-the-team-hero path {
  fill: #d5e5ec;
}

.meet-the-team {
  margin-top: -32%;
}

@media print, screen and (min-width: 40em) {
  .meet-the-team {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.meet-the-team .grid-container {
  max-width: 250rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media print, screen and (min-width: 48em) {
  .meet-the-team .grid-container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .meet-the-team .grid-container {
    padding-left: 4.8125rem;
    padding-right: 4.8125rem;
  }
}

@media screen and (min-width: 90em) {
  .meet-the-team .grid-container {
    max-width: 90rem;
  }
}

.meet-the-team__content {
  margin-bottom: 2.5rem;
  position: relative;
}

.meet-the-team__content p {
  color: #868686;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  margin: 0 1.5625rem 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .meet-the-team__content p {
    color: #1B8571;
    font-size: 1.5rem;
  }
}

.meet-the-team__heading {
  text-align: center;
  color: #1B8571;
  margin-bottom: 2.0625rem;
}

.meet-the-team__profile-picture {
  border-radius: 5000px !important;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.3125rem;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .meet-the-team__profile-picture {
    margin-bottom: 0.9375rem;
  }
}

.meet-the-team__profile {
  padding: 0 0.625rem 1.5625rem;
  font-size: 0.75rem;
  height: 100%;
  display: block;
  color: #1B8571;
}

.meet-the-team__profile .meet-the-team__name {
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 64em) {
  .meet-the-team__profile {
    padding: 0 0.625rem 2.1875rem;
  }
  .meet-the-team__profile .meet-the-team__name {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.meet-the-team__profile.link {
  position: relative;
  display: block;
  color: #1B8571;
}

.meet-the-team__profile.link:hover img {
  -webkit-box-shadow: 0px 0px 17px rgba(205, 101, 34, 0.4);
  box-shadow: 0px 0px 17px rgba(205, 101, 34, 0.4);
}

.meet-the-team__profile.link:hover:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  background-image: url("/img/sprites/you-over-sprite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}

.meet-the-team__profile .meet-the-team__pop-up {
  display: none;
  opacity: 0;
  background: #4692A6;
  color: white;
  z-index: 1;
  position: absolute;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
  border-radius: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .meet-the-team__profile .meet-the-team__pop-up {
    width: 17.5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .meet-the-team__profile .meet-the-team__pop-up {
    width: 18.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .meet-the-team__profile .meet-the-team__pop-up {
    width: 400px;
  }
}

@media screen and (min-width: 75em) {
  .meet-the-team__profile .meet-the-team__pop-up {
    width: 500px;
  }
}

@media screen and (min-width: 90em) {
  .meet-the-team__profile .meet-the-team__pop-up {
    width: 600px;
  }
}

.meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description {
  display: block;
}

.meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description p {
  text-align: left;
  color: white;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding: 0;
  margin: 0.9375rem 2.8125rem 2rem;
}

.meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description-name {
  display: block;
  text-align: left;
  font-size: 1.25rem;
  padding-top: 0;
  margin: 1.375rem 2.8125rem 0.9375rem;
  position: relative;
  top: 0;
}

.meet-the-team__profile.pop-left .meet-the-team__pop-up .meet-the-team__description p {
  text-align: right;
}

.meet-the-team__profile.pop-left .meet-the-team__pop-up .meet-the-team__description-name {
  text-align: right;
}

@media screen and (max-width: 47.99875em) {
  .meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description p {
    margin: 0.9375rem 2.8125rem 1.25rem;
  }
  .meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description-name {
    margin: 1.375rem 2.8125rem 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description p {
    text-align: center;
    margin: 0.9375rem 0.9375rem 1.25rem;
  }
  .meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description-name {
    text-align: center;
    margin: 1.375rem 0.9375rem 0.9375rem;
  }
}

.meet-the-team__profile.popped {
  position: relative;
  z-index: 3000;
}

.meet-the-team__profile.popped .meet-the-team__name {
  opacity: 0;
}

.meet-the-team__profile.popped .meet-the-team__profile-picture {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  border: #4692A6 solid 0.375rem;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  z-index: 100;
}

.meet-the-team__profile.popped .meet-the-team__pop-up {
  display: block;
  opacity: 1;
}

.meet-the-team__action {
  margin-top: 0;
  padding: 1.875rem 1.25rem;
  background: #48A5C7;
  background: -webkit-gradient(linear, left top, left bottom, from(#48A5C7), to(#3B8D9C));
  background: linear-gradient(to bottom, #48A5C7, #3B8D9C);
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  color: white;
}

@media print, screen and (min-width: 40em) {
  .meet-the-team__action {
    padding: 1.875rem 3.125rem;
    margin-top: 2.5rem;
  }
}

.meet-the-team__action p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  color: white;
}

@media print, screen and (min-width: 40em) {
  .meet-the-team__action p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

.meet-the-team__action .btn {
  margin: 0 auto;
}

.blk {
  position: absolute;
  z-index: 2;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}

.header--about-us img {
  min-width: 100%;
}

.header--about-us .main-header__title, .header--aboutus .main-header__title {
  color: #C21566;
}

.header--about-us .main-header__sub-title, .header--aboutus .main-header__sub-title {
  color: #666666;
}

.header--about-us .main-header__text, .header--aboutus .main-header__text {
  color: #666666;
}

.about-us, .aboutus {
  margin-bottom: 4.6875rem;
}

.about {
  background: #C21269;
  background: -webkit-gradient(linear, left top, right top, from(#C21269), to(#CA4D36));
  background: linear-gradient(to right, #C21269, #CA4D36);
  z-index: -1;
  position: relative;
  padding-top: 1.25rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .about {
    margin-top: -12.5rem;
    padding-top: 6.25rem;
  }
}

@media screen and (min-width: 125em) {
  .about {
    padding-top: 9.375rem;
  }
}

.about .about-panel__padding {
  padding-top: 6.25rem;
}

.about .about-service--heading {
  color: white;
  font-size: 2.25rem;
  padding: 5.625rem 0 2.5rem;
}

@media print, screen and (min-width: 48em) {
  .about .about-service--heading {
    padding: 5rem 0 1.25rem;
  }
}

.about .feature-1-panel__small-txt {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
  margin-bottom: 1.5625rem;
  letter-spacing: 0;
}

@media print, screen and (min-width: 48em) {
  .about .about-panel__padding {
    padding-top: 9.375rem;
  }
  .about .feature-1-panel__small-txt {
    margin-bottom: 3.125rem;
  }
  .about .feature-1-icon {
    margin: 3.125rem 0;
  }
}

/*.about--bottom {
  fill: url('#linear-gradient');
}*/

.about--service {
  margin: 0;
  z-index: 2;
}

.about--service-bottom {
  z-index: 2;
  margin-bottom: -6.25rem;
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .about--service-bottom {
    margin-bottom: -8.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .about--service-bottom {
    margin-bottom: -12.5rem;
  }
}

.about-feature {
  z-index: -2;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(202, 77, 54, 0.8)), to(rgba(194, 18, 105, 0.8))), url("/img/about-us/about-bkg.jpg");
  background-image: linear-gradient(to right, rgba(202, 77, 54, 0.8), rgba(194, 18, 105, 0.8)), url("/img/about-us/about-bkg.jpg");
  background-blend-mode: multiply;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

.about-feature .cell {
  padding: 0.4375rem;
}

.about-feature .grid-container {
  margin: 6.25rem auto;
}

@media print, screen and (min-width: 64em) {
  .about-feature .cell {
    padding: 5.625rem 0.4375rem 8.125rem;
  }
  .about-feature .grid-container {
    margin: auto;
  }
}

.about-feature .svg-gradient {
  margin-top: -0.625rem;
}

.about-panel {
  position: relative;
  border: white solid 0.125rem;
  border-radius: 0.625rem;
  min-height: 100%;
  color: white;
  text-align: center;
  padding: 1.25rem;
}

.about-panel p {
  line-height: 1.2;
}

.about-panel__title {
  font-weight: 700;
  margin-bottom: 1.25rem;
  height: 2.5rem;
}

.header__our-work {
  /* no picture header */
  /* no picture header */
}

.header__our-work .main-header {
  background: #E4F1F4;
}

.header__our-work .main-header__title {
  color: #48A5C7;
}

.header__our-work .main-header__sub-title {
  color: #666666;
}

.header__our-work .main-header__text {
  color: #666666;
}

.header__our-work .main-header {
  height: 31.25rem;
}

.header__our-work .mask--svg {
  position: absolute;
  bottom: -0.125rem;
  right: 0;
}

.work-hero {
  position: relative;
  margin-bottom: 2.5rem;
  max-height: 37.5rem;
  overflow: hidden;
}

.work-hero .heading__medium {
  line-height: 2.625rem;
}

.work-hero .heading__small {
  margin-bottom: 0.625rem;
}

.work-hero img {
  min-width: 100%;
}

.work-hero .path-1 {
  fill: #fff;
}

.work-hero .path-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 0.3125rem;
  vector-effect: non-scaling-stroke;
}

.work-hero .svg-wrapper {
  bottom: -0.25rem;
  left: 0;
  right: 0;
  width: auto;
  overflow: hidden;
}

.work-hero .svg-wrapper svg {
  position: absolute;
  left: -0.0625rem;
  right: -0.0625rem;
  width: auto;
}

.hero-info-container {
  position: absolute;
  top: 6.5625rem;
  bottom: 0.9375rem;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  .hero-info-container {
    bottom: 0.9375rem;
  }
}

@media print, screen and (min-width: 48em) {
  .hero-info-container {
    bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .hero-info-container {
    top: 7.1875rem;
  }
}

.hero-info {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work-list .btn-small {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.work-list ul {
  list-style-type: none;
  padding-top: 1.875rem;
}

.work-list ul li {
  margin-bottom: 3.4375rem;
}

@media print, screen and (min-width: 48em) {
  .work-list ul li {
    margin-bottom: 5.3125rem;
  }
}

.work-list ul img {
  -webkit-box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 47.99875em) {
  .work-list ul img {
    margin-bottom: 1.5rem;
  }
}

.work-list ul p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.8;
}

@media screen and (max-width: 47.99875em) {
  .work-list ul p {
    text-align: center;
    line-height: 1.9;
  }
}

.work-list__title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
  color: #666666;
}

@media screen and (max-width: 47.99875em) {
  .work-list__title {
    text-align: center;
    margin-bottom: 1.875rem;
    line-height: 1.3;
  }
}

.work-single__body {
  position: relative;
  background: #C21269;
  background: -webkit-gradient(linear, left top, right top, from(#C21269), to(#CA4D36));
  background: linear-gradient(to right, #C21269, #CA4D36);
  padding-bottom: 10.625rem;
  padding-top: 0;
}

.work-single__body .picture-area {
  padding: 0 0 1.25rem;
  margin-top: -3.125rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.work-single__body .picture-text {
  color: white;
  padding: 0 1.25rem 2.5rem 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .work-single__body {
    padding-top: 12.5rem;
  }
  .work-single__body .picture-text {
    padding: 2.5rem 1.25rem 2.5rem 0.9375rem;
  }
  .work-single__body .picture-area {
    padding: 3.125rem;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .work-single__body .picture-text {
    padding: 8rem 5rem 8rem 0.9375rem;
  }
  .work-single__body .picture-area {
    padding: 3.125rem;
  }
}

.work-single__body .panel {
  z-index: 2;
  position: relative;
  padding-top: 0.625rem;
}

.wide .work-single__body .picture-area {
  padding: 0 0 1.25rem;
  margin-top: -3.125rem;
}

@media print, screen and (min-width: 48em) {
  .wide .work-single__body .picture-area {
    padding: 0 0 3.125rem;
    margin-bottom: 3.125rem;
    margin-top: 0;
  }
}

.work-options {
  position: relative;
  margin-bottom: 3.125rem;
  color: #666666;
  padding-top: 7.5rem;
}

.work-options .option {
  position: relative;
  z-index: 2;
  margin: 1.875rem 0 0;
}

@media print, screen and (min-width: 48em) {
  .work-options {
    background: #F2CCE4;
    background: -webkit-gradient(linear, left top, right top, from(#F2CCE4), to(#F4DAD8));
    background: linear-gradient(to right, #F2CCE4, #F4DAD8);
    margin-bottom: 5.125rem;
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
  .work-options .option {
    margin: 4.625rem 0 0;
  }
}

.work-options__text {
  padding-left: 122px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1.4;
}

.work-options__graphic {
  width: 6.5625rem;
  height: 6.5625rem;
  background: white;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
  border-radius: 5000px !important;
}

.work-options__graphic svg {
  max-width: 50%;
  max-height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 25em) {
  .work-options__text {
    padding-left: 182px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .work-options__graphic {
    width: 9.6875rem;
    height: 9.6875rem;
  }
  .work-options__graphic svg {
    max-width: 100%;
    max-height: 100%;
  }
}

.work-single .testimonial {
  margin-bottom: 0;
}

.work-single .btn-small {
  display: inline-block;
  margin-bottom: 1.875rem;
}

.work-single .brief {
  position: relative;
  margin-bottom: 6.25rem;
  z-index: 2;
}

.work-single .brief .panel {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.work-single .results {
  margin-top: -10.625rem;
  position: relative;
  margin-bottom: -7.5rem;
  z-index: 2;
}

.work-single .results .panel {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .work-single .testimonial {
    margin-bottom: 4.375rem;
  }
  .work-single .brief {
    margin-bottom: -12.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .work-single .brief .panel {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .work-single .results .panel {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 75em) {
  .work-single .brief .panel {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .work-single .results .panel {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.feature-pill {
  background: #CDBA22;
  background: -webkit-gradient(linear, left top, right top, from(#CDBA22), to(#CD6522));
  background: linear-gradient(to right, #CDBA22, #CD6522);
  color: white;
  text-align: center;
  padding: 2.5rem;
  border-radius: 4.125rem;
  margin-bottom: 3rem;
}

.feature-pill span {
  font-size: 1.25rem;
  font-weight: 400;
}

.feature-pill .btn {
  margin: 1.4375rem auto 0;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 500;
  -webkit-box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.2);
}

.feature-pill .btn:hover {
  -webkit-box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.4);
}

@media print, screen and (min-width: 40em) {
  .feature-pill {
    border-radius: 5000px !important;
  }
}

@media print, screen and (min-width: 64em) {
  .feature-pill {
    padding: 2.9375rem 6.25rem 2.3125rem;
    margin-bottom: 4.5rem;
  }
  .feature-pill span {
    font-size: 1.625rem;
    font-weight: 500;
  }
  .feature-pill .btn {
    margin: 2.3125rem auto 0;
  }
}

.more-work {
  margin-bottom: 3.125rem;
}

.more-work .btn {
  margin: 0 auto;
}

.more-work .heading__medium {
  line-height: 1.4;
}

.workBox {
  display: block;
  text-align: left;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem;
}

.workBox span {
  font-size: 1.375rem;
  font-weight: 700;
  color: #666666;
  line-height: 1.2;
}

@media print, screen and (min-width: 40em) {
  .workBox {
    padding: 0.875rem 0.875rem 2rem;
  }
}

@media print, screen and (min-width: 64em) {
  .workBox {
    padding: 1.5rem 0.875rem 4.5rem;
  }
  .workBox span {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .workBox {
    padding: 1.5rem 1.5rem 4.5rem;
  }
  .workBox span {
    font-size: 1.375rem;
  }
}

.workBox img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}

.workBox:hover img {
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
}

.workBox:hover span {
  text-decoration: underline;
}

.work-feed .slick-arrow {
  top: 25%;
  width: 1.4375rem;
  height: 2.25rem;
}

.work-feed .slick-prev {
  left: -0.3125rem;
}

.work-feed .slick-prev::before {
  background-image: url("/img/work-slick-left.svg");
}

.work-feed .slick-next {
  right: -0.3125rem;
}

.work-feed .slick-next::before {
  background-image: url("/img/work-slick-right.svg");
}

@media print, screen and (min-width: 25em) {
  .work-feed .slick-arrow {
    top: 35%;
  }
  .work-feed .slick-prev {
    left: -0.3125rem;
  }
  .work-feed .slick-next {
    right: -0.3125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .work-feed .slick-arrow {
    top: 20%;
    width: 1.25rem;
    height: 2rem;
  }
  .work-feed .slick-prev {
    left: -0.625rem;
  }
  .work-feed .slick-next {
    right: -0.625rem;
  }
}

@media print, screen and (min-width: 48em) {
  .work-feed .slick-arrow {
    top: 25%;
  }
  .work-feed .slick-prev {
    left: -2.5rem;
  }
  .work-feed .slick-next {
    right: -2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .work-feed .slick-arrow {
    top: 22%;
  }
}

@media screen and (min-width: 75em) {
  .work-feed .slick-arrow {
    top: 22%;
    width: 1.875rem;
    height: 3rem;
  }
}

@media screen and (min-width: 90em) {
  .work-feed .slick-arrow {
    top: 22%;
  }
  .work-feed .slick-prev {
    left: -3.75rem;
  }
  .work-feed .slick-next {
    right: -3.75rem;
  }
}

.work-single .picture-text {
  color: white;
}

.work-single .picture-area img, .work-single .picture-area video {
  margin-left: auto;
  margin-right: auto;
}

.work-single .picture-area .slick-arrow {
  top: auto;
  bottom: 35%;
  width: 1.875rem;
  height: 3rem;
}

.work-single .picture-area .slick-prev {
  left: -0.3125rem;
}

.work-single .picture-area .slick-prev::before {
  background-image: url("/img/slick-left.svg");
}

.work-single .picture-area .slick-next {
  right: -0.3125rem;
}

.work-single .picture-area .slick-next::before {
  background-image: url("/img/slick-right.svg");
}

.work-single .picture-area .slick-slide {
  padding: 0 2.5rem;
}

.work-single .picture-area .slick-dots li button::before {
  color: white;
  opacity: 0.3;
  text-shadow: none;
  font-size: 2.8125rem;
}

.work-single .picture-area .slick-dots {
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
}

.work-single .picture-area .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
  font-size: 2.8125rem;
  text-shadow: none;
}

@media print, screen and (min-width: 25em) {
  .work-single .picture-area .slick-prev {
    left: 0.9375rem;
  }
  .work-single .picture-area .slick-next {
    right: 0.9375rem;
  }
  .work-single .picture-area .slick-slide {
    padding: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .work-single .picture-area .slick-prev {
    left: 6.25rem;
  }
  .work-single .picture-area .slick-next {
    right: 6.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .work-single .picture-area .slick-arrow {
    top: 43%;
    bottom: auto;
  }
  .work-single .picture-area .slick-prev {
    left: 1.875rem;
  }
  .work-single .picture-area .slick-next {
    right: 1.875rem;
  }
  .work-single .picture-area .slick-slide {
    padding: 0 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .work-single .picture-area .slick-arrow {
    top: 43%;
  }
  .work-single .picture-area .slick-slide {
    padding: 0;
  }
}

@media screen and (min-width: 75em) {
  .work-single .picture-area .slick-arrow {
    top: 43%;
  }
}

@media screen and (min-width: 90em) {
  .work-single .picture-area .slick-arrow {
    top: 43%;
  }
  .work-single .picture-area .slick-prev {
    left: 1.875rem;
  }
  .work-single .picture-area .slick-next {
    right: 1.875rem;
  }
}

@media print, screen and (min-width: 25em) {
  .work-single .picture-area .video {
    padding: 0;
  }
}

.work-single .picture-area .video video {
  width: 100%;
}

.work-single.wide .picture-text {
  padding-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .work-single.wide .picture-text {
    padding-top: 1.875rem;
  }
}

.work-single.wide .picture-area {
  margin-top: 0;
  margin-bottom: 0;
}

.work-single.wide .picture-area .slick-arrow {
  width: 1.25rem;
  height: 2rem;
  bottom: 45%;
}

.work-single.wide .picture-area .slick-prev {
  left: -0.9375rem;
}

.work-single.wide .picture-area .slick-prev::before {
  background-image: url("/img/slick-left.svg");
}

.work-single.wide .picture-area .slick-next {
  right: -0.9375rem;
}

.work-single.wide .picture-area .slick-next::before {
  background-image: url("/img/slick-right.svg");
}

.work-single.wide .picture-area .slick-slide {
  padding: 0 0.9375rem;
}

@media print, screen and (min-width: 25em) {
  .work-single.wide .picture-area .slick-prev {
    left: -1.25rem;
  }
  .work-single.wide .picture-area .slick-next {
    right: -1.25rem;
  }
  .work-single.wide .picture-area .slick-slide {
    padding: 0 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .work-single.wide .picture-area .slick-prev {
    left: -1.25rem;
  }
  .work-single.wide .picture-area .slick-next {
    right: -1.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .work-single.wide .picture-area {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .work-single.wide .picture-area .slick-prev {
    left: -1.25rem;
  }
  .work-single.wide .picture-area .slick-next {
    right: -1.25rem;
  }
  .work-single.wide .picture-area .slick-slide {
    padding: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .work-single.wide .picture-area {
    padding-left: 0;
    padding-right: 0;
  }
  .work-single.wide .picture-area .slick-arrow {
    width: 1.875rem;
    height: 3rem;
  }
  .work-single.wide .picture-area .slick-prev {
    left: -3.4375rem;
  }
  .work-single.wide .picture-area .slick-next {
    right: -3.4375rem;
  }
}

.work-single.wide .video {
  position: relative;
}

.work-single.wide .video img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 48em) {
  .work-single.wide .video img {
    display: none;
  }
}

@media screen and (max-width: 47.99875em) {
  .wide .brief {
    margin-bottom: 3.125rem;
  }
}

.wide .work-single__body .picture-text {
  padding-top: 3.125rem;
}

.wide .work-single__body .picture-area {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 25em) {
  .wide .work-single__body .picture-text {
    padding-top: 3.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .wide .work-single__body .picture-text {
    padding-top: 6.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .wide .work-single__body .picture-text {
    padding-top: 1.875rem;
  }
  .wide .work-single__body .picture-area {
    margin-bottom: 3.125rem;
  }
}

.static-header {
  position: relative;
  padding-top: 8.125rem;
}

@media print, screen and (min-width: 40em) {
  .static-header {
    padding-top: 10rem;
  }
}

@media print, screen and (min-width: 64em) {
  .static-header {
    padding-top: 12.9375rem;
  }
}

.static-header .static-header__title {
  text-align: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .static-header .static-header__title {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 24.99875em) {
  .static-header .static-header__title {
    margin-bottom: 1.25rem;
  }
}

.static-header__awards {
  background: rgba(205, 101, 34, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 101, 34, 0.15)), to(rgba(218, 149, 19, 0.15)));
  background: linear-gradient(to right, rgba(205, 101, 34, 0.15), rgba(218, 149, 19, 0.15));
}

.static-header__awards .static-header__title {
  color: #CD6522;
  margin-bottom: 2.1875rem;
}

@media print, screen and (min-width: 48em) {
  .static-header__awards .static-header__title {
    margin-bottom: 4.5rem;
  }
}

.static-header__awards .main-intro {
  margin-bottom: -10rem;
  position: relative;
  z-index: 2;
}

.static-header__awards .main-intro--contact {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .static-header__awards .main-intro {
    padding-bottom: 10rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .static-header__award .static-header__title {
    margin-bottom: 5.3125rem;
  }
}

.awards {
  margin-top: 10rem;
  padding-bottom: 1.875rem;
}

@media print, screen and (min-width: 48em) {
  .awards {
    margin-top: -8.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .awards .cell {
    padding: 0.3125rem;
  }
}

.award {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5000px !important;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
}

.award img {
  width: 100%;
}

.award.title {
  margin-bottom: 2.5rem;
}

.award .overlay {
  opacity: 0;
  position: absolute;
  background: rgba(205, 101, 34, 0.9);
  color: white;
  top: 0;
  bottom: 0;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -50%;
  right: 50%;
  border-radius: 5000px !important;
}

.award .overlay .content {
  width: 100%;
  font-size: 0.625rem;
  padding: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}

@media print, screen and (min-width: 25em) {
  .award .overlay .content {
    font-size: 0.75rem;
    padding: 0.625rem;
  }
}

@media screen and (min-width: 30em) {
  .award .overlay .content {
    padding: 0.9375rem;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 40em) {
  .award .overlay .content {
    padding: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 48em) {
  .award .overlay .content {
    padding: 1.25rem;
    font-size: 1.375rem;
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 64em) {
  .award .overlay .content {
    padding: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 75em) {
  .award .overlay .content {
    font-size: 1.75rem;
    padding: 3.75rem;
  }
}

a.award:hover {
  -webkit-box-shadow: 0 0 1.25rem rgba(205, 101, 34, 0.8);
  box-shadow: 0 0 1.25rem rgba(205, 101, 34, 0.8);
}

a.award:hover, a.award.on {
  -webkit-box-shadow: 0 0 1.25rem rgba(205, 101, 34, 0.8);
  box-shadow: 0 0 1.25rem rgba(205, 101, 34, 0.8);
}

a.award:hover .overlay, a.award.on .overlay {
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.award-body {
  margin-top: 1.875rem;
}

.award-body .btn {
  margin: 1.875rem auto;
}

.award-body .panel {
  padding: 1.25rem 1.875rem 0.9375rem;
}

.award-body .panel p {
  font-size: 0.875rem;
  color: #666666;
}

.award-panel--title {
  font-size: 1.375rem;
  font-weight: 700;
}

.award-orange-panel {
  background: rgba(205, 101, 34, 0.15);
  -webkit-box-shadow: 0 0 0 rgba(205, 101, 34, 0);
  box-shadow: 0 0 0 rgba(205, 101, 34, 0);
}

@media screen and (max-width: 47.99875em) {
  .award-panel__logo {
    width: 15.625rem;
  }
}

@media print, screen and (min-width: 48em) {
  .award-panel__logo {
    min-width: 100%;
  }
}

.static-header__news-blog .svg-container-bottom {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .static-header__news-blog {
    padding-bottom: 6.25rem;
  }
  .static-header__news-blog .svg-container-bottom {
    display: block;
  }
}

.static-header__news-blog .static-header__title {
  color: #48A5C7;
  margin-bottom: 2.1875rem;
}

@media print, screen and (min-width: 48em) {
  .static-header__news-blog .static-header__title {
    margin-bottom: 4.5rem;
  }
}

.static-header__news-blog .main-intro {
  margin-bottom: -10rem;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 48em) {
  .static-header__news-blog .main-intro {
    padding-bottom: 10rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .static-header__news {
    background: rgba(72, 165, 199, 0.15);
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.15)), to(rgba(194, 21, 102, 0.15)));
    background: linear-gradient(to right, rgba(72, 165, 199, 0.15), rgba(194, 21, 102, 0.15));
  }
}

.static-header__news .static-header__title {
  color: #48A5C7;
}

@media print, screen and (min-width: 40em) {
  .static-header__blog {
    background: rgba(72, 165, 199, 0.15);
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.15)), to(rgba(27, 133, 113, 0.15)));
    background: linear-gradient(to right, rgba(72, 165, 199, 0.15), rgba(27, 133, 113, 0.15));
  }
}

.static-header__blog .static-header__title {
  color: #1B8571;
}

.static-header__blog .btn--all {
  margin: 4.6875rem auto;
}

.mobile__news {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(72, 165, 199, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.15)), to(rgba(194, 21, 102, 0.15)));
  background: linear-gradient(to right, rgba(72, 165, 199, 0.15), rgba(194, 21, 102, 0.15));
  height: 40rem;
}

@media print, screen and (min-width: 40em) {
  .mobile__news {
    display: none;
  }
}

.mobile__blog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(72, 165, 199, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.15)), to(rgba(27, 133, 113, 0.15)));
  background: linear-gradient(to right, rgba(72, 165, 199, 0.15), rgba(27, 133, 113, 0.15));
  height: 40rem;
}

@media print, screen and (min-width: 40em) {
  .mobile__blog {
    display: none;
  }
}

.news-title, .news-small {
  color: #48A5C7;
}

.blog-title, .blog-small {
  color: #1B8571;
}

.news a.panel .panel__title {
  color: black;
}

.news a.panel:hover .panel__title {
  color: #55bbd9;
}

.news a.panel:hover .btn {
  background: #55bbd9;
  color: white;
}

.blog .panel .panel__title {
  color: black;
}

.blog .panel .blog-title {
  color: #1B8571;
}

.news .panel .news-title {
  color: #48A5C7;
}

.blog a.panel .panel__title {
  color: black;
}

.blog a.panel:hover .btn {
  background: #1B8571;
  color: white;
}

.static-header__news-blog-item {
  position: relative;
  padding-top: 8.125rem;
}

@media print, screen and (min-width: 40em) {
  .static-header__news-blog-item {
    padding-top: 8.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .static-header__news-blog-item {
    padding-top: 10.4375rem;
  }
}

.static-header__news-blog-item .main-intro {
  margin-bottom: -10rem;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 48em) {
  .static-header__news-blog-item .main-intro {
    padding-bottom: 10rem;
    margin-bottom: 0;
  }
}

.static-header__news-blog-item .static-header__title {
  color: white;
  margin-bottom: 3.4375rem;
}

@media print, screen and (min-width: 48em) {
  .static-header__news-blog-item .static-header__title {
    margin-bottom: 5.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .static-header__news-blog-item .static-header__title {
    margin-bottom: 7.5rem;
  }
}

.news__bkg {
  background: rgba(72, 165, 199, 0.7);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.7)), to(rgba(194, 21, 102, 0.7)));
  background: linear-gradient(to right, rgba(72, 165, 199, 0.7), rgba(194, 21, 102, 0.7));
}

.blog__bkg {
  background: rgba(72, 165, 199, 0.7);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.7)), to(rgba(27, 133, 113, 0.7)));
  background: linear-gradient(to right, rgba(72, 165, 199, 0.7), rgba(27, 133, 113, 0.7));
}

.news--picture__header {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.news--picture__header img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .news--picture__header {
    margin-bottom: 3.125rem;
  }
}

.recent-news-blog {
  position: relative;
  background: rgba(72, 165, 199, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.15)), to(rgba(194, 21, 102, 0.15)));
  background: linear-gradient(to right, rgba(72, 165, 199, 0.15), rgba(194, 21, 102, 0.15));
  padding-bottom: 6.25rem;
  z-index: 0;
  padding-top: 3.75rem;
}

@media print, screen and (min-width: 64em) {
  .recent-news-blog {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}

@media screen and (min-width: 125em) {
  .recent-news-blog {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }
}

.recent-news-blog--heading {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .recent-news-blog--heading {
    margin-bottom: 5rem;
  }
}

.recent-news {
  background: rgba(72, 165, 199, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.15)), to(rgba(194, 21, 102, 0.15)));
  background: linear-gradient(to right, rgba(72, 165, 199, 0.15), rgba(194, 21, 102, 0.15));
}

.recent-news .recent-news-blog--heading {
  color: #48A5C7;
}

.recent-blog {
  background: rgba(72, 165, 199, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 165, 199, 0.15)), to(rgba(27, 133, 113, 0.15)));
  background: linear-gradient(to right, rgba(72, 165, 199, 0.15), rgba(27, 133, 113, 0.15));
}

.recent-blog .recent-news-blog--heading {
  color: #1B8571;
}

.hiring {
  background: rgba(205, 186, 34, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 186, 34, 0.15)), to(rgba(205, 101, 34, 0.15)));
  background: linear-gradient(to right, rgba(205, 186, 34, 0.15), rgba(205, 101, 34, 0.15));
}

.hiring__header {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .hiring__header {
    margin-bottom: 3.75rem;
  }
}

.hiring-content {
  position: relative;
  padding-bottom: 3.75rem;
}

.expert-content .panel {
  padding-top: 1.875rem;
}

.hiring__title {
  position: relative;
  border-radius: 5000px !important;
  background: #DA9513;
  color: white;
  line-height: 1;
  display: table;
  margin: 0 auto 2.5rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.4);
  box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.4);
  width: 13.375rem;
  height: 13.375rem;
  font-size: 2.5rem;
}

@media print, screen and (min-width: 25em) {
  .hiring__title {
    width: 15.25rem;
    height: 15.25rem;
    font-size: 3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .hiring__title {
    width: 17.875rem;
    height: 17.875rem;
    font-size: 3.75rem;
  }
}

.hiring__title span {
  display: table-cell;
  vertical-align: middle;
}

.hiring__title:after {
  content: "";
  background: url("/img/sprites/hiring.svg") no-repeat;
  background-size: cover;
  position: absolute;
  width: 5rem;
  height: 7.1875rem;
  bottom: 0;
  left: -2.8125rem;
}

@media print, screen and (min-width: 40em) {
  .hiring__title:after {
    width: 5.75rem;
    height: 8.25rem;
    left: -4.375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .hiring__title:after {
    width: 7.4375rem;
    height: 10.625rem;
    bottom: 0.625rem;
    left: -6.25rem;
  }
}

.hiring-title, .hiring-small, .hiring-time {
  color: #DA9513;
}

.form--hiring label {
  color: #DA9513;
}

.form--hiring .form__field:focus {
  border-color: #DA9513;
}

.btn--hiring {
  margin: 1.875rem auto 0;
}

.hiring-content a.panel:hover .btn {
  border-color: #ab750f;
  background: #ab750f;
}

.hiring-content .panel__wide ul li:after {
  border-left: 0.5625rem solid #DA9513;
}

.hiring-content .panel__wide .btn {
  border: #DA9513 solid 2px;
  background: #DA9513;
  color: white;
}

.hiring-content .panel__wide .btn:hover, .hiring-content .panel__wide .btn:focus {
  border-color: #ab750f;
  background: #ab750f;
  color: white;
}

.hiring-intro {
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 64em) {
  .hiring-intro .picture img {
    min-width: 100%;
  }
}

@media screen and (max-width: 63.99875em) {
  .hiring-intro {
    text-align: center;
  }
  .hiring-intro .btn {
    margin: 1.25rem auto 0;
  }
  .hiring-intro img {
    width: 28.75rem;
    margin-bottom: 1.875rem;
  }
}

.hiring-intro:first-of-type {
  margin-top: 0;
  padding-top: 3.75rem;
}

.header--services {
  height: 25rem;
  overflow: hidden;
}

.header--services img {
  min-width: 100%;
  opacity: 0.4;
}

.header--services .mask--svg {
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .header--services {
    height: 31.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .header--services {
    height: 34.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .header--services {
    height: 43.75rem;
  }
}

@media screen and (min-width: 75em) {
  .header--services {
    height: 46.4375rem;
  }
}

@media screen and (min-width: 112em) {
  .header--services {
    height: 52.6875rem;
  }
}

.header--services:before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(205, 101, 34, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 101, 34, 0.15)), to(rgba(194, 21, 102, 0.15)));
  background: linear-gradient(to right, rgba(205, 101, 34, 0.15), rgba(194, 21, 102, 0.15));
}

.header--services:after {
  z-index: -1;
  content: '';
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/img/services/service-bkg-small.svg");
}

@media print, screen and (min-width: 40em) {
  .header--services:after {
    background-image: url("/img/services/service-bkg.svg");
  }
}

.header--service {
  background: rgba(205, 101, 34, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 101, 34, 0.15)), to(rgba(194, 21, 102, 0.15)));
  background: linear-gradient(to right, rgba(205, 101, 34, 0.15), rgba(194, 21, 102, 0.15));
  position: relative;
}

.main-header__title--services {
  color: #C21566;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

@media screen and (min-width: 26.25em) {
  .main-header__title--services {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .main-header__title--services {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .main-header__title--services {
    font-size: 3.125rem;
    line-height: 3.375rem;
    margin-top: 11.25rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 75em) {
  .main-header__title--services {
    font-size: 3.875rem;
    line-height: 4.0625rem;
  }
}

.main-header__title--service {
  color: #C21566;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

@media screen and (min-width: 26.25em) {
  .main-header__title--service {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .main-header__title--service {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .main-header__title--service {
    font-size: 3.125rem;
    line-height: 3.375rem;
    margin-top: 11.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .main-header__title--service {
    font-size: 3.875rem;
    line-height: 4.0625rem;
  }
}

.main-header__sub-title--service {
  margin-top: 1.25rem;
  color: #666666;
}

.main-header__text--services {
  color: #C21566;
  font-weight: 500;
}

.panel-block--services .panel-block {
  padding-bottom: 1.875rem;
}

.panel-block--services .title, .panel-block--services p {
  color: #666666;
}

.service--sub-header {
  color: #C21566;
  text-align: center;
  font-size: 1.25rem;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .service--sub-header {
    font-size: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .services {
    margin-top: 1.25rem;
  }
}

.sub-title--service {
  color: #666666;
  text-align: center;
}

.service--intro {
  color: #666666;
  text-align: center;
}

.service-body {
  position: relative;
  z-index: 1;
}

.service-item {
  text-align: center;
  background: white;
}

@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .service-item {
    border: #C6C6C6 solid 0.0625rem;
    border-radius: 5000px !important;
    padding: 3.125rem 3.125rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .service-item {
    border: #C6C6C6 solid 0.0625rem;
    border-radius: 3.75rem;
    padding: 2.5rem 1.25rem 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .service-item {
    position: relative;
    text-align: left;
    padding: 3.125rem 3.125rem 3.125rem 11.25rem;
  }
  .service-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.0625rem;
    background: #C6C6C6;
  }
  .service-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.0625rem;
    background: #C6C6C6;
  }
  .service-item:last-child:before {
    right: 50%;
  }
  .service-item:nth-child(even) {
    text-align: right;
    padding: 3.125rem 11.25rem 3.125rem 3.125rem;
  }
  .service-item:nth-child(even):before {
    right: 0;
    height: 0.0625rem;
  }
  .service-item:nth-child(even):after {
    left: auto;
    right: 0;
    bottom: 0;
    width: 0.0625rem;
  }
  .service-item:nth-child(even) .service-item--icon {
    left: auto;
    right: 0;
  }
}

.service-item--icon {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 47.99875em) {
  .service-item--icon {
    margin-bottom: 1.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .service-item--icon {
    position: absolute;
    width: 11.25rem;
    left: 0;
  }
}

.service-items {
  position: relative;
  margin-bottom: 2.5rem;
}

.service-items:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 50%;
  margin-left: -0.0625rem;
  bottom: 0.125rem;
  width: 0.0625rem;
  background: #C6C6C6;
  z-index: -1;
}

@media print, screen and (min-width: 48em) {
  .service-items:after {
    content: "";
    position: absolute;
    top: 8.125rem;
    left: 0;
    right: 50%;
    height: 0.0625rem;
    background: #C6C6C6;
  }
}

.service--items__end {
  position: relative;
  padding: 2.5rem 0;
}

@media print, screen and (min-width: 40em) {
  .service--items__end {
    padding: 5rem 0;
  }
}

@media print, screen and (min-width: 48em) {
  .service--items__end {
    padding: 8.125rem 0;
  }
}

.service--items__end:before, .service--items__end:after {
  content: "";
  background: #C6C6C6;
  width: 1.3125rem;
  height: 1.3125rem;
  position: absolute;
  left: 50%;
  margin-left: -0.6875rem;
  border-radius: 5000px !important;
}

.service--items__end:before {
  top: 0;
}

.service--items__end:after {
  bottom: 0;
}

.service-body--heading {
  font-size: 1rem;
  color: #666666;
  font-weight: 700;
}

.tech-break {
  overflow: hidden;
  position: relative;
  padding-top: 1.25rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .tech-break {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 125em) {
  .tech-break {
    padding-top: 9.375rem;
    padding-bottom: 6.25rem;
  }
}

.tech-break:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(205, 101, 34, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 101, 34, 0.15)), to(rgba(194, 21, 102, 0.15)));
  background: linear-gradient(to right, rgba(205, 101, 34, 0.15), rgba(194, 21, 102, 0.15));
}

.tech-break:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url("/img/services/service-bkg-small.svg");
}

@media print, screen and (min-width: 40em) {
  .tech-break:after {
    background-size: auto;
    background-image: url("/img/services/service-bkg.svg");
  }
}

.tech-break .btn {
  width: 17.5rem;
  -webkit-box-shadow: 0 0 1.0625rem rgba(102, 11, 54, 0.5);
  box-shadow: 0 0 1.0625rem rgba(102, 11, 54, 0.5);
  margin: 3.125rem auto 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .tech-break .btn {
    margin: 3.75rem auto 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .tech-break .btn {
    margin: 4.375rem auto 6.25rem;
  }
}

.tech-break .btn:hover {
  background: white;
  color: #C21566;
  -webkit-box-shadow: 0 0 1.5625rem rgba(194, 21, 102, 0.7);
  box-shadow: 0 0 1.5625rem rgba(194, 21, 102, 0.7);
}

.accordion {
  position: relative;
  background: none;
}

.accordion-item {
  border-radius: 0.625rem !important;
  border: 0.125rem solid #C6C6C6 !important;
  background: white;
  margin: 0.9375rem 0;
}

.accordion-content {
  background: none;
  border: none;
  border-top: 0.125rem solid #C6C6C6;
}

.accordion-title {
  border-radius: 0.625rem !important;
  border: none;
  font-size: 1.875rem;
  font-weight: 600;
  color: #666666;
  background: none;
}

.accordion-title:hover {
  background: none;
  color: #C21566;
}

.accordion-title:focus {
  color: #666666;
  background: none;
}

.accordion-title:before {
  content: "";
  width: 0.25rem;
  height: 1.75rem;
  background: #C21566;
  position: absolute;
  right: 1.6875rem;
  top: 50%;
  margin-top: -0.875rem;
}

.accordion-title:after {
  content: "";
  width: 1.75rem;
  height: 0.25rem;
  background: #C21566;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  margin-top: -0.125rem;
}

.is-active > .accordion-title {
  color: #C21566;
}

.is-active > .accordion-title::before {
  content: '';
  display: none;
}

.expertise .btn {
  margin: 4.375rem auto 0;
}

.expertise-header {
  color: #C21566;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .expertise-header {
    margin-bottom: 4.375rem;
    font-size: 1.875rem;
  }
}

.small-list {
  list-style: none;
}

.small-list li {
  padding-left: 1.25rem;
}

.small-list li a {
  color: black;
  position: relative;
  margin-bottom: 0.9375rem;
  line-height: 1.6;
  font-size: 1.125rem;
}

.small-list li a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  z-index: 1000;
  position: absolute;
  top: 0.4375rem;
  left: -1.25rem;
  border-left: 0.5625rem solid #DA9513;
}

.small-list li a:hover {
  color: blue;
  text-decoration: underline;
}

.map_canvas {
  height: 31.25rem;
  margin-bottom: 3.75rem;
}

@media all and (-ms-high-contrast: none) {
  body {
    display: block;
  }
  .about-feature .svg-gradient {
    height: 6.25rem;
  }
  .about-feature .svg-container-bottom svg {
    height: 6.25rem;
  }
  .contact-panel .svg-container-top svg, .contact-panel .svg-container-bottom svg, .news-blog .svg-container-top svg, .news-blog .svg-container-bottom svg, .what-we-do .svg-container-top svg, .what-we-do .svg-container-bottom svg, .static-header__blog .svg-container-top svg, .static-header__blog .svg-container-bottom svg, .recent-news-blog .svg-container-top svg, .recent-news-blog .svg-container-bottom svg, .skilled-mobile-dev .svg-container-top svg, .skilled-mobile-dev .svg-container-bottom svg, .about--service .svg-container-top svg, .about--service .svg-container-bottom svg, .tech-break .svg-container-top svg, .tech-break .svg-container-bottom svg, .work-single__body .svg-container-top svg, .work-single__body .svg-container-bottom svg, .work-options .svg-container-top svg, .work-options .svg-container-bottom svg {
    height: 6.25rem;
  }
  .about--service-bottom {
    margin-top: -0.3125rem;
  }
  .about--service-bottom svg {
    height: 6.25rem;
  }
  .static-header__news-blog-item .svg-container-top svg, .static-header__news-blog-item .svg-container-bottom svg {
    height: 3.125rem;
  }
  .anim-left {
    margin-left: 4.6875rem;
  }
}

.panel--heavy-rounded {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  z-index: 2;
  position: relative;
  border-radius: 2.1875rem;
  padding: 1.25rem 0 1.875rem;
  height: auto;
  margin-bottom: 1.875rem;
  display: block;
}

.panel--heavy-rounded:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.panel--heavy-rounded p {
  font-size: 0.875rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  color: black;
  text-align: center;
}

.panel--heavy-rounded .panel__title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 1.875rem 1.875rem 1.25rem;
  text-align: center;
}

@media screen and (max-width: 74.99875em) {
  .panel--heavy-rounded .panel__title {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .panel--heavy-rounded {
    margin-bottom: 3.75rem;
    border-radius: 4.375rem;
    padding: 3.125rem 1.25rem 3.75rem;
  }
}

@media screen and (min-width: 75em) {
  .panel--heavy-rounded {
    padding: 1.25rem 3.125rem 4.375rem;
  }
}

.panel--heavy-rounded .btn {
  margin: 1.875rem auto 0;
  position: static;
  line-height: 1.9375rem;
  display: block;
}

.panel--heavy-rounded .btn:hover, .panel--heavy-rounded .btn:focus {
  color: white;
}

.service-list {
  position: relative;
  padding-top: 8.75rem;
}

.service-list .heading__medium {
  text-align: center;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .service-list .heading__medium {
    margin-bottom: 3.75rem;
  }
}

a.panel:hover .btn {
  color: white;
}

a.panel:hover .btn--trans-blue {
  background: #48A5C7;
}

a.panel:hover .btn--trans-orange {
  background: #CD6522;
}

a.panel:hover .btn--trans-orange-light {
  background: #DA9513;
}

a.panel:hover .btn--trans-magenta {
  background: #C21566;
}

a.panel:hover .btn--trans-teal {
  background: #1B8571;
}

.bkg-orange-magenta--faded {
  background: rgba(205, 101, 34, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(205, 101, 34, 0.15)), to(rgba(194, 21, 102, 0.15)));
  background: linear-gradient(to right, rgba(205, 101, 34, 0.15), rgba(194, 21, 102, 0.15));
}

.bkg-blue--faded {
  background: rgba(72, 165, 199, 0.1);
}

.bkg-orange--faded {
  background: rgba(205, 101, 34, 0.1);
}

.bkg-orange-light--faded {
  background: rgba(218, 149, 19, 0.1);
}

.bkg-magenta--faded {
  background: rgba(194, 21, 102, 0.1);
}

.bkg-teal--faded {
  background: rgba(27, 133, 113, 0.1);
}

.template--blue.bkg {
  background: #edf6f9;
}

.template--blue .heading__medium, .template--blue .panel__title, .template--blue .btn {
  color: #48A5C7;
}

.template--blue .btn {
  border: #48A5C7 solid 2px;
}

.template--blue a.panel:hover .btn {
  color: white;
  background: #48A5C7;
}

.template--blue .btn-small {
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
}

.hero--blue {
  margin-bottom: 0;
}

.hero--blue .path-1 {
  fill: #edf6f9;
}

.hero--blue .path-2 {
  stroke: #48A5C7;
}

.template--orange.bkg {
  background: #faf0e9;
}

.template--orange .heading__medium, .template--orange .panel__title, .template--orange .btn {
  color: #CD6522;
}

.template--orange .btn {
  border: #CD6522 solid 2px;
}

.template--orange a.panel:hover .btn {
  color: white;
  background: #CD6522;
}

.template--orange .btn-small {
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
}

.hero--orange {
  margin-bottom: 0;
}

.hero--orange .path-1 {
  fill: #faf0e9;
}

.hero--orange .path-2 {
  stroke: #CD6522;
}

.template--orange-light.bkg {
  background: #fbf4e7;
}

.template--orange-light .heading__medium, .template--orange-light .panel__title, .template--orange-light .btn {
  color: #DA9513;
}

.template--orange-light .btn {
  border: #DA9513 solid 2px;
}

.template--orange-light a.panel:hover .btn {
  color: white;
  background: #DA9513;
}

.template--orange-light .btn-small {
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
}

.hero--orange-light {
  margin-bottom: 0;
}

.hero--orange-light .path-1 {
  fill: #fbf4e7;
}

.hero--orange-light .path-2 {
  stroke: #DA9513;
}

.template--magenta.bkg {
  background: #f9e8f0;
}

.template--magenta .heading__medium, .template--magenta .panel__title, .template--magenta .btn {
  color: #C21566;
}

.template--magenta .btn {
  border: #C21566 solid 2px;
}

.template--magenta a.panel:hover .btn {
  color: white;
  background: #C21566;
}

.template--magenta .btn-small {
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
}

.hero--magenta {
  margin-bottom: 0;
}

.hero--magenta .path-1 {
  fill: #f9e8f0;
}

.hero--magenta .path-2 {
  stroke: #C21566;
}

.template--teal.bkg {
  background: #e8f3f1;
}

.template--teal .heading__medium, .template--teal .panel__title, .template--teal .btn {
  color: #1B8571;
}

.template--teal .btn {
  border: #1B8571 solid 2px;
}

.template--teal a.panel:hover .btn {
  color: white;
  background: #1B8571;
}

.template--teal .btn-small {
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
}

.hero--teal {
  margin-bottom: 0;
}

.hero--teal .path-1 {
  fill: #e8f3f1;
}

.hero--teal .path-2 {
  stroke: #1B8571;
}

.work-list {
  position: relative;
}

@media screen and (min-width: 40em) and (max-width: 47.99875em) {
  .home-header__graphic.graphic-2 {
    top: 6.875rem;
    right: -1.25rem;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .home-header__graphic.graphic-2 {
    top: 8.75rem;
    right: 0;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .home-header__graphic.graphic-2 {
    top: 8.75rem;
    right: -3.75rem;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .home-header__graphic.graphic-2 {
    top: 8.75rem;
    right: -3.75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .home-header__graphic.graphic-4 {
    right: 1.875rem;
    top: 1.25rem;
    width: 16.25rem;
  }
}

@media screen and (min-width: 43.75em) {
  .home-header__graphic.graphic-4 {
    top: 0.625rem;
    width: 18.125rem;
    right: 1.875rem;
  }
}

@media screen and (min-width: 46.25em) {
  .home-header__graphic.graphic-4 {
    top: 0;
    width: 18.75rem;
    right: 3.75rem;
  }
}

@media screen and (min-width: 48em) {
  .home-header__graphic.graphic-4 {
    top: 1.875rem;
    width: 20rem;
  }
}

@media screen and (min-width: 55em) {
  .home-header__graphic.graphic-4 {
    top: 0;
    width: 22.5rem;
    right: 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .home-header__graphic.graphic-4 {
    top: 1.25rem;
    width: 25rem;
    right: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .home-header__graphic.graphic-4 {
    top: 1.75rem;
    width: 30.625rem;
  }
}

@media screen and (min-width: 90em) {
  .home-header__graphic.graphic-4 {
    top: 0.625rem;
    width: 30.625rem;
    right: 4.375rem;
  }
}

@media screen and (min-width: 112em) {
  .home-header__graphic.graphic-4 {
    top: 0;
    right: 2.5rem;
    width: 36.875rem;
  }
}

.home-header--gradient-4 .home-header__btn:hover, .home-header--gradient-4 .home-header__btn:focus {
  color: #1B8571;
}

@media screen and (max-width: 39.99875em) {
  .home-header--gradient-4 .home-header__btn {
    border: #1B8571 solid 2px;
    color: #1B8571;
  }
  .home-header--gradient-4 .home-header__btn:hover, .home-header--gradient-4 .home-header__btn:focus {
    background: #1B8571;
    color: #ffffff;
  }
}

@media screen and (max-width: 32.5em) {
  .home-header__sub-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 25em) {
  .home-header__sub-title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 22.5em) {
  .home-header__sub-title {
    font-size: 1.4375rem;
  }
}

.home-header--gradient-4 {
  background: #1B8571;
  background: -webkit-gradient(linear, left top, right top, from(#1B8571), to(#DA9513));
  background: linear-gradient(to right, #1B8571, #DA9513);
}

@media screen and (max-width: 47.99875em) {
  .work-single__body .picture-area {
    padding: 0;
    margin-bottom: -1.875rem;
  }
  .work-single .picture-text {
    margin-top: 3.125rem;
  }
}

.blue-bkg {
  background: #48A5C7;
}

.orange-bkg {
  background: #CD6522;
}

.orange-light-bkg {
  background: #DA9513;
}

.magenta-bkg {
  background: #C21566;
}

.teal-bkg {
  background: #1B8571;
}

.blue-faded-bkg {
  background: #daedf4;
}

.orange-faded-bkg {
  background: #f5e0d3;
}

.orange-light-faded-bkg {
  background: #f8ead0;
}

.magenta-faded-bkg {
  background: #f3d0e0;
}

.teal-faded-bkg {
  background: #d1e7e3;
}

.form__field {
  -webkit-appearance: none;
}

.meet-the-team__action {
  background: #266eab;
  background: -webkit-gradient(linear, left top, left bottom, from(#266eab), to(#255c94));
  background: linear-gradient(to bottom, #266eab, #255c94);
}

#quote {
  position: relative;
}

#quote .textWrapper {
  max-height: 625rem;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
}

#quote .textWrapper.collapsed {
  max-height: 14.125rem;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  position: relative;
}

#quote .textWrapper.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

#quote .btn {
  margin: 1.875rem auto;
}

#quote .btn.dnone {
  display: none;
}

.blue-color {
  color: #48A5C7;
}

.orange-color {
  color: #CD6522;
}

.orange-light-color {
  color: #DA9513;
}

.magenta-color {
  color: #C21566;
}

.teal-color {
  color: #1B8571;
}

/*----- Pop Up - Start -----*/

.overlay-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*cursor: pointer;*/
    background: #000; /* fallback */
    background: rgba(0,0,0,0.60);
    z-index: 10000;
}


.popArea {
    background: #FFF;
    padding: 0;
    cursor: default;
    text-align: left;
    position: fixed;
    left: 50%;
    margin-left: -485px;
    width: 970px;
    min-height: 150px;
}

.popWrapper {
    overflow: auto;
    font-size: 12px;
    letter-spacing: 1px;
}

.popContent {
    font-weight: 200;
    padding: 15px 15px 0 15px;
    clear: both;
    margin-bottom: 50px;
    padding-bottom: 1px;
}

.popNegative a {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #cac9c9;
    letter-spacing: normal;
}

    .popNegative a:hover {
        background-color: #A5A5A5;
        text-decoration: none;
        color: #fff;
    }

.popPositive a {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: #fff; /*#35AA47*/
    letter-spacing: normal;
    color: #f26522; /*#fff*/
    border: 2px solid #f26522;
}

    .popPositive a:hover {
        background: #f26522; /*#287F35*/
        color: #fff;
        text-decoration: none;
    }

.popButton {
    color: #000;
    cursor: pointer;
    line-height: 17px;
    overflow: visible;
    font-size: 14px;
    padding: 5px 10px 5px;
    text-decoration: none;
    text-align: center;
    width: 150px;
    font-weight: normal;
}

    .popButton:hover {
        text-decoration: underline;
    }

.popTitleBar {
    display: table;
    width: 100%;
    /*border-left: 4px solid #35AA47;
    width: calc(100% - 4px);*/
}

.popTitleIcon {
    padding: 6px 10px;
    color: #555;
    background-color: #FAFAFA;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 46px;
    height: 40px;
    vertical-align: middle
}

.popTitle {
    font-size: 14px;
    display: block;
    height: 34px;
    padding: 6px 0px 0px 12px;
    line-height: 2;
    color: #555;
    border: 1px solid #CCC;
}

.popTitleIcon, .popTitleBar .popTitle {
    display: table-cell;
}

.popBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.close-btn {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 1px;
    right: 3px;
    cursor: pointer;
    text-align: center;
    color: #555;
}

    .close-btn:hover {
        color: #555;
    }

    .close-btn .fa-close {
        color: #fff;
        font-size: 20px;
        margin-top: -1px;
    }

a.x-centred {
    position: relative;
    padding: 5px 75px;
    right: 0;
    top: 7px;
}

/*----- Pop Up - End -----*/

/*---------- Tooltip / Validation - Start -------------*/

.tooltip-inputError {
    border: 1px solid #C43531 !important;
    background-color: #C43531 !important;
    color: #fff !important;
    font-size: 90% !important;
}

.inputError {
    background: #E57C67 !important; /* fallback */
    background: rgba(255,75,50,0.3) !important;
}

.inputError-fullOpacity {
    background: #E57C67 !important;
}

.tooltip-input {
    border: 1px solid #184B9D !important;
    background-color: #184B9D !important;
    color: #fff !important;
    font-size: 90% !important;
}

.inputSuccess {
    border: 1px solid #000 !important;
    background: #0094FF !important; /* fallback */
    background: rgba(0,148,255,0.22) !important;
}

.deleteConfirmationText {
    color: red;
}

.custom-tooltip,
.custom-tooltip-success {
    width: 100%;
    background: #C43531;
    display: inline-block;
    color: white;
    padding: 5px !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    border-radius: 5px;
}

.custom-tooltip-success {
    background: #078FC1;
}

.iconLogo {
    display: inline-block;
    background-image: url(/img/logo-symbol.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: 4px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*---------- Tooltip / Validation - End -------------*/

#txtReferrer {
    margin-bottom: 0;
}

.loadingSpinner {
    padding-top: 5%;
    font-size: 300%;
    color: rgb(204, 204, 204);
}

.loadingMessage {
    margin-left: 15px;
    padding-top: 3%;
    margin-top: 10px;
    font-size: 125%;
}


/*---------- CSS Spinner - Start -------------*/

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #DA9513;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

    .sk-cube1:before {
        background-color: #D91473 !important;
    }
    .sk-cube2:before {
        background-color: #F16522 !important;
    }
    .sk-cube3:before {
        background-color: #FCB813 !important;
    }
    .sk-cube4:before {
        background-color: #56BDDA !important;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*---------- CSS Spinner - End -------------*/

.career-options__text {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.2;
    margin: 0.625rem 0.3125rem 1.25rem;
    color: #868686;
}

@media print, screen and (min-width: 40em) {
    .career-options__text {
        font-size: 0.875rem;
        margin: 1.25rem 1.25rem 2.1875rem;
    }
}

.career-options__graphic {
    margin: 0 auto;
    width: 6.5625rem;
    height: 6.5625rem;
    background: white;
    position: relative;
    -webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.2);
    border-radius: 5000px !important;
}

    .career-options__graphic svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media print, screen and (min-width: 40em) {
    .career-options__graphic {
        width: 9.6875rem;
        height: 9.6875rem;
    }

        .career-options__graphic svg {
            max-height: 100%;
        }
}

.ico-hand {
    width: 7rem;
    height: 4.625rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
}

    .ico-hand path, .ico-hand polygon {
        fill: #C21566;
    }

.ico-pointer {
    width: 5rem;
    height: 5.5rem;
}

    .ico-pointer path, .ico-pointer polygon {
        fill: #48A5C7;
    }

.ico-motorway {
    width: 5.125rem;
    height: 5.125rem;
}

    .ico-motorway path, .ico-motorway polygon {
        fill: #DA9513;
    }

.ico-parking {
    width: 6.25rem;
    height: 6.25rem;
}

    .ico-parking path, .ico-parking polygon {
        fill: #C21566;
    }

.ico-amenities {
    width: 5.875rem;
    height: 5.875rem;
}

    .ico-amenities path, .ico-amenities polygon {
        fill: #1B8571;
    }

.ico-bus {
    width: 5.375rem;
    height: 5.5rem;
}

    .ico-bus path, .ico-bus polygon {
        fill: #CD6522;
    }

.ico-windows {
    width: 4.6875rem;
    height: 4.6875rem;
}

    .ico-windows path, .ico-windows polygon {
        fill: #48A5C7;
    }

.ico-cup {
    width: 5.125rem;
    height: 4.75rem;
    margin-left: 0.4375rem;
}

    .ico-cup path, .ico-cup polygon {
        fill: #C21566;
    }

.ico-ticket {
    width: 6.875rem;
    height: 6.25rem;
}

    .ico-ticket path, .ico-ticket polygon, .ico-ticket rect {
        fill: #DA9513;
    }

.ico-mentalhealth {
    width: 5.0625rem;
    height: 6.375rem;
}

    .ico-mentalhealth path, .ico-mentalhealth polygon, .ico-mentalhealth rect {
        fill: #C21566;
    }

.ico-family {
    width: 7.1875rem;
    height: 4.8125rem;
}

    .ico-family path, .ico-family polygon, .ico-family rect {
        fill: #CD6522;
    }

.ico-mentor {
    width: 6.9375rem;
    height: 5.5rem;
}

    .ico-mentor path, .ico-mentor polygon, .ico-mentor rect, .ico-mentor circle {
        fill: #C21566;
    }

.ico-projects {
    width: 6.1875rem;
    height: 6.25rem;
    margin-left: 0.1875rem;
}

    .ico-projects path, .ico-projects polygon, .ico-projects rect, .ico-projects circle {
        fill: #1B8571;
    }

.ico-tech {
    width: 6.0625rem;
    height: 5.6875rem;
}

    .ico-tech path, .ico-tech polygon, .ico-tech rect, .ico-tech circle {
        fill: #48A5C7;
    }

.ico-bulb {
    width: 7.375rem;
    height: 6.3125rem;
}

    .ico-bulb path, .ico-bulb polygon, .ico-bulb rect, .ico-bulb circle {
        fill: #DA9513;
    }

@media screen and (max-width: 39.99875em) {
    .career-header .ico-hand {
        width: 5.75rem;
        height: 3.375rem;
        margin-left: 0.125rem;
        margin-top: 0.3125rem;
    }

    .career-header .ico-pointer {
        width: 3.4375rem;
        height: 3.9375rem;
    }

    .career-header .ico-motorway {
        width: 3.875rem;
        height: 3.875rem;
    }

    .career-header .ico-parking {
        width: 4.375rem;
        height: 4.375rem;
    }

    .career-header .ico-amenities {
        width: 4.375rem;
        height: 4.375rem;
    }

    .career-header .ico-bus {
        width: 3.75rem;
        height: 3.875rem;
    }

    .career-header .ico-windows {
        width: 3.4375rem;
        height: 3.4375rem;
    }

    .career-header .ico-cup {
        width: 3.875rem;
        height: 3.5rem;
        margin-left: 0.3125rem;
        margin-top: 0.1875rem;
    }

    .career-header .ico-ticket {
        width: 5rem;
        height: 5rem;
    }

    .career-header .ico-mentalhealth {
        width: 3.5rem;
        height: 4.5625rem;
    }

    .career-header .ico-family {
        width: 5.9375rem;
        height: 3.5625rem;
        margin-top: -0.125rem;
    }

    .career-header .ico-mentor {
        width: 5.375rem;
        height: 3.9375rem;
        margin-top: -0.125rem;
    }

    .career-header .ico-projects {
        width: 4.9375rem;
        height: 5rem;
    }

    .career-header .ico-tech {
        width: 4.5625rem;
        height: 4.1875rem;
    }

    .career-header .ico-bulb {
        width: 5.5rem;
        height: 4.4375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .career-header {
        margin-bottom: 2.5rem;
    }
}



.meet-the-team__profile-picture {
    border-radius: 5000px !important;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.meet-the-team__profile .meet-the-team__pop-up {
    display: block;
    visibility: hidden;
}

.meet-the-team__profile.popped .meet-the-team__pop-up {
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.team-picture-wrapper {
    position: relative;
    margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
    .team-picture-wrapper {
        margin-bottom: 0.9375rem;
    }
}

.meet-the-team__profile {
    position: relative;
}

    .meet-the-team__profile:hover .team-picture-wrapper:after {
        border-radius: 5000px !important;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: #CD6522 solid 0.3125rem;
    }

    .meet-the-team__profile:hover .meet-the-team__profile-picture {
        -webkit-box-shadow: 0px 0px 17px rgba(205, 101, 34, 0.4);
        box-shadow: 0px 0px 17px rgba(205, 101, 34, 0.4);
    }

    .meet-the-team__profile.popped .meet-the-team__profile-picture {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.meet-the-team__profile {
    position: static;
}

@media screen and (max-width: 39.99875em) {
    .meet-the-team__profile {
        position: relative;
    }
}


.meet-the-team__profile.popped {
    position: relative;
}

@media print, screen and (min-width: 40em) {
    .meet-the-team__pop-up {
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 39.99875em) {
    .meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description-name {
        font-size: 0;
    }

    .meet-the-team__profile .meet-the-team__pop-up .meet-the-team__description p {
        font-size: 0;
    }

    .meet-the-team__profile.popped .meet-the-team__pop-up .meet-the-team__description-name {
        font-size: 1.25rem;
    }

    .meet-the-team__profile.popped .meet-the-team__pop-up .meet-the-team__description p {
        font-size: 1rem;
    }
}


#fileUploader {
    display: block;
    position: relative;
    margin: 1.875rem auto 1.875rem;
}
#fileUploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#fileCV {
    float: left;
    width: 100%;
}

#uploadedFileName {
    text-align: center;
    margin-top: 0.25rem;
}
#uploadedFileName span {
    color: #999
}


.work-pic {
    text-align: center;
}

.work-pic-inner {
    height: 100%;
    display: table;
    margin:0 auto;
}

@media print, screen and (min-width: 25em) {
    .work-pic-inner {
        width: 100%;
        padding: 0 3.75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .work-pic-inner {
        padding: 0 9.375rem;
    }
}

@media print, screen and (min-width: 48em) {
    .work-pic-inner {
        padding: 0 0.625rem;
    }
}

@media print, screen and (min-width: 64em) {
    .work-pic-inner {
        padding: 0 1.875rem;
    }
}

.work-pic-inner .work-pic-inner-cell {
    display: table-cell;
    vertical-align: middle;
}

#solution .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#solution .slick-slide {
    height: inherit !important;
}

@media print, screen and (min-width: 48em) {
    .work-single__body .picture-text {
        padding: 5rem 0.9375rem 5rem 0.9375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .work-single__body .picture-text {
        padding: 6.25rem 0.9375rem 8rem 0.9375rem;
    }
}

@media screen and (min-width: 75em) {
    .work-single__body .picture-text {
        padding: 8rem 5rem 8rem 0.9375rem;
    }
}

@media screen and (max-width: 47.99875em) {
    .work-single .picture-area .slick-dots {
        bottom: -1.875rem;
    }
}

@media print, screen and (min-width: 48em) {
    .work-single .picture-area .slick-dots {
        bottom: 1.875rem;
    }
}

@media print, screen and (min-width: 64em) {
    .work-single .picture-area .slick-dots {
        bottom: 0.625rem;
    }
}
.home-video {
    margin: 0 auto;
    margin-bottom: 1.25rem;
    width: 100%;
    max-width: 100%;
}

.home-video-responsive {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .home-video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

    .play-button:hover::before {
        background: red;
        background: -webkit-gradient(linear, left top, right top, from(red), to(red));
        background: linear-gradient(to right, red, red);
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -14px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .play-button::before {
        content: "";
        width: 70px;
        height: 70px;
        background: #ff9c00;
        background: -webkit-gradient(linear, left top, right top, from(#ff9c00), to(#ff00d8));
        background: linear-gradient(to right, #ff9c00, #ff00d8);
        border: none;
        border-radius: 100%;
        margin: auto;
        cursor: pointer;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        margin-top: -9px;
        top: 60%;
    }

    .play-button::after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 50%;
        margin-left: -9px;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent white;
        top: 60%;
        margin-top: 15px;
    }

.panel-cells {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.testimonial blockquote .company.three {
    display: flex;
    flex-direction: column;
    margin: .625rem auto .9375rem;
    height: auto;
    width: 240px;
}

    .testimonial blockquote .company.three picture {
        display: flex;
        justify-content: center;
        height: 64px;
        max-width: 100%;
        padding: 0 10px;
    }

@media (min-width: 38em) {
    .testimonial blockquote .company.three {
        flex-direction: row;
        width: 480px;
        height: 10rem;
    }

        .testimonial blockquote .company.three picture {
            height: auto;
            padding: 5px;
        }
}

@media (min-width: 48em) {
    .testimonial blockquote .company.three {
        width: 600px;
    }

        .testimonial blockquote .company.three picture {
            height: auto;
            padding: 10px;
        }
}

@media (min-width: 64em) {

    .testimonial blockquote .company.three {
        width: 800px;
    }
}