@charset "UTF-8";
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/**
 * Foundation for Sites
 * Version 6.8.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
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: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 73.125rem;
  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, ul ol, ol ul, 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;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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: 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: 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: 80em) {
  .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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !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.375rem;
  padding-left: 0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
}
.grid-container {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  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 {
  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 {
    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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 80em) {
  .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 {
    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 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-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.375rem;
  margin-right: -0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.75rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.75rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.75rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.75rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.75rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.75rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.75rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.75rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.75rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.75rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.75rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.75rem);
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.75rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.75rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 0.75rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 0.75rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 0.75rem);
  }
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 0.75rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 0.75rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 0.75rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 0.75rem);
  }
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 0.75rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-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.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-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.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .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.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.75rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.75rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 0.75rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.75rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.75rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 0.75rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 0.75rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.75rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.75rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.75rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 0.75rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.75rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 0.75rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 0.75rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 0.75rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 0.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 0.75rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 0.75rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 0.75rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 0.75rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 0.75rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 0.75rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 0.75rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 0.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 0.75rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 0.75rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 0.75rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 0.75rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 0.75rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 0.75rem);
  }
}
.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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-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: 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.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-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: 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.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-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: 80em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 80em) {
  .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.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-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;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.75rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.75rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.75rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.75rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.75rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.75rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.75rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.75rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.75rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.75rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.75rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.75rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.75rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.75rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.75rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.75rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.75rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.75rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.75rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.75rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem / 2);
  }
}
@media screen and (min-width: 80em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.75rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.75rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.75rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.75rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.75rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.75rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.75rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.75rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.75rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.75rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.75rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.75rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.75rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.75rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.75rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.75rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: 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 {
  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 {
    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 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 80em) {
  .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 {
    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 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 80em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.grid-margin-y {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.75rem);
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.75rem);
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.75rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.75rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.75rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.75rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.75rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.75rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.75rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.75rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.75rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.75rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.75rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.75rem);
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.75rem);
  }
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 0.75rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 0.75rem);
  }
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 0.75rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    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: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    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: 80em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    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;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    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;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 80em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.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: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 80em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.75rem);
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.75rem);
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.75rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.75rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.75rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.75rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.75rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.75rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.75rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.75rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.75rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.75rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.75rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.75rem);
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.75rem);
  }
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 0.75rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 0.75rem);
  }
}
@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.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 0.75rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 0.75rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.75rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0.75rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 0.75rem);
  }
}
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout {
  background-color: rgb(254.7, 254.7, 254.7);
  color: #0a0a0a;
}
.callout.primary {
  background-color: rgb(174.6373205742, 216.9789473684, 245.0626794258);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(213.9, 213.9, 213.9);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(195.9, 244.2, 213.9);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 230.7, 178.5);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(239.7, 201, 195);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 79.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 80em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .medium-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .medium-text-nowrap {
    white-space: nowrap !important;
  }
  .medium-text-wrap {
    word-wrap: break-word !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .large-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .large-text-nowrap {
    white-space: nowrap !important;
  }
  .large-text-wrap {
    word-wrap: break-word !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .xlarge-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .xlarge-text-nowrap {
    white-space: nowrap !important;
  }
  .xlarge-text-wrap {
    word-wrap: break-word !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .xxlarge-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .xxlarge-text-nowrap {
    white-space: nowrap !important;
  }
  .xxlarge-text-wrap {
    word-wrap: break-word !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-lowercase {
    text-transform: lowercase !important;
  }
  .medium-text-uppercase {
    text-transform: uppercase !important;
  }
  .medium-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-lowercase {
    text-transform: lowercase !important;
  }
  .large-text-uppercase {
    text-transform: uppercase !important;
  }
  .large-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-text-lowercase {
    text-transform: lowercase !important;
  }
  .xlarge-text-uppercase {
    text-transform: uppercase !important;
  }
  .xlarge-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-lowercase {
    text-transform: lowercase !important;
  }
  .xxlarge-text-uppercase {
    text-transform: uppercase !important;
  }
  .xxlarge-text-capitalize {
    text-transform: capitalize !important;
  }
}
.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-overline {
    text-decoration: overline !important;
  }
  .medium-text-underline {
    text-decoration: underline !important;
  }
  .medium-text-line-through {
    text-decoration: line-through !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-overline {
    text-decoration: overline !important;
  }
  .large-text-underline {
    text-decoration: underline !important;
  }
  .large-text-line-through {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-text-overline {
    text-decoration: overline !important;
  }
  .xlarge-text-underline {
    text-decoration: underline !important;
  }
  .xlarge-text-line-through {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-overline {
    text-decoration: overline !important;
  }
  .xxlarge-text-underline {
    text-decoration: underline !important;
  }
  .xxlarge-text-line-through {
    text-decoration: line-through !important;
  }
}
.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

@media print, screen and (min-width: 40em) {
  .medium-font-wide {
    letter-spacing: 0.25rem;
  }
  .medium-font-normal {
    font-weight: normal;
  }
  .medium-font-bold {
    font-weight: bold;
  }
  .medium-font-italic {
    font-style: italic !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-font-wide {
    letter-spacing: 0.25rem;
  }
  .large-font-normal {
    font-weight: normal;
  }
  .large-font-bold {
    font-weight: bold;
  }
  .large-font-italic {
    font-style: italic !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-font-wide {
    letter-spacing: 0.25rem;
  }
  .xlarge-font-normal {
    font-weight: normal;
  }
  .xlarge-font-bold {
    font-weight: bold;
  }
  .xlarge-font-italic {
    font-style: italic !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-font-wide {
    letter-spacing: 0.25rem;
  }
  .xxlarge-font-normal {
    font-weight: normal;
  }
  .xxlarge-font-bold {
    font-weight: bold;
  }
  .xxlarge-font-italic {
    font-style: italic !important;
  }
}
ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

@media print, screen and (min-width: 40em) {
  ul.medium-list-disc {
    list-style-type: disc !important;
  }
  ul.medium-list-circle {
    list-style-type: circle !important;
  }
  ul.medium-list-square {
    list-style-type: square !important;
  }
}
@media print, screen and (min-width: 64em) {
  ul.large-list-disc {
    list-style-type: disc !important;
  }
  ul.large-list-circle {
    list-style-type: circle !important;
  }
  ul.large-list-square {
    list-style-type: square !important;
  }
}
@media screen and (min-width: 80em) {
  ul.xlarge-list-disc {
    list-style-type: disc !important;
  }
  ul.xlarge-list-circle {
    list-style-type: circle !important;
  }
  ul.xlarge-list-square {
    list-style-type: square !important;
  }
}
@media screen and (min-width: 90em) {
  ul.xxlarge-list-disc {
    list-style-type: disc !important;
  }
  ul.xxlarge-list-circle {
    list-style-type: circle !important;
  }
  ul.xxlarge-list-square {
    list-style-type: square !important;
  }
}
ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

@media print, screen and (min-width: 40em) {
  ol.medium-list-decimal {
    list-style-type: decimal !important;
  }
  ol.medium-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.medium-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.medium-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.medium-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.medium-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.medium-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media print, screen and (min-width: 64em) {
  ol.large-list-decimal {
    list-style-type: decimal !important;
  }
  ol.large-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.large-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.large-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.large-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.large-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.large-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media screen and (min-width: 80em) {
  ol.xlarge-list-decimal {
    list-style-type: decimal !important;
  }
  ol.xlarge-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.xlarge-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.xlarge-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.xlarge-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.xlarge-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.xlarge-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media screen and (min-width: 90em) {
  ol.xxlarge-list-decimal {
    list-style-type: decimal !important;
  }
  ol.xxlarge-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.xxlarge-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.xxlarge-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.xxlarge-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.xxlarge-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.xxlarge-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

@media print, screen and (min-width: 40em) {
  .medium-rounded {
    border-radius: 5000px !important;
  }
  .medium-radius {
    border-radius: 0.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-rounded {
    border-radius: 5000px !important;
  }
  .large-radius {
    border-radius: 0.1875rem;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-rounded {
    border-radius: 5000px !important;
  }
  .xlarge-radius {
    border-radius: 0.1875rem;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-rounded {
    border-radius: 5000px !important;
  }
  .xxlarge-radius {
    border-radius: 0.1875rem;
  }
}
.bordered {
  border: 0.0625rem solid #cacaca;
}

@media print, screen and (min-width: 40em) {
  .medium-bordered {
    border: 0.0625rem solid #cacaca;
  }
}
@media print, screen and (min-width: 64em) {
  .large-bordered {
    border: 0.0625rem solid #cacaca;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-bordered {
    border: 0.0625rem solid #cacaca;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-bordered {
    border: 0.0625rem solid #cacaca;
  }
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media print, screen and (min-width: 40em) {
  .medium-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media print, screen and (min-width: 64em) {
  .large-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 80em) {
  .xlarge-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center {
  text-align: center !important;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 0.25rem auto 0;
}

.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left {
  text-align: left !important;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 0.25rem auto 0;
  margin-left: 0 !important;
}

.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right {
  text-align: right !important;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 0.25rem auto 0;
  margin-right: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .medium-separator-center::before, .medium-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-center::after {
    clear: both;
  }
  .medium-separator-center {
    text-align: center !important;
  }
  .medium-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
  }
  .medium-separator-left::before, .medium-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-left::after {
    clear: both;
  }
  .medium-separator-left {
    text-align: left !important;
  }
  .medium-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-left: 0 !important;
  }
  .medium-separator-right::before, .medium-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-right::after {
    clear: both;
  }
  .medium-separator-right {
    text-align: right !important;
  }
  .medium-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-separator-center::before, .large-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-center::after {
    clear: both;
  }
  .large-separator-center {
    text-align: center !important;
  }
  .large-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
  }
  .large-separator-left::before, .large-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-left::after {
    clear: both;
  }
  .large-separator-left {
    text-align: left !important;
  }
  .large-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-left: 0 !important;
  }
  .large-separator-right::before, .large-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-right::after {
    clear: both;
  }
  .large-separator-right {
    text-align: right !important;
  }
  .large-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-separator-center::before, .xlarge-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-center::after {
    clear: both;
  }
  .xlarge-separator-center {
    text-align: center !important;
  }
  .xlarge-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
  }
  .xlarge-separator-left::before, .xlarge-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-left::after {
    clear: both;
  }
  .xlarge-separator-left {
    text-align: left !important;
  }
  .xlarge-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-left: 0 !important;
  }
  .xlarge-separator-right::before, .xlarge-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-right::after {
    clear: both;
  }
  .xlarge-separator-right {
    text-align: right !important;
  }
  .xlarge-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-separator-center::before, .xxlarge-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xxlarge-separator-center::after {
    clear: both;
  }
  .xxlarge-separator-center {
    text-align: center !important;
  }
  .xxlarge-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
  }
  .xxlarge-separator-left::before, .xxlarge-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xxlarge-separator-left::after {
    clear: both;
  }
  .xxlarge-separator-left {
    text-align: left !important;
  }
  .xxlarge-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-left: 0 !important;
  }
  .xxlarge-separator-right::before, .xxlarge-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xxlarge-separator-right::after {
    clear: both;
  }
  .xxlarge-separator-right {
    text-align: right !important;
  }
  .xxlarge-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 0.25rem auto 0;
    margin-right: 0 !important;
  }
}
.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 40em) {
  .medium-overflow-visible {
    overflow: visible !important;
  }
  .medium-overflow-x-visible {
    overflow-x: visible !important;
  }
  .medium-overflow-y-visible {
    overflow-y: visible !important;
  }
  .medium-overflow-hidden {
    overflow: hidden !important;
  }
  .medium-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .medium-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .medium-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .medium-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .medium-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 64em) {
  .large-overflow-visible {
    overflow: visible !important;
  }
  .large-overflow-x-visible {
    overflow-x: visible !important;
  }
  .large-overflow-y-visible {
    overflow-y: visible !important;
  }
  .large-overflow-hidden {
    overflow: hidden !important;
  }
  .large-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .large-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .large-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .large-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .large-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-overflow-visible {
    overflow: visible !important;
  }
  .xlarge-overflow-x-visible {
    overflow-x: visible !important;
  }
  .xlarge-overflow-y-visible {
    overflow-y: visible !important;
  }
  .xlarge-overflow-hidden {
    overflow: hidden !important;
  }
  .xlarge-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xlarge-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xlarge-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xlarge-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xlarge-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-overflow-visible {
    overflow: visible !important;
  }
  .xxlarge-overflow-x-visible {
    overflow-x: visible !important;
  }
  .xxlarge-overflow-y-visible {
    overflow-y: visible !important;
  }
  .xxlarge-overflow-hidden {
    overflow: hidden !important;
  }
  .xxlarge-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xxlarge-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xxlarge-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xxlarge-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xxlarge-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

@media print, screen and (min-width: 40em) {
  .medium-display-inline {
    display: inline !important;
  }
  .medium-display-inline-block {
    display: inline-block !important;
  }
  .medium-display-block {
    display: block !important;
  }
  .medium-display-table {
    display: table !important;
  }
  .medium-display-table-cell {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-display-inline {
    display: inline !important;
  }
  .large-display-inline-block {
    display: inline-block !important;
  }
  .large-display-block {
    display: block !important;
  }
  .large-display-table {
    display: table !important;
  }
  .large-display-table-cell {
    display: table-cell !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-display-inline {
    display: inline !important;
  }
  .xlarge-display-inline-block {
    display: inline-block !important;
  }
  .xlarge-display-block {
    display: block !important;
  }
  .xlarge-display-table {
    display: table !important;
  }
  .xlarge-display-table-cell {
    display: table-cell !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-display-inline {
    display: inline !important;
  }
  .xxlarge-display-inline-block {
    display: inline-block !important;
  }
  .xxlarge-display-block {
    display: block !important;
  }
  .xxlarge-display-table {
    display: table !important;
  }
  .xxlarge-display-table-cell {
    display: table-cell !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

@media print, screen and (min-width: 40em) {
  .medium-position-static {
    position: static !important;
  }
  .medium-position-relative {
    position: relative !important;
  }
  .medium-position-absolute {
    position: absolute !important;
  }
  .medium-position-fixed {
    position: fixed !important;
  }
  .medium-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .medium-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media print, screen and (min-width: 64em) {
  .large-position-static {
    position: static !important;
  }
  .large-position-relative {
    position: relative !important;
  }
  .large-position-absolute {
    position: absolute !important;
  }
  .large-position-fixed {
    position: fixed !important;
  }
  .large-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .large-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-position-static {
    position: static !important;
  }
  .xlarge-position-relative {
    position: relative !important;
  }
  .xlarge-position-absolute {
    position: absolute !important;
  }
  .xlarge-position-fixed {
    position: fixed !important;
  }
  .xlarge-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .xlarge-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-position-static {
    position: static !important;
  }
  .xxlarge-position-relative {
    position: relative !important;
  }
  .xxlarge-position-absolute {
    position: absolute !important;
  }
  .xxlarge-position-fixed {
    position: fixed !important;
  }
  .xxlarge-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .xxlarge-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
.border-box {
  box-sizing: border-box !important;
}

@media print, screen and (min-width: 40em) {
  .medium-border-box {
    box-sizing: border-box !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-border-box {
    box-sizing: border-box !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-border-box {
    box-sizing: border-box !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-border-box {
    box-sizing: border-box !important;
  }
}
.border-none {
  border: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .medium-border-none {
    border: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-border-none {
    border: 0 !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-border-none {
    border: 0 !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-border-none {
    border: 0 !important;
  }
}
.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

@media print, screen and (min-width: 40em) {
  .medium-width-25 {
    width: 25% !important;
  }
  .medium-width-50 {
    width: 50% !important;
  }
  .medium-width-75 {
    width: 75% !important;
  }
  .medium-width-100 {
    width: 100% !important;
  }
  .medium-height-25 {
    height: 25% !important;
  }
  .medium-height-50 {
    height: 50% !important;
  }
  .medium-height-75 {
    height: 75% !important;
  }
  .medium-height-100 {
    height: 100% !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-width-25 {
    width: 25% !important;
  }
  .large-width-50 {
    width: 50% !important;
  }
  .large-width-75 {
    width: 75% !important;
  }
  .large-width-100 {
    width: 100% !important;
  }
  .large-height-25 {
    height: 25% !important;
  }
  .large-height-50 {
    height: 50% !important;
  }
  .large-height-75 {
    height: 75% !important;
  }
  .large-height-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-width-25 {
    width: 25% !important;
  }
  .xlarge-width-50 {
    width: 50% !important;
  }
  .xlarge-width-75 {
    width: 75% !important;
  }
  .xlarge-width-100 {
    width: 100% !important;
  }
  .xlarge-height-25 {
    height: 25% !important;
  }
  .xlarge-height-50 {
    height: 50% !important;
  }
  .xlarge-height-75 {
    height: 75% !important;
  }
  .xlarge-height-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-width-25 {
    width: 25% !important;
  }
  .xxlarge-width-50 {
    width: 50% !important;
  }
  .xxlarge-width-75 {
    width: 75% !important;
  }
  .xxlarge-width-100 {
    width: 100% !important;
  }
  .xxlarge-height-25 {
    height: 25% !important;
  }
  .xxlarge-height-50 {
    height: 50% !important;
  }
  .xxlarge-height-75 {
    height: 75% !important;
  }
  .xxlarge-height-100 {
    height: 100% !important;
  }
}
.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0, .agency-location {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 0.25rem !important;
}

.margin-top-1 {
  margin-top: 0.25rem !important;
}

.margin-right-1 {
  margin-right: 0.25rem !important;
}

.margin-bottom-1 {
  margin-bottom: 0.25rem !important;
}

.margin-left-1 {
  margin-left: 0.25rem !important;
}

.margin-horizontal-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.margin-vertical-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.padding-1 {
  padding: 0.25rem !important;
}

.padding-top-1 {
  padding-top: 0.25rem !important;
}

.padding-right-1 {
  padding-right: 0.25rem !important;
}

.padding-bottom-1 {
  padding-bottom: 0.25rem !important;
}

.padding-left-1 {
  padding-left: 0.25rem !important;
}

.padding-horizontal-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.padding-vertical-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.margin-2 {
  margin: 0.5rem !important;
}

.margin-top-2, .project-inc__title {
  margin-top: 0.5rem !important;
}

.margin-right-2 {
  margin-right: 0.5rem !important;
}

.margin-bottom-2, .clients__list li {
  margin-bottom: 0.5rem !important;
}

.margin-left-2 {
  margin-left: 0.5rem !important;
}

.margin-horizontal-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.margin-vertical-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.padding-2 {
  padding: 0.5rem !important;
}

.padding-top-2 {
  padding-top: 0.5rem !important;
}

.padding-right-2 {
  padding-right: 0.5rem !important;
}

.padding-bottom-2 {
  padding-bottom: 0.5rem !important;
}

.padding-left-2 {
  padding-left: 0.5rem !important;
}

.padding-horizontal-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.padding-vertical-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.margin-3 {
  margin: 0.75rem !important;
}

.margin-top-3 {
  margin-top: 0.75rem !important;
}

.margin-right-3, .btn--prev svg {
  margin-right: 0.75rem !important;
}

.margin-bottom-3 {
  margin-bottom: 0.75rem !important;
}

.margin-left-3, .btn--next svg, .btn--form svg {
  margin-left: 0.75rem !important;
}

.margin-horizontal-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.margin-vertical-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.padding-3 {
  padding: 0.75rem !important;
}

.padding-top-3 {
  padding-top: 0.75rem !important;
}

.padding-right-3 {
  padding-right: 0.75rem !important;
}

.padding-bottom-3, .contacts__city {
  padding-bottom: 0.75rem !important;
}

.padding-left-3 {
  padding-left: 0.75rem !important;
}

.padding-horizontal-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.padding-vertical-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.margin-4 {
  margin: 1rem !important;
}

.margin-top-4, .faq details .details-content {
  margin-top: 1rem !important;
}

.margin-right-4 {
  margin-right: 1rem !important;
}

.margin-bottom-4, .faq details .details-content p, .wysiwyg p, .contacts__content-item {
  margin-bottom: 1rem !important;
}

.margin-left-4 {
  margin-left: 1rem !important;
}

.margin-horizontal-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-4 {
  padding: 1rem !important;
}

.padding-top-4 {
  padding-top: 1rem !important;
}

.padding-right-4 {
  padding-right: 1rem !important;
}

.padding-bottom-4 {
  padding-bottom: 1rem !important;
}

.padding-left-4 {
  padding-left: 1rem !important;
}

.padding-horizontal-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-5 {
  margin: 1.25rem !important;
}

.margin-top-5 {
  margin-top: 1.25rem !important;
}

.margin-right-5 {
  margin-right: 1.25rem !important;
}

.margin-bottom-5 {
  margin-bottom: 1.25rem !important;
}

.margin-left-5 {
  margin-left: 1.25rem !important;
}

.margin-horizontal-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.margin-vertical-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.padding-5 {
  padding: 1.25rem !important;
}

.padding-top-5 {
  padding-top: 1.25rem !important;
}

.padding-right-5 {
  padding-right: 1.25rem !important;
}

.padding-bottom-5 {
  padding-bottom: 1.25rem !important;
}

.padding-left-5 {
  padding-left: 1.25rem !important;
}

.padding-horizontal-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.padding-vertical-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.margin-6 {
  margin: 1.5rem !important;
}

.margin-top-6 {
  margin-top: 1.5rem !important;
}

.margin-right-6, .opportunities-region__know-more span {
  margin-right: 1.5rem !important;
}

.margin-bottom-6, .clients {
  margin-bottom: 1.5rem !important;
}

.margin-left-6 {
  margin-left: 1.5rem !important;
}

.margin-horizontal-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.margin-vertical-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.padding-6 {
  padding: 1.5rem !important;
}

.padding-top-6 {
  padding-top: 1.5rem !important;
}

.padding-right-6 {
  padding-right: 1.5rem !important;
}

.padding-bottom-6, .opportunities-region {
  padding-bottom: 1.5rem !important;
}

.padding-left-6 {
  padding-left: 1.5rem !important;
}

.padding-horizontal-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.padding-vertical-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.margin-7 {
  margin: 1.75rem !important;
}

.margin-top-7, .footer__social {
  margin-top: 1.75rem !important;
}

.margin-right-7 {
  margin-right: 1.75rem !important;
}

.margin-bottom-7 {
  margin-bottom: 1.75rem !important;
}

.margin-left-7 {
  margin-left: 1.75rem !important;
}

.margin-horizontal-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.margin-vertical-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.padding-7 {
  padding: 1.75rem !important;
}

.padding-top-7, .footer__social {
  padding-top: 1.75rem !important;
}

.padding-right-7 {
  padding-right: 1.75rem !important;
}

.padding-bottom-7 {
  padding-bottom: 1.75rem !important;
}

.padding-left-7 {
  padding-left: 1.75rem !important;
}

.padding-horizontal-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.padding-vertical-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.margin-8 {
  margin: 2rem !important;
}

.margin-top-8, .project-image__picture:last-child, .project-image__picture {
  margin-top: 2rem !important;
}

.margin-right-8 {
  margin-right: 2rem !important;
}

.margin-bottom-8 {
  margin-bottom: 2rem !important;
}

.margin-left-8 {
  margin-left: 2rem !important;
}

.margin-horizontal-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-8 {
  padding: 2rem !important;
}

.padding-top-8, .agency-intro__video {
  padding-top: 2rem !important;
}

.padding-right-8 {
  padding-right: 2rem !important;
}

.padding-bottom-8, .projects, .footer__social {
  padding-bottom: 2rem !important;
}

.padding-left-8 {
  padding-left: 2rem !important;
}

.padding-horizontal-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-9 {
  margin: 2.25rem !important;
}

.margin-top-9, .wysiwyg, .projects, .highlights__links, .project-text-image, .project-header-image, .project-page, .project-image, .project-title-text {
  margin-top: 2.25rem !important;
}

.margin-right-9 {
  margin-right: 2.25rem !important;
}

.margin-bottom-9, .form__upload, .form__input, .partners, .home-heroshot, .project-inc__wrapper, .video-full, .project-text-image, .project-header-image, .project-page, .project-image, .project-title-text {
  margin-bottom: 2.25rem !important;
}

.margin-left-9 {
  margin-left: 2.25rem !important;
}

.margin-horizontal-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.margin-vertical-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.padding-9 {
  padding: 2.25rem !important;
}

.padding-top-9, .opportunity__header {
  padding-top: 2.25rem !important;
}

.padding-right-9 {
  padding-right: 2.25rem !important;
}

.padding-bottom-9 {
  padding-bottom: 2.25rem !important;
}

.padding-left-9 {
  padding-left: 2.25rem !important;
}

.padding-horizontal-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.padding-vertical-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.margin-10 {
  margin: 2.5rem !important;
}

.margin-top-10, .clients {
  margin-top: 2.5rem !important;
}

.margin-right-10 {
  margin-right: 2.5rem !important;
}

.margin-bottom-10, .faq details .details-content {
  margin-bottom: 2.5rem !important;
}

.margin-left-10 {
  margin-left: 2.5rem !important;
}

.margin-horizontal-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.margin-vertical-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.padding-10 {
  padding: 2.5rem !important;
}

.padding-top-10 {
  padding-top: 2.5rem !important;
}

.padding-right-10 {
  padding-right: 2.5rem !important;
}

.padding-bottom-10, .contacts__content {
  padding-bottom: 2.5rem !important;
}

.padding-left-10 {
  padding-left: 2.5rem !important;
}

.padding-horizontal-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.padding-vertical-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.margin-11 {
  margin: 2.75rem !important;
}

.margin-top-11 {
  margin-top: 2.75rem !important;
}

.margin-right-11 {
  margin-right: 2.75rem !important;
}

.margin-bottom-11 {
  margin-bottom: 2.75rem !important;
}

.margin-left-11 {
  margin-left: 2.75rem !important;
}

.margin-horizontal-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.margin-vertical-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.padding-11 {
  padding: 2.75rem !important;
}

.padding-top-11 {
  padding-top: 2.75rem !important;
}

.padding-right-11 {
  padding-right: 2.75rem !important;
}

.padding-bottom-11 {
  padding-bottom: 2.75rem !important;
}

.padding-left-11 {
  padding-left: 2.75rem !important;
}

.padding-horizontal-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.padding-vertical-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.margin-12 {
  margin: 3rem !important;
}

.margin-top-12 {
  margin-top: 3rem !important;
}

.margin-right-12 {
  margin-right: 3rem !important;
}

.margin-bottom-12, .project-text-image__image {
  margin-bottom: 3rem !important;
}

.margin-left-12 {
  margin-left: 3rem !important;
}

.margin-horizontal-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-12 {
  padding: 3rem !important;
}

.padding-top-12 {
  padding-top: 3rem !important;
}

.padding-right-12 {
  padding-right: 3rem !important;
}

.padding-bottom-12 {
  padding-bottom: 3rem !important;
}

.padding-left-12 {
  padding-left: 3rem !important;
}

.padding-horizontal-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.margin-13 {
  margin: 3.25rem !important;
}

.margin-top-13 {
  margin-top: 3.25rem !important;
}

.margin-right-13 {
  margin-right: 3.25rem !important;
}

.margin-bottom-13 {
  margin-bottom: 3.25rem !important;
}

.margin-left-13 {
  margin-left: 3.25rem !important;
}

.margin-horizontal-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.margin-vertical-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.padding-13 {
  padding: 3.25rem !important;
}

.padding-top-13 {
  padding-top: 3.25rem !important;
}

.padding-right-13 {
  padding-right: 3.25rem !important;
}

.padding-bottom-13 {
  padding-bottom: 3.25rem !important;
}

.padding-left-13 {
  padding-left: 3.25rem !important;
}

.padding-horizontal-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.padding-vertical-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.margin-14 {
  margin: 3.5rem !important;
}

.margin-top-14, .agency-partner, .video-full, .project-text-image__image {
  margin-top: 3.5rem !important;
}

.margin-right-14 {
  margin-right: 3.5rem !important;
}

.margin-bottom-14 {
  margin-bottom: 3.5rem !important;
}

.margin-left-14 {
  margin-left: 3.5rem !important;
}

.margin-horizontal-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.margin-vertical-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.padding-14 {
  padding: 3.5rem !important;
}

.padding-top-14, .agency-intro, .opportunity__body {
  padding-top: 3.5rem !important;
}

.padding-right-14 {
  padding-right: 3.5rem !important;
}

.padding-bottom-14, .opportunity__header {
  padding-bottom: 3.5rem !important;
}

.padding-left-14 {
  padding-left: 3.5rem !important;
}

.padding-horizontal-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.padding-vertical-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.margin-15 {
  margin: 3.75rem !important;
}

.margin-top-15 {
  margin-top: 3.75rem !important;
}

.margin-right-15 {
  margin-right: 3.75rem !important;
}

.margin-bottom-15, .wysiwyg {
  margin-bottom: 3.75rem !important;
}

.margin-left-15 {
  margin-left: 3.75rem !important;
}

.margin-horizontal-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.margin-vertical-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.padding-15 {
  padding: 3.75rem !important;
}

.padding-top-15 {
  padding-top: 3.75rem !important;
}

.padding-right-15 {
  padding-right: 3.75rem !important;
}

.padding-bottom-15 {
  padding-bottom: 3.75rem !important;
}

.padding-left-15 {
  padding-left: 3.75rem !important;
}

.padding-horizontal-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.padding-vertical-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.margin-16 {
  margin: 4rem !important;
}

.margin-top-16 {
  margin-top: 4rem !important;
}

.margin-right-16 {
  margin-right: 4rem !important;
}

.margin-bottom-16 {
  margin-bottom: 4rem !important;
}

.margin-left-16 {
  margin-left: 4rem !important;
}

.margin-horizontal-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.margin-vertical-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.padding-16 {
  padding: 4rem !important;
}

.padding-top-16 {
  padding-top: 4rem !important;
}

.padding-right-16 {
  padding-right: 4rem !important;
}

.padding-bottom-16 {
  padding-bottom: 4rem !important;
}

.padding-left-16 {
  padding-left: 4rem !important;
}

.padding-horizontal-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.padding-vertical-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.margin-17 {
  margin: 4.25rem !important;
}

.margin-top-17 {
  margin-top: 4.25rem !important;
}

.margin-right-17 {
  margin-right: 4.25rem !important;
}

.margin-bottom-17 {
  margin-bottom: 4.25rem !important;
}

.margin-left-17 {
  margin-left: 4.25rem !important;
}

.margin-horizontal-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.margin-vertical-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.padding-17 {
  padding: 4.25rem !important;
}

.padding-top-17 {
  padding-top: 4.25rem !important;
}

.padding-right-17 {
  padding-right: 4.25rem !important;
}

.padding-bottom-17, .agency-intro__video {
  padding-bottom: 4.25rem !important;
}

.padding-left-17 {
  padding-left: 4.25rem !important;
}

.padding-horizontal-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.padding-vertical-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.margin-18 {
  margin: 4.5rem !important;
}

.margin-top-18 {
  margin-top: 4.5rem !important;
}

.margin-right-18 {
  margin-right: 4.5rem !important;
}

.margin-bottom-18, .highlights {
  margin-bottom: 4.5rem !important;
}

.margin-left-18 {
  margin-left: 4.5rem !important;
}

.margin-horizontal-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.margin-vertical-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.padding-18 {
  padding: 4.5rem !important;
}

.padding-top-18 {
  padding-top: 4.5rem !important;
}

.padding-right-18 {
  padding-right: 4.5rem !important;
}

.padding-bottom-18, .agency-intro, .agency-ideas, .opportunity__body {
  padding-bottom: 4.5rem !important;
}

.padding-left-18 {
  padding-left: 4.5rem !important;
}

.padding-horizontal-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.padding-vertical-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.margin-19 {
  margin: 4.75rem !important;
}

.margin-top-19 {
  margin-top: 4.75rem !important;
}

.margin-right-19 {
  margin-right: 4.75rem !important;
}

.margin-bottom-19, .wysiwyg:last-child {
  margin-bottom: 4.75rem !important;
}

.margin-left-19 {
  margin-left: 4.75rem !important;
}

.margin-horizontal-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.margin-vertical-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.padding-19 {
  padding: 4.75rem !important;
}

.padding-top-19 {
  padding-top: 4.75rem !important;
}

.padding-right-19 {
  padding-right: 4.75rem !important;
}

.padding-bottom-19 {
  padding-bottom: 4.75rem !important;
}

.padding-left-19 {
  padding-left: 4.75rem !important;
}

.padding-horizontal-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.padding-vertical-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.margin-20 {
  margin: 5rem !important;
}

.margin-top-20, .contacts {
  margin-top: 5rem !important;
}

.margin-right-20 {
  margin-right: 5rem !important;
}

.margin-bottom-20 {
  margin-bottom: 5rem !important;
}

.margin-left-20 {
  margin-left: 5rem !important;
}

.margin-horizontal-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.margin-vertical-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.padding-20 {
  padding: 5rem !important;
}

.padding-top-20 {
  padding-top: 5rem !important;
}

.padding-right-20 {
  padding-right: 5rem !important;
}

.padding-bottom-20 {
  padding-bottom: 5rem !important;
}

.padding-left-20 {
  padding-left: 5rem !important;
}

.padding-horizontal-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.padding-vertical-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.margin-21 {
  margin: 5.25rem !important;
}

.margin-top-21 {
  margin-top: 5.25rem !important;
}

.margin-right-21 {
  margin-right: 5.25rem !important;
}

.margin-bottom-21 {
  margin-bottom: 5.25rem !important;
}

.margin-left-21 {
  margin-left: 5.25rem !important;
}

.margin-horizontal-21 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.margin-vertical-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.padding-21 {
  padding: 5.25rem !important;
}

.padding-top-21 {
  padding-top: 5.25rem !important;
}

.padding-right-21 {
  padding-right: 5.25rem !important;
}

.padding-bottom-21 {
  padding-bottom: 5.25rem !important;
}

.padding-left-21 {
  padding-left: 5.25rem !important;
}

.padding-horizontal-21 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.padding-vertical-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.margin-22 {
  margin: 5.5rem !important;
}

.margin-top-22 {
  margin-top: 5.5rem !important;
}

.margin-right-22 {
  margin-right: 5.5rem !important;
}

.margin-bottom-22 {
  margin-bottom: 5.5rem !important;
}

.margin-left-22 {
  margin-left: 5.5rem !important;
}

.margin-horizontal-22 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.margin-vertical-22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.padding-22 {
  padding: 5.5rem !important;
}

.padding-top-22 {
  padding-top: 5.5rem !important;
}

.padding-right-22 {
  padding-right: 5.5rem !important;
}

.padding-bottom-22 {
  padding-bottom: 5.5rem !important;
}

.padding-left-22 {
  padding-left: 5.5rem !important;
}

.padding-horizontal-22 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.padding-vertical-22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.margin-23 {
  margin: 5.75rem !important;
}

.margin-top-23 {
  margin-top: 5.75rem !important;
}

.margin-right-23 {
  margin-right: 5.75rem !important;
}

.margin-bottom-23 {
  margin-bottom: 5.75rem !important;
}

.margin-left-23 {
  margin-left: 5.75rem !important;
}

.margin-horizontal-23 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.margin-vertical-23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.padding-23 {
  padding: 5.75rem !important;
}

.padding-top-23 {
  padding-top: 5.75rem !important;
}

.padding-right-23 {
  padding-right: 5.75rem !important;
}

.padding-bottom-23 {
  padding-bottom: 5.75rem !important;
}

.padding-left-23 {
  padding-left: 5.75rem !important;
}

.padding-horizontal-23 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

.padding-vertical-23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.margin-24 {
  margin: 6rem !important;
}

.margin-top-24 {
  margin-top: 6rem !important;
}

.margin-right-24 {
  margin-right: 6rem !important;
}

.margin-bottom-24 {
  margin-bottom: 6rem !important;
}

.margin-left-24 {
  margin-left: 6rem !important;
}

.margin-horizontal-24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.margin-vertical-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.padding-24 {
  padding: 6rem !important;
}

.padding-top-24 {
  padding-top: 6rem !important;
}

.padding-right-24 {
  padding-right: 6rem !important;
}

.padding-bottom-24 {
  padding-bottom: 6rem !important;
}

.padding-left-24 {
  padding-left: 6rem !important;
}

.padding-horizontal-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.padding-vertical-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.margin-25 {
  margin: 6.25rem !important;
}

.margin-top-25 {
  margin-top: 6.25rem !important;
}

.margin-right-25 {
  margin-right: 6.25rem !important;
}

.margin-bottom-25 {
  margin-bottom: 6.25rem !important;
}

.margin-left-25 {
  margin-left: 6.25rem !important;
}

.margin-horizontal-25 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.margin-vertical-25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.padding-25 {
  padding: 6.25rem !important;
}

.padding-top-25 {
  padding-top: 6.25rem !important;
}

.padding-right-25 {
  padding-right: 6.25rem !important;
}

.padding-bottom-25 {
  padding-bottom: 6.25rem !important;
}

.padding-left-25 {
  padding-left: 6.25rem !important;
}

.padding-horizontal-25 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.padding-vertical-25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.margin-26 {
  margin: 6.5rem !important;
}

.margin-top-26 {
  margin-top: 6.5rem !important;
}

.margin-right-26 {
  margin-right: 6.5rem !important;
}

.margin-bottom-26 {
  margin-bottom: 6.5rem !important;
}

.margin-left-26 {
  margin-left: 6.5rem !important;
}

.margin-horizontal-26 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.margin-vertical-26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.padding-26 {
  padding: 6.5rem !important;
}

.padding-top-26 {
  padding-top: 6.5rem !important;
}

.padding-right-26 {
  padding-right: 6.5rem !important;
}

.padding-bottom-26, .contacts {
  padding-bottom: 6.5rem !important;
}

.padding-left-26 {
  padding-left: 6.5rem !important;
}

.padding-horizontal-26 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.padding-vertical-26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.margin-27 {
  margin: 6.75rem !important;
}

.margin-top-27, .opportunities-region {
  margin-top: 6.75rem !important;
}

.margin-right-27 {
  margin-right: 6.75rem !important;
}

.margin-bottom-27 {
  margin-bottom: 6.75rem !important;
}

.margin-left-27 {
  margin-left: 6.75rem !important;
}

.margin-horizontal-27 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

.margin-vertical-27 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.padding-27 {
  padding: 6.75rem !important;
}

.padding-top-27 {
  padding-top: 6.75rem !important;
}

.padding-right-27 {
  padding-right: 6.75rem !important;
}

.padding-bottom-27 {
  padding-bottom: 6.75rem !important;
}

.padding-left-27 {
  padding-left: 6.75rem !important;
}

.padding-horizontal-27 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.padding-vertical-27 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.margin-28 {
  margin: 7rem !important;
}

.margin-top-28 {
  margin-top: 7rem !important;
}

.margin-right-28 {
  margin-right: 7rem !important;
}

.margin-bottom-28 {
  margin-bottom: 7rem !important;
}

.margin-left-28 {
  margin-left: 7rem !important;
}

.margin-horizontal-28 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.margin-vertical-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.padding-28 {
  padding: 7rem !important;
}

.padding-top-28 {
  padding-top: 7rem !important;
}

.padding-right-28 {
  padding-right: 7rem !important;
}

.padding-bottom-28 {
  padding-bottom: 7rem !important;
}

.padding-left-28 {
  padding-left: 7rem !important;
}

.padding-horizontal-28 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.padding-vertical-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.margin-29 {
  margin: 7.25rem !important;
}

.margin-top-29 {
  margin-top: 7.25rem !important;
}

.margin-right-29 {
  margin-right: 7.25rem !important;
}

.margin-bottom-29 {
  margin-bottom: 7.25rem !important;
}

.margin-left-29 {
  margin-left: 7.25rem !important;
}

.margin-horizontal-29 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

.margin-vertical-29 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

.padding-29 {
  padding: 7.25rem !important;
}

.padding-top-29 {
  padding-top: 7.25rem !important;
}

.padding-right-29 {
  padding-right: 7.25rem !important;
}

.padding-bottom-29 {
  padding-bottom: 7.25rem !important;
}

.padding-left-29 {
  padding-left: 7.25rem !important;
}

.padding-horizontal-29 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.padding-vertical-29 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.margin-30 {
  margin: 7.5rem !important;
}

.margin-top-30 {
  margin-top: 7.5rem !important;
}

.margin-right-30 {
  margin-right: 7.5rem !important;
}

.margin-bottom-30, .highlights {
  margin-bottom: 7.5rem !important;
}

.margin-left-30 {
  margin-left: 7.5rem !important;
}

.margin-horizontal-30 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.margin-vertical-30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.padding-30 {
  padding: 7.5rem !important;
}

.padding-top-30 {
  padding-top: 7.5rem !important;
}

.padding-right-30 {
  padding-right: 7.5rem !important;
}

.padding-bottom-30 {
  padding-bottom: 7.5rem !important;
}

.padding-left-30 {
  padding-left: 7.5rem !important;
}

.padding-horizontal-30 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.padding-vertical-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.margin-31 {
  margin: 7.75rem !important;
}

.margin-top-31 {
  margin-top: 7.75rem !important;
}

.margin-right-31 {
  margin-right: 7.75rem !important;
}

.margin-bottom-31 {
  margin-bottom: 7.75rem !important;
}

.margin-left-31 {
  margin-left: 7.75rem !important;
}

.margin-horizontal-31 {
  margin-right: 7.75rem !important;
  margin-left: 7.75rem !important;
}

.margin-vertical-31 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}

.padding-31 {
  padding: 7.75rem !important;
}

.padding-top-31 {
  padding-top: 7.75rem !important;
}

.padding-right-31 {
  padding-right: 7.75rem !important;
}

.padding-bottom-31 {
  padding-bottom: 7.75rem !important;
}

.padding-left-31 {
  padding-left: 7.75rem !important;
}

.padding-horizontal-31 {
  padding-right: 7.75rem !important;
  padding-left: 7.75rem !important;
}

.padding-vertical-31 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}

.margin-32 {
  margin: 8rem !important;
}

.margin-top-32 {
  margin-top: 8rem !important;
}

.margin-right-32 {
  margin-right: 8rem !important;
}

.margin-bottom-32 {
  margin-bottom: 8rem !important;
}

.margin-left-32 {
  margin-left: 8rem !important;
}

.margin-horizontal-32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.margin-vertical-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.padding-32 {
  padding: 8rem !important;
}

.padding-top-32 {
  padding-top: 8rem !important;
}

.padding-right-32 {
  padding-right: 8rem !important;
}

.padding-bottom-32 {
  padding-bottom: 8rem !important;
}

.padding-left-32 {
  padding-left: 8rem !important;
}

.padding-horizontal-32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.padding-vertical-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.margin-33 {
  margin: 8.25rem !important;
}

.margin-top-33 {
  margin-top: 8.25rem !important;
}

.margin-right-33 {
  margin-right: 8.25rem !important;
}

.margin-bottom-33 {
  margin-bottom: 8.25rem !important;
}

.margin-left-33 {
  margin-left: 8.25rem !important;
}

.margin-horizontal-33 {
  margin-right: 8.25rem !important;
  margin-left: 8.25rem !important;
}

.margin-vertical-33 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important;
}

.padding-33 {
  padding: 8.25rem !important;
}

.padding-top-33 {
  padding-top: 8.25rem !important;
}

.padding-right-33 {
  padding-right: 8.25rem !important;
}

.padding-bottom-33 {
  padding-bottom: 8.25rem !important;
}

.padding-left-33 {
  padding-left: 8.25rem !important;
}

.padding-horizontal-33 {
  padding-right: 8.25rem !important;
  padding-left: 8.25rem !important;
}

.padding-vertical-33 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important;
}

.margin-34 {
  margin: 8.5rem !important;
}

.margin-top-34 {
  margin-top: 8.5rem !important;
}

.margin-right-34 {
  margin-right: 8.5rem !important;
}

.margin-bottom-34 {
  margin-bottom: 8.5rem !important;
}

.margin-left-34 {
  margin-left: 8.5rem !important;
}

.margin-horizontal-34 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.margin-vertical-34 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.padding-34 {
  padding: 8.5rem !important;
}

.padding-top-34 {
  padding-top: 8.5rem !important;
}

.padding-right-34 {
  padding-right: 8.5rem !important;
}

.padding-bottom-34 {
  padding-bottom: 8.5rem !important;
}

.padding-left-34 {
  padding-left: 8.5rem !important;
}

.padding-horizontal-34 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.padding-vertical-34 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.margin-35 {
  margin: 8.75rem !important;
}

.margin-top-35 {
  margin-top: 8.75rem !important;
}

.margin-right-35 {
  margin-right: 8.75rem !important;
}

.margin-bottom-35 {
  margin-bottom: 8.75rem !important;
}

.margin-left-35 {
  margin-left: 8.75rem !important;
}

.margin-horizontal-35 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.margin-vertical-35 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.padding-35 {
  padding: 8.75rem !important;
}

.padding-top-35 {
  padding-top: 8.75rem !important;
}

.padding-right-35 {
  padding-right: 8.75rem !important;
}

.padding-bottom-35 {
  padding-bottom: 8.75rem !important;
}

.padding-left-35 {
  padding-left: 8.75rem !important;
}

.padding-horizontal-35 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.padding-vertical-35 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.margin-36 {
  margin: 9rem !important;
}

.margin-top-36 {
  margin-top: 9rem !important;
}

.margin-right-36 {
  margin-right: 9rem !important;
}

.margin-bottom-36 {
  margin-bottom: 9rem !important;
}

.margin-left-36 {
  margin-left: 9rem !important;
}

.margin-horizontal-36 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.margin-vertical-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.padding-36 {
  padding: 9rem !important;
}

.padding-top-36 {
  padding-top: 9rem !important;
}

.padding-right-36 {
  padding-right: 9rem !important;
}

.padding-bottom-36 {
  padding-bottom: 9rem !important;
}

.padding-left-36 {
  padding-left: 9rem !important;
}

.padding-horizontal-36 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.padding-vertical-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.margin-37 {
  margin: 9.25rem !important;
}

.margin-top-37 {
  margin-top: 9.25rem !important;
}

.margin-right-37 {
  margin-right: 9.25rem !important;
}

.margin-bottom-37 {
  margin-bottom: 9.25rem !important;
}

.margin-left-37 {
  margin-left: 9.25rem !important;
}

.margin-horizontal-37 {
  margin-right: 9.25rem !important;
  margin-left: 9.25rem !important;
}

.margin-vertical-37 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}

.padding-37 {
  padding: 9.25rem !important;
}

.padding-top-37 {
  padding-top: 9.25rem !important;
}

.padding-right-37 {
  padding-right: 9.25rem !important;
}

.padding-bottom-37 {
  padding-bottom: 9.25rem !important;
}

.padding-left-37 {
  padding-left: 9.25rem !important;
}

.padding-horizontal-37 {
  padding-right: 9.25rem !important;
  padding-left: 9.25rem !important;
}

.padding-vertical-37 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}

.margin-38 {
  margin: 9.5rem !important;
}

.margin-top-38 {
  margin-top: 9.5rem !important;
}

.margin-right-38 {
  margin-right: 9.5rem !important;
}

.margin-bottom-38 {
  margin-bottom: 9.5rem !important;
}

.margin-left-38 {
  margin-left: 9.5rem !important;
}

.margin-horizontal-38 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.margin-vertical-38 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.padding-38 {
  padding: 9.5rem !important;
}

.padding-top-38 {
  padding-top: 9.5rem !important;
}

.padding-right-38 {
  padding-right: 9.5rem !important;
}

.padding-bottom-38 {
  padding-bottom: 9.5rem !important;
}

.padding-left-38 {
  padding-left: 9.5rem !important;
}

.padding-horizontal-38 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.padding-vertical-38 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.margin-39 {
  margin: 9.75rem !important;
}

.margin-top-39 {
  margin-top: 9.75rem !important;
}

.margin-right-39 {
  margin-right: 9.75rem !important;
}

.margin-bottom-39 {
  margin-bottom: 9.75rem !important;
}

.margin-left-39 {
  margin-left: 9.75rem !important;
}

.margin-horizontal-39 {
  margin-right: 9.75rem !important;
  margin-left: 9.75rem !important;
}

.margin-vertical-39 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important;
}

.padding-39 {
  padding: 9.75rem !important;
}

.padding-top-39 {
  padding-top: 9.75rem !important;
}

.padding-right-39 {
  padding-right: 9.75rem !important;
}

.padding-bottom-39 {
  padding-bottom: 9.75rem !important;
}

.padding-left-39 {
  padding-left: 9.75rem !important;
}

.padding-horizontal-39 {
  padding-right: 9.75rem !important;
  padding-left: 9.75rem !important;
}

.padding-vertical-39 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important;
}

.margin-40 {
  margin: 10rem !important;
}

.margin-top-40 {
  margin-top: 10rem !important;
}

.margin-right-40 {
  margin-right: 10rem !important;
}

.margin-bottom-40 {
  margin-bottom: 10rem !important;
}

.margin-left-40 {
  margin-left: 10rem !important;
}

.margin-horizontal-40 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.margin-vertical-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.padding-40 {
  padding: 10rem !important;
}

.padding-top-40 {
  padding-top: 10rem !important;
}

.padding-right-40 {
  padding-right: 10rem !important;
}

.padding-bottom-40 {
  padding-bottom: 10rem !important;
}

.padding-left-40 {
  padding-left: 10rem !important;
}

.padding-horizontal-40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.padding-vertical-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.margin-41 {
  margin: 10.25rem !important;
}

.margin-top-41 {
  margin-top: 10.25rem !important;
}

.margin-right-41 {
  margin-right: 10.25rem !important;
}

.margin-bottom-41 {
  margin-bottom: 10.25rem !important;
}

.margin-left-41 {
  margin-left: 10.25rem !important;
}

.margin-horizontal-41 {
  margin-right: 10.25rem !important;
  margin-left: 10.25rem !important;
}

.margin-vertical-41 {
  margin-top: 10.25rem !important;
  margin-bottom: 10.25rem !important;
}

.padding-41 {
  padding: 10.25rem !important;
}

.padding-top-41 {
  padding-top: 10.25rem !important;
}

.padding-right-41 {
  padding-right: 10.25rem !important;
}

.padding-bottom-41 {
  padding-bottom: 10.25rem !important;
}

.padding-left-41 {
  padding-left: 10.25rem !important;
}

.padding-horizontal-41 {
  padding-right: 10.25rem !important;
  padding-left: 10.25rem !important;
}

.padding-vertical-41 {
  padding-top: 10.25rem !important;
  padding-bottom: 10.25rem !important;
}

.margin-42 {
  margin: 10.5rem !important;
}

.margin-top-42 {
  margin-top: 10.5rem !important;
}

.margin-right-42 {
  margin-right: 10.5rem !important;
}

.margin-bottom-42 {
  margin-bottom: 10.5rem !important;
}

.margin-left-42 {
  margin-left: 10.5rem !important;
}

.margin-horizontal-42 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.margin-vertical-42 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.padding-42 {
  padding: 10.5rem !important;
}

.padding-top-42 {
  padding-top: 10.5rem !important;
}

.padding-right-42 {
  padding-right: 10.5rem !important;
}

.padding-bottom-42 {
  padding-bottom: 10.5rem !important;
}

.padding-left-42 {
  padding-left: 10.5rem !important;
}

.padding-horizontal-42 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.padding-vertical-42 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.margin-43 {
  margin: 10.75rem !important;
}

.margin-top-43 {
  margin-top: 10.75rem !important;
}

.margin-right-43 {
  margin-right: 10.75rem !important;
}

.margin-bottom-43 {
  margin-bottom: 10.75rem !important;
}

.margin-left-43 {
  margin-left: 10.75rem !important;
}

.margin-horizontal-43 {
  margin-right: 10.75rem !important;
  margin-left: 10.75rem !important;
}

.margin-vertical-43 {
  margin-top: 10.75rem !important;
  margin-bottom: 10.75rem !important;
}

.padding-43 {
  padding: 10.75rem !important;
}

.padding-top-43 {
  padding-top: 10.75rem !important;
}

.padding-right-43 {
  padding-right: 10.75rem !important;
}

.padding-bottom-43 {
  padding-bottom: 10.75rem !important;
}

.padding-left-43 {
  padding-left: 10.75rem !important;
}

.padding-horizontal-43 {
  padding-right: 10.75rem !important;
  padding-left: 10.75rem !important;
}

.padding-vertical-43 {
  padding-top: 10.75rem !important;
  padding-bottom: 10.75rem !important;
}

.margin-44 {
  margin: 11rem !important;
}

.margin-top-44 {
  margin-top: 11rem !important;
}

.margin-right-44 {
  margin-right: 11rem !important;
}

.margin-bottom-44 {
  margin-bottom: 11rem !important;
}

.margin-left-44 {
  margin-left: 11rem !important;
}

.margin-horizontal-44 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.margin-vertical-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.padding-44 {
  padding: 11rem !important;
}

.padding-top-44 {
  padding-top: 11rem !important;
}

.padding-right-44 {
  padding-right: 11rem !important;
}

.padding-bottom-44 {
  padding-bottom: 11rem !important;
}

.padding-left-44 {
  padding-left: 11rem !important;
}

.padding-horizontal-44 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.padding-vertical-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.margin-45 {
  margin: 11.25rem !important;
}

.margin-top-45 {
  margin-top: 11.25rem !important;
}

.margin-right-45 {
  margin-right: 11.25rem !important;
}

.margin-bottom-45 {
  margin-bottom: 11.25rem !important;
}

.margin-left-45 {
  margin-left: 11.25rem !important;
}

.margin-horizontal-45 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.margin-vertical-45 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.padding-45 {
  padding: 11.25rem !important;
}

.padding-top-45 {
  padding-top: 11.25rem !important;
}

.padding-right-45 {
  padding-right: 11.25rem !important;
}

.padding-bottom-45 {
  padding-bottom: 11.25rem !important;
}

.padding-left-45 {
  padding-left: 11.25rem !important;
}

.padding-horizontal-45 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.padding-vertical-45 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.margin-46 {
  margin: 11.5rem !important;
}

.margin-top-46 {
  margin-top: 11.5rem !important;
}

.margin-right-46 {
  margin-right: 11.5rem !important;
}

.margin-bottom-46 {
  margin-bottom: 11.5rem !important;
}

.margin-left-46 {
  margin-left: 11.5rem !important;
}

.margin-horizontal-46 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.margin-vertical-46 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.padding-46 {
  padding: 11.5rem !important;
}

.padding-top-46 {
  padding-top: 11.5rem !important;
}

.padding-right-46 {
  padding-right: 11.5rem !important;
}

.padding-bottom-46 {
  padding-bottom: 11.5rem !important;
}

.padding-left-46 {
  padding-left: 11.5rem !important;
}

.padding-horizontal-46 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.padding-vertical-46 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.margin-47 {
  margin: 11.75rem !important;
}

.margin-top-47 {
  margin-top: 11.75rem !important;
}

.margin-right-47 {
  margin-right: 11.75rem !important;
}

.margin-bottom-47 {
  margin-bottom: 11.75rem !important;
}

.margin-left-47 {
  margin-left: 11.75rem !important;
}

.margin-horizontal-47 {
  margin-right: 11.75rem !important;
  margin-left: 11.75rem !important;
}

.margin-vertical-47 {
  margin-top: 11.75rem !important;
  margin-bottom: 11.75rem !important;
}

.padding-47 {
  padding: 11.75rem !important;
}

.padding-top-47, .agency-ideas {
  padding-top: 11.75rem !important;
}

.padding-right-47 {
  padding-right: 11.75rem !important;
}

.padding-bottom-47 {
  padding-bottom: 11.75rem !important;
}

.padding-left-47 {
  padding-left: 11.75rem !important;
}

.padding-horizontal-47 {
  padding-right: 11.75rem !important;
  padding-left: 11.75rem !important;
}

.padding-vertical-47 {
  padding-top: 11.75rem !important;
  padding-bottom: 11.75rem !important;
}

.margin-48 {
  margin: 12rem !important;
}

.margin-top-48 {
  margin-top: 12rem !important;
}

.margin-right-48 {
  margin-right: 12rem !important;
}

.margin-bottom-48 {
  margin-bottom: 12rem !important;
}

.margin-left-48 {
  margin-left: 12rem !important;
}

.margin-horizontal-48 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.margin-vertical-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.padding-48 {
  padding: 12rem !important;
}

.padding-top-48 {
  padding-top: 12rem !important;
}

.padding-right-48 {
  padding-right: 12rem !important;
}

.padding-bottom-48 {
  padding-bottom: 12rem !important;
}

.padding-left-48 {
  padding-left: 12rem !important;
}

.padding-horizontal-48 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.padding-vertical-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.margin-49 {
  margin: 12.25rem !important;
}

.margin-top-49 {
  margin-top: 12.25rem !important;
}

.margin-right-49 {
  margin-right: 12.25rem !important;
}

.margin-bottom-49 {
  margin-bottom: 12.25rem !important;
}

.margin-left-49 {
  margin-left: 12.25rem !important;
}

.margin-horizontal-49 {
  margin-right: 12.25rem !important;
  margin-left: 12.25rem !important;
}

.margin-vertical-49 {
  margin-top: 12.25rem !important;
  margin-bottom: 12.25rem !important;
}

.padding-49 {
  padding: 12.25rem !important;
}

.padding-top-49 {
  padding-top: 12.25rem !important;
}

.padding-right-49 {
  padding-right: 12.25rem !important;
}

.padding-bottom-49 {
  padding-bottom: 12.25rem !important;
}

.padding-left-49 {
  padding-left: 12.25rem !important;
}

.padding-horizontal-49 {
  padding-right: 12.25rem !important;
  padding-left: 12.25rem !important;
}

.padding-vertical-49 {
  padding-top: 12.25rem !important;
  padding-bottom: 12.25rem !important;
}

.margin-50 {
  margin: 12.5rem !important;
}

.margin-top-50 {
  margin-top: 12.5rem !important;
}

.margin-right-50 {
  margin-right: 12.5rem !important;
}

.margin-bottom-50 {
  margin-bottom: 12.5rem !important;
}

.margin-left-50 {
  margin-left: 12.5rem !important;
}

.margin-horizontal-50 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.margin-vertical-50 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.padding-50 {
  padding: 12.5rem !important;
}

.padding-top-50 {
  padding-top: 12.5rem !important;
}

.padding-right-50 {
  padding-right: 12.5rem !important;
}

.padding-bottom-50 {
  padding-bottom: 12.5rem !important;
}

.padding-left-50 {
  padding-left: 12.5rem !important;
}

.padding-horizontal-50 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.padding-vertical-50 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-0 {
    margin: 0rem !important;
  }
  .medium-margin-top-0 {
    margin-top: 0rem !important;
  }
  .medium-margin-right-0 {
    margin-right: 0rem !important;
  }
  .medium-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .medium-margin-left-0 {
    margin-left: 0rem !important;
  }
  .medium-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .medium-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .medium-padding-0 {
    padding: 0rem !important;
  }
  .medium-padding-top-0 {
    padding-top: 0rem !important;
  }
  .medium-padding-right-0 {
    padding-right: 0rem !important;
  }
  .medium-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .medium-padding-left-0 {
    padding-left: 0rem !important;
  }
  .medium-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .medium-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-0 {
    margin: 0rem !important;
  }
  .large-margin-top-0, .project-image__picture:last-child, .project-image__picture, .project-text-image__image {
    margin-top: 0rem !important;
  }
  .large-margin-right-0 {
    margin-right: 0rem !important;
  }
  .large-margin-bottom-0, .project-text-image__image {
    margin-bottom: 0rem !important;
  }
  .large-margin-left-0 {
    margin-left: 0rem !important;
  }
  .large-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .large-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .large-padding-0 {
    padding: 0rem !important;
  }
  .large-padding-top-0 {
    padding-top: 0rem !important;
  }
  .large-padding-right-0 {
    padding-right: 0rem !important;
  }
  .large-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .large-padding-left-0 {
    padding-left: 0rem !important;
  }
  .large-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .large-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-0 {
    margin: 0rem !important;
  }
  .xlarge-margin-top-0 {
    margin-top: 0rem !important;
  }
  .xlarge-margin-right-0 {
    margin-right: 0rem !important;
  }
  .xlarge-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .xlarge-margin-left-0 {
    margin-left: 0rem !important;
  }
  .xlarge-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .xlarge-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xlarge-padding-0 {
    padding: 0rem !important;
  }
  .xlarge-padding-top-0 {
    padding-top: 0rem !important;
  }
  .xlarge-padding-right-0 {
    padding-right: 0rem !important;
  }
  .xlarge-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .xlarge-padding-left-0 {
    padding-left: 0rem !important;
  }
  .xlarge-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .xlarge-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-0 {
    margin: 0rem !important;
  }
  .xxlarge-margin-top-0 {
    margin-top: 0rem !important;
  }
  .xxlarge-margin-right-0 {
    margin-right: 0rem !important;
  }
  .xxlarge-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .xxlarge-margin-left-0 {
    margin-left: 0rem !important;
  }
  .xxlarge-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .xxlarge-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xxlarge-padding-0 {
    padding: 0rem !important;
  }
  .xxlarge-padding-top-0 {
    padding-top: 0rem !important;
  }
  .xxlarge-padding-right-0 {
    padding-right: 0rem !important;
  }
  .xxlarge-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .xxlarge-padding-left-0 {
    padding-left: 0rem !important;
  }
  .xxlarge-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .xxlarge-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-1 {
    margin: 0.25rem !important;
  }
  .medium-margin-top-1 {
    margin-top: 0.25rem !important;
  }
  .medium-margin-right-1 {
    margin-right: 0.25rem !important;
  }
  .medium-margin-bottom-1 {
    margin-bottom: 0.25rem !important;
  }
  .medium-margin-left-1 {
    margin-left: 0.25rem !important;
  }
  .medium-margin-horizontal-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .medium-margin-vertical-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .medium-padding-1 {
    padding: 0.25rem !important;
  }
  .medium-padding-top-1 {
    padding-top: 0.25rem !important;
  }
  .medium-padding-right-1 {
    padding-right: 0.25rem !important;
  }
  .medium-padding-bottom-1 {
    padding-bottom: 0.25rem !important;
  }
  .medium-padding-left-1 {
    padding-left: 0.25rem !important;
  }
  .medium-padding-horizontal-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .medium-padding-vertical-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-1 {
    margin: 0.25rem !important;
  }
  .large-margin-top-1 {
    margin-top: 0.25rem !important;
  }
  .large-margin-right-1 {
    margin-right: 0.25rem !important;
  }
  .large-margin-bottom-1 {
    margin-bottom: 0.25rem !important;
  }
  .large-margin-left-1 {
    margin-left: 0.25rem !important;
  }
  .large-margin-horizontal-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .large-margin-vertical-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .large-padding-1 {
    padding: 0.25rem !important;
  }
  .large-padding-top-1 {
    padding-top: 0.25rem !important;
  }
  .large-padding-right-1 {
    padding-right: 0.25rem !important;
  }
  .large-padding-bottom-1, .contacts__city {
    padding-bottom: 0.25rem !important;
  }
  .large-padding-left-1 {
    padding-left: 0.25rem !important;
  }
  .large-padding-horizontal-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .large-padding-vertical-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-1 {
    margin: 0.25rem !important;
  }
  .xlarge-margin-top-1 {
    margin-top: 0.25rem !important;
  }
  .xlarge-margin-right-1 {
    margin-right: 0.25rem !important;
  }
  .xlarge-margin-bottom-1 {
    margin-bottom: 0.25rem !important;
  }
  .xlarge-margin-left-1 {
    margin-left: 0.25rem !important;
  }
  .xlarge-margin-horizontal-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .xlarge-margin-vertical-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xlarge-padding-1 {
    padding: 0.25rem !important;
  }
  .xlarge-padding-top-1 {
    padding-top: 0.25rem !important;
  }
  .xlarge-padding-right-1 {
    padding-right: 0.25rem !important;
  }
  .xlarge-padding-bottom-1 {
    padding-bottom: 0.25rem !important;
  }
  .xlarge-padding-left-1 {
    padding-left: 0.25rem !important;
  }
  .xlarge-padding-horizontal-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .xlarge-padding-vertical-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-1 {
    margin: 0.25rem !important;
  }
  .xxlarge-margin-top-1 {
    margin-top: 0.25rem !important;
  }
  .xxlarge-margin-right-1 {
    margin-right: 0.25rem !important;
  }
  .xxlarge-margin-bottom-1 {
    margin-bottom: 0.25rem !important;
  }
  .xxlarge-margin-left-1 {
    margin-left: 0.25rem !important;
  }
  .xxlarge-margin-horizontal-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .xxlarge-margin-vertical-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xxlarge-padding-1 {
    padding: 0.25rem !important;
  }
  .xxlarge-padding-top-1 {
    padding-top: 0.25rem !important;
  }
  .xxlarge-padding-right-1 {
    padding-right: 0.25rem !important;
  }
  .xxlarge-padding-bottom-1 {
    padding-bottom: 0.25rem !important;
  }
  .xxlarge-padding-left-1 {
    padding-left: 0.25rem !important;
  }
  .xxlarge-padding-horizontal-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .xxlarge-padding-vertical-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-2 {
    margin: 0.5rem !important;
  }
  .medium-margin-top-2 {
    margin-top: 0.5rem !important;
  }
  .medium-margin-right-2 {
    margin-right: 0.5rem !important;
  }
  .medium-margin-bottom-2 {
    margin-bottom: 0.5rem !important;
  }
  .medium-margin-left-2 {
    margin-left: 0.5rem !important;
  }
  .medium-margin-horizontal-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .medium-margin-vertical-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .medium-padding-2 {
    padding: 0.5rem !important;
  }
  .medium-padding-top-2 {
    padding-top: 0.5rem !important;
  }
  .medium-padding-right-2 {
    padding-right: 0.5rem !important;
  }
  .medium-padding-bottom-2 {
    padding-bottom: 0.5rem !important;
  }
  .medium-padding-left-2 {
    padding-left: 0.5rem !important;
  }
  .medium-padding-horizontal-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .medium-padding-vertical-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-2 {
    margin: 0.5rem !important;
  }
  .large-margin-top-2 {
    margin-top: 0.5rem !important;
  }
  .large-margin-right-2 {
    margin-right: 0.5rem !important;
  }
  .large-margin-bottom-2 {
    margin-bottom: 0.5rem !important;
  }
  .large-margin-left-2 {
    margin-left: 0.5rem !important;
  }
  .large-margin-horizontal-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .large-margin-vertical-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .large-padding-2 {
    padding: 0.5rem !important;
  }
  .large-padding-top-2 {
    padding-top: 0.5rem !important;
  }
  .large-padding-right-2 {
    padding-right: 0.5rem !important;
  }
  .large-padding-bottom-2 {
    padding-bottom: 0.5rem !important;
  }
  .large-padding-left-2 {
    padding-left: 0.5rem !important;
  }
  .large-padding-horizontal-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .large-padding-vertical-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-2 {
    margin: 0.5rem !important;
  }
  .xlarge-margin-top-2 {
    margin-top: 0.5rem !important;
  }
  .xlarge-margin-right-2 {
    margin-right: 0.5rem !important;
  }
  .xlarge-margin-bottom-2 {
    margin-bottom: 0.5rem !important;
  }
  .xlarge-margin-left-2 {
    margin-left: 0.5rem !important;
  }
  .xlarge-margin-horizontal-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xlarge-margin-vertical-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xlarge-padding-2 {
    padding: 0.5rem !important;
  }
  .xlarge-padding-top-2 {
    padding-top: 0.5rem !important;
  }
  .xlarge-padding-right-2 {
    padding-right: 0.5rem !important;
  }
  .xlarge-padding-bottom-2 {
    padding-bottom: 0.5rem !important;
  }
  .xlarge-padding-left-2 {
    padding-left: 0.5rem !important;
  }
  .xlarge-padding-horizontal-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xlarge-padding-vertical-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-2 {
    margin: 0.5rem !important;
  }
  .xxlarge-margin-top-2 {
    margin-top: 0.5rem !important;
  }
  .xxlarge-margin-right-2 {
    margin-right: 0.5rem !important;
  }
  .xxlarge-margin-bottom-2 {
    margin-bottom: 0.5rem !important;
  }
  .xxlarge-margin-left-2 {
    margin-left: 0.5rem !important;
  }
  .xxlarge-margin-horizontal-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .xxlarge-margin-vertical-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xxlarge-padding-2 {
    padding: 0.5rem !important;
  }
  .xxlarge-padding-top-2 {
    padding-top: 0.5rem !important;
  }
  .xxlarge-padding-right-2 {
    padding-right: 0.5rem !important;
  }
  .xxlarge-padding-bottom-2 {
    padding-bottom: 0.5rem !important;
  }
  .xxlarge-padding-left-2 {
    padding-left: 0.5rem !important;
  }
  .xxlarge-padding-horizontal-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .xxlarge-padding-vertical-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-3 {
    margin: 0.75rem !important;
  }
  .medium-margin-top-3 {
    margin-top: 0.75rem !important;
  }
  .medium-margin-right-3 {
    margin-right: 0.75rem !important;
  }
  .medium-margin-bottom-3 {
    margin-bottom: 0.75rem !important;
  }
  .medium-margin-left-3 {
    margin-left: 0.75rem !important;
  }
  .medium-margin-horizontal-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .medium-margin-vertical-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .medium-padding-3 {
    padding: 0.75rem !important;
  }
  .medium-padding-top-3 {
    padding-top: 0.75rem !important;
  }
  .medium-padding-right-3 {
    padding-right: 0.75rem !important;
  }
  .medium-padding-bottom-3 {
    padding-bottom: 0.75rem !important;
  }
  .medium-padding-left-3 {
    padding-left: 0.75rem !important;
  }
  .medium-padding-horizontal-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .medium-padding-vertical-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-3 {
    margin: 0.75rem !important;
  }
  .large-margin-top-3 {
    margin-top: 0.75rem !important;
  }
  .large-margin-right-3 {
    margin-right: 0.75rem !important;
  }
  .large-margin-bottom-3 {
    margin-bottom: 0.75rem !important;
  }
  .large-margin-left-3 {
    margin-left: 0.75rem !important;
  }
  .large-margin-horizontal-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .large-margin-vertical-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .large-padding-3 {
    padding: 0.75rem !important;
  }
  .large-padding-top-3 {
    padding-top: 0.75rem !important;
  }
  .large-padding-right-3 {
    padding-right: 0.75rem !important;
  }
  .large-padding-bottom-3 {
    padding-bottom: 0.75rem !important;
  }
  .large-padding-left-3 {
    padding-left: 0.75rem !important;
  }
  .large-padding-horizontal-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .large-padding-vertical-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-3 {
    margin: 0.75rem !important;
  }
  .xlarge-margin-top-3 {
    margin-top: 0.75rem !important;
  }
  .xlarge-margin-right-3 {
    margin-right: 0.75rem !important;
  }
  .xlarge-margin-bottom-3 {
    margin-bottom: 0.75rem !important;
  }
  .xlarge-margin-left-3 {
    margin-left: 0.75rem !important;
  }
  .xlarge-margin-horizontal-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .xlarge-margin-vertical-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .xlarge-padding-3 {
    padding: 0.75rem !important;
  }
  .xlarge-padding-top-3 {
    padding-top: 0.75rem !important;
  }
  .xlarge-padding-right-3 {
    padding-right: 0.75rem !important;
  }
  .xlarge-padding-bottom-3 {
    padding-bottom: 0.75rem !important;
  }
  .xlarge-padding-left-3 {
    padding-left: 0.75rem !important;
  }
  .xlarge-padding-horizontal-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .xlarge-padding-vertical-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-3 {
    margin: 0.75rem !important;
  }
  .xxlarge-margin-top-3 {
    margin-top: 0.75rem !important;
  }
  .xxlarge-margin-right-3 {
    margin-right: 0.75rem !important;
  }
  .xxlarge-margin-bottom-3 {
    margin-bottom: 0.75rem !important;
  }
  .xxlarge-margin-left-3 {
    margin-left: 0.75rem !important;
  }
  .xxlarge-margin-horizontal-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .xxlarge-margin-vertical-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .xxlarge-padding-3 {
    padding: 0.75rem !important;
  }
  .xxlarge-padding-top-3 {
    padding-top: 0.75rem !important;
  }
  .xxlarge-padding-right-3 {
    padding-right: 0.75rem !important;
  }
  .xxlarge-padding-bottom-3 {
    padding-bottom: 0.75rem !important;
  }
  .xxlarge-padding-left-3 {
    padding-left: 0.75rem !important;
  }
  .xxlarge-padding-horizontal-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .xxlarge-padding-vertical-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-4 {
    margin: 1rem !important;
  }
  .medium-margin-top-4 {
    margin-top: 1rem !important;
  }
  .medium-margin-right-4 {
    margin-right: 1rem !important;
  }
  .medium-margin-bottom-4, .clients__list li {
    margin-bottom: 1rem !important;
  }
  .medium-margin-left-4 {
    margin-left: 1rem !important;
  }
  .medium-margin-horizontal-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .medium-margin-vertical-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .medium-padding-4 {
    padding: 1rem !important;
  }
  .medium-padding-top-4 {
    padding-top: 1rem !important;
  }
  .medium-padding-right-4 {
    padding-right: 1rem !important;
  }
  .medium-padding-bottom-4 {
    padding-bottom: 1rem !important;
  }
  .medium-padding-left-4 {
    padding-left: 1rem !important;
  }
  .medium-padding-horizontal-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .medium-padding-vertical-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-4 {
    margin: 1rem !important;
  }
  .large-margin-top-4, .project-inc__title {
    margin-top: 1rem !important;
  }
  .large-margin-right-4 {
    margin-right: 1rem !important;
  }
  .large-margin-bottom-4 {
    margin-bottom: 1rem !important;
  }
  .large-margin-left-4 {
    margin-left: 1rem !important;
  }
  .large-margin-horizontal-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .large-margin-vertical-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .large-padding-4 {
    padding: 1rem !important;
  }
  .large-padding-top-4 {
    padding-top: 1rem !important;
  }
  .large-padding-right-4 {
    padding-right: 1rem !important;
  }
  .large-padding-bottom-4 {
    padding-bottom: 1rem !important;
  }
  .large-padding-left-4 {
    padding-left: 1rem !important;
  }
  .large-padding-horizontal-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .large-padding-vertical-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-4 {
    margin: 1rem !important;
  }
  .xlarge-margin-top-4 {
    margin-top: 1rem !important;
  }
  .xlarge-margin-right-4 {
    margin-right: 1rem !important;
  }
  .xlarge-margin-bottom-4 {
    margin-bottom: 1rem !important;
  }
  .xlarge-margin-left-4 {
    margin-left: 1rem !important;
  }
  .xlarge-margin-horizontal-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xlarge-margin-vertical-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xlarge-padding-4 {
    padding: 1rem !important;
  }
  .xlarge-padding-top-4 {
    padding-top: 1rem !important;
  }
  .xlarge-padding-right-4 {
    padding-right: 1rem !important;
  }
  .xlarge-padding-bottom-4 {
    padding-bottom: 1rem !important;
  }
  .xlarge-padding-left-4 {
    padding-left: 1rem !important;
  }
  .xlarge-padding-horizontal-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xlarge-padding-vertical-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-4 {
    margin: 1rem !important;
  }
  .xxlarge-margin-top-4 {
    margin-top: 1rem !important;
  }
  .xxlarge-margin-right-4 {
    margin-right: 1rem !important;
  }
  .xxlarge-margin-bottom-4 {
    margin-bottom: 1rem !important;
  }
  .xxlarge-margin-left-4 {
    margin-left: 1rem !important;
  }
  .xxlarge-margin-horizontal-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xxlarge-margin-vertical-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xxlarge-padding-4 {
    padding: 1rem !important;
  }
  .xxlarge-padding-top-4 {
    padding-top: 1rem !important;
  }
  .xxlarge-padding-right-4 {
    padding-right: 1rem !important;
  }
  .xxlarge-padding-bottom-4 {
    padding-bottom: 1rem !important;
  }
  .xxlarge-padding-left-4 {
    padding-left: 1rem !important;
  }
  .xxlarge-padding-horizontal-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xxlarge-padding-vertical-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-5 {
    margin: 1.25rem !important;
  }
  .medium-margin-top-5 {
    margin-top: 1.25rem !important;
  }
  .medium-margin-right-5 {
    margin-right: 1.25rem !important;
  }
  .medium-margin-bottom-5 {
    margin-bottom: 1.25rem !important;
  }
  .medium-margin-left-5 {
    margin-left: 1.25rem !important;
  }
  .medium-margin-horizontal-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .medium-margin-vertical-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .medium-padding-5 {
    padding: 1.25rem !important;
  }
  .medium-padding-top-5 {
    padding-top: 1.25rem !important;
  }
  .medium-padding-right-5 {
    padding-right: 1.25rem !important;
  }
  .medium-padding-bottom-5 {
    padding-bottom: 1.25rem !important;
  }
  .medium-padding-left-5 {
    padding-left: 1.25rem !important;
  }
  .medium-padding-horizontal-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .medium-padding-vertical-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-5 {
    margin: 1.25rem !important;
  }
  .large-margin-top-5 {
    margin-top: 1.25rem !important;
  }
  .large-margin-right-5 {
    margin-right: 1.25rem !important;
  }
  .large-margin-bottom-5 {
    margin-bottom: 1.25rem !important;
  }
  .large-margin-left-5 {
    margin-left: 1.25rem !important;
  }
  .large-margin-horizontal-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .large-margin-vertical-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .large-padding-5 {
    padding: 1.25rem !important;
  }
  .large-padding-top-5 {
    padding-top: 1.25rem !important;
  }
  .large-padding-right-5 {
    padding-right: 1.25rem !important;
  }
  .large-padding-bottom-5 {
    padding-bottom: 1.25rem !important;
  }
  .large-padding-left-5 {
    padding-left: 1.25rem !important;
  }
  .large-padding-horizontal-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .large-padding-vertical-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-5 {
    margin: 1.25rem !important;
  }
  .xlarge-margin-top-5 {
    margin-top: 1.25rem !important;
  }
  .xlarge-margin-right-5 {
    margin-right: 1.25rem !important;
  }
  .xlarge-margin-bottom-5 {
    margin-bottom: 1.25rem !important;
  }
  .xlarge-margin-left-5 {
    margin-left: 1.25rem !important;
  }
  .xlarge-margin-horizontal-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .xlarge-margin-vertical-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xlarge-padding-5 {
    padding: 1.25rem !important;
  }
  .xlarge-padding-top-5 {
    padding-top: 1.25rem !important;
  }
  .xlarge-padding-right-5 {
    padding-right: 1.25rem !important;
  }
  .xlarge-padding-bottom-5 {
    padding-bottom: 1.25rem !important;
  }
  .xlarge-padding-left-5 {
    padding-left: 1.25rem !important;
  }
  .xlarge-padding-horizontal-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .xlarge-padding-vertical-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-5 {
    margin: 1.25rem !important;
  }
  .xxlarge-margin-top-5 {
    margin-top: 1.25rem !important;
  }
  .xxlarge-margin-right-5 {
    margin-right: 1.25rem !important;
  }
  .xxlarge-margin-bottom-5 {
    margin-bottom: 1.25rem !important;
  }
  .xxlarge-margin-left-5 {
    margin-left: 1.25rem !important;
  }
  .xxlarge-margin-horizontal-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .xxlarge-margin-vertical-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .xxlarge-padding-5 {
    padding: 1.25rem !important;
  }
  .xxlarge-padding-top-5 {
    padding-top: 1.25rem !important;
  }
  .xxlarge-padding-right-5 {
    padding-right: 1.25rem !important;
  }
  .xxlarge-padding-bottom-5 {
    padding-bottom: 1.25rem !important;
  }
  .xxlarge-padding-left-5 {
    padding-left: 1.25rem !important;
  }
  .xxlarge-padding-horizontal-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .xxlarge-padding-vertical-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-6 {
    margin: 1.5rem !important;
  }
  .medium-margin-top-6 {
    margin-top: 1.5rem !important;
  }
  .medium-margin-right-6 {
    margin-right: 1.5rem !important;
  }
  .medium-margin-bottom-6 {
    margin-bottom: 1.5rem !important;
  }
  .medium-margin-left-6 {
    margin-left: 1.5rem !important;
  }
  .medium-margin-horizontal-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .medium-margin-vertical-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .medium-padding-6 {
    padding: 1.5rem !important;
  }
  .medium-padding-top-6 {
    padding-top: 1.5rem !important;
  }
  .medium-padding-right-6 {
    padding-right: 1.5rem !important;
  }
  .medium-padding-bottom-6 {
    padding-bottom: 1.5rem !important;
  }
  .medium-padding-left-6 {
    padding-left: 1.5rem !important;
  }
  .medium-padding-horizontal-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .medium-padding-vertical-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-6 {
    margin: 1.5rem !important;
  }
  .large-margin-top-6 {
    margin-top: 1.5rem !important;
  }
  .large-margin-right-6 {
    margin-right: 1.5rem !important;
  }
  .large-margin-bottom-6 {
    margin-bottom: 1.5rem !important;
  }
  .large-margin-left-6 {
    margin-left: 1.5rem !important;
  }
  .large-margin-horizontal-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .large-margin-vertical-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .large-padding-6 {
    padding: 1.5rem !important;
  }
  .large-padding-top-6 {
    padding-top: 1.5rem !important;
  }
  .large-padding-right-6 {
    padding-right: 1.5rem !important;
  }
  .large-padding-bottom-6 {
    padding-bottom: 1.5rem !important;
  }
  .large-padding-left-6 {
    padding-left: 1.5rem !important;
  }
  .large-padding-horizontal-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .large-padding-vertical-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-6 {
    margin: 1.5rem !important;
  }
  .xlarge-margin-top-6 {
    margin-top: 1.5rem !important;
  }
  .xlarge-margin-right-6 {
    margin-right: 1.5rem !important;
  }
  .xlarge-margin-bottom-6 {
    margin-bottom: 1.5rem !important;
  }
  .xlarge-margin-left-6 {
    margin-left: 1.5rem !important;
  }
  .xlarge-margin-horizontal-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .xlarge-margin-vertical-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xlarge-padding-6 {
    padding: 1.5rem !important;
  }
  .xlarge-padding-top-6 {
    padding-top: 1.5rem !important;
  }
  .xlarge-padding-right-6 {
    padding-right: 1.5rem !important;
  }
  .xlarge-padding-bottom-6 {
    padding-bottom: 1.5rem !important;
  }
  .xlarge-padding-left-6 {
    padding-left: 1.5rem !important;
  }
  .xlarge-padding-horizontal-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xlarge-padding-vertical-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-6 {
    margin: 1.5rem !important;
  }
  .xxlarge-margin-top-6 {
    margin-top: 1.5rem !important;
  }
  .xxlarge-margin-right-6 {
    margin-right: 1.5rem !important;
  }
  .xxlarge-margin-bottom-6 {
    margin-bottom: 1.5rem !important;
  }
  .xxlarge-margin-left-6 {
    margin-left: 1.5rem !important;
  }
  .xxlarge-margin-horizontal-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .xxlarge-margin-vertical-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xxlarge-padding-6 {
    padding: 1.5rem !important;
  }
  .xxlarge-padding-top-6 {
    padding-top: 1.5rem !important;
  }
  .xxlarge-padding-right-6 {
    padding-right: 1.5rem !important;
  }
  .xxlarge-padding-bottom-6 {
    padding-bottom: 1.5rem !important;
  }
  .xxlarge-padding-left-6 {
    padding-left: 1.5rem !important;
  }
  .xxlarge-padding-horizontal-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xxlarge-padding-vertical-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-7 {
    margin: 1.75rem !important;
  }
  .medium-margin-top-7 {
    margin-top: 1.75rem !important;
  }
  .medium-margin-right-7 {
    margin-right: 1.75rem !important;
  }
  .medium-margin-bottom-7 {
    margin-bottom: 1.75rem !important;
  }
  .medium-margin-left-7 {
    margin-left: 1.75rem !important;
  }
  .medium-margin-horizontal-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .medium-margin-vertical-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .medium-padding-7 {
    padding: 1.75rem !important;
  }
  .medium-padding-top-7 {
    padding-top: 1.75rem !important;
  }
  .medium-padding-right-7 {
    padding-right: 1.75rem !important;
  }
  .medium-padding-bottom-7 {
    padding-bottom: 1.75rem !important;
  }
  .medium-padding-left-7 {
    padding-left: 1.75rem !important;
  }
  .medium-padding-horizontal-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .medium-padding-vertical-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-7 {
    margin: 1.75rem !important;
  }
  .large-margin-top-7 {
    margin-top: 1.75rem !important;
  }
  .large-margin-right-7 {
    margin-right: 1.75rem !important;
  }
  .large-margin-bottom-7 {
    margin-bottom: 1.75rem !important;
  }
  .large-margin-left-7 {
    margin-left: 1.75rem !important;
  }
  .large-margin-horizontal-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .large-margin-vertical-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .large-padding-7 {
    padding: 1.75rem !important;
  }
  .large-padding-top-7 {
    padding-top: 1.75rem !important;
  }
  .large-padding-right-7 {
    padding-right: 1.75rem !important;
  }
  .large-padding-bottom-7 {
    padding-bottom: 1.75rem !important;
  }
  .large-padding-left-7 {
    padding-left: 1.75rem !important;
  }
  .large-padding-horizontal-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .large-padding-vertical-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-7 {
    margin: 1.75rem !important;
  }
  .xlarge-margin-top-7 {
    margin-top: 1.75rem !important;
  }
  .xlarge-margin-right-7 {
    margin-right: 1.75rem !important;
  }
  .xlarge-margin-bottom-7 {
    margin-bottom: 1.75rem !important;
  }
  .xlarge-margin-left-7 {
    margin-left: 1.75rem !important;
  }
  .xlarge-margin-horizontal-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .xlarge-margin-vertical-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .xlarge-padding-7 {
    padding: 1.75rem !important;
  }
  .xlarge-padding-top-7 {
    padding-top: 1.75rem !important;
  }
  .xlarge-padding-right-7 {
    padding-right: 1.75rem !important;
  }
  .xlarge-padding-bottom-7 {
    padding-bottom: 1.75rem !important;
  }
  .xlarge-padding-left-7 {
    padding-left: 1.75rem !important;
  }
  .xlarge-padding-horizontal-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .xlarge-padding-vertical-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-7 {
    margin: 1.75rem !important;
  }
  .xxlarge-margin-top-7 {
    margin-top: 1.75rem !important;
  }
  .xxlarge-margin-right-7 {
    margin-right: 1.75rem !important;
  }
  .xxlarge-margin-bottom-7 {
    margin-bottom: 1.75rem !important;
  }
  .xxlarge-margin-left-7 {
    margin-left: 1.75rem !important;
  }
  .xxlarge-margin-horizontal-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .xxlarge-margin-vertical-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .xxlarge-padding-7 {
    padding: 1.75rem !important;
  }
  .xxlarge-padding-top-7 {
    padding-top: 1.75rem !important;
  }
  .xxlarge-padding-right-7 {
    padding-right: 1.75rem !important;
  }
  .xxlarge-padding-bottom-7 {
    padding-bottom: 1.75rem !important;
  }
  .xxlarge-padding-left-7 {
    padding-left: 1.75rem !important;
  }
  .xxlarge-padding-horizontal-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .xxlarge-padding-vertical-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-8 {
    margin: 2rem !important;
  }
  .medium-margin-top-8 {
    margin-top: 2rem !important;
  }
  .medium-margin-right-8 {
    margin-right: 2rem !important;
  }
  .medium-margin-bottom-8 {
    margin-bottom: 2rem !important;
  }
  .medium-margin-left-8 {
    margin-left: 2rem !important;
  }
  .medium-margin-horizontal-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .medium-margin-vertical-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .medium-padding-8 {
    padding: 2rem !important;
  }
  .medium-padding-top-8 {
    padding-top: 2rem !important;
  }
  .medium-padding-right-8 {
    padding-right: 2rem !important;
  }
  .medium-padding-bottom-8 {
    padding-bottom: 2rem !important;
  }
  .medium-padding-left-8 {
    padding-left: 2rem !important;
  }
  .medium-padding-horizontal-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .medium-padding-vertical-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-8 {
    margin: 2rem !important;
  }
  .large-margin-top-8 {
    margin-top: 2rem !important;
  }
  .large-margin-right-8 {
    margin-right: 2rem !important;
  }
  .large-margin-bottom-8 {
    margin-bottom: 2rem !important;
  }
  .large-margin-left-8 {
    margin-left: 2rem !important;
  }
  .large-margin-horizontal-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .large-margin-vertical-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .large-padding-8 {
    padding: 2rem !important;
  }
  .large-padding-top-8 {
    padding-top: 2rem !important;
  }
  .large-padding-right-8 {
    padding-right: 2rem !important;
  }
  .large-padding-bottom-8 {
    padding-bottom: 2rem !important;
  }
  .large-padding-left-8 {
    padding-left: 2rem !important;
  }
  .large-padding-horizontal-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .large-padding-vertical-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-8 {
    margin: 2rem !important;
  }
  .xlarge-margin-top-8 {
    margin-top: 2rem !important;
  }
  .xlarge-margin-right-8 {
    margin-right: 2rem !important;
  }
  .xlarge-margin-bottom-8 {
    margin-bottom: 2rem !important;
  }
  .xlarge-margin-left-8 {
    margin-left: 2rem !important;
  }
  .xlarge-margin-horizontal-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xlarge-margin-vertical-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xlarge-padding-8 {
    padding: 2rem !important;
  }
  .xlarge-padding-top-8 {
    padding-top: 2rem !important;
  }
  .xlarge-padding-right-8 {
    padding-right: 2rem !important;
  }
  .xlarge-padding-bottom-8 {
    padding-bottom: 2rem !important;
  }
  .xlarge-padding-left-8 {
    padding-left: 2rem !important;
  }
  .xlarge-padding-horizontal-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xlarge-padding-vertical-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-8 {
    margin: 2rem !important;
  }
  .xxlarge-margin-top-8 {
    margin-top: 2rem !important;
  }
  .xxlarge-margin-right-8 {
    margin-right: 2rem !important;
  }
  .xxlarge-margin-bottom-8 {
    margin-bottom: 2rem !important;
  }
  .xxlarge-margin-left-8 {
    margin-left: 2rem !important;
  }
  .xxlarge-margin-horizontal-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xxlarge-margin-vertical-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xxlarge-padding-8 {
    padding: 2rem !important;
  }
  .xxlarge-padding-top-8 {
    padding-top: 2rem !important;
  }
  .xxlarge-padding-right-8 {
    padding-right: 2rem !important;
  }
  .xxlarge-padding-bottom-8 {
    padding-bottom: 2rem !important;
  }
  .xxlarge-padding-left-8 {
    padding-left: 2rem !important;
  }
  .xxlarge-padding-horizontal-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xxlarge-padding-vertical-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-9 {
    margin: 2.25rem !important;
  }
  .medium-margin-top-9, .clients, .highlights {
    margin-top: 2.25rem !important;
  }
  .medium-margin-right-9 {
    margin-right: 2.25rem !important;
  }
  .medium-margin-bottom-9 {
    margin-bottom: 2.25rem !important;
  }
  .medium-margin-left-9 {
    margin-left: 2.25rem !important;
  }
  .medium-margin-horizontal-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .medium-margin-vertical-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .medium-padding-9 {
    padding: 2.25rem !important;
  }
  .medium-padding-top-9 {
    padding-top: 2.25rem !important;
  }
  .medium-padding-right-9 {
    padding-right: 2.25rem !important;
  }
  .medium-padding-bottom-9 {
    padding-bottom: 2.25rem !important;
  }
  .medium-padding-left-9 {
    padding-left: 2.25rem !important;
  }
  .medium-padding-horizontal-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .medium-padding-vertical-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-9 {
    margin: 2.25rem !important;
  }
  .large-margin-top-9 {
    margin-top: 2.25rem !important;
  }
  .large-margin-right-9 {
    margin-right: 2.25rem !important;
  }
  .large-margin-bottom-9 {
    margin-bottom: 2.25rem !important;
  }
  .large-margin-left-9 {
    margin-left: 2.25rem !important;
  }
  .large-margin-horizontal-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .large-margin-vertical-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .large-padding-9 {
    padding: 2.25rem !important;
  }
  .large-padding-top-9 {
    padding-top: 2.25rem !important;
  }
  .large-padding-right-9 {
    padding-right: 2.25rem !important;
  }
  .large-padding-bottom-9 {
    padding-bottom: 2.25rem !important;
  }
  .large-padding-left-9 {
    padding-left: 2.25rem !important;
  }
  .large-padding-horizontal-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .large-padding-vertical-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-9 {
    margin: 2.25rem !important;
  }
  .xlarge-margin-top-9 {
    margin-top: 2.25rem !important;
  }
  .xlarge-margin-right-9 {
    margin-right: 2.25rem !important;
  }
  .xlarge-margin-bottom-9 {
    margin-bottom: 2.25rem !important;
  }
  .xlarge-margin-left-9 {
    margin-left: 2.25rem !important;
  }
  .xlarge-margin-horizontal-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .xlarge-margin-vertical-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .xlarge-padding-9 {
    padding: 2.25rem !important;
  }
  .xlarge-padding-top-9 {
    padding-top: 2.25rem !important;
  }
  .xlarge-padding-right-9 {
    padding-right: 2.25rem !important;
  }
  .xlarge-padding-bottom-9 {
    padding-bottom: 2.25rem !important;
  }
  .xlarge-padding-left-9 {
    padding-left: 2.25rem !important;
  }
  .xlarge-padding-horizontal-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .xlarge-padding-vertical-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-9 {
    margin: 2.25rem !important;
  }
  .xxlarge-margin-top-9 {
    margin-top: 2.25rem !important;
  }
  .xxlarge-margin-right-9 {
    margin-right: 2.25rem !important;
  }
  .xxlarge-margin-bottom-9 {
    margin-bottom: 2.25rem !important;
  }
  .xxlarge-margin-left-9 {
    margin-left: 2.25rem !important;
  }
  .xxlarge-margin-horizontal-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .xxlarge-margin-vertical-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .xxlarge-padding-9 {
    padding: 2.25rem !important;
  }
  .xxlarge-padding-top-9 {
    padding-top: 2.25rem !important;
  }
  .xxlarge-padding-right-9 {
    padding-right: 2.25rem !important;
  }
  .xxlarge-padding-bottom-9 {
    padding-bottom: 2.25rem !important;
  }
  .xxlarge-padding-left-9 {
    padding-left: 2.25rem !important;
  }
  .xxlarge-padding-horizontal-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .xxlarge-padding-vertical-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-10 {
    margin: 2.5rem !important;
  }
  .medium-margin-top-10 {
    margin-top: 2.5rem !important;
  }
  .medium-margin-right-10 {
    margin-right: 2.5rem !important;
  }
  .medium-margin-bottom-10 {
    margin-bottom: 2.5rem !important;
  }
  .medium-margin-left-10 {
    margin-left: 2.5rem !important;
  }
  .medium-margin-horizontal-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .medium-margin-vertical-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .medium-padding-10 {
    padding: 2.5rem !important;
  }
  .medium-padding-top-10 {
    padding-top: 2.5rem !important;
  }
  .medium-padding-right-10 {
    padding-right: 2.5rem !important;
  }
  .medium-padding-bottom-10 {
    padding-bottom: 2.5rem !important;
  }
  .medium-padding-left-10 {
    padding-left: 2.5rem !important;
  }
  .medium-padding-horizontal-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .medium-padding-vertical-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-10 {
    margin: 2.5rem !important;
  }
  .large-margin-top-10 {
    margin-top: 2.5rem !important;
  }
  .large-margin-right-10 {
    margin-right: 2.5rem !important;
  }
  .large-margin-bottom-10 {
    margin-bottom: 2.5rem !important;
  }
  .large-margin-left-10 {
    margin-left: 2.5rem !important;
  }
  .large-margin-horizontal-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .large-margin-vertical-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .large-padding-10 {
    padding: 2.5rem !important;
  }
  .large-padding-top-10 {
    padding-top: 2.5rem !important;
  }
  .large-padding-right-10 {
    padding-right: 2.5rem !important;
  }
  .large-padding-bottom-10, .contacts__content, .projects {
    padding-bottom: 2.5rem !important;
  }
  .large-padding-left-10 {
    padding-left: 2.5rem !important;
  }
  .large-padding-horizontal-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .large-padding-vertical-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-10 {
    margin: 2.5rem !important;
  }
  .xlarge-margin-top-10 {
    margin-top: 2.5rem !important;
  }
  .xlarge-margin-right-10 {
    margin-right: 2.5rem !important;
  }
  .xlarge-margin-bottom-10 {
    margin-bottom: 2.5rem !important;
  }
  .xlarge-margin-left-10 {
    margin-left: 2.5rem !important;
  }
  .xlarge-margin-horizontal-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xlarge-margin-vertical-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xlarge-padding-10 {
    padding: 2.5rem !important;
  }
  .xlarge-padding-top-10 {
    padding-top: 2.5rem !important;
  }
  .xlarge-padding-right-10 {
    padding-right: 2.5rem !important;
  }
  .xlarge-padding-bottom-10 {
    padding-bottom: 2.5rem !important;
  }
  .xlarge-padding-left-10 {
    padding-left: 2.5rem !important;
  }
  .xlarge-padding-horizontal-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xlarge-padding-vertical-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-10 {
    margin: 2.5rem !important;
  }
  .xxlarge-margin-top-10 {
    margin-top: 2.5rem !important;
  }
  .xxlarge-margin-right-10 {
    margin-right: 2.5rem !important;
  }
  .xxlarge-margin-bottom-10 {
    margin-bottom: 2.5rem !important;
  }
  .xxlarge-margin-left-10 {
    margin-left: 2.5rem !important;
  }
  .xxlarge-margin-horizontal-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .xxlarge-margin-vertical-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .xxlarge-padding-10 {
    padding: 2.5rem !important;
  }
  .xxlarge-padding-top-10 {
    padding-top: 2.5rem !important;
  }
  .xxlarge-padding-right-10 {
    padding-right: 2.5rem !important;
  }
  .xxlarge-padding-bottom-10 {
    padding-bottom: 2.5rem !important;
  }
  .xxlarge-padding-left-10 {
    padding-left: 2.5rem !important;
  }
  .xxlarge-padding-horizontal-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .xxlarge-padding-vertical-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-11 {
    margin: 2.75rem !important;
  }
  .medium-margin-top-11 {
    margin-top: 2.75rem !important;
  }
  .medium-margin-right-11 {
    margin-right: 2.75rem !important;
  }
  .medium-margin-bottom-11 {
    margin-bottom: 2.75rem !important;
  }
  .medium-margin-left-11 {
    margin-left: 2.75rem !important;
  }
  .medium-margin-horizontal-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .medium-margin-vertical-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .medium-padding-11 {
    padding: 2.75rem !important;
  }
  .medium-padding-top-11 {
    padding-top: 2.75rem !important;
  }
  .medium-padding-right-11 {
    padding-right: 2.75rem !important;
  }
  .medium-padding-bottom-11 {
    padding-bottom: 2.75rem !important;
  }
  .medium-padding-left-11 {
    padding-left: 2.75rem !important;
  }
  .medium-padding-horizontal-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .medium-padding-vertical-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-11 {
    margin: 2.75rem !important;
  }
  .large-margin-top-11 {
    margin-top: 2.75rem !important;
  }
  .large-margin-right-11 {
    margin-right: 2.75rem !important;
  }
  .large-margin-bottom-11 {
    margin-bottom: 2.75rem !important;
  }
  .large-margin-left-11 {
    margin-left: 2.75rem !important;
  }
  .large-margin-horizontal-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .large-margin-vertical-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .large-padding-11 {
    padding: 2.75rem !important;
  }
  .large-padding-top-11 {
    padding-top: 2.75rem !important;
  }
  .large-padding-right-11 {
    padding-right: 2.75rem !important;
  }
  .large-padding-bottom-11 {
    padding-bottom: 2.75rem !important;
  }
  .large-padding-left-11 {
    padding-left: 2.75rem !important;
  }
  .large-padding-horizontal-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .large-padding-vertical-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-11 {
    margin: 2.75rem !important;
  }
  .xlarge-margin-top-11 {
    margin-top: 2.75rem !important;
  }
  .xlarge-margin-right-11 {
    margin-right: 2.75rem !important;
  }
  .xlarge-margin-bottom-11 {
    margin-bottom: 2.75rem !important;
  }
  .xlarge-margin-left-11 {
    margin-left: 2.75rem !important;
  }
  .xlarge-margin-horizontal-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .xlarge-margin-vertical-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .xlarge-padding-11 {
    padding: 2.75rem !important;
  }
  .xlarge-padding-top-11 {
    padding-top: 2.75rem !important;
  }
  .xlarge-padding-right-11 {
    padding-right: 2.75rem !important;
  }
  .xlarge-padding-bottom-11 {
    padding-bottom: 2.75rem !important;
  }
  .xlarge-padding-left-11 {
    padding-left: 2.75rem !important;
  }
  .xlarge-padding-horizontal-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .xlarge-padding-vertical-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-11 {
    margin: 2.75rem !important;
  }
  .xxlarge-margin-top-11 {
    margin-top: 2.75rem !important;
  }
  .xxlarge-margin-right-11 {
    margin-right: 2.75rem !important;
  }
  .xxlarge-margin-bottom-11 {
    margin-bottom: 2.75rem !important;
  }
  .xxlarge-margin-left-11 {
    margin-left: 2.75rem !important;
  }
  .xxlarge-margin-horizontal-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .xxlarge-margin-vertical-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .xxlarge-padding-11 {
    padding: 2.75rem !important;
  }
  .xxlarge-padding-top-11 {
    padding-top: 2.75rem !important;
  }
  .xxlarge-padding-right-11 {
    padding-right: 2.75rem !important;
  }
  .xxlarge-padding-bottom-11 {
    padding-bottom: 2.75rem !important;
  }
  .xxlarge-padding-left-11 {
    padding-left: 2.75rem !important;
  }
  .xxlarge-padding-horizontal-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .xxlarge-padding-vertical-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-12 {
    margin: 3rem !important;
  }
  .medium-margin-top-12 {
    margin-top: 3rem !important;
  }
  .medium-margin-right-12 {
    margin-right: 3rem !important;
  }
  .medium-margin-bottom-12 {
    margin-bottom: 3rem !important;
  }
  .medium-margin-left-12 {
    margin-left: 3rem !important;
  }
  .medium-margin-horizontal-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .medium-margin-vertical-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .medium-padding-12 {
    padding: 3rem !important;
  }
  .medium-padding-top-12 {
    padding-top: 3rem !important;
  }
  .medium-padding-right-12 {
    padding-right: 3rem !important;
  }
  .medium-padding-bottom-12 {
    padding-bottom: 3rem !important;
  }
  .medium-padding-left-12 {
    padding-left: 3rem !important;
  }
  .medium-padding-horizontal-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .medium-padding-vertical-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-12 {
    margin: 3rem !important;
  }
  .large-margin-top-12 {
    margin-top: 3rem !important;
  }
  .large-margin-right-12 {
    margin-right: 3rem !important;
  }
  .large-margin-bottom-12 {
    margin-bottom: 3rem !important;
  }
  .large-margin-left-12 {
    margin-left: 3rem !important;
  }
  .large-margin-horizontal-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .large-margin-vertical-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .large-padding-12 {
    padding: 3rem !important;
  }
  .large-padding-top-12 {
    padding-top: 3rem !important;
  }
  .large-padding-right-12 {
    padding-right: 3rem !important;
  }
  .large-padding-bottom-12 {
    padding-bottom: 3rem !important;
  }
  .large-padding-left-12 {
    padding-left: 3rem !important;
  }
  .large-padding-horizontal-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .large-padding-vertical-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-12 {
    margin: 3rem !important;
  }
  .xlarge-margin-top-12 {
    margin-top: 3rem !important;
  }
  .xlarge-margin-right-12 {
    margin-right: 3rem !important;
  }
  .xlarge-margin-bottom-12 {
    margin-bottom: 3rem !important;
  }
  .xlarge-margin-left-12 {
    margin-left: 3rem !important;
  }
  .xlarge-margin-horizontal-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xlarge-margin-vertical-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xlarge-padding-12 {
    padding: 3rem !important;
  }
  .xlarge-padding-top-12 {
    padding-top: 3rem !important;
  }
  .xlarge-padding-right-12 {
    padding-right: 3rem !important;
  }
  .xlarge-padding-bottom-12 {
    padding-bottom: 3rem !important;
  }
  .xlarge-padding-left-12 {
    padding-left: 3rem !important;
  }
  .xlarge-padding-horizontal-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xlarge-padding-vertical-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-12 {
    margin: 3rem !important;
  }
  .xxlarge-margin-top-12 {
    margin-top: 3rem !important;
  }
  .xxlarge-margin-right-12 {
    margin-right: 3rem !important;
  }
  .xxlarge-margin-bottom-12 {
    margin-bottom: 3rem !important;
  }
  .xxlarge-margin-left-12 {
    margin-left: 3rem !important;
  }
  .xxlarge-margin-horizontal-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xxlarge-margin-vertical-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xxlarge-padding-12 {
    padding: 3rem !important;
  }
  .xxlarge-padding-top-12 {
    padding-top: 3rem !important;
  }
  .xxlarge-padding-right-12 {
    padding-right: 3rem !important;
  }
  .xxlarge-padding-bottom-12 {
    padding-bottom: 3rem !important;
  }
  .xxlarge-padding-left-12 {
    padding-left: 3rem !important;
  }
  .xxlarge-padding-horizontal-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xxlarge-padding-vertical-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-13 {
    margin: 3.25rem !important;
  }
  .medium-margin-top-13 {
    margin-top: 3.25rem !important;
  }
  .medium-margin-right-13 {
    margin-right: 3.25rem !important;
  }
  .medium-margin-bottom-13 {
    margin-bottom: 3.25rem !important;
  }
  .medium-margin-left-13 {
    margin-left: 3.25rem !important;
  }
  .medium-margin-horizontal-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .medium-margin-vertical-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .medium-padding-13 {
    padding: 3.25rem !important;
  }
  .medium-padding-top-13 {
    padding-top: 3.25rem !important;
  }
  .medium-padding-right-13 {
    padding-right: 3.25rem !important;
  }
  .medium-padding-bottom-13 {
    padding-bottom: 3.25rem !important;
  }
  .medium-padding-left-13 {
    padding-left: 3.25rem !important;
  }
  .medium-padding-horizontal-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .medium-padding-vertical-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-13 {
    margin: 3.25rem !important;
  }
  .large-margin-top-13 {
    margin-top: 3.25rem !important;
  }
  .large-margin-right-13 {
    margin-right: 3.25rem !important;
  }
  .large-margin-bottom-13 {
    margin-bottom: 3.25rem !important;
  }
  .large-margin-left-13 {
    margin-left: 3.25rem !important;
  }
  .large-margin-horizontal-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .large-margin-vertical-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .large-padding-13 {
    padding: 3.25rem !important;
  }
  .large-padding-top-13 {
    padding-top: 3.25rem !important;
  }
  .large-padding-right-13 {
    padding-right: 3.25rem !important;
  }
  .large-padding-bottom-13 {
    padding-bottom: 3.25rem !important;
  }
  .large-padding-left-13 {
    padding-left: 3.25rem !important;
  }
  .large-padding-horizontal-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .large-padding-vertical-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-13 {
    margin: 3.25rem !important;
  }
  .xlarge-margin-top-13 {
    margin-top: 3.25rem !important;
  }
  .xlarge-margin-right-13 {
    margin-right: 3.25rem !important;
  }
  .xlarge-margin-bottom-13 {
    margin-bottom: 3.25rem !important;
  }
  .xlarge-margin-left-13 {
    margin-left: 3.25rem !important;
  }
  .xlarge-margin-horizontal-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .xlarge-margin-vertical-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .xlarge-padding-13 {
    padding: 3.25rem !important;
  }
  .xlarge-padding-top-13 {
    padding-top: 3.25rem !important;
  }
  .xlarge-padding-right-13 {
    padding-right: 3.25rem !important;
  }
  .xlarge-padding-bottom-13 {
    padding-bottom: 3.25rem !important;
  }
  .xlarge-padding-left-13 {
    padding-left: 3.25rem !important;
  }
  .xlarge-padding-horizontal-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .xlarge-padding-vertical-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-13 {
    margin: 3.25rem !important;
  }
  .xxlarge-margin-top-13 {
    margin-top: 3.25rem !important;
  }
  .xxlarge-margin-right-13 {
    margin-right: 3.25rem !important;
  }
  .xxlarge-margin-bottom-13 {
    margin-bottom: 3.25rem !important;
  }
  .xxlarge-margin-left-13 {
    margin-left: 3.25rem !important;
  }
  .xxlarge-margin-horizontal-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .xxlarge-margin-vertical-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .xxlarge-padding-13 {
    padding: 3.25rem !important;
  }
  .xxlarge-padding-top-13 {
    padding-top: 3.25rem !important;
  }
  .xxlarge-padding-right-13 {
    padding-right: 3.25rem !important;
  }
  .xxlarge-padding-bottom-13 {
    padding-bottom: 3.25rem !important;
  }
  .xxlarge-padding-left-13 {
    padding-left: 3.25rem !important;
  }
  .xxlarge-padding-horizontal-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .xxlarge-padding-vertical-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-14 {
    margin: 3.5rem !important;
  }
  .medium-margin-top-14 {
    margin-top: 3.5rem !important;
  }
  .medium-margin-right-14 {
    margin-right: 3.5rem !important;
  }
  .medium-margin-bottom-14, .home-heroshot, .video-full {
    margin-bottom: 3.5rem !important;
  }
  .medium-margin-left-14 {
    margin-left: 3.5rem !important;
  }
  .medium-margin-horizontal-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .medium-margin-vertical-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .medium-padding-14 {
    padding: 3.5rem !important;
  }
  .medium-padding-top-14 {
    padding-top: 3.5rem !important;
  }
  .medium-padding-right-14 {
    padding-right: 3.5rem !important;
  }
  .medium-padding-bottom-14 {
    padding-bottom: 3.5rem !important;
  }
  .medium-padding-left-14 {
    padding-left: 3.5rem !important;
  }
  .medium-padding-horizontal-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .medium-padding-vertical-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-14 {
    margin: 3.5rem !important;
  }
  .large-margin-top-14 {
    margin-top: 3.5rem !important;
  }
  .large-margin-right-14 {
    margin-right: 3.5rem !important;
  }
  .large-margin-bottom-14 {
    margin-bottom: 3.5rem !important;
  }
  .large-margin-left-14 {
    margin-left: 3.5rem !important;
  }
  .large-margin-horizontal-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .large-margin-vertical-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .large-padding-14 {
    padding: 3.5rem !important;
  }
  .large-padding-top-14 {
    padding-top: 3.5rem !important;
  }
  .large-padding-right-14 {
    padding-right: 3.5rem !important;
  }
  .large-padding-bottom-14 {
    padding-bottom: 3.5rem !important;
  }
  .large-padding-left-14 {
    padding-left: 3.5rem !important;
  }
  .large-padding-horizontal-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .large-padding-vertical-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-14 {
    margin: 3.5rem !important;
  }
  .xlarge-margin-top-14 {
    margin-top: 3.5rem !important;
  }
  .xlarge-margin-right-14 {
    margin-right: 3.5rem !important;
  }
  .xlarge-margin-bottom-14 {
    margin-bottom: 3.5rem !important;
  }
  .xlarge-margin-left-14 {
    margin-left: 3.5rem !important;
  }
  .xlarge-margin-horizontal-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .xlarge-margin-vertical-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xlarge-padding-14 {
    padding: 3.5rem !important;
  }
  .xlarge-padding-top-14 {
    padding-top: 3.5rem !important;
  }
  .xlarge-padding-right-14 {
    padding-right: 3.5rem !important;
  }
  .xlarge-padding-bottom-14 {
    padding-bottom: 3.5rem !important;
  }
  .xlarge-padding-left-14 {
    padding-left: 3.5rem !important;
  }
  .xlarge-padding-horizontal-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .xlarge-padding-vertical-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-14 {
    margin: 3.5rem !important;
  }
  .xxlarge-margin-top-14 {
    margin-top: 3.5rem !important;
  }
  .xxlarge-margin-right-14 {
    margin-right: 3.5rem !important;
  }
  .xxlarge-margin-bottom-14 {
    margin-bottom: 3.5rem !important;
  }
  .xxlarge-margin-left-14 {
    margin-left: 3.5rem !important;
  }
  .xxlarge-margin-horizontal-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .xxlarge-margin-vertical-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .xxlarge-padding-14 {
    padding: 3.5rem !important;
  }
  .xxlarge-padding-top-14 {
    padding-top: 3.5rem !important;
  }
  .xxlarge-padding-right-14 {
    padding-right: 3.5rem !important;
  }
  .xxlarge-padding-bottom-14 {
    padding-bottom: 3.5rem !important;
  }
  .xxlarge-padding-left-14 {
    padding-left: 3.5rem !important;
  }
  .xxlarge-padding-horizontal-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .xxlarge-padding-vertical-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-15 {
    margin: 3.75rem !important;
  }
  .medium-margin-top-15 {
    margin-top: 3.75rem !important;
  }
  .medium-margin-right-15 {
    margin-right: 3.75rem !important;
  }
  .medium-margin-bottom-15 {
    margin-bottom: 3.75rem !important;
  }
  .medium-margin-left-15 {
    margin-left: 3.75rem !important;
  }
  .medium-margin-horizontal-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .medium-margin-vertical-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .medium-padding-15 {
    padding: 3.75rem !important;
  }
  .medium-padding-top-15 {
    padding-top: 3.75rem !important;
  }
  .medium-padding-right-15 {
    padding-right: 3.75rem !important;
  }
  .medium-padding-bottom-15 {
    padding-bottom: 3.75rem !important;
  }
  .medium-padding-left-15 {
    padding-left: 3.75rem !important;
  }
  .medium-padding-horizontal-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .medium-padding-vertical-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-15 {
    margin: 3.75rem !important;
  }
  .large-margin-top-15 {
    margin-top: 3.75rem !important;
  }
  .large-margin-right-15 {
    margin-right: 3.75rem !important;
  }
  .large-margin-bottom-15 {
    margin-bottom: 3.75rem !important;
  }
  .large-margin-left-15 {
    margin-left: 3.75rem !important;
  }
  .large-margin-horizontal-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .large-margin-vertical-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .large-padding-15 {
    padding: 3.75rem !important;
  }
  .large-padding-top-15 {
    padding-top: 3.75rem !important;
  }
  .large-padding-right-15 {
    padding-right: 3.75rem !important;
  }
  .large-padding-bottom-15 {
    padding-bottom: 3.75rem !important;
  }
  .large-padding-left-15 {
    padding-left: 3.75rem !important;
  }
  .large-padding-horizontal-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .large-padding-vertical-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-15 {
    margin: 3.75rem !important;
  }
  .xlarge-margin-top-15 {
    margin-top: 3.75rem !important;
  }
  .xlarge-margin-right-15 {
    margin-right: 3.75rem !important;
  }
  .xlarge-margin-bottom-15 {
    margin-bottom: 3.75rem !important;
  }
  .xlarge-margin-left-15 {
    margin-left: 3.75rem !important;
  }
  .xlarge-margin-horizontal-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .xlarge-margin-vertical-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xlarge-padding-15 {
    padding: 3.75rem !important;
  }
  .xlarge-padding-top-15 {
    padding-top: 3.75rem !important;
  }
  .xlarge-padding-right-15 {
    padding-right: 3.75rem !important;
  }
  .xlarge-padding-bottom-15 {
    padding-bottom: 3.75rem !important;
  }
  .xlarge-padding-left-15 {
    padding-left: 3.75rem !important;
  }
  .xlarge-padding-horizontal-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .xlarge-padding-vertical-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-15 {
    margin: 3.75rem !important;
  }
  .xxlarge-margin-top-15 {
    margin-top: 3.75rem !important;
  }
  .xxlarge-margin-right-15 {
    margin-right: 3.75rem !important;
  }
  .xxlarge-margin-bottom-15 {
    margin-bottom: 3.75rem !important;
  }
  .xxlarge-margin-left-15 {
    margin-left: 3.75rem !important;
  }
  .xxlarge-margin-horizontal-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .xxlarge-margin-vertical-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .xxlarge-padding-15 {
    padding: 3.75rem !important;
  }
  .xxlarge-padding-top-15 {
    padding-top: 3.75rem !important;
  }
  .xxlarge-padding-right-15 {
    padding-right: 3.75rem !important;
  }
  .xxlarge-padding-bottom-15 {
    padding-bottom: 3.75rem !important;
  }
  .xxlarge-padding-left-15 {
    padding-left: 3.75rem !important;
  }
  .xxlarge-padding-horizontal-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .xxlarge-padding-vertical-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-16 {
    margin: 4rem !important;
  }
  .medium-margin-top-16 {
    margin-top: 4rem !important;
  }
  .medium-margin-right-16 {
    margin-right: 4rem !important;
  }
  .medium-margin-bottom-16 {
    margin-bottom: 4rem !important;
  }
  .medium-margin-left-16 {
    margin-left: 4rem !important;
  }
  .medium-margin-horizontal-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .medium-margin-vertical-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .medium-padding-16 {
    padding: 4rem !important;
  }
  .medium-padding-top-16 {
    padding-top: 4rem !important;
  }
  .medium-padding-right-16 {
    padding-right: 4rem !important;
  }
  .medium-padding-bottom-16 {
    padding-bottom: 4rem !important;
  }
  .medium-padding-left-16 {
    padding-left: 4rem !important;
  }
  .medium-padding-horizontal-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .medium-padding-vertical-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-16 {
    margin: 4rem !important;
  }
  .large-margin-top-16 {
    margin-top: 4rem !important;
  }
  .large-margin-right-16 {
    margin-right: 4rem !important;
  }
  .large-margin-bottom-16 {
    margin-bottom: 4rem !important;
  }
  .large-margin-left-16 {
    margin-left: 4rem !important;
  }
  .large-margin-horizontal-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .large-margin-vertical-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .large-padding-16 {
    padding: 4rem !important;
  }
  .large-padding-top-16 {
    padding-top: 4rem !important;
  }
  .large-padding-right-16 {
    padding-right: 4rem !important;
  }
  .large-padding-bottom-16 {
    padding-bottom: 4rem !important;
  }
  .large-padding-left-16 {
    padding-left: 4rem !important;
  }
  .large-padding-horizontal-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .large-padding-vertical-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-16 {
    margin: 4rem !important;
  }
  .xlarge-margin-top-16 {
    margin-top: 4rem !important;
  }
  .xlarge-margin-right-16 {
    margin-right: 4rem !important;
  }
  .xlarge-margin-bottom-16 {
    margin-bottom: 4rem !important;
  }
  .xlarge-margin-left-16 {
    margin-left: 4rem !important;
  }
  .xlarge-margin-horizontal-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .xlarge-margin-vertical-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xlarge-padding-16 {
    padding: 4rem !important;
  }
  .xlarge-padding-top-16 {
    padding-top: 4rem !important;
  }
  .xlarge-padding-right-16 {
    padding-right: 4rem !important;
  }
  .xlarge-padding-bottom-16 {
    padding-bottom: 4rem !important;
  }
  .xlarge-padding-left-16 {
    padding-left: 4rem !important;
  }
  .xlarge-padding-horizontal-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .xlarge-padding-vertical-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-16 {
    margin: 4rem !important;
  }
  .xxlarge-margin-top-16 {
    margin-top: 4rem !important;
  }
  .xxlarge-margin-right-16 {
    margin-right: 4rem !important;
  }
  .xxlarge-margin-bottom-16 {
    margin-bottom: 4rem !important;
  }
  .xxlarge-margin-left-16 {
    margin-left: 4rem !important;
  }
  .xxlarge-margin-horizontal-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .xxlarge-margin-vertical-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xxlarge-padding-16 {
    padding: 4rem !important;
  }
  .xxlarge-padding-top-16 {
    padding-top: 4rem !important;
  }
  .xxlarge-padding-right-16 {
    padding-right: 4rem !important;
  }
  .xxlarge-padding-bottom-16 {
    padding-bottom: 4rem !important;
  }
  .xxlarge-padding-left-16 {
    padding-left: 4rem !important;
  }
  .xxlarge-padding-horizontal-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .xxlarge-padding-vertical-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-17 {
    margin: 4.25rem !important;
  }
  .medium-margin-top-17 {
    margin-top: 4.25rem !important;
  }
  .medium-margin-right-17 {
    margin-right: 4.25rem !important;
  }
  .medium-margin-bottom-17 {
    margin-bottom: 4.25rem !important;
  }
  .medium-margin-left-17 {
    margin-left: 4.25rem !important;
  }
  .medium-margin-horizontal-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .medium-margin-vertical-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .medium-padding-17 {
    padding: 4.25rem !important;
  }
  .medium-padding-top-17 {
    padding-top: 4.25rem !important;
  }
  .medium-padding-right-17 {
    padding-right: 4.25rem !important;
  }
  .medium-padding-bottom-17 {
    padding-bottom: 4.25rem !important;
  }
  .medium-padding-left-17 {
    padding-left: 4.25rem !important;
  }
  .medium-padding-horizontal-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .medium-padding-vertical-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-17 {
    margin: 4.25rem !important;
  }
  .large-margin-top-17 {
    margin-top: 4.25rem !important;
  }
  .large-margin-right-17 {
    margin-right: 4.25rem !important;
  }
  .large-margin-bottom-17 {
    margin-bottom: 4.25rem !important;
  }
  .large-margin-left-17 {
    margin-left: 4.25rem !important;
  }
  .large-margin-horizontal-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .large-margin-vertical-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .large-padding-17 {
    padding: 4.25rem !important;
  }
  .large-padding-top-17 {
    padding-top: 4.25rem !important;
  }
  .large-padding-right-17 {
    padding-right: 4.25rem !important;
  }
  .large-padding-bottom-17 {
    padding-bottom: 4.25rem !important;
  }
  .large-padding-left-17 {
    padding-left: 4.25rem !important;
  }
  .large-padding-horizontal-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .large-padding-vertical-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-17 {
    margin: 4.25rem !important;
  }
  .xlarge-margin-top-17 {
    margin-top: 4.25rem !important;
  }
  .xlarge-margin-right-17 {
    margin-right: 4.25rem !important;
  }
  .xlarge-margin-bottom-17 {
    margin-bottom: 4.25rem !important;
  }
  .xlarge-margin-left-17 {
    margin-left: 4.25rem !important;
  }
  .xlarge-margin-horizontal-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .xlarge-margin-vertical-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .xlarge-padding-17 {
    padding: 4.25rem !important;
  }
  .xlarge-padding-top-17 {
    padding-top: 4.25rem !important;
  }
  .xlarge-padding-right-17 {
    padding-right: 4.25rem !important;
  }
  .xlarge-padding-bottom-17 {
    padding-bottom: 4.25rem !important;
  }
  .xlarge-padding-left-17 {
    padding-left: 4.25rem !important;
  }
  .xlarge-padding-horizontal-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .xlarge-padding-vertical-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-17 {
    margin: 4.25rem !important;
  }
  .xxlarge-margin-top-17 {
    margin-top: 4.25rem !important;
  }
  .xxlarge-margin-right-17 {
    margin-right: 4.25rem !important;
  }
  .xxlarge-margin-bottom-17 {
    margin-bottom: 4.25rem !important;
  }
  .xxlarge-margin-left-17 {
    margin-left: 4.25rem !important;
  }
  .xxlarge-margin-horizontal-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .xxlarge-margin-vertical-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .xxlarge-padding-17 {
    padding: 4.25rem !important;
  }
  .xxlarge-padding-top-17 {
    padding-top: 4.25rem !important;
  }
  .xxlarge-padding-right-17 {
    padding-right: 4.25rem !important;
  }
  .xxlarge-padding-bottom-17 {
    padding-bottom: 4.25rem !important;
  }
  .xxlarge-padding-left-17 {
    padding-left: 4.25rem !important;
  }
  .xxlarge-padding-horizontal-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .xxlarge-padding-vertical-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-18 {
    margin: 4.5rem !important;
  }
  .medium-margin-top-18 {
    margin-top: 4.5rem !important;
  }
  .medium-margin-right-18 {
    margin-right: 4.5rem !important;
  }
  .medium-margin-bottom-18 {
    margin-bottom: 4.5rem !important;
  }
  .medium-margin-left-18 {
    margin-left: 4.5rem !important;
  }
  .medium-margin-horizontal-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .medium-margin-vertical-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .medium-padding-18 {
    padding: 4.5rem !important;
  }
  .medium-padding-top-18, .agency-intro {
    padding-top: 4.5rem !important;
  }
  .medium-padding-right-18 {
    padding-right: 4.5rem !important;
  }
  .medium-padding-bottom-18 {
    padding-bottom: 4.5rem !important;
  }
  .medium-padding-left-18 {
    padding-left: 4.5rem !important;
  }
  .medium-padding-horizontal-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .medium-padding-vertical-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-18 {
    margin: 4.5rem !important;
  }
  .large-margin-top-18, .project-image, .project-title-text {
    margin-top: 4.5rem !important;
  }
  .large-margin-right-18 {
    margin-right: 4.5rem !important;
  }
  .large-margin-bottom-18, .project-image, .project-title-text {
    margin-bottom: 4.5rem !important;
  }
  .large-margin-left-18 {
    margin-left: 4.5rem !important;
  }
  .large-margin-horizontal-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .large-margin-vertical-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .large-padding-18 {
    padding: 4.5rem !important;
  }
  .large-padding-top-18 {
    padding-top: 4.5rem !important;
  }
  .large-padding-right-18 {
    padding-right: 4.5rem !important;
  }
  .large-padding-bottom-18 {
    padding-bottom: 4.5rem !important;
  }
  .large-padding-left-18 {
    padding-left: 4.5rem !important;
  }
  .large-padding-horizontal-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .large-padding-vertical-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-18 {
    margin: 4.5rem !important;
  }
  .xlarge-margin-top-18 {
    margin-top: 4.5rem !important;
  }
  .xlarge-margin-right-18 {
    margin-right: 4.5rem !important;
  }
  .xlarge-margin-bottom-18 {
    margin-bottom: 4.5rem !important;
  }
  .xlarge-margin-left-18 {
    margin-left: 4.5rem !important;
  }
  .xlarge-margin-horizontal-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .xlarge-margin-vertical-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xlarge-padding-18 {
    padding: 4.5rem !important;
  }
  .xlarge-padding-top-18 {
    padding-top: 4.5rem !important;
  }
  .xlarge-padding-right-18 {
    padding-right: 4.5rem !important;
  }
  .xlarge-padding-bottom-18 {
    padding-bottom: 4.5rem !important;
  }
  .xlarge-padding-left-18 {
    padding-left: 4.5rem !important;
  }
  .xlarge-padding-horizontal-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .xlarge-padding-vertical-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-18 {
    margin: 4.5rem !important;
  }
  .xxlarge-margin-top-18 {
    margin-top: 4.5rem !important;
  }
  .xxlarge-margin-right-18 {
    margin-right: 4.5rem !important;
  }
  .xxlarge-margin-bottom-18 {
    margin-bottom: 4.5rem !important;
  }
  .xxlarge-margin-left-18 {
    margin-left: 4.5rem !important;
  }
  .xxlarge-margin-horizontal-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .xxlarge-margin-vertical-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .xxlarge-padding-18 {
    padding: 4.5rem !important;
  }
  .xxlarge-padding-top-18 {
    padding-top: 4.5rem !important;
  }
  .xxlarge-padding-right-18 {
    padding-right: 4.5rem !important;
  }
  .xxlarge-padding-bottom-18 {
    padding-bottom: 4.5rem !important;
  }
  .xxlarge-padding-left-18 {
    padding-left: 4.5rem !important;
  }
  .xxlarge-padding-horizontal-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .xxlarge-padding-vertical-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-19 {
    margin: 4.75rem !important;
  }
  .medium-margin-top-19 {
    margin-top: 4.75rem !important;
  }
  .medium-margin-right-19 {
    margin-right: 4.75rem !important;
  }
  .medium-margin-bottom-19 {
    margin-bottom: 4.75rem !important;
  }
  .medium-margin-left-19 {
    margin-left: 4.75rem !important;
  }
  .medium-margin-horizontal-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .medium-margin-vertical-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .medium-padding-19 {
    padding: 4.75rem !important;
  }
  .medium-padding-top-19 {
    padding-top: 4.75rem !important;
  }
  .medium-padding-right-19 {
    padding-right: 4.75rem !important;
  }
  .medium-padding-bottom-19 {
    padding-bottom: 4.75rem !important;
  }
  .medium-padding-left-19 {
    padding-left: 4.75rem !important;
  }
  .medium-padding-horizontal-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .medium-padding-vertical-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-19 {
    margin: 4.75rem !important;
  }
  .large-margin-top-19 {
    margin-top: 4.75rem !important;
  }
  .large-margin-right-19 {
    margin-right: 4.75rem !important;
  }
  .large-margin-bottom-19 {
    margin-bottom: 4.75rem !important;
  }
  .large-margin-left-19 {
    margin-left: 4.75rem !important;
  }
  .large-margin-horizontal-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .large-margin-vertical-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .large-padding-19 {
    padding: 4.75rem !important;
  }
  .large-padding-top-19 {
    padding-top: 4.75rem !important;
  }
  .large-padding-right-19 {
    padding-right: 4.75rem !important;
  }
  .large-padding-bottom-19 {
    padding-bottom: 4.75rem !important;
  }
  .large-padding-left-19 {
    padding-left: 4.75rem !important;
  }
  .large-padding-horizontal-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .large-padding-vertical-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-19 {
    margin: 4.75rem !important;
  }
  .xlarge-margin-top-19 {
    margin-top: 4.75rem !important;
  }
  .xlarge-margin-right-19 {
    margin-right: 4.75rem !important;
  }
  .xlarge-margin-bottom-19 {
    margin-bottom: 4.75rem !important;
  }
  .xlarge-margin-left-19 {
    margin-left: 4.75rem !important;
  }
  .xlarge-margin-horizontal-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .xlarge-margin-vertical-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .xlarge-padding-19 {
    padding: 4.75rem !important;
  }
  .xlarge-padding-top-19 {
    padding-top: 4.75rem !important;
  }
  .xlarge-padding-right-19 {
    padding-right: 4.75rem !important;
  }
  .xlarge-padding-bottom-19 {
    padding-bottom: 4.75rem !important;
  }
  .xlarge-padding-left-19 {
    padding-left: 4.75rem !important;
  }
  .xlarge-padding-horizontal-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .xlarge-padding-vertical-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-19 {
    margin: 4.75rem !important;
  }
  .xxlarge-margin-top-19 {
    margin-top: 4.75rem !important;
  }
  .xxlarge-margin-right-19 {
    margin-right: 4.75rem !important;
  }
  .xxlarge-margin-bottom-19 {
    margin-bottom: 4.75rem !important;
  }
  .xxlarge-margin-left-19 {
    margin-left: 4.75rem !important;
  }
  .xxlarge-margin-horizontal-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .xxlarge-margin-vertical-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .xxlarge-padding-19 {
    padding: 4.75rem !important;
  }
  .xxlarge-padding-top-19 {
    padding-top: 4.75rem !important;
  }
  .xxlarge-padding-right-19 {
    padding-right: 4.75rem !important;
  }
  .xxlarge-padding-bottom-19 {
    padding-bottom: 4.75rem !important;
  }
  .xxlarge-padding-left-19 {
    padding-left: 4.75rem !important;
  }
  .xxlarge-padding-horizontal-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .xxlarge-padding-vertical-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-20 {
    margin: 5rem !important;
  }
  .medium-margin-top-20 {
    margin-top: 5rem !important;
  }
  .medium-margin-right-20 {
    margin-right: 5rem !important;
  }
  .medium-margin-bottom-20 {
    margin-bottom: 5rem !important;
  }
  .medium-margin-left-20 {
    margin-left: 5rem !important;
  }
  .medium-margin-horizontal-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .medium-margin-vertical-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .medium-padding-20 {
    padding: 5rem !important;
  }
  .medium-padding-top-20 {
    padding-top: 5rem !important;
  }
  .medium-padding-right-20 {
    padding-right: 5rem !important;
  }
  .medium-padding-bottom-20 {
    padding-bottom: 5rem !important;
  }
  .medium-padding-left-20 {
    padding-left: 5rem !important;
  }
  .medium-padding-horizontal-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .medium-padding-vertical-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-20 {
    margin: 5rem !important;
  }
  .large-margin-top-20 {
    margin-top: 5rem !important;
  }
  .large-margin-right-20 {
    margin-right: 5rem !important;
  }
  .large-margin-bottom-20 {
    margin-bottom: 5rem !important;
  }
  .large-margin-left-20 {
    margin-left: 5rem !important;
  }
  .large-margin-horizontal-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .large-margin-vertical-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .large-padding-20 {
    padding: 5rem !important;
  }
  .large-padding-top-20 {
    padding-top: 5rem !important;
  }
  .large-padding-right-20 {
    padding-right: 5rem !important;
  }
  .large-padding-bottom-20 {
    padding-bottom: 5rem !important;
  }
  .large-padding-left-20 {
    padding-left: 5rem !important;
  }
  .large-padding-horizontal-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .large-padding-vertical-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-20 {
    margin: 5rem !important;
  }
  .xlarge-margin-top-20 {
    margin-top: 5rem !important;
  }
  .xlarge-margin-right-20 {
    margin-right: 5rem !important;
  }
  .xlarge-margin-bottom-20 {
    margin-bottom: 5rem !important;
  }
  .xlarge-margin-left-20 {
    margin-left: 5rem !important;
  }
  .xlarge-margin-horizontal-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xlarge-margin-vertical-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xlarge-padding-20 {
    padding: 5rem !important;
  }
  .xlarge-padding-top-20 {
    padding-top: 5rem !important;
  }
  .xlarge-padding-right-20 {
    padding-right: 5rem !important;
  }
  .xlarge-padding-bottom-20 {
    padding-bottom: 5rem !important;
  }
  .xlarge-padding-left-20 {
    padding-left: 5rem !important;
  }
  .xlarge-padding-horizontal-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xlarge-padding-vertical-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-20 {
    margin: 5rem !important;
  }
  .xxlarge-margin-top-20 {
    margin-top: 5rem !important;
  }
  .xxlarge-margin-right-20 {
    margin-right: 5rem !important;
  }
  .xxlarge-margin-bottom-20 {
    margin-bottom: 5rem !important;
  }
  .xxlarge-margin-left-20 {
    margin-left: 5rem !important;
  }
  .xxlarge-margin-horizontal-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .xxlarge-margin-vertical-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xxlarge-padding-20 {
    padding: 5rem !important;
  }
  .xxlarge-padding-top-20 {
    padding-top: 5rem !important;
  }
  .xxlarge-padding-right-20 {
    padding-right: 5rem !important;
  }
  .xxlarge-padding-bottom-20 {
    padding-bottom: 5rem !important;
  }
  .xxlarge-padding-left-20 {
    padding-left: 5rem !important;
  }
  .xxlarge-padding-horizontal-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .xxlarge-padding-vertical-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-21 {
    margin: 5.25rem !important;
  }
  .medium-margin-top-21 {
    margin-top: 5.25rem !important;
  }
  .medium-margin-right-21 {
    margin-right: 5.25rem !important;
  }
  .medium-margin-bottom-21 {
    margin-bottom: 5.25rem !important;
  }
  .medium-margin-left-21 {
    margin-left: 5.25rem !important;
  }
  .medium-margin-horizontal-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .medium-margin-vertical-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .medium-padding-21 {
    padding: 5.25rem !important;
  }
  .medium-padding-top-21 {
    padding-top: 5.25rem !important;
  }
  .medium-padding-right-21 {
    padding-right: 5.25rem !important;
  }
  .medium-padding-bottom-21 {
    padding-bottom: 5.25rem !important;
  }
  .medium-padding-left-21 {
    padding-left: 5.25rem !important;
  }
  .medium-padding-horizontal-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .medium-padding-vertical-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-21 {
    margin: 5.25rem !important;
  }
  .large-margin-top-21 {
    margin-top: 5.25rem !important;
  }
  .large-margin-right-21 {
    margin-right: 5.25rem !important;
  }
  .large-margin-bottom-21 {
    margin-bottom: 5.25rem !important;
  }
  .large-margin-left-21 {
    margin-left: 5.25rem !important;
  }
  .large-margin-horizontal-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .large-margin-vertical-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .large-padding-21 {
    padding: 5.25rem !important;
  }
  .large-padding-top-21 {
    padding-top: 5.25rem !important;
  }
  .large-padding-right-21 {
    padding-right: 5.25rem !important;
  }
  .large-padding-bottom-21 {
    padding-bottom: 5.25rem !important;
  }
  .large-padding-left-21 {
    padding-left: 5.25rem !important;
  }
  .large-padding-horizontal-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .large-padding-vertical-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-21 {
    margin: 5.25rem !important;
  }
  .xlarge-margin-top-21 {
    margin-top: 5.25rem !important;
  }
  .xlarge-margin-right-21 {
    margin-right: 5.25rem !important;
  }
  .xlarge-margin-bottom-21 {
    margin-bottom: 5.25rem !important;
  }
  .xlarge-margin-left-21 {
    margin-left: 5.25rem !important;
  }
  .xlarge-margin-horizontal-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .xlarge-margin-vertical-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .xlarge-padding-21 {
    padding: 5.25rem !important;
  }
  .xlarge-padding-top-21 {
    padding-top: 5.25rem !important;
  }
  .xlarge-padding-right-21 {
    padding-right: 5.25rem !important;
  }
  .xlarge-padding-bottom-21 {
    padding-bottom: 5.25rem !important;
  }
  .xlarge-padding-left-21 {
    padding-left: 5.25rem !important;
  }
  .xlarge-padding-horizontal-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .xlarge-padding-vertical-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-21 {
    margin: 5.25rem !important;
  }
  .xxlarge-margin-top-21 {
    margin-top: 5.25rem !important;
  }
  .xxlarge-margin-right-21 {
    margin-right: 5.25rem !important;
  }
  .xxlarge-margin-bottom-21 {
    margin-bottom: 5.25rem !important;
  }
  .xxlarge-margin-left-21 {
    margin-left: 5.25rem !important;
  }
  .xxlarge-margin-horizontal-21 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .xxlarge-margin-vertical-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .xxlarge-padding-21 {
    padding: 5.25rem !important;
  }
  .xxlarge-padding-top-21 {
    padding-top: 5.25rem !important;
  }
  .xxlarge-padding-right-21 {
    padding-right: 5.25rem !important;
  }
  .xxlarge-padding-bottom-21 {
    padding-bottom: 5.25rem !important;
  }
  .xxlarge-padding-left-21 {
    padding-left: 5.25rem !important;
  }
  .xxlarge-padding-horizontal-21 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .xxlarge-padding-vertical-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-22 {
    margin: 5.5rem !important;
  }
  .medium-margin-top-22 {
    margin-top: 5.5rem !important;
  }
  .medium-margin-right-22 {
    margin-right: 5.5rem !important;
  }
  .medium-margin-bottom-22 {
    margin-bottom: 5.5rem !important;
  }
  .medium-margin-left-22 {
    margin-left: 5.5rem !important;
  }
  .medium-margin-horizontal-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .medium-margin-vertical-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .medium-padding-22 {
    padding: 5.5rem !important;
  }
  .medium-padding-top-22 {
    padding-top: 5.5rem !important;
  }
  .medium-padding-right-22 {
    padding-right: 5.5rem !important;
  }
  .medium-padding-bottom-22 {
    padding-bottom: 5.5rem !important;
  }
  .medium-padding-left-22 {
    padding-left: 5.5rem !important;
  }
  .medium-padding-horizontal-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .medium-padding-vertical-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-22 {
    margin: 5.5rem !important;
  }
  .large-margin-top-22 {
    margin-top: 5.5rem !important;
  }
  .large-margin-right-22 {
    margin-right: 5.5rem !important;
  }
  .large-margin-bottom-22 {
    margin-bottom: 5.5rem !important;
  }
  .large-margin-left-22 {
    margin-left: 5.5rem !important;
  }
  .large-margin-horizontal-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .large-margin-vertical-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .large-padding-22 {
    padding: 5.5rem !important;
  }
  .large-padding-top-22 {
    padding-top: 5.5rem !important;
  }
  .large-padding-right-22 {
    padding-right: 5.5rem !important;
  }
  .large-padding-bottom-22 {
    padding-bottom: 5.5rem !important;
  }
  .large-padding-left-22 {
    padding-left: 5.5rem !important;
  }
  .large-padding-horizontal-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .large-padding-vertical-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-22 {
    margin: 5.5rem !important;
  }
  .xlarge-margin-top-22 {
    margin-top: 5.5rem !important;
  }
  .xlarge-margin-right-22 {
    margin-right: 5.5rem !important;
  }
  .xlarge-margin-bottom-22 {
    margin-bottom: 5.5rem !important;
  }
  .xlarge-margin-left-22 {
    margin-left: 5.5rem !important;
  }
  .xlarge-margin-horizontal-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .xlarge-margin-vertical-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .xlarge-padding-22 {
    padding: 5.5rem !important;
  }
  .xlarge-padding-top-22 {
    padding-top: 5.5rem !important;
  }
  .xlarge-padding-right-22 {
    padding-right: 5.5rem !important;
  }
  .xlarge-padding-bottom-22 {
    padding-bottom: 5.5rem !important;
  }
  .xlarge-padding-left-22 {
    padding-left: 5.5rem !important;
  }
  .xlarge-padding-horizontal-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .xlarge-padding-vertical-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-22 {
    margin: 5.5rem !important;
  }
  .xxlarge-margin-top-22 {
    margin-top: 5.5rem !important;
  }
  .xxlarge-margin-right-22 {
    margin-right: 5.5rem !important;
  }
  .xxlarge-margin-bottom-22 {
    margin-bottom: 5.5rem !important;
  }
  .xxlarge-margin-left-22 {
    margin-left: 5.5rem !important;
  }
  .xxlarge-margin-horizontal-22 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .xxlarge-margin-vertical-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .xxlarge-padding-22 {
    padding: 5.5rem !important;
  }
  .xxlarge-padding-top-22 {
    padding-top: 5.5rem !important;
  }
  .xxlarge-padding-right-22 {
    padding-right: 5.5rem !important;
  }
  .xxlarge-padding-bottom-22 {
    padding-bottom: 5.5rem !important;
  }
  .xxlarge-padding-left-22 {
    padding-left: 5.5rem !important;
  }
  .xxlarge-padding-horizontal-22 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .xxlarge-padding-vertical-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-23 {
    margin: 5.75rem !important;
  }
  .medium-margin-top-23 {
    margin-top: 5.75rem !important;
  }
  .medium-margin-right-23 {
    margin-right: 5.75rem !important;
  }
  .medium-margin-bottom-23 {
    margin-bottom: 5.75rem !important;
  }
  .medium-margin-left-23 {
    margin-left: 5.75rem !important;
  }
  .medium-margin-horizontal-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .medium-margin-vertical-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .medium-padding-23 {
    padding: 5.75rem !important;
  }
  .medium-padding-top-23 {
    padding-top: 5.75rem !important;
  }
  .medium-padding-right-23 {
    padding-right: 5.75rem !important;
  }
  .medium-padding-bottom-23 {
    padding-bottom: 5.75rem !important;
  }
  .medium-padding-left-23 {
    padding-left: 5.75rem !important;
  }
  .medium-padding-horizontal-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .medium-padding-vertical-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-23 {
    margin: 5.75rem !important;
  }
  .large-margin-top-23 {
    margin-top: 5.75rem !important;
  }
  .large-margin-right-23 {
    margin-right: 5.75rem !important;
  }
  .large-margin-bottom-23 {
    margin-bottom: 5.75rem !important;
  }
  .large-margin-left-23 {
    margin-left: 5.75rem !important;
  }
  .large-margin-horizontal-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .large-margin-vertical-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .large-padding-23 {
    padding: 5.75rem !important;
  }
  .large-padding-top-23 {
    padding-top: 5.75rem !important;
  }
  .large-padding-right-23 {
    padding-right: 5.75rem !important;
  }
  .large-padding-bottom-23 {
    padding-bottom: 5.75rem !important;
  }
  .large-padding-left-23 {
    padding-left: 5.75rem !important;
  }
  .large-padding-horizontal-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .large-padding-vertical-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-23 {
    margin: 5.75rem !important;
  }
  .xlarge-margin-top-23 {
    margin-top: 5.75rem !important;
  }
  .xlarge-margin-right-23 {
    margin-right: 5.75rem !important;
  }
  .xlarge-margin-bottom-23 {
    margin-bottom: 5.75rem !important;
  }
  .xlarge-margin-left-23 {
    margin-left: 5.75rem !important;
  }
  .xlarge-margin-horizontal-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .xlarge-margin-vertical-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .xlarge-padding-23 {
    padding: 5.75rem !important;
  }
  .xlarge-padding-top-23 {
    padding-top: 5.75rem !important;
  }
  .xlarge-padding-right-23 {
    padding-right: 5.75rem !important;
  }
  .xlarge-padding-bottom-23 {
    padding-bottom: 5.75rem !important;
  }
  .xlarge-padding-left-23 {
    padding-left: 5.75rem !important;
  }
  .xlarge-padding-horizontal-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .xlarge-padding-vertical-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-23 {
    margin: 5.75rem !important;
  }
  .xxlarge-margin-top-23 {
    margin-top: 5.75rem !important;
  }
  .xxlarge-margin-right-23 {
    margin-right: 5.75rem !important;
  }
  .xxlarge-margin-bottom-23 {
    margin-bottom: 5.75rem !important;
  }
  .xxlarge-margin-left-23 {
    margin-left: 5.75rem !important;
  }
  .xxlarge-margin-horizontal-23 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .xxlarge-margin-vertical-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .xxlarge-padding-23 {
    padding: 5.75rem !important;
  }
  .xxlarge-padding-top-23 {
    padding-top: 5.75rem !important;
  }
  .xxlarge-padding-right-23 {
    padding-right: 5.75rem !important;
  }
  .xxlarge-padding-bottom-23 {
    padding-bottom: 5.75rem !important;
  }
  .xxlarge-padding-left-23 {
    padding-left: 5.75rem !important;
  }
  .xxlarge-padding-horizontal-23 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .xxlarge-padding-vertical-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-24 {
    margin: 6rem !important;
  }
  .medium-margin-top-24 {
    margin-top: 6rem !important;
  }
  .medium-margin-right-24 {
    margin-right: 6rem !important;
  }
  .medium-margin-bottom-24 {
    margin-bottom: 6rem !important;
  }
  .medium-margin-left-24 {
    margin-left: 6rem !important;
  }
  .medium-margin-horizontal-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .medium-margin-vertical-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .medium-padding-24 {
    padding: 6rem !important;
  }
  .medium-padding-top-24, .agency-location {
    padding-top: 6rem !important;
  }
  .medium-padding-right-24 {
    padding-right: 6rem !important;
  }
  .medium-padding-bottom-24 {
    padding-bottom: 6rem !important;
  }
  .medium-padding-left-24 {
    padding-left: 6rem !important;
  }
  .medium-padding-horizontal-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .medium-padding-vertical-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-24 {
    margin: 6rem !important;
  }
  .large-margin-top-24 {
    margin-top: 6rem !important;
  }
  .large-margin-right-24 {
    margin-right: 6rem !important;
  }
  .large-margin-bottom-24 {
    margin-bottom: 6rem !important;
  }
  .large-margin-left-24 {
    margin-left: 6rem !important;
  }
  .large-margin-horizontal-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .large-margin-vertical-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .large-padding-24 {
    padding: 6rem !important;
  }
  .large-padding-top-24 {
    padding-top: 6rem !important;
  }
  .large-padding-right-24 {
    padding-right: 6rem !important;
  }
  .large-padding-bottom-24 {
    padding-bottom: 6rem !important;
  }
  .large-padding-left-24 {
    padding-left: 6rem !important;
  }
  .large-padding-horizontal-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .large-padding-vertical-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-24 {
    margin: 6rem !important;
  }
  .xlarge-margin-top-24 {
    margin-top: 6rem !important;
  }
  .xlarge-margin-right-24 {
    margin-right: 6rem !important;
  }
  .xlarge-margin-bottom-24 {
    margin-bottom: 6rem !important;
  }
  .xlarge-margin-left-24 {
    margin-left: 6rem !important;
  }
  .xlarge-margin-horizontal-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .xlarge-margin-vertical-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xlarge-padding-24 {
    padding: 6rem !important;
  }
  .xlarge-padding-top-24 {
    padding-top: 6rem !important;
  }
  .xlarge-padding-right-24 {
    padding-right: 6rem !important;
  }
  .xlarge-padding-bottom-24 {
    padding-bottom: 6rem !important;
  }
  .xlarge-padding-left-24 {
    padding-left: 6rem !important;
  }
  .xlarge-padding-horizontal-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .xlarge-padding-vertical-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-24 {
    margin: 6rem !important;
  }
  .xxlarge-margin-top-24 {
    margin-top: 6rem !important;
  }
  .xxlarge-margin-right-24 {
    margin-right: 6rem !important;
  }
  .xxlarge-margin-bottom-24 {
    margin-bottom: 6rem !important;
  }
  .xxlarge-margin-left-24 {
    margin-left: 6rem !important;
  }
  .xxlarge-margin-horizontal-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .xxlarge-margin-vertical-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .xxlarge-padding-24 {
    padding: 6rem !important;
  }
  .xxlarge-padding-top-24 {
    padding-top: 6rem !important;
  }
  .xxlarge-padding-right-24 {
    padding-right: 6rem !important;
  }
  .xxlarge-padding-bottom-24 {
    padding-bottom: 6rem !important;
  }
  .xxlarge-padding-left-24 {
    padding-left: 6rem !important;
  }
  .xxlarge-padding-horizontal-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .xxlarge-padding-vertical-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-25 {
    margin: 6.25rem !important;
  }
  .medium-margin-top-25 {
    margin-top: 6.25rem !important;
  }
  .medium-margin-right-25 {
    margin-right: 6.25rem !important;
  }
  .medium-margin-bottom-25 {
    margin-bottom: 6.25rem !important;
  }
  .medium-margin-left-25 {
    margin-left: 6.25rem !important;
  }
  .medium-margin-horizontal-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .medium-margin-vertical-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .medium-padding-25 {
    padding: 6.25rem !important;
  }
  .medium-padding-top-25 {
    padding-top: 6.25rem !important;
  }
  .medium-padding-right-25 {
    padding-right: 6.25rem !important;
  }
  .medium-padding-bottom-25 {
    padding-bottom: 6.25rem !important;
  }
  .medium-padding-left-25 {
    padding-left: 6.25rem !important;
  }
  .medium-padding-horizontal-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .medium-padding-vertical-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-25 {
    margin: 6.25rem !important;
  }
  .large-margin-top-25 {
    margin-top: 6.25rem !important;
  }
  .large-margin-right-25 {
    margin-right: 6.25rem !important;
  }
  .large-margin-bottom-25 {
    margin-bottom: 6.25rem !important;
  }
  .large-margin-left-25 {
    margin-left: 6.25rem !important;
  }
  .large-margin-horizontal-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .large-margin-vertical-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .large-padding-25 {
    padding: 6.25rem !important;
  }
  .large-padding-top-25 {
    padding-top: 6.25rem !important;
  }
  .large-padding-right-25 {
    padding-right: 6.25rem !important;
  }
  .large-padding-bottom-25 {
    padding-bottom: 6.25rem !important;
  }
  .large-padding-left-25 {
    padding-left: 6.25rem !important;
  }
  .large-padding-horizontal-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .large-padding-vertical-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-25 {
    margin: 6.25rem !important;
  }
  .xlarge-margin-top-25 {
    margin-top: 6.25rem !important;
  }
  .xlarge-margin-right-25 {
    margin-right: 6.25rem !important;
  }
  .xlarge-margin-bottom-25 {
    margin-bottom: 6.25rem !important;
  }
  .xlarge-margin-left-25 {
    margin-left: 6.25rem !important;
  }
  .xlarge-margin-horizontal-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .xlarge-margin-vertical-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .xlarge-padding-25 {
    padding: 6.25rem !important;
  }
  .xlarge-padding-top-25 {
    padding-top: 6.25rem !important;
  }
  .xlarge-padding-right-25 {
    padding-right: 6.25rem !important;
  }
  .xlarge-padding-bottom-25 {
    padding-bottom: 6.25rem !important;
  }
  .xlarge-padding-left-25 {
    padding-left: 6.25rem !important;
  }
  .xlarge-padding-horizontal-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .xlarge-padding-vertical-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-25 {
    margin: 6.25rem !important;
  }
  .xxlarge-margin-top-25 {
    margin-top: 6.25rem !important;
  }
  .xxlarge-margin-right-25 {
    margin-right: 6.25rem !important;
  }
  .xxlarge-margin-bottom-25 {
    margin-bottom: 6.25rem !important;
  }
  .xxlarge-margin-left-25 {
    margin-left: 6.25rem !important;
  }
  .xxlarge-margin-horizontal-25 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .xxlarge-margin-vertical-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .xxlarge-padding-25 {
    padding: 6.25rem !important;
  }
  .xxlarge-padding-top-25 {
    padding-top: 6.25rem !important;
  }
  .xxlarge-padding-right-25 {
    padding-right: 6.25rem !important;
  }
  .xxlarge-padding-bottom-25 {
    padding-bottom: 6.25rem !important;
  }
  .xxlarge-padding-left-25 {
    padding-left: 6.25rem !important;
  }
  .xxlarge-padding-horizontal-25 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .xxlarge-padding-vertical-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-26 {
    margin: 6.5rem !important;
  }
  .medium-margin-top-26 {
    margin-top: 6.5rem !important;
  }
  .medium-margin-right-26 {
    margin-right: 6.5rem !important;
  }
  .medium-margin-bottom-26 {
    margin-bottom: 6.5rem !important;
  }
  .medium-margin-left-26 {
    margin-left: 6.5rem !important;
  }
  .medium-margin-horizontal-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .medium-margin-vertical-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .medium-padding-26 {
    padding: 6.5rem !important;
  }
  .medium-padding-top-26 {
    padding-top: 6.5rem !important;
  }
  .medium-padding-right-26 {
    padding-right: 6.5rem !important;
  }
  .medium-padding-bottom-26 {
    padding-bottom: 6.5rem !important;
  }
  .medium-padding-left-26 {
    padding-left: 6.5rem !important;
  }
  .medium-padding-horizontal-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .medium-padding-vertical-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-26 {
    margin: 6.5rem !important;
  }
  .large-margin-top-26, .project-text-image {
    margin-top: 6.5rem !important;
  }
  .large-margin-right-26 {
    margin-right: 6.5rem !important;
  }
  .large-margin-bottom-26, .project-text-image {
    margin-bottom: 6.5rem !important;
  }
  .large-margin-left-26 {
    margin-left: 6.5rem !important;
  }
  .large-margin-horizontal-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .large-margin-vertical-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .large-padding-26 {
    padding: 6.5rem !important;
  }
  .large-padding-top-26 {
    padding-top: 6.5rem !important;
  }
  .large-padding-right-26 {
    padding-right: 6.5rem !important;
  }
  .large-padding-bottom-26 {
    padding-bottom: 6.5rem !important;
  }
  .large-padding-left-26 {
    padding-left: 6.5rem !important;
  }
  .large-padding-horizontal-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .large-padding-vertical-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-26 {
    margin: 6.5rem !important;
  }
  .xlarge-margin-top-26 {
    margin-top: 6.5rem !important;
  }
  .xlarge-margin-right-26 {
    margin-right: 6.5rem !important;
  }
  .xlarge-margin-bottom-26 {
    margin-bottom: 6.5rem !important;
  }
  .xlarge-margin-left-26 {
    margin-left: 6.5rem !important;
  }
  .xlarge-margin-horizontal-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .xlarge-margin-vertical-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .xlarge-padding-26 {
    padding: 6.5rem !important;
  }
  .xlarge-padding-top-26 {
    padding-top: 6.5rem !important;
  }
  .xlarge-padding-right-26 {
    padding-right: 6.5rem !important;
  }
  .xlarge-padding-bottom-26 {
    padding-bottom: 6.5rem !important;
  }
  .xlarge-padding-left-26 {
    padding-left: 6.5rem !important;
  }
  .xlarge-padding-horizontal-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .xlarge-padding-vertical-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-26 {
    margin: 6.5rem !important;
  }
  .xxlarge-margin-top-26 {
    margin-top: 6.5rem !important;
  }
  .xxlarge-margin-right-26 {
    margin-right: 6.5rem !important;
  }
  .xxlarge-margin-bottom-26 {
    margin-bottom: 6.5rem !important;
  }
  .xxlarge-margin-left-26 {
    margin-left: 6.5rem !important;
  }
  .xxlarge-margin-horizontal-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .xxlarge-margin-vertical-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .xxlarge-padding-26 {
    padding: 6.5rem !important;
  }
  .xxlarge-padding-top-26 {
    padding-top: 6.5rem !important;
  }
  .xxlarge-padding-right-26 {
    padding-right: 6.5rem !important;
  }
  .xxlarge-padding-bottom-26 {
    padding-bottom: 6.5rem !important;
  }
  .xxlarge-padding-left-26 {
    padding-left: 6.5rem !important;
  }
  .xxlarge-padding-horizontal-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .xxlarge-padding-vertical-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-27 {
    margin: 6.75rem !important;
  }
  .medium-margin-top-27 {
    margin-top: 6.75rem !important;
  }
  .medium-margin-right-27 {
    margin-right: 6.75rem !important;
  }
  .medium-margin-bottom-27 {
    margin-bottom: 6.75rem !important;
  }
  .medium-margin-left-27 {
    margin-left: 6.75rem !important;
  }
  .medium-margin-horizontal-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .medium-margin-vertical-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .medium-padding-27 {
    padding: 6.75rem !important;
  }
  .medium-padding-top-27 {
    padding-top: 6.75rem !important;
  }
  .medium-padding-right-27 {
    padding-right: 6.75rem !important;
  }
  .medium-padding-bottom-27, .agency-intro__video {
    padding-bottom: 6.75rem !important;
  }
  .medium-padding-left-27 {
    padding-left: 6.75rem !important;
  }
  .medium-padding-horizontal-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .medium-padding-vertical-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-27 {
    margin: 6.75rem !important;
  }
  .large-margin-top-27 {
    margin-top: 6.75rem !important;
  }
  .large-margin-right-27 {
    margin-right: 6.75rem !important;
  }
  .large-margin-bottom-27 {
    margin-bottom: 6.75rem !important;
  }
  .large-margin-left-27 {
    margin-left: 6.75rem !important;
  }
  .large-margin-horizontal-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .large-margin-vertical-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .large-padding-27 {
    padding: 6.75rem !important;
  }
  .large-padding-top-27 {
    padding-top: 6.75rem !important;
  }
  .large-padding-right-27 {
    padding-right: 6.75rem !important;
  }
  .large-padding-bottom-27 {
    padding-bottom: 6.75rem !important;
  }
  .large-padding-left-27 {
    padding-left: 6.75rem !important;
  }
  .large-padding-horizontal-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .large-padding-vertical-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-27 {
    margin: 6.75rem !important;
  }
  .xlarge-margin-top-27 {
    margin-top: 6.75rem !important;
  }
  .xlarge-margin-right-27 {
    margin-right: 6.75rem !important;
  }
  .xlarge-margin-bottom-27 {
    margin-bottom: 6.75rem !important;
  }
  .xlarge-margin-left-27 {
    margin-left: 6.75rem !important;
  }
  .xlarge-margin-horizontal-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .xlarge-margin-vertical-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .xlarge-padding-27 {
    padding: 6.75rem !important;
  }
  .xlarge-padding-top-27 {
    padding-top: 6.75rem !important;
  }
  .xlarge-padding-right-27 {
    padding-right: 6.75rem !important;
  }
  .xlarge-padding-bottom-27 {
    padding-bottom: 6.75rem !important;
  }
  .xlarge-padding-left-27 {
    padding-left: 6.75rem !important;
  }
  .xlarge-padding-horizontal-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .xlarge-padding-vertical-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-27 {
    margin: 6.75rem !important;
  }
  .xxlarge-margin-top-27 {
    margin-top: 6.75rem !important;
  }
  .xxlarge-margin-right-27 {
    margin-right: 6.75rem !important;
  }
  .xxlarge-margin-bottom-27 {
    margin-bottom: 6.75rem !important;
  }
  .xxlarge-margin-left-27 {
    margin-left: 6.75rem !important;
  }
  .xxlarge-margin-horizontal-27 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .xxlarge-margin-vertical-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .xxlarge-padding-27 {
    padding: 6.75rem !important;
  }
  .xxlarge-padding-top-27 {
    padding-top: 6.75rem !important;
  }
  .xxlarge-padding-right-27 {
    padding-right: 6.75rem !important;
  }
  .xxlarge-padding-bottom-27 {
    padding-bottom: 6.75rem !important;
  }
  .xxlarge-padding-left-27 {
    padding-left: 6.75rem !important;
  }
  .xxlarge-padding-horizontal-27 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .xxlarge-padding-vertical-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-28 {
    margin: 7rem !important;
  }
  .medium-margin-top-28 {
    margin-top: 7rem !important;
  }
  .medium-margin-right-28 {
    margin-right: 7rem !important;
  }
  .medium-margin-bottom-28 {
    margin-bottom: 7rem !important;
  }
  .medium-margin-left-28 {
    margin-left: 7rem !important;
  }
  .medium-margin-horizontal-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .medium-margin-vertical-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .medium-padding-28 {
    padding: 7rem !important;
  }
  .medium-padding-top-28 {
    padding-top: 7rem !important;
  }
  .medium-padding-right-28 {
    padding-right: 7rem !important;
  }
  .medium-padding-bottom-28 {
    padding-bottom: 7rem !important;
  }
  .medium-padding-left-28 {
    padding-left: 7rem !important;
  }
  .medium-padding-horizontal-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .medium-padding-vertical-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-28 {
    margin: 7rem !important;
  }
  .large-margin-top-28 {
    margin-top: 7rem !important;
  }
  .large-margin-right-28 {
    margin-right: 7rem !important;
  }
  .large-margin-bottom-28 {
    margin-bottom: 7rem !important;
  }
  .large-margin-left-28 {
    margin-left: 7rem !important;
  }
  .large-margin-horizontal-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .large-margin-vertical-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .large-padding-28 {
    padding: 7rem !important;
  }
  .large-padding-top-28 {
    padding-top: 7rem !important;
  }
  .large-padding-right-28 {
    padding-right: 7rem !important;
  }
  .large-padding-bottom-28 {
    padding-bottom: 7rem !important;
  }
  .large-padding-left-28 {
    padding-left: 7rem !important;
  }
  .large-padding-horizontal-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .large-padding-vertical-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-28 {
    margin: 7rem !important;
  }
  .xlarge-margin-top-28 {
    margin-top: 7rem !important;
  }
  .xlarge-margin-right-28 {
    margin-right: 7rem !important;
  }
  .xlarge-margin-bottom-28 {
    margin-bottom: 7rem !important;
  }
  .xlarge-margin-left-28 {
    margin-left: 7rem !important;
  }
  .xlarge-margin-horizontal-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .xlarge-margin-vertical-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xlarge-padding-28 {
    padding: 7rem !important;
  }
  .xlarge-padding-top-28 {
    padding-top: 7rem !important;
  }
  .xlarge-padding-right-28 {
    padding-right: 7rem !important;
  }
  .xlarge-padding-bottom-28 {
    padding-bottom: 7rem !important;
  }
  .xlarge-padding-left-28 {
    padding-left: 7rem !important;
  }
  .xlarge-padding-horizontal-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .xlarge-padding-vertical-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-28 {
    margin: 7rem !important;
  }
  .xxlarge-margin-top-28 {
    margin-top: 7rem !important;
  }
  .xxlarge-margin-right-28 {
    margin-right: 7rem !important;
  }
  .xxlarge-margin-bottom-28 {
    margin-bottom: 7rem !important;
  }
  .xxlarge-margin-left-28 {
    margin-left: 7rem !important;
  }
  .xxlarge-margin-horizontal-28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .xxlarge-margin-vertical-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .xxlarge-padding-28 {
    padding: 7rem !important;
  }
  .xxlarge-padding-top-28 {
    padding-top: 7rem !important;
  }
  .xxlarge-padding-right-28 {
    padding-right: 7rem !important;
  }
  .xxlarge-padding-bottom-28 {
    padding-bottom: 7rem !important;
  }
  .xxlarge-padding-left-28 {
    padding-left: 7rem !important;
  }
  .xxlarge-padding-horizontal-28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .xxlarge-padding-vertical-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-29 {
    margin: 7.25rem !important;
  }
  .medium-margin-top-29 {
    margin-top: 7.25rem !important;
  }
  .medium-margin-right-29 {
    margin-right: 7.25rem !important;
  }
  .medium-margin-bottom-29 {
    margin-bottom: 7.25rem !important;
  }
  .medium-margin-left-29 {
    margin-left: 7.25rem !important;
  }
  .medium-margin-horizontal-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .medium-margin-vertical-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .medium-padding-29 {
    padding: 7.25rem !important;
  }
  .medium-padding-top-29 {
    padding-top: 7.25rem !important;
  }
  .medium-padding-right-29 {
    padding-right: 7.25rem !important;
  }
  .medium-padding-bottom-29 {
    padding-bottom: 7.25rem !important;
  }
  .medium-padding-left-29 {
    padding-left: 7.25rem !important;
  }
  .medium-padding-horizontal-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .medium-padding-vertical-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-29 {
    margin: 7.25rem !important;
  }
  .large-margin-top-29 {
    margin-top: 7.25rem !important;
  }
  .large-margin-right-29 {
    margin-right: 7.25rem !important;
  }
  .large-margin-bottom-29 {
    margin-bottom: 7.25rem !important;
  }
  .large-margin-left-29 {
    margin-left: 7.25rem !important;
  }
  .large-margin-horizontal-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .large-margin-vertical-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .large-padding-29 {
    padding: 7.25rem !important;
  }
  .large-padding-top-29 {
    padding-top: 7.25rem !important;
  }
  .large-padding-right-29 {
    padding-right: 7.25rem !important;
  }
  .large-padding-bottom-29 {
    padding-bottom: 7.25rem !important;
  }
  .large-padding-left-29 {
    padding-left: 7.25rem !important;
  }
  .large-padding-horizontal-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .large-padding-vertical-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-29 {
    margin: 7.25rem !important;
  }
  .xlarge-margin-top-29 {
    margin-top: 7.25rem !important;
  }
  .xlarge-margin-right-29 {
    margin-right: 7.25rem !important;
  }
  .xlarge-margin-bottom-29 {
    margin-bottom: 7.25rem !important;
  }
  .xlarge-margin-left-29 {
    margin-left: 7.25rem !important;
  }
  .xlarge-margin-horizontal-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .xlarge-margin-vertical-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .xlarge-padding-29 {
    padding: 7.25rem !important;
  }
  .xlarge-padding-top-29 {
    padding-top: 7.25rem !important;
  }
  .xlarge-padding-right-29 {
    padding-right: 7.25rem !important;
  }
  .xlarge-padding-bottom-29 {
    padding-bottom: 7.25rem !important;
  }
  .xlarge-padding-left-29 {
    padding-left: 7.25rem !important;
  }
  .xlarge-padding-horizontal-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .xlarge-padding-vertical-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-29 {
    margin: 7.25rem !important;
  }
  .xxlarge-margin-top-29 {
    margin-top: 7.25rem !important;
  }
  .xxlarge-margin-right-29 {
    margin-right: 7.25rem !important;
  }
  .xxlarge-margin-bottom-29 {
    margin-bottom: 7.25rem !important;
  }
  .xxlarge-margin-left-29 {
    margin-left: 7.25rem !important;
  }
  .xxlarge-margin-horizontal-29 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .xxlarge-margin-vertical-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .xxlarge-padding-29 {
    padding: 7.25rem !important;
  }
  .xxlarge-padding-top-29 {
    padding-top: 7.25rem !important;
  }
  .xxlarge-padding-right-29 {
    padding-right: 7.25rem !important;
  }
  .xxlarge-padding-bottom-29 {
    padding-bottom: 7.25rem !important;
  }
  .xxlarge-padding-left-29 {
    padding-left: 7.25rem !important;
  }
  .xxlarge-padding-horizontal-29 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .xxlarge-padding-vertical-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-30 {
    margin: 7.5rem !important;
  }
  .medium-margin-top-30 {
    margin-top: 7.5rem !important;
  }
  .medium-margin-right-30 {
    margin-right: 7.5rem !important;
  }
  .medium-margin-bottom-30 {
    margin-bottom: 7.5rem !important;
  }
  .medium-margin-left-30 {
    margin-left: 7.5rem !important;
  }
  .medium-margin-horizontal-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .medium-margin-vertical-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .medium-padding-30 {
    padding: 7.5rem !important;
  }
  .medium-padding-top-30 {
    padding-top: 7.5rem !important;
  }
  .medium-padding-right-30 {
    padding-right: 7.5rem !important;
  }
  .medium-padding-bottom-30 {
    padding-bottom: 7.5rem !important;
  }
  .medium-padding-left-30 {
    padding-left: 7.5rem !important;
  }
  .medium-padding-horizontal-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .medium-padding-vertical-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-30 {
    margin: 7.5rem !important;
  }
  .large-margin-top-30 {
    margin-top: 7.5rem !important;
  }
  .large-margin-right-30 {
    margin-right: 7.5rem !important;
  }
  .large-margin-bottom-30 {
    margin-bottom: 7.5rem !important;
  }
  .large-margin-left-30 {
    margin-left: 7.5rem !important;
  }
  .large-margin-horizontal-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .large-margin-vertical-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .large-padding-30 {
    padding: 7.5rem !important;
  }
  .large-padding-top-30 {
    padding-top: 7.5rem !important;
  }
  .large-padding-right-30 {
    padding-right: 7.5rem !important;
  }
  .large-padding-bottom-30 {
    padding-bottom: 7.5rem !important;
  }
  .large-padding-left-30 {
    padding-left: 7.5rem !important;
  }
  .large-padding-horizontal-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .large-padding-vertical-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-30 {
    margin: 7.5rem !important;
  }
  .xlarge-margin-top-30 {
    margin-top: 7.5rem !important;
  }
  .xlarge-margin-right-30 {
    margin-right: 7.5rem !important;
  }
  .xlarge-margin-bottom-30 {
    margin-bottom: 7.5rem !important;
  }
  .xlarge-margin-left-30 {
    margin-left: 7.5rem !important;
  }
  .xlarge-margin-horizontal-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .xlarge-margin-vertical-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .xlarge-padding-30 {
    padding: 7.5rem !important;
  }
  .xlarge-padding-top-30 {
    padding-top: 7.5rem !important;
  }
  .xlarge-padding-right-30 {
    padding-right: 7.5rem !important;
  }
  .xlarge-padding-bottom-30 {
    padding-bottom: 7.5rem !important;
  }
  .xlarge-padding-left-30 {
    padding-left: 7.5rem !important;
  }
  .xlarge-padding-horizontal-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .xlarge-padding-vertical-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-30 {
    margin: 7.5rem !important;
  }
  .xxlarge-margin-top-30 {
    margin-top: 7.5rem !important;
  }
  .xxlarge-margin-right-30 {
    margin-right: 7.5rem !important;
  }
  .xxlarge-margin-bottom-30 {
    margin-bottom: 7.5rem !important;
  }
  .xxlarge-margin-left-30 {
    margin-left: 7.5rem !important;
  }
  .xxlarge-margin-horizontal-30 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .xxlarge-margin-vertical-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .xxlarge-padding-30 {
    padding: 7.5rem !important;
  }
  .xxlarge-padding-top-30 {
    padding-top: 7.5rem !important;
  }
  .xxlarge-padding-right-30 {
    padding-right: 7.5rem !important;
  }
  .xxlarge-padding-bottom-30 {
    padding-bottom: 7.5rem !important;
  }
  .xxlarge-padding-left-30 {
    padding-left: 7.5rem !important;
  }
  .xxlarge-padding-horizontal-30 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .xxlarge-padding-vertical-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-31 {
    margin: 7.75rem !important;
  }
  .medium-margin-top-31 {
    margin-top: 7.75rem !important;
  }
  .medium-margin-right-31 {
    margin-right: 7.75rem !important;
  }
  .medium-margin-bottom-31 {
    margin-bottom: 7.75rem !important;
  }
  .medium-margin-left-31 {
    margin-left: 7.75rem !important;
  }
  .medium-margin-horizontal-31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .medium-margin-vertical-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .medium-padding-31 {
    padding: 7.75rem !important;
  }
  .medium-padding-top-31 {
    padding-top: 7.75rem !important;
  }
  .medium-padding-right-31 {
    padding-right: 7.75rem !important;
  }
  .medium-padding-bottom-31 {
    padding-bottom: 7.75rem !important;
  }
  .medium-padding-left-31 {
    padding-left: 7.75rem !important;
  }
  .medium-padding-horizontal-31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .medium-padding-vertical-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-31 {
    margin: 7.75rem !important;
  }
  .large-margin-top-31 {
    margin-top: 7.75rem !important;
  }
  .large-margin-right-31 {
    margin-right: 7.75rem !important;
  }
  .large-margin-bottom-31 {
    margin-bottom: 7.75rem !important;
  }
  .large-margin-left-31 {
    margin-left: 7.75rem !important;
  }
  .large-margin-horizontal-31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .large-margin-vertical-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .large-padding-31 {
    padding: 7.75rem !important;
  }
  .large-padding-top-31 {
    padding-top: 7.75rem !important;
  }
  .large-padding-right-31 {
    padding-right: 7.75rem !important;
  }
  .large-padding-bottom-31 {
    padding-bottom: 7.75rem !important;
  }
  .large-padding-left-31 {
    padding-left: 7.75rem !important;
  }
  .large-padding-horizontal-31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .large-padding-vertical-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-31 {
    margin: 7.75rem !important;
  }
  .xlarge-margin-top-31 {
    margin-top: 7.75rem !important;
  }
  .xlarge-margin-right-31 {
    margin-right: 7.75rem !important;
  }
  .xlarge-margin-bottom-31 {
    margin-bottom: 7.75rem !important;
  }
  .xlarge-margin-left-31 {
    margin-left: 7.75rem !important;
  }
  .xlarge-margin-horizontal-31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .xlarge-margin-vertical-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .xlarge-padding-31 {
    padding: 7.75rem !important;
  }
  .xlarge-padding-top-31 {
    padding-top: 7.75rem !important;
  }
  .xlarge-padding-right-31 {
    padding-right: 7.75rem !important;
  }
  .xlarge-padding-bottom-31 {
    padding-bottom: 7.75rem !important;
  }
  .xlarge-padding-left-31 {
    padding-left: 7.75rem !important;
  }
  .xlarge-padding-horizontal-31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .xlarge-padding-vertical-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-31 {
    margin: 7.75rem !important;
  }
  .xxlarge-margin-top-31 {
    margin-top: 7.75rem !important;
  }
  .xxlarge-margin-right-31 {
    margin-right: 7.75rem !important;
  }
  .xxlarge-margin-bottom-31 {
    margin-bottom: 7.75rem !important;
  }
  .xxlarge-margin-left-31 {
    margin-left: 7.75rem !important;
  }
  .xxlarge-margin-horizontal-31 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
  .xxlarge-margin-vertical-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .xxlarge-padding-31 {
    padding: 7.75rem !important;
  }
  .xxlarge-padding-top-31 {
    padding-top: 7.75rem !important;
  }
  .xxlarge-padding-right-31 {
    padding-right: 7.75rem !important;
  }
  .xxlarge-padding-bottom-31 {
    padding-bottom: 7.75rem !important;
  }
  .xxlarge-padding-left-31 {
    padding-left: 7.75rem !important;
  }
  .xxlarge-padding-horizontal-31 {
    padding-right: 7.75rem !important;
    padding-left: 7.75rem !important;
  }
  .xxlarge-padding-vertical-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-32 {
    margin: 8rem !important;
  }
  .medium-margin-top-32 {
    margin-top: 8rem !important;
  }
  .medium-margin-right-32 {
    margin-right: 8rem !important;
  }
  .medium-margin-bottom-32 {
    margin-bottom: 8rem !important;
  }
  .medium-margin-left-32 {
    margin-left: 8rem !important;
  }
  .medium-margin-horizontal-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .medium-margin-vertical-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .medium-padding-32 {
    padding: 8rem !important;
  }
  .medium-padding-top-32, .agency-ideas {
    padding-top: 8rem !important;
  }
  .medium-padding-right-32 {
    padding-right: 8rem !important;
  }
  .medium-padding-bottom-32 {
    padding-bottom: 8rem !important;
  }
  .medium-padding-left-32 {
    padding-left: 8rem !important;
  }
  .medium-padding-horizontal-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .medium-padding-vertical-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-32 {
    margin: 8rem !important;
  }
  .large-margin-top-32 {
    margin-top: 8rem !important;
  }
  .large-margin-right-32 {
    margin-right: 8rem !important;
  }
  .large-margin-bottom-32 {
    margin-bottom: 8rem !important;
  }
  .large-margin-left-32 {
    margin-left: 8rem !important;
  }
  .large-margin-horizontal-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .large-margin-vertical-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .large-padding-32 {
    padding: 8rem !important;
  }
  .large-padding-top-32 {
    padding-top: 8rem !important;
  }
  .large-padding-right-32 {
    padding-right: 8rem !important;
  }
  .large-padding-bottom-32 {
    padding-bottom: 8rem !important;
  }
  .large-padding-left-32 {
    padding-left: 8rem !important;
  }
  .large-padding-horizontal-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .large-padding-vertical-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-32 {
    margin: 8rem !important;
  }
  .xlarge-margin-top-32 {
    margin-top: 8rem !important;
  }
  .xlarge-margin-right-32 {
    margin-right: 8rem !important;
  }
  .xlarge-margin-bottom-32 {
    margin-bottom: 8rem !important;
  }
  .xlarge-margin-left-32 {
    margin-left: 8rem !important;
  }
  .xlarge-margin-horizontal-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .xlarge-margin-vertical-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xlarge-padding-32 {
    padding: 8rem !important;
  }
  .xlarge-padding-top-32 {
    padding-top: 8rem !important;
  }
  .xlarge-padding-right-32 {
    padding-right: 8rem !important;
  }
  .xlarge-padding-bottom-32 {
    padding-bottom: 8rem !important;
  }
  .xlarge-padding-left-32 {
    padding-left: 8rem !important;
  }
  .xlarge-padding-horizontal-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .xlarge-padding-vertical-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-32 {
    margin: 8rem !important;
  }
  .xxlarge-margin-top-32 {
    margin-top: 8rem !important;
  }
  .xxlarge-margin-right-32 {
    margin-right: 8rem !important;
  }
  .xxlarge-margin-bottom-32 {
    margin-bottom: 8rem !important;
  }
  .xxlarge-margin-left-32 {
    margin-left: 8rem !important;
  }
  .xxlarge-margin-horizontal-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .xxlarge-margin-vertical-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .xxlarge-padding-32 {
    padding: 8rem !important;
  }
  .xxlarge-padding-top-32 {
    padding-top: 8rem !important;
  }
  .xxlarge-padding-right-32 {
    padding-right: 8rem !important;
  }
  .xxlarge-padding-bottom-32 {
    padding-bottom: 8rem !important;
  }
  .xxlarge-padding-left-32 {
    padding-left: 8rem !important;
  }
  .xxlarge-padding-horizontal-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .xxlarge-padding-vertical-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-33 {
    margin: 8.25rem !important;
  }
  .medium-margin-top-33 {
    margin-top: 8.25rem !important;
  }
  .medium-margin-right-33 {
    margin-right: 8.25rem !important;
  }
  .medium-margin-bottom-33 {
    margin-bottom: 8.25rem !important;
  }
  .medium-margin-left-33 {
    margin-left: 8.25rem !important;
  }
  .medium-margin-horizontal-33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .medium-margin-vertical-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .medium-padding-33 {
    padding: 8.25rem !important;
  }
  .medium-padding-top-33 {
    padding-top: 8.25rem !important;
  }
  .medium-padding-right-33 {
    padding-right: 8.25rem !important;
  }
  .medium-padding-bottom-33 {
    padding-bottom: 8.25rem !important;
  }
  .medium-padding-left-33 {
    padding-left: 8.25rem !important;
  }
  .medium-padding-horizontal-33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .medium-padding-vertical-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-33 {
    margin: 8.25rem !important;
  }
  .large-margin-top-33 {
    margin-top: 8.25rem !important;
  }
  .large-margin-right-33 {
    margin-right: 8.25rem !important;
  }
  .large-margin-bottom-33 {
    margin-bottom: 8.25rem !important;
  }
  .large-margin-left-33 {
    margin-left: 8.25rem !important;
  }
  .large-margin-horizontal-33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .large-margin-vertical-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .large-padding-33 {
    padding: 8.25rem !important;
  }
  .large-padding-top-33 {
    padding-top: 8.25rem !important;
  }
  .large-padding-right-33 {
    padding-right: 8.25rem !important;
  }
  .large-padding-bottom-33 {
    padding-bottom: 8.25rem !important;
  }
  .large-padding-left-33 {
    padding-left: 8.25rem !important;
  }
  .large-padding-horizontal-33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .large-padding-vertical-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-33 {
    margin: 8.25rem !important;
  }
  .xlarge-margin-top-33 {
    margin-top: 8.25rem !important;
  }
  .xlarge-margin-right-33 {
    margin-right: 8.25rem !important;
  }
  .xlarge-margin-bottom-33 {
    margin-bottom: 8.25rem !important;
  }
  .xlarge-margin-left-33 {
    margin-left: 8.25rem !important;
  }
  .xlarge-margin-horizontal-33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .xlarge-margin-vertical-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .xlarge-padding-33 {
    padding: 8.25rem !important;
  }
  .xlarge-padding-top-33 {
    padding-top: 8.25rem !important;
  }
  .xlarge-padding-right-33 {
    padding-right: 8.25rem !important;
  }
  .xlarge-padding-bottom-33 {
    padding-bottom: 8.25rem !important;
  }
  .xlarge-padding-left-33 {
    padding-left: 8.25rem !important;
  }
  .xlarge-padding-horizontal-33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .xlarge-padding-vertical-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-33 {
    margin: 8.25rem !important;
  }
  .xxlarge-margin-top-33 {
    margin-top: 8.25rem !important;
  }
  .xxlarge-margin-right-33 {
    margin-right: 8.25rem !important;
  }
  .xxlarge-margin-bottom-33 {
    margin-bottom: 8.25rem !important;
  }
  .xxlarge-margin-left-33 {
    margin-left: 8.25rem !important;
  }
  .xxlarge-margin-horizontal-33 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
  .xxlarge-margin-vertical-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .xxlarge-padding-33 {
    padding: 8.25rem !important;
  }
  .xxlarge-padding-top-33 {
    padding-top: 8.25rem !important;
  }
  .xxlarge-padding-right-33 {
    padding-right: 8.25rem !important;
  }
  .xxlarge-padding-bottom-33 {
    padding-bottom: 8.25rem !important;
  }
  .xxlarge-padding-left-33 {
    padding-left: 8.25rem !important;
  }
  .xxlarge-padding-horizontal-33 {
    padding-right: 8.25rem !important;
    padding-left: 8.25rem !important;
  }
  .xxlarge-padding-vertical-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-34 {
    margin: 8.5rem !important;
  }
  .medium-margin-top-34 {
    margin-top: 8.5rem !important;
  }
  .medium-margin-right-34 {
    margin-right: 8.5rem !important;
  }
  .medium-margin-bottom-34 {
    margin-bottom: 8.5rem !important;
  }
  .medium-margin-left-34 {
    margin-left: 8.5rem !important;
  }
  .medium-margin-horizontal-34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .medium-margin-vertical-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .medium-padding-34 {
    padding: 8.5rem !important;
  }
  .medium-padding-top-34 {
    padding-top: 8.5rem !important;
  }
  .medium-padding-right-34 {
    padding-right: 8.5rem !important;
  }
  .medium-padding-bottom-34 {
    padding-bottom: 8.5rem !important;
  }
  .medium-padding-left-34 {
    padding-left: 8.5rem !important;
  }
  .medium-padding-horizontal-34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .medium-padding-vertical-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-34 {
    margin: 8.5rem !important;
  }
  .large-margin-top-34 {
    margin-top: 8.5rem !important;
  }
  .large-margin-right-34 {
    margin-right: 8.5rem !important;
  }
  .large-margin-bottom-34 {
    margin-bottom: 8.5rem !important;
  }
  .large-margin-left-34 {
    margin-left: 8.5rem !important;
  }
  .large-margin-horizontal-34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .large-margin-vertical-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .large-padding-34 {
    padding: 8.5rem !important;
  }
  .large-padding-top-34 {
    padding-top: 8.5rem !important;
  }
  .large-padding-right-34 {
    padding-right: 8.5rem !important;
  }
  .large-padding-bottom-34 {
    padding-bottom: 8.5rem !important;
  }
  .large-padding-left-34 {
    padding-left: 8.5rem !important;
  }
  .large-padding-horizontal-34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .large-padding-vertical-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-34 {
    margin: 8.5rem !important;
  }
  .xlarge-margin-top-34 {
    margin-top: 8.5rem !important;
  }
  .xlarge-margin-right-34 {
    margin-right: 8.5rem !important;
  }
  .xlarge-margin-bottom-34 {
    margin-bottom: 8.5rem !important;
  }
  .xlarge-margin-left-34 {
    margin-left: 8.5rem !important;
  }
  .xlarge-margin-horizontal-34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .xlarge-margin-vertical-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .xlarge-padding-34 {
    padding: 8.5rem !important;
  }
  .xlarge-padding-top-34 {
    padding-top: 8.5rem !important;
  }
  .xlarge-padding-right-34 {
    padding-right: 8.5rem !important;
  }
  .xlarge-padding-bottom-34 {
    padding-bottom: 8.5rem !important;
  }
  .xlarge-padding-left-34 {
    padding-left: 8.5rem !important;
  }
  .xlarge-padding-horizontal-34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .xlarge-padding-vertical-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-34 {
    margin: 8.5rem !important;
  }
  .xxlarge-margin-top-34 {
    margin-top: 8.5rem !important;
  }
  .xxlarge-margin-right-34 {
    margin-right: 8.5rem !important;
  }
  .xxlarge-margin-bottom-34 {
    margin-bottom: 8.5rem !important;
  }
  .xxlarge-margin-left-34 {
    margin-left: 8.5rem !important;
  }
  .xxlarge-margin-horizontal-34 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .xxlarge-margin-vertical-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .xxlarge-padding-34 {
    padding: 8.5rem !important;
  }
  .xxlarge-padding-top-34 {
    padding-top: 8.5rem !important;
  }
  .xxlarge-padding-right-34 {
    padding-right: 8.5rem !important;
  }
  .xxlarge-padding-bottom-34 {
    padding-bottom: 8.5rem !important;
  }
  .xxlarge-padding-left-34 {
    padding-left: 8.5rem !important;
  }
  .xxlarge-padding-horizontal-34 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .xxlarge-padding-vertical-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-35 {
    margin: 8.75rem !important;
  }
  .medium-margin-top-35 {
    margin-top: 8.75rem !important;
  }
  .medium-margin-right-35 {
    margin-right: 8.75rem !important;
  }
  .medium-margin-bottom-35 {
    margin-bottom: 8.75rem !important;
  }
  .medium-margin-left-35 {
    margin-left: 8.75rem !important;
  }
  .medium-margin-horizontal-35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .medium-margin-vertical-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .medium-padding-35 {
    padding: 8.75rem !important;
  }
  .medium-padding-top-35 {
    padding-top: 8.75rem !important;
  }
  .medium-padding-right-35 {
    padding-right: 8.75rem !important;
  }
  .medium-padding-bottom-35 {
    padding-bottom: 8.75rem !important;
  }
  .medium-padding-left-35 {
    padding-left: 8.75rem !important;
  }
  .medium-padding-horizontal-35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .medium-padding-vertical-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-35 {
    margin: 8.75rem !important;
  }
  .large-margin-top-35 {
    margin-top: 8.75rem !important;
  }
  .large-margin-right-35 {
    margin-right: 8.75rem !important;
  }
  .large-margin-bottom-35 {
    margin-bottom: 8.75rem !important;
  }
  .large-margin-left-35 {
    margin-left: 8.75rem !important;
  }
  .large-margin-horizontal-35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .large-margin-vertical-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .large-padding-35 {
    padding: 8.75rem !important;
  }
  .large-padding-top-35 {
    padding-top: 8.75rem !important;
  }
  .large-padding-right-35 {
    padding-right: 8.75rem !important;
  }
  .large-padding-bottom-35 {
    padding-bottom: 8.75rem !important;
  }
  .large-padding-left-35 {
    padding-left: 8.75rem !important;
  }
  .large-padding-horizontal-35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .large-padding-vertical-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-35 {
    margin: 8.75rem !important;
  }
  .xlarge-margin-top-35 {
    margin-top: 8.75rem !important;
  }
  .xlarge-margin-right-35 {
    margin-right: 8.75rem !important;
  }
  .xlarge-margin-bottom-35 {
    margin-bottom: 8.75rem !important;
  }
  .xlarge-margin-left-35 {
    margin-left: 8.75rem !important;
  }
  .xlarge-margin-horizontal-35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .xlarge-margin-vertical-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .xlarge-padding-35 {
    padding: 8.75rem !important;
  }
  .xlarge-padding-top-35 {
    padding-top: 8.75rem !important;
  }
  .xlarge-padding-right-35 {
    padding-right: 8.75rem !important;
  }
  .xlarge-padding-bottom-35 {
    padding-bottom: 8.75rem !important;
  }
  .xlarge-padding-left-35 {
    padding-left: 8.75rem !important;
  }
  .xlarge-padding-horizontal-35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .xlarge-padding-vertical-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-35 {
    margin: 8.75rem !important;
  }
  .xxlarge-margin-top-35 {
    margin-top: 8.75rem !important;
  }
  .xxlarge-margin-right-35 {
    margin-right: 8.75rem !important;
  }
  .xxlarge-margin-bottom-35 {
    margin-bottom: 8.75rem !important;
  }
  .xxlarge-margin-left-35 {
    margin-left: 8.75rem !important;
  }
  .xxlarge-margin-horizontal-35 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .xxlarge-margin-vertical-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .xxlarge-padding-35 {
    padding: 8.75rem !important;
  }
  .xxlarge-padding-top-35 {
    padding-top: 8.75rem !important;
  }
  .xxlarge-padding-right-35 {
    padding-right: 8.75rem !important;
  }
  .xxlarge-padding-bottom-35 {
    padding-bottom: 8.75rem !important;
  }
  .xxlarge-padding-left-35 {
    padding-left: 8.75rem !important;
  }
  .xxlarge-padding-horizontal-35 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .xxlarge-padding-vertical-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-36 {
    margin: 9rem !important;
  }
  .medium-margin-top-36 {
    margin-top: 9rem !important;
  }
  .medium-margin-right-36 {
    margin-right: 9rem !important;
  }
  .medium-margin-bottom-36 {
    margin-bottom: 9rem !important;
  }
  .medium-margin-left-36 {
    margin-left: 9rem !important;
  }
  .medium-margin-horizontal-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .medium-margin-vertical-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .medium-padding-36 {
    padding: 9rem !important;
  }
  .medium-padding-top-36 {
    padding-top: 9rem !important;
  }
  .medium-padding-right-36 {
    padding-right: 9rem !important;
  }
  .medium-padding-bottom-36 {
    padding-bottom: 9rem !important;
  }
  .medium-padding-left-36 {
    padding-left: 9rem !important;
  }
  .medium-padding-horizontal-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .medium-padding-vertical-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-36 {
    margin: 9rem !important;
  }
  .large-margin-top-36 {
    margin-top: 9rem !important;
  }
  .large-margin-right-36 {
    margin-right: 9rem !important;
  }
  .large-margin-bottom-36 {
    margin-bottom: 9rem !important;
  }
  .large-margin-left-36 {
    margin-left: 9rem !important;
  }
  .large-margin-horizontal-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .large-margin-vertical-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .large-padding-36 {
    padding: 9rem !important;
  }
  .large-padding-top-36 {
    padding-top: 9rem !important;
  }
  .large-padding-right-36 {
    padding-right: 9rem !important;
  }
  .large-padding-bottom-36 {
    padding-bottom: 9rem !important;
  }
  .large-padding-left-36 {
    padding-left: 9rem !important;
  }
  .large-padding-horizontal-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .large-padding-vertical-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-36 {
    margin: 9rem !important;
  }
  .xlarge-margin-top-36 {
    margin-top: 9rem !important;
  }
  .xlarge-margin-right-36 {
    margin-right: 9rem !important;
  }
  .xlarge-margin-bottom-36 {
    margin-bottom: 9rem !important;
  }
  .xlarge-margin-left-36 {
    margin-left: 9rem !important;
  }
  .xlarge-margin-horizontal-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .xlarge-margin-vertical-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xlarge-padding-36 {
    padding: 9rem !important;
  }
  .xlarge-padding-top-36 {
    padding-top: 9rem !important;
  }
  .xlarge-padding-right-36 {
    padding-right: 9rem !important;
  }
  .xlarge-padding-bottom-36 {
    padding-bottom: 9rem !important;
  }
  .xlarge-padding-left-36 {
    padding-left: 9rem !important;
  }
  .xlarge-padding-horizontal-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .xlarge-padding-vertical-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-36 {
    margin: 9rem !important;
  }
  .xxlarge-margin-top-36 {
    margin-top: 9rem !important;
  }
  .xxlarge-margin-right-36 {
    margin-right: 9rem !important;
  }
  .xxlarge-margin-bottom-36 {
    margin-bottom: 9rem !important;
  }
  .xxlarge-margin-left-36 {
    margin-left: 9rem !important;
  }
  .xxlarge-margin-horizontal-36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .xxlarge-margin-vertical-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .xxlarge-padding-36 {
    padding: 9rem !important;
  }
  .xxlarge-padding-top-36 {
    padding-top: 9rem !important;
  }
  .xxlarge-padding-right-36 {
    padding-right: 9rem !important;
  }
  .xxlarge-padding-bottom-36 {
    padding-bottom: 9rem !important;
  }
  .xxlarge-padding-left-36 {
    padding-left: 9rem !important;
  }
  .xxlarge-padding-horizontal-36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .xxlarge-padding-vertical-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-37 {
    margin: 9.25rem !important;
  }
  .medium-margin-top-37 {
    margin-top: 9.25rem !important;
  }
  .medium-margin-right-37 {
    margin-right: 9.25rem !important;
  }
  .medium-margin-bottom-37 {
    margin-bottom: 9.25rem !important;
  }
  .medium-margin-left-37 {
    margin-left: 9.25rem !important;
  }
  .medium-margin-horizontal-37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .medium-margin-vertical-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .medium-padding-37 {
    padding: 9.25rem !important;
  }
  .medium-padding-top-37 {
    padding-top: 9.25rem !important;
  }
  .medium-padding-right-37 {
    padding-right: 9.25rem !important;
  }
  .medium-padding-bottom-37 {
    padding-bottom: 9.25rem !important;
  }
  .medium-padding-left-37 {
    padding-left: 9.25rem !important;
  }
  .medium-padding-horizontal-37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .medium-padding-vertical-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-37 {
    margin: 9.25rem !important;
  }
  .large-margin-top-37 {
    margin-top: 9.25rem !important;
  }
  .large-margin-right-37 {
    margin-right: 9.25rem !important;
  }
  .large-margin-bottom-37 {
    margin-bottom: 9.25rem !important;
  }
  .large-margin-left-37 {
    margin-left: 9.25rem !important;
  }
  .large-margin-horizontal-37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .large-margin-vertical-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .large-padding-37 {
    padding: 9.25rem !important;
  }
  .large-padding-top-37 {
    padding-top: 9.25rem !important;
  }
  .large-padding-right-37 {
    padding-right: 9.25rem !important;
  }
  .large-padding-bottom-37 {
    padding-bottom: 9.25rem !important;
  }
  .large-padding-left-37 {
    padding-left: 9.25rem !important;
  }
  .large-padding-horizontal-37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .large-padding-vertical-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-37 {
    margin: 9.25rem !important;
  }
  .xlarge-margin-top-37 {
    margin-top: 9.25rem !important;
  }
  .xlarge-margin-right-37 {
    margin-right: 9.25rem !important;
  }
  .xlarge-margin-bottom-37 {
    margin-bottom: 9.25rem !important;
  }
  .xlarge-margin-left-37 {
    margin-left: 9.25rem !important;
  }
  .xlarge-margin-horizontal-37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .xlarge-margin-vertical-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .xlarge-padding-37 {
    padding: 9.25rem !important;
  }
  .xlarge-padding-top-37 {
    padding-top: 9.25rem !important;
  }
  .xlarge-padding-right-37 {
    padding-right: 9.25rem !important;
  }
  .xlarge-padding-bottom-37 {
    padding-bottom: 9.25rem !important;
  }
  .xlarge-padding-left-37 {
    padding-left: 9.25rem !important;
  }
  .xlarge-padding-horizontal-37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .xlarge-padding-vertical-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-37 {
    margin: 9.25rem !important;
  }
  .xxlarge-margin-top-37 {
    margin-top: 9.25rem !important;
  }
  .xxlarge-margin-right-37 {
    margin-right: 9.25rem !important;
  }
  .xxlarge-margin-bottom-37 {
    margin-bottom: 9.25rem !important;
  }
  .xxlarge-margin-left-37 {
    margin-left: 9.25rem !important;
  }
  .xxlarge-margin-horizontal-37 {
    margin-right: 9.25rem !important;
    margin-left: 9.25rem !important;
  }
  .xxlarge-margin-vertical-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .xxlarge-padding-37 {
    padding: 9.25rem !important;
  }
  .xxlarge-padding-top-37 {
    padding-top: 9.25rem !important;
  }
  .xxlarge-padding-right-37 {
    padding-right: 9.25rem !important;
  }
  .xxlarge-padding-bottom-37 {
    padding-bottom: 9.25rem !important;
  }
  .xxlarge-padding-left-37 {
    padding-left: 9.25rem !important;
  }
  .xxlarge-padding-horizontal-37 {
    padding-right: 9.25rem !important;
    padding-left: 9.25rem !important;
  }
  .xxlarge-padding-vertical-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-38 {
    margin: 9.5rem !important;
  }
  .medium-margin-top-38 {
    margin-top: 9.5rem !important;
  }
  .medium-margin-right-38 {
    margin-right: 9.5rem !important;
  }
  .medium-margin-bottom-38 {
    margin-bottom: 9.5rem !important;
  }
  .medium-margin-left-38 {
    margin-left: 9.5rem !important;
  }
  .medium-margin-horizontal-38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .medium-margin-vertical-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .medium-padding-38 {
    padding: 9.5rem !important;
  }
  .medium-padding-top-38 {
    padding-top: 9.5rem !important;
  }
  .medium-padding-right-38 {
    padding-right: 9.5rem !important;
  }
  .medium-padding-bottom-38 {
    padding-bottom: 9.5rem !important;
  }
  .medium-padding-left-38 {
    padding-left: 9.5rem !important;
  }
  .medium-padding-horizontal-38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .medium-padding-vertical-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-38 {
    margin: 9.5rem !important;
  }
  .large-margin-top-38 {
    margin-top: 9.5rem !important;
  }
  .large-margin-right-38 {
    margin-right: 9.5rem !important;
  }
  .large-margin-bottom-38 {
    margin-bottom: 9.5rem !important;
  }
  .large-margin-left-38 {
    margin-left: 9.5rem !important;
  }
  .large-margin-horizontal-38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .large-margin-vertical-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .large-padding-38 {
    padding: 9.5rem !important;
  }
  .large-padding-top-38 {
    padding-top: 9.5rem !important;
  }
  .large-padding-right-38 {
    padding-right: 9.5rem !important;
  }
  .large-padding-bottom-38 {
    padding-bottom: 9.5rem !important;
  }
  .large-padding-left-38 {
    padding-left: 9.5rem !important;
  }
  .large-padding-horizontal-38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .large-padding-vertical-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-38 {
    margin: 9.5rem !important;
  }
  .xlarge-margin-top-38 {
    margin-top: 9.5rem !important;
  }
  .xlarge-margin-right-38 {
    margin-right: 9.5rem !important;
  }
  .xlarge-margin-bottom-38 {
    margin-bottom: 9.5rem !important;
  }
  .xlarge-margin-left-38 {
    margin-left: 9.5rem !important;
  }
  .xlarge-margin-horizontal-38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .xlarge-margin-vertical-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .xlarge-padding-38 {
    padding: 9.5rem !important;
  }
  .xlarge-padding-top-38 {
    padding-top: 9.5rem !important;
  }
  .xlarge-padding-right-38 {
    padding-right: 9.5rem !important;
  }
  .xlarge-padding-bottom-38 {
    padding-bottom: 9.5rem !important;
  }
  .xlarge-padding-left-38 {
    padding-left: 9.5rem !important;
  }
  .xlarge-padding-horizontal-38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .xlarge-padding-vertical-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-38 {
    margin: 9.5rem !important;
  }
  .xxlarge-margin-top-38 {
    margin-top: 9.5rem !important;
  }
  .xxlarge-margin-right-38 {
    margin-right: 9.5rem !important;
  }
  .xxlarge-margin-bottom-38 {
    margin-bottom: 9.5rem !important;
  }
  .xxlarge-margin-left-38 {
    margin-left: 9.5rem !important;
  }
  .xxlarge-margin-horizontal-38 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .xxlarge-margin-vertical-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .xxlarge-padding-38 {
    padding: 9.5rem !important;
  }
  .xxlarge-padding-top-38 {
    padding-top: 9.5rem !important;
  }
  .xxlarge-padding-right-38 {
    padding-right: 9.5rem !important;
  }
  .xxlarge-padding-bottom-38 {
    padding-bottom: 9.5rem !important;
  }
  .xxlarge-padding-left-38 {
    padding-left: 9.5rem !important;
  }
  .xxlarge-padding-horizontal-38 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .xxlarge-padding-vertical-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-39 {
    margin: 9.75rem !important;
  }
  .medium-margin-top-39 {
    margin-top: 9.75rem !important;
  }
  .medium-margin-right-39 {
    margin-right: 9.75rem !important;
  }
  .medium-margin-bottom-39 {
    margin-bottom: 9.75rem !important;
  }
  .medium-margin-left-39 {
    margin-left: 9.75rem !important;
  }
  .medium-margin-horizontal-39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .medium-margin-vertical-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .medium-padding-39 {
    padding: 9.75rem !important;
  }
  .medium-padding-top-39 {
    padding-top: 9.75rem !important;
  }
  .medium-padding-right-39 {
    padding-right: 9.75rem !important;
  }
  .medium-padding-bottom-39 {
    padding-bottom: 9.75rem !important;
  }
  .medium-padding-left-39 {
    padding-left: 9.75rem !important;
  }
  .medium-padding-horizontal-39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .medium-padding-vertical-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-39 {
    margin: 9.75rem !important;
  }
  .large-margin-top-39 {
    margin-top: 9.75rem !important;
  }
  .large-margin-right-39 {
    margin-right: 9.75rem !important;
  }
  .large-margin-bottom-39 {
    margin-bottom: 9.75rem !important;
  }
  .large-margin-left-39 {
    margin-left: 9.75rem !important;
  }
  .large-margin-horizontal-39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .large-margin-vertical-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .large-padding-39 {
    padding: 9.75rem !important;
  }
  .large-padding-top-39 {
    padding-top: 9.75rem !important;
  }
  .large-padding-right-39 {
    padding-right: 9.75rem !important;
  }
  .large-padding-bottom-39 {
    padding-bottom: 9.75rem !important;
  }
  .large-padding-left-39 {
    padding-left: 9.75rem !important;
  }
  .large-padding-horizontal-39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .large-padding-vertical-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-39 {
    margin: 9.75rem !important;
  }
  .xlarge-margin-top-39 {
    margin-top: 9.75rem !important;
  }
  .xlarge-margin-right-39 {
    margin-right: 9.75rem !important;
  }
  .xlarge-margin-bottom-39 {
    margin-bottom: 9.75rem !important;
  }
  .xlarge-margin-left-39 {
    margin-left: 9.75rem !important;
  }
  .xlarge-margin-horizontal-39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .xlarge-margin-vertical-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .xlarge-padding-39 {
    padding: 9.75rem !important;
  }
  .xlarge-padding-top-39 {
    padding-top: 9.75rem !important;
  }
  .xlarge-padding-right-39 {
    padding-right: 9.75rem !important;
  }
  .xlarge-padding-bottom-39 {
    padding-bottom: 9.75rem !important;
  }
  .xlarge-padding-left-39 {
    padding-left: 9.75rem !important;
  }
  .xlarge-padding-horizontal-39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .xlarge-padding-vertical-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-39 {
    margin: 9.75rem !important;
  }
  .xxlarge-margin-top-39 {
    margin-top: 9.75rem !important;
  }
  .xxlarge-margin-right-39 {
    margin-right: 9.75rem !important;
  }
  .xxlarge-margin-bottom-39 {
    margin-bottom: 9.75rem !important;
  }
  .xxlarge-margin-left-39 {
    margin-left: 9.75rem !important;
  }
  .xxlarge-margin-horizontal-39 {
    margin-right: 9.75rem !important;
    margin-left: 9.75rem !important;
  }
  .xxlarge-margin-vertical-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .xxlarge-padding-39 {
    padding: 9.75rem !important;
  }
  .xxlarge-padding-top-39 {
    padding-top: 9.75rem !important;
  }
  .xxlarge-padding-right-39 {
    padding-right: 9.75rem !important;
  }
  .xxlarge-padding-bottom-39 {
    padding-bottom: 9.75rem !important;
  }
  .xxlarge-padding-left-39 {
    padding-left: 9.75rem !important;
  }
  .xxlarge-padding-horizontal-39 {
    padding-right: 9.75rem !important;
    padding-left: 9.75rem !important;
  }
  .xxlarge-padding-vertical-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-40 {
    margin: 10rem !important;
  }
  .medium-margin-top-40 {
    margin-top: 10rem !important;
  }
  .medium-margin-right-40 {
    margin-right: 10rem !important;
  }
  .medium-margin-bottom-40 {
    margin-bottom: 10rem !important;
  }
  .medium-margin-left-40 {
    margin-left: 10rem !important;
  }
  .medium-margin-horizontal-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .medium-margin-vertical-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .medium-padding-40 {
    padding: 10rem !important;
  }
  .medium-padding-top-40 {
    padding-top: 10rem !important;
  }
  .medium-padding-right-40 {
    padding-right: 10rem !important;
  }
  .medium-padding-bottom-40 {
    padding-bottom: 10rem !important;
  }
  .medium-padding-left-40 {
    padding-left: 10rem !important;
  }
  .medium-padding-horizontal-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .medium-padding-vertical-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-40 {
    margin: 10rem !important;
  }
  .large-margin-top-40 {
    margin-top: 10rem !important;
  }
  .large-margin-right-40 {
    margin-right: 10rem !important;
  }
  .large-margin-bottom-40 {
    margin-bottom: 10rem !important;
  }
  .large-margin-left-40 {
    margin-left: 10rem !important;
  }
  .large-margin-horizontal-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .large-margin-vertical-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .large-padding-40 {
    padding: 10rem !important;
  }
  .large-padding-top-40 {
    padding-top: 10rem !important;
  }
  .large-padding-right-40 {
    padding-right: 10rem !important;
  }
  .large-padding-bottom-40 {
    padding-bottom: 10rem !important;
  }
  .large-padding-left-40 {
    padding-left: 10rem !important;
  }
  .large-padding-horizontal-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .large-padding-vertical-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-40 {
    margin: 10rem !important;
  }
  .xlarge-margin-top-40 {
    margin-top: 10rem !important;
  }
  .xlarge-margin-right-40 {
    margin-right: 10rem !important;
  }
  .xlarge-margin-bottom-40 {
    margin-bottom: 10rem !important;
  }
  .xlarge-margin-left-40 {
    margin-left: 10rem !important;
  }
  .xlarge-margin-horizontal-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .xlarge-margin-vertical-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xlarge-padding-40 {
    padding: 10rem !important;
  }
  .xlarge-padding-top-40 {
    padding-top: 10rem !important;
  }
  .xlarge-padding-right-40 {
    padding-right: 10rem !important;
  }
  .xlarge-padding-bottom-40 {
    padding-bottom: 10rem !important;
  }
  .xlarge-padding-left-40 {
    padding-left: 10rem !important;
  }
  .xlarge-padding-horizontal-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .xlarge-padding-vertical-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-40 {
    margin: 10rem !important;
  }
  .xxlarge-margin-top-40 {
    margin-top: 10rem !important;
  }
  .xxlarge-margin-right-40 {
    margin-right: 10rem !important;
  }
  .xxlarge-margin-bottom-40 {
    margin-bottom: 10rem !important;
  }
  .xxlarge-margin-left-40 {
    margin-left: 10rem !important;
  }
  .xxlarge-margin-horizontal-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .xxlarge-margin-vertical-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .xxlarge-padding-40 {
    padding: 10rem !important;
  }
  .xxlarge-padding-top-40 {
    padding-top: 10rem !important;
  }
  .xxlarge-padding-right-40 {
    padding-right: 10rem !important;
  }
  .xxlarge-padding-bottom-40 {
    padding-bottom: 10rem !important;
  }
  .xxlarge-padding-left-40 {
    padding-left: 10rem !important;
  }
  .xxlarge-padding-horizontal-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .xxlarge-padding-vertical-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-41 {
    margin: 10.25rem !important;
  }
  .medium-margin-top-41 {
    margin-top: 10.25rem !important;
  }
  .medium-margin-right-41 {
    margin-right: 10.25rem !important;
  }
  .medium-margin-bottom-41 {
    margin-bottom: 10.25rem !important;
  }
  .medium-margin-left-41 {
    margin-left: 10.25rem !important;
  }
  .medium-margin-horizontal-41 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .medium-margin-vertical-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .medium-padding-41 {
    padding: 10.25rem !important;
  }
  .medium-padding-top-41 {
    padding-top: 10.25rem !important;
  }
  .medium-padding-right-41 {
    padding-right: 10.25rem !important;
  }
  .medium-padding-bottom-41 {
    padding-bottom: 10.25rem !important;
  }
  .medium-padding-left-41 {
    padding-left: 10.25rem !important;
  }
  .medium-padding-horizontal-41 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .medium-padding-vertical-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-41 {
    margin: 10.25rem !important;
  }
  .large-margin-top-41 {
    margin-top: 10.25rem !important;
  }
  .large-margin-right-41 {
    margin-right: 10.25rem !important;
  }
  .large-margin-bottom-41 {
    margin-bottom: 10.25rem !important;
  }
  .large-margin-left-41 {
    margin-left: 10.25rem !important;
  }
  .large-margin-horizontal-41 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .large-margin-vertical-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .large-padding-41 {
    padding: 10.25rem !important;
  }
  .large-padding-top-41 {
    padding-top: 10.25rem !important;
  }
  .large-padding-right-41 {
    padding-right: 10.25rem !important;
  }
  .large-padding-bottom-41 {
    padding-bottom: 10.25rem !important;
  }
  .large-padding-left-41 {
    padding-left: 10.25rem !important;
  }
  .large-padding-horizontal-41 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .large-padding-vertical-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-41 {
    margin: 10.25rem !important;
  }
  .xlarge-margin-top-41 {
    margin-top: 10.25rem !important;
  }
  .xlarge-margin-right-41 {
    margin-right: 10.25rem !important;
  }
  .xlarge-margin-bottom-41 {
    margin-bottom: 10.25rem !important;
  }
  .xlarge-margin-left-41 {
    margin-left: 10.25rem !important;
  }
  .xlarge-margin-horizontal-41 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .xlarge-margin-vertical-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .xlarge-padding-41 {
    padding: 10.25rem !important;
  }
  .xlarge-padding-top-41 {
    padding-top: 10.25rem !important;
  }
  .xlarge-padding-right-41 {
    padding-right: 10.25rem !important;
  }
  .xlarge-padding-bottom-41 {
    padding-bottom: 10.25rem !important;
  }
  .xlarge-padding-left-41 {
    padding-left: 10.25rem !important;
  }
  .xlarge-padding-horizontal-41 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .xlarge-padding-vertical-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-41 {
    margin: 10.25rem !important;
  }
  .xxlarge-margin-top-41 {
    margin-top: 10.25rem !important;
  }
  .xxlarge-margin-right-41 {
    margin-right: 10.25rem !important;
  }
  .xxlarge-margin-bottom-41 {
    margin-bottom: 10.25rem !important;
  }
  .xxlarge-margin-left-41 {
    margin-left: 10.25rem !important;
  }
  .xxlarge-margin-horizontal-41 {
    margin-right: 10.25rem !important;
    margin-left: 10.25rem !important;
  }
  .xxlarge-margin-vertical-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .xxlarge-padding-41 {
    padding: 10.25rem !important;
  }
  .xxlarge-padding-top-41 {
    padding-top: 10.25rem !important;
  }
  .xxlarge-padding-right-41 {
    padding-right: 10.25rem !important;
  }
  .xxlarge-padding-bottom-41 {
    padding-bottom: 10.25rem !important;
  }
  .xxlarge-padding-left-41 {
    padding-left: 10.25rem !important;
  }
  .xxlarge-padding-horizontal-41 {
    padding-right: 10.25rem !important;
    padding-left: 10.25rem !important;
  }
  .xxlarge-padding-vertical-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-42 {
    margin: 10.5rem !important;
  }
  .medium-margin-top-42 {
    margin-top: 10.5rem !important;
  }
  .medium-margin-right-42 {
    margin-right: 10.5rem !important;
  }
  .medium-margin-bottom-42 {
    margin-bottom: 10.5rem !important;
  }
  .medium-margin-left-42 {
    margin-left: 10.5rem !important;
  }
  .medium-margin-horizontal-42 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .medium-margin-vertical-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .medium-padding-42 {
    padding: 10.5rem !important;
  }
  .medium-padding-top-42 {
    padding-top: 10.5rem !important;
  }
  .medium-padding-right-42 {
    padding-right: 10.5rem !important;
  }
  .medium-padding-bottom-42 {
    padding-bottom: 10.5rem !important;
  }
  .medium-padding-left-42 {
    padding-left: 10.5rem !important;
  }
  .medium-padding-horizontal-42 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .medium-padding-vertical-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-42 {
    margin: 10.5rem !important;
  }
  .large-margin-top-42 {
    margin-top: 10.5rem !important;
  }
  .large-margin-right-42 {
    margin-right: 10.5rem !important;
  }
  .large-margin-bottom-42 {
    margin-bottom: 10.5rem !important;
  }
  .large-margin-left-42 {
    margin-left: 10.5rem !important;
  }
  .large-margin-horizontal-42 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .large-margin-vertical-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .large-padding-42 {
    padding: 10.5rem !important;
  }
  .large-padding-top-42 {
    padding-top: 10.5rem !important;
  }
  .large-padding-right-42 {
    padding-right: 10.5rem !important;
  }
  .large-padding-bottom-42 {
    padding-bottom: 10.5rem !important;
  }
  .large-padding-left-42 {
    padding-left: 10.5rem !important;
  }
  .large-padding-horizontal-42 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .large-padding-vertical-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-42 {
    margin: 10.5rem !important;
  }
  .xlarge-margin-top-42 {
    margin-top: 10.5rem !important;
  }
  .xlarge-margin-right-42 {
    margin-right: 10.5rem !important;
  }
  .xlarge-margin-bottom-42 {
    margin-bottom: 10.5rem !important;
  }
  .xlarge-margin-left-42 {
    margin-left: 10.5rem !important;
  }
  .xlarge-margin-horizontal-42 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .xlarge-margin-vertical-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .xlarge-padding-42 {
    padding: 10.5rem !important;
  }
  .xlarge-padding-top-42 {
    padding-top: 10.5rem !important;
  }
  .xlarge-padding-right-42 {
    padding-right: 10.5rem !important;
  }
  .xlarge-padding-bottom-42 {
    padding-bottom: 10.5rem !important;
  }
  .xlarge-padding-left-42 {
    padding-left: 10.5rem !important;
  }
  .xlarge-padding-horizontal-42 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .xlarge-padding-vertical-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-42 {
    margin: 10.5rem !important;
  }
  .xxlarge-margin-top-42 {
    margin-top: 10.5rem !important;
  }
  .xxlarge-margin-right-42 {
    margin-right: 10.5rem !important;
  }
  .xxlarge-margin-bottom-42 {
    margin-bottom: 10.5rem !important;
  }
  .xxlarge-margin-left-42 {
    margin-left: 10.5rem !important;
  }
  .xxlarge-margin-horizontal-42 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .xxlarge-margin-vertical-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .xxlarge-padding-42 {
    padding: 10.5rem !important;
  }
  .xxlarge-padding-top-42 {
    padding-top: 10.5rem !important;
  }
  .xxlarge-padding-right-42 {
    padding-right: 10.5rem !important;
  }
  .xxlarge-padding-bottom-42 {
    padding-bottom: 10.5rem !important;
  }
  .xxlarge-padding-left-42 {
    padding-left: 10.5rem !important;
  }
  .xxlarge-padding-horizontal-42 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .xxlarge-padding-vertical-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-43 {
    margin: 10.75rem !important;
  }
  .medium-margin-top-43 {
    margin-top: 10.75rem !important;
  }
  .medium-margin-right-43 {
    margin-right: 10.75rem !important;
  }
  .medium-margin-bottom-43 {
    margin-bottom: 10.75rem !important;
  }
  .medium-margin-left-43 {
    margin-left: 10.75rem !important;
  }
  .medium-margin-horizontal-43 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .medium-margin-vertical-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .medium-padding-43 {
    padding: 10.75rem !important;
  }
  .medium-padding-top-43 {
    padding-top: 10.75rem !important;
  }
  .medium-padding-right-43 {
    padding-right: 10.75rem !important;
  }
  .medium-padding-bottom-43 {
    padding-bottom: 10.75rem !important;
  }
  .medium-padding-left-43 {
    padding-left: 10.75rem !important;
  }
  .medium-padding-horizontal-43 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .medium-padding-vertical-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-43 {
    margin: 10.75rem !important;
  }
  .large-margin-top-43 {
    margin-top: 10.75rem !important;
  }
  .large-margin-right-43 {
    margin-right: 10.75rem !important;
  }
  .large-margin-bottom-43 {
    margin-bottom: 10.75rem !important;
  }
  .large-margin-left-43 {
    margin-left: 10.75rem !important;
  }
  .large-margin-horizontal-43 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .large-margin-vertical-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .large-padding-43 {
    padding: 10.75rem !important;
  }
  .large-padding-top-43 {
    padding-top: 10.75rem !important;
  }
  .large-padding-right-43 {
    padding-right: 10.75rem !important;
  }
  .large-padding-bottom-43 {
    padding-bottom: 10.75rem !important;
  }
  .large-padding-left-43 {
    padding-left: 10.75rem !important;
  }
  .large-padding-horizontal-43 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .large-padding-vertical-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-43 {
    margin: 10.75rem !important;
  }
  .xlarge-margin-top-43 {
    margin-top: 10.75rem !important;
  }
  .xlarge-margin-right-43 {
    margin-right: 10.75rem !important;
  }
  .xlarge-margin-bottom-43 {
    margin-bottom: 10.75rem !important;
  }
  .xlarge-margin-left-43 {
    margin-left: 10.75rem !important;
  }
  .xlarge-margin-horizontal-43 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .xlarge-margin-vertical-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .xlarge-padding-43 {
    padding: 10.75rem !important;
  }
  .xlarge-padding-top-43 {
    padding-top: 10.75rem !important;
  }
  .xlarge-padding-right-43 {
    padding-right: 10.75rem !important;
  }
  .xlarge-padding-bottom-43 {
    padding-bottom: 10.75rem !important;
  }
  .xlarge-padding-left-43 {
    padding-left: 10.75rem !important;
  }
  .xlarge-padding-horizontal-43 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .xlarge-padding-vertical-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-43 {
    margin: 10.75rem !important;
  }
  .xxlarge-margin-top-43 {
    margin-top: 10.75rem !important;
  }
  .xxlarge-margin-right-43 {
    margin-right: 10.75rem !important;
  }
  .xxlarge-margin-bottom-43 {
    margin-bottom: 10.75rem !important;
  }
  .xxlarge-margin-left-43 {
    margin-left: 10.75rem !important;
  }
  .xxlarge-margin-horizontal-43 {
    margin-right: 10.75rem !important;
    margin-left: 10.75rem !important;
  }
  .xxlarge-margin-vertical-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .xxlarge-padding-43 {
    padding: 10.75rem !important;
  }
  .xxlarge-padding-top-43 {
    padding-top: 10.75rem !important;
  }
  .xxlarge-padding-right-43 {
    padding-right: 10.75rem !important;
  }
  .xxlarge-padding-bottom-43 {
    padding-bottom: 10.75rem !important;
  }
  .xxlarge-padding-left-43 {
    padding-left: 10.75rem !important;
  }
  .xxlarge-padding-horizontal-43 {
    padding-right: 10.75rem !important;
    padding-left: 10.75rem !important;
  }
  .xxlarge-padding-vertical-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-44 {
    margin: 11rem !important;
  }
  .medium-margin-top-44 {
    margin-top: 11rem !important;
  }
  .medium-margin-right-44 {
    margin-right: 11rem !important;
  }
  .medium-margin-bottom-44 {
    margin-bottom: 11rem !important;
  }
  .medium-margin-left-44 {
    margin-left: 11rem !important;
  }
  .medium-margin-horizontal-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .medium-margin-vertical-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .medium-padding-44 {
    padding: 11rem !important;
  }
  .medium-padding-top-44 {
    padding-top: 11rem !important;
  }
  .medium-padding-right-44 {
    padding-right: 11rem !important;
  }
  .medium-padding-bottom-44 {
    padding-bottom: 11rem !important;
  }
  .medium-padding-left-44 {
    padding-left: 11rem !important;
  }
  .medium-padding-horizontal-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .medium-padding-vertical-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-44 {
    margin: 11rem !important;
  }
  .large-margin-top-44 {
    margin-top: 11rem !important;
  }
  .large-margin-right-44 {
    margin-right: 11rem !important;
  }
  .large-margin-bottom-44 {
    margin-bottom: 11rem !important;
  }
  .large-margin-left-44 {
    margin-left: 11rem !important;
  }
  .large-margin-horizontal-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .large-margin-vertical-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .large-padding-44 {
    padding: 11rem !important;
  }
  .large-padding-top-44 {
    padding-top: 11rem !important;
  }
  .large-padding-right-44 {
    padding-right: 11rem !important;
  }
  .large-padding-bottom-44 {
    padding-bottom: 11rem !important;
  }
  .large-padding-left-44 {
    padding-left: 11rem !important;
  }
  .large-padding-horizontal-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .large-padding-vertical-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-44 {
    margin: 11rem !important;
  }
  .xlarge-margin-top-44 {
    margin-top: 11rem !important;
  }
  .xlarge-margin-right-44 {
    margin-right: 11rem !important;
  }
  .xlarge-margin-bottom-44 {
    margin-bottom: 11rem !important;
  }
  .xlarge-margin-left-44 {
    margin-left: 11rem !important;
  }
  .xlarge-margin-horizontal-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .xlarge-margin-vertical-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .xlarge-padding-44 {
    padding: 11rem !important;
  }
  .xlarge-padding-top-44 {
    padding-top: 11rem !important;
  }
  .xlarge-padding-right-44 {
    padding-right: 11rem !important;
  }
  .xlarge-padding-bottom-44 {
    padding-bottom: 11rem !important;
  }
  .xlarge-padding-left-44 {
    padding-left: 11rem !important;
  }
  .xlarge-padding-horizontal-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .xlarge-padding-vertical-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-44 {
    margin: 11rem !important;
  }
  .xxlarge-margin-top-44 {
    margin-top: 11rem !important;
  }
  .xxlarge-margin-right-44 {
    margin-right: 11rem !important;
  }
  .xxlarge-margin-bottom-44 {
    margin-bottom: 11rem !important;
  }
  .xxlarge-margin-left-44 {
    margin-left: 11rem !important;
  }
  .xxlarge-margin-horizontal-44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .xxlarge-margin-vertical-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .xxlarge-padding-44 {
    padding: 11rem !important;
  }
  .xxlarge-padding-top-44 {
    padding-top: 11rem !important;
  }
  .xxlarge-padding-right-44 {
    padding-right: 11rem !important;
  }
  .xxlarge-padding-bottom-44 {
    padding-bottom: 11rem !important;
  }
  .xxlarge-padding-left-44 {
    padding-left: 11rem !important;
  }
  .xxlarge-padding-horizontal-44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .xxlarge-padding-vertical-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-45 {
    margin: 11.25rem !important;
  }
  .medium-margin-top-45 {
    margin-top: 11.25rem !important;
  }
  .medium-margin-right-45 {
    margin-right: 11.25rem !important;
  }
  .medium-margin-bottom-45 {
    margin-bottom: 11.25rem !important;
  }
  .medium-margin-left-45 {
    margin-left: 11.25rem !important;
  }
  .medium-margin-horizontal-45 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .medium-margin-vertical-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .medium-padding-45 {
    padding: 11.25rem !important;
  }
  .medium-padding-top-45 {
    padding-top: 11.25rem !important;
  }
  .medium-padding-right-45 {
    padding-right: 11.25rem !important;
  }
  .medium-padding-bottom-45 {
    padding-bottom: 11.25rem !important;
  }
  .medium-padding-left-45 {
    padding-left: 11.25rem !important;
  }
  .medium-padding-horizontal-45 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .medium-padding-vertical-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-45 {
    margin: 11.25rem !important;
  }
  .large-margin-top-45 {
    margin-top: 11.25rem !important;
  }
  .large-margin-right-45 {
    margin-right: 11.25rem !important;
  }
  .large-margin-bottom-45 {
    margin-bottom: 11.25rem !important;
  }
  .large-margin-left-45 {
    margin-left: 11.25rem !important;
  }
  .large-margin-horizontal-45 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .large-margin-vertical-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .large-padding-45 {
    padding: 11.25rem !important;
  }
  .large-padding-top-45 {
    padding-top: 11.25rem !important;
  }
  .large-padding-right-45 {
    padding-right: 11.25rem !important;
  }
  .large-padding-bottom-45 {
    padding-bottom: 11.25rem !important;
  }
  .large-padding-left-45 {
    padding-left: 11.25rem !important;
  }
  .large-padding-horizontal-45 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .large-padding-vertical-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-45 {
    margin: 11.25rem !important;
  }
  .xlarge-margin-top-45 {
    margin-top: 11.25rem !important;
  }
  .xlarge-margin-right-45 {
    margin-right: 11.25rem !important;
  }
  .xlarge-margin-bottom-45 {
    margin-bottom: 11.25rem !important;
  }
  .xlarge-margin-left-45 {
    margin-left: 11.25rem !important;
  }
  .xlarge-margin-horizontal-45 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .xlarge-margin-vertical-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .xlarge-padding-45 {
    padding: 11.25rem !important;
  }
  .xlarge-padding-top-45 {
    padding-top: 11.25rem !important;
  }
  .xlarge-padding-right-45 {
    padding-right: 11.25rem !important;
  }
  .xlarge-padding-bottom-45 {
    padding-bottom: 11.25rem !important;
  }
  .xlarge-padding-left-45 {
    padding-left: 11.25rem !important;
  }
  .xlarge-padding-horizontal-45 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .xlarge-padding-vertical-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-45 {
    margin: 11.25rem !important;
  }
  .xxlarge-margin-top-45 {
    margin-top: 11.25rem !important;
  }
  .xxlarge-margin-right-45 {
    margin-right: 11.25rem !important;
  }
  .xxlarge-margin-bottom-45 {
    margin-bottom: 11.25rem !important;
  }
  .xxlarge-margin-left-45 {
    margin-left: 11.25rem !important;
  }
  .xxlarge-margin-horizontal-45 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .xxlarge-margin-vertical-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .xxlarge-padding-45 {
    padding: 11.25rem !important;
  }
  .xxlarge-padding-top-45 {
    padding-top: 11.25rem !important;
  }
  .xxlarge-padding-right-45 {
    padding-right: 11.25rem !important;
  }
  .xxlarge-padding-bottom-45 {
    padding-bottom: 11.25rem !important;
  }
  .xxlarge-padding-left-45 {
    padding-left: 11.25rem !important;
  }
  .xxlarge-padding-horizontal-45 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .xxlarge-padding-vertical-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-46 {
    margin: 11.5rem !important;
  }
  .medium-margin-top-46 {
    margin-top: 11.5rem !important;
  }
  .medium-margin-right-46 {
    margin-right: 11.5rem !important;
  }
  .medium-margin-bottom-46 {
    margin-bottom: 11.5rem !important;
  }
  .medium-margin-left-46 {
    margin-left: 11.5rem !important;
  }
  .medium-margin-horizontal-46 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .medium-margin-vertical-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .medium-padding-46 {
    padding: 11.5rem !important;
  }
  .medium-padding-top-46 {
    padding-top: 11.5rem !important;
  }
  .medium-padding-right-46 {
    padding-right: 11.5rem !important;
  }
  .medium-padding-bottom-46 {
    padding-bottom: 11.5rem !important;
  }
  .medium-padding-left-46 {
    padding-left: 11.5rem !important;
  }
  .medium-padding-horizontal-46 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .medium-padding-vertical-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-46 {
    margin: 11.5rem !important;
  }
  .large-margin-top-46 {
    margin-top: 11.5rem !important;
  }
  .large-margin-right-46 {
    margin-right: 11.5rem !important;
  }
  .large-margin-bottom-46 {
    margin-bottom: 11.5rem !important;
  }
  .large-margin-left-46 {
    margin-left: 11.5rem !important;
  }
  .large-margin-horizontal-46 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .large-margin-vertical-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .large-padding-46 {
    padding: 11.5rem !important;
  }
  .large-padding-top-46 {
    padding-top: 11.5rem !important;
  }
  .large-padding-right-46 {
    padding-right: 11.5rem !important;
  }
  .large-padding-bottom-46 {
    padding-bottom: 11.5rem !important;
  }
  .large-padding-left-46 {
    padding-left: 11.5rem !important;
  }
  .large-padding-horizontal-46 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .large-padding-vertical-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-46 {
    margin: 11.5rem !important;
  }
  .xlarge-margin-top-46 {
    margin-top: 11.5rem !important;
  }
  .xlarge-margin-right-46 {
    margin-right: 11.5rem !important;
  }
  .xlarge-margin-bottom-46 {
    margin-bottom: 11.5rem !important;
  }
  .xlarge-margin-left-46 {
    margin-left: 11.5rem !important;
  }
  .xlarge-margin-horizontal-46 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .xlarge-margin-vertical-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .xlarge-padding-46 {
    padding: 11.5rem !important;
  }
  .xlarge-padding-top-46 {
    padding-top: 11.5rem !important;
  }
  .xlarge-padding-right-46 {
    padding-right: 11.5rem !important;
  }
  .xlarge-padding-bottom-46 {
    padding-bottom: 11.5rem !important;
  }
  .xlarge-padding-left-46 {
    padding-left: 11.5rem !important;
  }
  .xlarge-padding-horizontal-46 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .xlarge-padding-vertical-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-46 {
    margin: 11.5rem !important;
  }
  .xxlarge-margin-top-46 {
    margin-top: 11.5rem !important;
  }
  .xxlarge-margin-right-46 {
    margin-right: 11.5rem !important;
  }
  .xxlarge-margin-bottom-46 {
    margin-bottom: 11.5rem !important;
  }
  .xxlarge-margin-left-46 {
    margin-left: 11.5rem !important;
  }
  .xxlarge-margin-horizontal-46 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .xxlarge-margin-vertical-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .xxlarge-padding-46 {
    padding: 11.5rem !important;
  }
  .xxlarge-padding-top-46 {
    padding-top: 11.5rem !important;
  }
  .xxlarge-padding-right-46 {
    padding-right: 11.5rem !important;
  }
  .xxlarge-padding-bottom-46 {
    padding-bottom: 11.5rem !important;
  }
  .xxlarge-padding-left-46 {
    padding-left: 11.5rem !important;
  }
  .xxlarge-padding-horizontal-46 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .xxlarge-padding-vertical-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-47 {
    margin: 11.75rem !important;
  }
  .medium-margin-top-47 {
    margin-top: 11.75rem !important;
  }
  .medium-margin-right-47 {
    margin-right: 11.75rem !important;
  }
  .medium-margin-bottom-47 {
    margin-bottom: 11.75rem !important;
  }
  .medium-margin-left-47 {
    margin-left: 11.75rem !important;
  }
  .medium-margin-horizontal-47 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .medium-margin-vertical-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .medium-padding-47 {
    padding: 11.75rem !important;
  }
  .medium-padding-top-47 {
    padding-top: 11.75rem !important;
  }
  .medium-padding-right-47 {
    padding-right: 11.75rem !important;
  }
  .medium-padding-bottom-47 {
    padding-bottom: 11.75rem !important;
  }
  .medium-padding-left-47 {
    padding-left: 11.75rem !important;
  }
  .medium-padding-horizontal-47 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .medium-padding-vertical-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-47 {
    margin: 11.75rem !important;
  }
  .large-margin-top-47 {
    margin-top: 11.75rem !important;
  }
  .large-margin-right-47 {
    margin-right: 11.75rem !important;
  }
  .large-margin-bottom-47 {
    margin-bottom: 11.75rem !important;
  }
  .large-margin-left-47 {
    margin-left: 11.75rem !important;
  }
  .large-margin-horizontal-47 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .large-margin-vertical-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .large-padding-47 {
    padding: 11.75rem !important;
  }
  .large-padding-top-47 {
    padding-top: 11.75rem !important;
  }
  .large-padding-right-47 {
    padding-right: 11.75rem !important;
  }
  .large-padding-bottom-47 {
    padding-bottom: 11.75rem !important;
  }
  .large-padding-left-47 {
    padding-left: 11.75rem !important;
  }
  .large-padding-horizontal-47 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .large-padding-vertical-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-47 {
    margin: 11.75rem !important;
  }
  .xlarge-margin-top-47 {
    margin-top: 11.75rem !important;
  }
  .xlarge-margin-right-47 {
    margin-right: 11.75rem !important;
  }
  .xlarge-margin-bottom-47 {
    margin-bottom: 11.75rem !important;
  }
  .xlarge-margin-left-47 {
    margin-left: 11.75rem !important;
  }
  .xlarge-margin-horizontal-47 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .xlarge-margin-vertical-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .xlarge-padding-47 {
    padding: 11.75rem !important;
  }
  .xlarge-padding-top-47 {
    padding-top: 11.75rem !important;
  }
  .xlarge-padding-right-47 {
    padding-right: 11.75rem !important;
  }
  .xlarge-padding-bottom-47 {
    padding-bottom: 11.75rem !important;
  }
  .xlarge-padding-left-47 {
    padding-left: 11.75rem !important;
  }
  .xlarge-padding-horizontal-47 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .xlarge-padding-vertical-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-47 {
    margin: 11.75rem !important;
  }
  .xxlarge-margin-top-47 {
    margin-top: 11.75rem !important;
  }
  .xxlarge-margin-right-47 {
    margin-right: 11.75rem !important;
  }
  .xxlarge-margin-bottom-47 {
    margin-bottom: 11.75rem !important;
  }
  .xxlarge-margin-left-47 {
    margin-left: 11.75rem !important;
  }
  .xxlarge-margin-horizontal-47 {
    margin-right: 11.75rem !important;
    margin-left: 11.75rem !important;
  }
  .xxlarge-margin-vertical-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .xxlarge-padding-47 {
    padding: 11.75rem !important;
  }
  .xxlarge-padding-top-47 {
    padding-top: 11.75rem !important;
  }
  .xxlarge-padding-right-47 {
    padding-right: 11.75rem !important;
  }
  .xxlarge-padding-bottom-47 {
    padding-bottom: 11.75rem !important;
  }
  .xxlarge-padding-left-47 {
    padding-left: 11.75rem !important;
  }
  .xxlarge-padding-horizontal-47 {
    padding-right: 11.75rem !important;
    padding-left: 11.75rem !important;
  }
  .xxlarge-padding-vertical-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-48 {
    margin: 12rem !important;
  }
  .medium-margin-top-48 {
    margin-top: 12rem !important;
  }
  .medium-margin-right-48 {
    margin-right: 12rem !important;
  }
  .medium-margin-bottom-48 {
    margin-bottom: 12rem !important;
  }
  .medium-margin-left-48 {
    margin-left: 12rem !important;
  }
  .medium-margin-horizontal-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .medium-margin-vertical-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .medium-padding-48 {
    padding: 12rem !important;
  }
  .medium-padding-top-48 {
    padding-top: 12rem !important;
  }
  .medium-padding-right-48 {
    padding-right: 12rem !important;
  }
  .medium-padding-bottom-48 {
    padding-bottom: 12rem !important;
  }
  .medium-padding-left-48 {
    padding-left: 12rem !important;
  }
  .medium-padding-horizontal-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .medium-padding-vertical-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-48 {
    margin: 12rem !important;
  }
  .large-margin-top-48 {
    margin-top: 12rem !important;
  }
  .large-margin-right-48 {
    margin-right: 12rem !important;
  }
  .large-margin-bottom-48 {
    margin-bottom: 12rem !important;
  }
  .large-margin-left-48 {
    margin-left: 12rem !important;
  }
  .large-margin-horizontal-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .large-margin-vertical-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .large-padding-48 {
    padding: 12rem !important;
  }
  .large-padding-top-48 {
    padding-top: 12rem !important;
  }
  .large-padding-right-48 {
    padding-right: 12rem !important;
  }
  .large-padding-bottom-48 {
    padding-bottom: 12rem !important;
  }
  .large-padding-left-48 {
    padding-left: 12rem !important;
  }
  .large-padding-horizontal-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .large-padding-vertical-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-48 {
    margin: 12rem !important;
  }
  .xlarge-margin-top-48 {
    margin-top: 12rem !important;
  }
  .xlarge-margin-right-48 {
    margin-right: 12rem !important;
  }
  .xlarge-margin-bottom-48 {
    margin-bottom: 12rem !important;
  }
  .xlarge-margin-left-48 {
    margin-left: 12rem !important;
  }
  .xlarge-margin-horizontal-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .xlarge-margin-vertical-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .xlarge-padding-48 {
    padding: 12rem !important;
  }
  .xlarge-padding-top-48 {
    padding-top: 12rem !important;
  }
  .xlarge-padding-right-48 {
    padding-right: 12rem !important;
  }
  .xlarge-padding-bottom-48 {
    padding-bottom: 12rem !important;
  }
  .xlarge-padding-left-48 {
    padding-left: 12rem !important;
  }
  .xlarge-padding-horizontal-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .xlarge-padding-vertical-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-48 {
    margin: 12rem !important;
  }
  .xxlarge-margin-top-48 {
    margin-top: 12rem !important;
  }
  .xxlarge-margin-right-48 {
    margin-right: 12rem !important;
  }
  .xxlarge-margin-bottom-48 {
    margin-bottom: 12rem !important;
  }
  .xxlarge-margin-left-48 {
    margin-left: 12rem !important;
  }
  .xxlarge-margin-horizontal-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .xxlarge-margin-vertical-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .xxlarge-padding-48 {
    padding: 12rem !important;
  }
  .xxlarge-padding-top-48 {
    padding-top: 12rem !important;
  }
  .xxlarge-padding-right-48 {
    padding-right: 12rem !important;
  }
  .xxlarge-padding-bottom-48 {
    padding-bottom: 12rem !important;
  }
  .xxlarge-padding-left-48 {
    padding-left: 12rem !important;
  }
  .xxlarge-padding-horizontal-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .xxlarge-padding-vertical-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-49 {
    margin: 12.25rem !important;
  }
  .medium-margin-top-49 {
    margin-top: 12.25rem !important;
  }
  .medium-margin-right-49 {
    margin-right: 12.25rem !important;
  }
  .medium-margin-bottom-49 {
    margin-bottom: 12.25rem !important;
  }
  .medium-margin-left-49 {
    margin-left: 12.25rem !important;
  }
  .medium-margin-horizontal-49 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .medium-margin-vertical-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .medium-padding-49 {
    padding: 12.25rem !important;
  }
  .medium-padding-top-49 {
    padding-top: 12.25rem !important;
  }
  .medium-padding-right-49 {
    padding-right: 12.25rem !important;
  }
  .medium-padding-bottom-49 {
    padding-bottom: 12.25rem !important;
  }
  .medium-padding-left-49 {
    padding-left: 12.25rem !important;
  }
  .medium-padding-horizontal-49 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .medium-padding-vertical-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-49 {
    margin: 12.25rem !important;
  }
  .large-margin-top-49 {
    margin-top: 12.25rem !important;
  }
  .large-margin-right-49 {
    margin-right: 12.25rem !important;
  }
  .large-margin-bottom-49 {
    margin-bottom: 12.25rem !important;
  }
  .large-margin-left-49 {
    margin-left: 12.25rem !important;
  }
  .large-margin-horizontal-49 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .large-margin-vertical-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .large-padding-49 {
    padding: 12.25rem !important;
  }
  .large-padding-top-49 {
    padding-top: 12.25rem !important;
  }
  .large-padding-right-49 {
    padding-right: 12.25rem !important;
  }
  .large-padding-bottom-49 {
    padding-bottom: 12.25rem !important;
  }
  .large-padding-left-49 {
    padding-left: 12.25rem !important;
  }
  .large-padding-horizontal-49 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .large-padding-vertical-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-49 {
    margin: 12.25rem !important;
  }
  .xlarge-margin-top-49 {
    margin-top: 12.25rem !important;
  }
  .xlarge-margin-right-49 {
    margin-right: 12.25rem !important;
  }
  .xlarge-margin-bottom-49 {
    margin-bottom: 12.25rem !important;
  }
  .xlarge-margin-left-49 {
    margin-left: 12.25rem !important;
  }
  .xlarge-margin-horizontal-49 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .xlarge-margin-vertical-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .xlarge-padding-49 {
    padding: 12.25rem !important;
  }
  .xlarge-padding-top-49 {
    padding-top: 12.25rem !important;
  }
  .xlarge-padding-right-49 {
    padding-right: 12.25rem !important;
  }
  .xlarge-padding-bottom-49 {
    padding-bottom: 12.25rem !important;
  }
  .xlarge-padding-left-49 {
    padding-left: 12.25rem !important;
  }
  .xlarge-padding-horizontal-49 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .xlarge-padding-vertical-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-49 {
    margin: 12.25rem !important;
  }
  .xxlarge-margin-top-49 {
    margin-top: 12.25rem !important;
  }
  .xxlarge-margin-right-49 {
    margin-right: 12.25rem !important;
  }
  .xxlarge-margin-bottom-49 {
    margin-bottom: 12.25rem !important;
  }
  .xxlarge-margin-left-49 {
    margin-left: 12.25rem !important;
  }
  .xxlarge-margin-horizontal-49 {
    margin-right: 12.25rem !important;
    margin-left: 12.25rem !important;
  }
  .xxlarge-margin-vertical-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .xxlarge-padding-49 {
    padding: 12.25rem !important;
  }
  .xxlarge-padding-top-49 {
    padding-top: 12.25rem !important;
  }
  .xxlarge-padding-right-49 {
    padding-right: 12.25rem !important;
  }
  .xxlarge-padding-bottom-49 {
    padding-bottom: 12.25rem !important;
  }
  .xxlarge-padding-left-49 {
    padding-left: 12.25rem !important;
  }
  .xxlarge-padding-horizontal-49 {
    padding-right: 12.25rem !important;
    padding-left: 12.25rem !important;
  }
  .xxlarge-padding-vertical-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-50 {
    margin: 12.5rem !important;
  }
  .medium-margin-top-50 {
    margin-top: 12.5rem !important;
  }
  .medium-margin-right-50 {
    margin-right: 12.5rem !important;
  }
  .medium-margin-bottom-50 {
    margin-bottom: 12.5rem !important;
  }
  .medium-margin-left-50 {
    margin-left: 12.5rem !important;
  }
  .medium-margin-horizontal-50 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .medium-margin-vertical-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .medium-padding-50 {
    padding: 12.5rem !important;
  }
  .medium-padding-top-50 {
    padding-top: 12.5rem !important;
  }
  .medium-padding-right-50 {
    padding-right: 12.5rem !important;
  }
  .medium-padding-bottom-50 {
    padding-bottom: 12.5rem !important;
  }
  .medium-padding-left-50 {
    padding-left: 12.5rem !important;
  }
  .medium-padding-horizontal-50 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .medium-padding-vertical-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-50 {
    margin: 12.5rem !important;
  }
  .large-margin-top-50 {
    margin-top: 12.5rem !important;
  }
  .large-margin-right-50 {
    margin-right: 12.5rem !important;
  }
  .large-margin-bottom-50 {
    margin-bottom: 12.5rem !important;
  }
  .large-margin-left-50 {
    margin-left: 12.5rem !important;
  }
  .large-margin-horizontal-50 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .large-margin-vertical-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .large-padding-50 {
    padding: 12.5rem !important;
  }
  .large-padding-top-50 {
    padding-top: 12.5rem !important;
  }
  .large-padding-right-50 {
    padding-right: 12.5rem !important;
  }
  .large-padding-bottom-50 {
    padding-bottom: 12.5rem !important;
  }
  .large-padding-left-50 {
    padding-left: 12.5rem !important;
  }
  .large-padding-horizontal-50 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .large-padding-vertical-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-margin-50 {
    margin: 12.5rem !important;
  }
  .xlarge-margin-top-50 {
    margin-top: 12.5rem !important;
  }
  .xlarge-margin-right-50 {
    margin-right: 12.5rem !important;
  }
  .xlarge-margin-bottom-50 {
    margin-bottom: 12.5rem !important;
  }
  .xlarge-margin-left-50 {
    margin-left: 12.5rem !important;
  }
  .xlarge-margin-horizontal-50 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .xlarge-margin-vertical-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .xlarge-padding-50 {
    padding: 12.5rem !important;
  }
  .xlarge-padding-top-50 {
    padding-top: 12.5rem !important;
  }
  .xlarge-padding-right-50 {
    padding-right: 12.5rem !important;
  }
  .xlarge-padding-bottom-50 {
    padding-bottom: 12.5rem !important;
  }
  .xlarge-padding-left-50 {
    padding-left: 12.5rem !important;
  }
  .xlarge-padding-horizontal-50 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .xlarge-padding-vertical-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-50 {
    margin: 12.5rem !important;
  }
  .xxlarge-margin-top-50 {
    margin-top: 12.5rem !important;
  }
  .xxlarge-margin-right-50 {
    margin-right: 12.5rem !important;
  }
  .xxlarge-margin-bottom-50 {
    margin-bottom: 12.5rem !important;
  }
  .xxlarge-margin-left-50 {
    margin-left: 12.5rem !important;
  }
  .xxlarge-margin-horizontal-50 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .xxlarge-margin-vertical-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .xxlarge-padding-50 {
    padding: 12.5rem !important;
  }
  .xxlarge-padding-top-50 {
    padding-top: 12.5rem !important;
  }
  .xxlarge-padding-right-50 {
    padding-right: 12.5rem !important;
  }
  .xxlarge-padding-bottom-50 {
    padding-bottom: 12.5rem !important;
  }
  .xxlarge-padding-left-50 {
    padding-left: 12.5rem !important;
  }
  .xxlarge-padding-horizontal-50 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .xxlarge-padding-vertical-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
}
label, .form__upload, .form__input, .title, .btn, body {
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 16px !important;
}

body {
  font-size: 16px !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: inherit;
}

* {
  outline: none;
}

h1, h2, h3, h4 {
  font-family: inherit;
}

button:hover {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 1.75;
}

picture {
  width: 100%;
}
picture img {
  width: 100%;
}

.hr--secondary {
  border-color: #EA0029;
}

.btn--prev svg, .btn--next svg, .btn--form svg {
  transition: transform 0.2s ease;
  display: inline-block;
}

.btn {
  display: inline-block;
  transition: all 0.2s ease;
}
.btn--form {
  font-size: 1.5rem;
  margin-bottom: -24px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .btn--form {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .btn--form {
    font-size: 2rem;
  }
}
.btn--form {
  color: #EA0029;
  line-height: 1.44;
}
.btn--form svg {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .btn--form svg {
    top: -3px;
  }
}
.btn--form:hover {
  color: #F698A8;
}
.btn--form:hover svg {
  transform: translateX(2px);
}
.btn--back {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .btn--back {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn--back {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .btn--back {
    font-size: 1rem;
  }
}
.btn--back {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: #7B7B7B;
}
.btn--back:hover {
  color: #000000;
}
.btn--next:hover svg {
  transform: translateX(2px);
}
.btn--prev svg {
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}
.btn--prev:hover svg {
  transform: translateX(-2px) rotate(180deg);
}
.btn--default {
  color: #7B7B7B;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .btn--default {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn--default {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .btn--default {
    font-size: 1.25rem;
  }
}
.btn--default {
  font-weight: 600;
}
.btn--default svg {
  margin-right: 4px;
}
.btn--default:hover {
  color: #000000;
}
.btn--default-min {
  color: #7B7B7B;
  text-transform: uppercase;
  font-weight: 500;
}
.btn--default-min:hover {
  color: #000000;
}
.btn--white {
  background-color: #FFFFFF;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .btn--white {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn--white {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .btn--white {
    font-size: 1.25rem;
  }
}
.btn--white {
  font-weight: 600;
}
.btn--white svg {
  margin-right: 4px;
}
.btn--white:hover svg {
  color: #EA0029;
}
.btn--rounded {
  border-radius: 28px;
}
.btn--gmaps {
  background-color: #FFFFFF;
  color: #EA0029;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
}
@media print, screen and (max-width: 39.99875em) {
  .btn--gmaps {
    padding: 18px 26px;
  }
}
.btn--gmaps:hover, .btn--gmaps:focus, .btn--gmaps:active {
  background-color: #FFFFFF;
  color: #EA0029;
}
.btn--gmaps svg {
  position: relative;
  top: 2px;
}
.btn--scroll {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #EA0029;
  color: #FFFFFF;
  justify-content: center;
}
.btn--scroll svg {
  transition: all 0.2s ease;
}
.btn--scroll:hover svg {
  transform: translateY(-4px);
}
.btn--red {
  background-color: #EA0029;
  color: #FFFFFF;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
}
.btn--red svg {
  position: relative;
  top: 2px;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .primary-menu {
    display: none;
    position: absolute;
    top: 20vh;
    flex-direction: column;
    padding-right: 0;
    align-items: flex-start;
  }
  .open-menu .primary-menu {
    display: flex;
  }
}
.primary-menu__link {
  font-size: 2rem;
  color: #7B7B7B;
  margin: 0 2rem 0.5rem 0;
  transition: all 0.3s ease;
  font-weight: 400;
}
.primary-menu__link:last-child {
  margin-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .primary-menu__link {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.primary-menu__link:hover {
  color: #000000;
}
.primary-menu__link.active {
  color: #EA0029;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu__link {
  display: inline-block;
  font-size: 0.75rem;
  color: #FFFFFF;
  transition: all 0.3s ease;
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 10px;
}
.footer-menu__link:first-child {
  padding-left: 0;
}
.footer-menu__link:last-child {
  margin-right: 0;
}
.footer-menu__link:hover {
  color: #000000;
}
.footer-menu__link.active {
  color: #EA0029;
}

.lang-switch {
  color: #FFFFFF;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  position: absolute;
  left: calc(100% - 44px);
  flex-direction: column;
  top: calc(50% - 18px);
  z-index: 1;
}
@media screen and (min-width: 80em) {
  .lang-switch {
    flex-direction: row;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .lang-switch {
    top: calc(100% - 120px);
    left: 40px;
    flex-direction: row;
    gap: 16px;
    font-size: 1rem;
  }
}
.lang-switch:hover a {
  opacity: 1;
}
.lang-switch:hover a:first-child {
  border-radius: 50% 50% 0 0;
}
@media screen and (min-width: 80em) {
  .lang-switch:hover a:first-child {
    border-radius: 50% 0 0 50%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .lang-switch:hover a:first-child {
    border-radius: 50%;
  }
}
.lang-switch a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #EA0029;
  opacity: 0;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .lang-switch a {
    opacity: 0.38;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .lang-switch a .is-active {
    opacity: 1;
  }
}
.lang-switch a:hover {
  opacity: 1;
}
.lang-switch a:first-child {
  border-radius: 50%;
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  .lang-switch a:first-child {
    opacity: 1;
  }
}
.lang-switch a:first-child:before {
  content: none;
}
@media print, screen and (min-width: 64em) {
  .lang-switch a:last-child {
    border-radius: 0 0 50% 50%;
  }
}
@media screen and (min-width: 80em) {
  .lang-switch a:last-child {
    border-radius: 0 50% 50% 0;
  }
}
@media print, screen and (min-width: 64em) {
  .lang-switch a:before {
    content: "";
    background-color: #FFFFFF;
    width: 14px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 80em) {
  .lang-switch a:before {
    width: 1px;
    height: 14px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}

.mobile-menu-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  display: block;
  width: 55px;
  height: 55px;
  background: transparent;
  border: none;
  z-index: 100;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
}
.open-menu .mobile-menu-icon {
  background-color: rgba(246, 152, 168, 0.15);
}
.mobile-menu-icon span {
  display: block;
  width: 28px;
  height: 2px;
  margin: auto;
  background: #F4758B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
.mobile-menu-icon span.top {
  transform: translateY(-5px);
}
.mobile-menu-icon span.bottom {
  transform: translateY(5px);
}
.open-menu .mobile-menu-icon .top {
  transform: rotate(-45deg);
}
.open-menu .mobile-menu-icon .mid {
  transform: translateX(-20px) rotate(360deg);
  opacity: 0;
}
.open-menu .mobile-menu-icon .bottom {
  transform: rotate(45deg);
}

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  z-index: 3;
}
.mobile-menu.open-menu {
  opacity: 1;
  visibility: visible;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

[v-cloak],
[x-cloak] {
  display: none;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #EA0029;
}

::selection {
  color: #FFFFFF;
  background-color: #EA0029;
}

img::-moz-selection, iframe::-moz-selection {
  background-color: transparent;
}

img::selection,
iframe::selection {
  background-color: transparent;
}

#app {
  overflow-x: hidden;
  padding-top: 108px;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 39.99875em) {
  #app {
    padding-top: 85px !important;
  }
}
#app.is-scrolling {
  padding-top: 64px;
}

@media print, screen and (min-width: 40em) {
  .medium-align-left {
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .large-align-left {
    justify-content: flex-start;
  }
}

.h-full {
  height: 100%;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.fade-box.lazyload,
.fade-box.lazyloading {
  opacity: 0;
  transition: opacity 1s;
}

.fade-box.lazyloaded {
  opacity: 1;
}

.text-balance {
  text-wrap: balance;
}

.bg-black {
  background-color: #000000;
  color: #FFFFFF;
}

.grayscale {
  filter: grayscale(100%);
}

.border-bottom-primary {
  border-bottom: 1px solid #EA0029;
}

@media screen and (min-width: 90em) {
  .grid-container.fluid {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.header {
  position: fixed;
  top: 0;
  padding: 10px 0;
  box-shadow: 0 0 14px 14px rgba(128, 128, 128, 0.1);
  background-color: #FFFFFF;
  z-index: 10;
  width: 100%;
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .header__container {
    padding: 20px 0 !important;
  }
}
.is-scrolling .header__container {
  padding: 10px 0;
}
.header__right {
  position: relative;
  display: flex;
  align-items: center;
}
.header.open-menu {
  position: fixed;
}

.main-logo {
  transition: all 0.2s ease;
  width: 178px;
}
@media print, screen and (max-width: 39.99875em) {
  .main-logo {
    width: 160px !important;
  }
}
.is-scrolling .main-logo {
  width: 130px;
}

.page-content {
  position: relative;
  min-height: calc(100vh - 108px - 137px);
}

.arrow-down-big {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  z-index: 1;
}
.arrow-down-big__text {
  color: #FFFFFF;
}

.arrow-down-small {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
.arrow-down-small__text {
  color: #C6C6C6;
}
.arrow-down-small__top {
  transform: rotate(-180deg);
  opacity: 0;
  visibility: hidden;
}

.title {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}
.title--semibold {
  font-weight: 600;
}
.title--strong {
  font-weight: 700;
}
.title--center {
  text-align: center;
}
.title--xs {
  font-size: 0.75rem;
}
@media screen and (min-width: 640px) {
  .title--xs {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--xs {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--xs {
    font-size: 0.75rem;
  }
}
.title--xs {
  line-height: 0.875;
}
.title--sm {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .title--sm {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--sm {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--sm {
    font-size: 1rem;
  }
}
.title--sm {
  line-height: 1.75;
}
.title--md {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .title--md {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--md {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--md {
    font-size: 1.25rem;
  }
}
.title--md {
  line-height: 1.2;
}
.title--large-md {
  font-size: 1.25rem;
}
@media screen and (min-width: 640px) {
  .title--large-md {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--large-md {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--large-md {
    font-size: 1.5rem;
  }
}
.title--large-md {
  line-height: 1.5;
}
.title--large-md p {
  line-height: inherit;
}
.title--lg {
  font-size: 1.25rem;
}
@media screen and (min-width: 640px) {
  .title--lg {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--lg {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--lg {
    font-size: 2rem;
  }
}
.title--lg {
  line-height: 1.5;
}
.title--lg p {
  line-height: inherit;
}
@media print, screen and (min-width: 40em) {
  .title--lg {
    line-height: 1.38;
  }
  .title--lg p {
    line-height: inherit;
  }
}
.title--xl {
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .title--xl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--xl {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--xl {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .title--xl {
    font-size: 3.25rem;
  }
}
.title--xl {
  line-height: 1.08;
}
.title--xxl {
  font-size: 2.625rem;
}
@media screen and (min-width: 640px) {
  .title--xxl {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .title--xxl {
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .title--xxl {
    font-size: 4.75rem;
  }
}
.title--xxl {
  line-height: 1.11;
}

.project-page__subtitle {
  font-weight: 600;
}
.project-page__info {
  font-size: 0.875rem;
  line-height: 2;
  color: #7b7b7b;
  text-transform: uppercase;
}
.project-page__areas {
  display: flex;
}
.project-page__areas-items {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
}
.project-page__areas-item:after {
  content: "/";
  color: #EA0029;
  margin: 0 4px;
}
.project-page__areas-item:last-child:after {
  content: none;
}

.project-header-image {
  background-color: rgba(198, 198, 198, 0.5);
}

.project-header {
  margin-bottom: 8rem;
}
.project-header__image {
  width: 100%;
  aspect-ratio: 1.59/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 700px;
  display: block;
}

.project-text-image .cell:first-child .project-text-image__image {
  margin-top: 0 !important;
}
.project-text-image .cell:last-child .project-text-image__image {
  margin-bottom: 0 !important;
}
.project-text-image__title {
  letter-spacing: 0.15em;
}

.project-title-text h2 {
  letter-spacing: 0.15em;
}

.project-image__picture {
  width: 100%;
  flex: 1 1 375px;
}
.project-image__picture:first-child {
  margin: 0 !important;
}
.project-image__content {
  display: flex;
  flex-wrap: wrap;
}
.project-image__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.59/1;
  max-height: 800px;
}
.project-image__img-2 {
  aspect-ratio: 4/3;
  max-height: none;
}
.project-image__yt {
  aspect-ratio: 1.59/1;
  max-height: 800px;
}
.opportunity__header {
  background-color: #4E4E4E;
  color: #fff;
}
.opportunity__location {
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.opportunity__location--wrapper {
  display: flex;
  gap: 10px;
}
.opportunity__text {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .opportunity__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .opportunity__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .opportunity__text {
    font-size: 1rem;
  }
}
.opportunity__text p {
  margin-bottom: 1rem;
}
.opportunity__description {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .opportunity__description {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .opportunity__description {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .opportunity__description {
    font-size: 1rem;
  }
}

.home-title-text {
  margin-bottom: 3.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .home-title-text {
    margin-bottom: 4.5rem;
  }
}
.home-title-text__text {
  font-size: 1.75rem;
  line-height: 1.25;
}

.donut {
  width: 60px;
  height: 60px;
  color: #EBEAEA;
}

.video-full {
  line-height: 0;
}
.video-full__asset {
  width: 100%;
}

.highlights__project {
  margin-bottom: 2rem;
}
.highlights__filters {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.highlights__links {
  display: flex;
  justify-content: center;
}
.highlights__links a {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .highlights__links a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .highlights__links a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .highlights__links a {
    font-size: 1rem;
  }
}
.highlights__links a {
  line-height: 1.25;
  color: #7B7B7B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.opportunities-region {
  padding-top: 2rem;
  background-color: #000000;
  color: #fff;
}
.page-contacts .opportunities-region {
  margin-top: 0 !important;
}
.opportunities-region--text {
  line-height: 1.75;
}
.opportunities-region--text a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.opportunities-region--text a:hover {
  color: #EA0029;
  text-decoration: none;
}
.opportunities-region__top {
  border-bottom: 1px solid #404040;
  margin-bottom: 2rem;
}
.opportunities-region__wrapper {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .opportunities-region__wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }
}
.opportunities-region__opportunity {
  position: relative;
  display: flex;
  flex-direction: column;
}
.opportunities-region__opportunity:hover svg {
  color: #EA0029;
}
.opportunities-region__opportunity:hover .opportunities-region__know-more {
  display: flex;
  align-items: center;
}
.opportunities-region__city {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 10px;
}
.opportunities-region__role {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.opportunities-region__role svg {
  transition: all 0.2s ease;
  margin-right: 0.25rem;
}
.opportunities-region__dot svg {
  color: #FFFFFF;
}
.opportunities-region__know-more {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}
@media print, screen and (min-width: 64em) {
  .opportunities-region__know-more {
    bottom: 0;
  }
}
.opportunities-region__know-more span {
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media screen and (min-width: 640px) {
  .opportunities-region__know-more span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .opportunities-region__know-more span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .opportunities-region__know-more span {
    font-size: 0.75rem;
  }
}

.opportunities {
  margin-top: 20px;
}
.opportunities__items {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.opportunities__item {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .opportunities__item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .opportunities__item {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .opportunities__item {
    font-size: 1.25rem;
  }
}
.opportunities__item {
  font-weight: 600;
  padding: 16px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #4E4E4E;
  border-bottom: none;
  border-right: none;
  border-left: none;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .opportunities__item {
    font-size: 0.875rem;
  }
}
.opportunities__item:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.opportunities__item-city {
  padding: 0 10px;
}
@media print, screen and (max-width: 39.99875em) {
  .opportunities__item-city {
    text-align: center;
  }
}
.opportunities__link {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .opportunities__link {
    padding: 0 32px 0 22px;
  }
}
.opportunities__link span {
  flex: 1;
}
@media print, screen and (min-width: 40em) {
  .opportunities__link span {
    flex: 1.15;
  }
}
.opportunities__link span:first-child {
  flex: 2;
}
@media print, screen and (min-width: 40em) {
  .opportunities__link span:first-child {
    flex: 1.5;
  }
}
.opportunities__link span:last-child {
  flex: 0;
}
.opportunities__link svg {
  color: #999;
}

.footer {
  background-color: #EA0029;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.page-contacts .footer {
  box-shadow: 0px 1px 12px 5px rgba(220, 16, 52, 0.7);
}
.footer__top {
  padding-top: 3rem;
  padding-bottom: 14px;
}
.footer__bottom {
  padding-bottom: 1.5rem;
}
.footer__wrapper {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.footer__times {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .footer__times {
    justify-content: space-evenly;
    flex: 2;
  }
}
.footer__time {
  display: flex;
  margin-bottom: 1rem;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .footer__time {
    flex-direction: column;
    margin-bottom: 0;
    line-height: 1.8;
  }
}
.footer__time-country {
  font-weight: 700;
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 64em) {
  .footer__time-country {
    line-height: 1;
  }
}
.footer__social {
  border-top: 1px solid #FFFFFF;
}
@media print, screen and (min-width: 64em) {
  .footer__social {
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.footer__social-icon {
  margin-right: 1.25rem;
}

.projects__wrapper {
  margin-bottom: 2rem;
}
.projects__thumb {
  display: block;
  line-height: 0;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-inc__wrapper {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
}
.project-inc__wrapper:hover .project-inc__title {
  color: #EA0029;
}
.project-inc__wrapper:hover .project-inc__thumb {
  transform: scale(1.1);
}
.project-inc__video-preview {
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
}
.project-inc__thumb {
  display: block;
  line-height: 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
}
@media print, screen and (min-width: 64em) {
  .large-6 .project-inc__thumb {
    aspect-ratio: 1.59/1;
  }
}
.project-inc__picture {
  overflow: hidden;
  background-color: rgba(198, 198, 198, 0.5);
}
.project-inc__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project-inc__video-overlay video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-inc__title {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .project-inc__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .project-inc__title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .project-inc__title {
    font-size: 1.25rem;
  }
}
.project-inc__title {
  line-height: 1.25;
  font-weight: 600;
}
.project-inc__subtitle {
  font-size: 0.875rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 64em) {
  .project-inc__subtitle {
    font-size: 1rem;
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
}
.filters--border {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 1.25rem;
}
.filters__label {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .filters__label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .filters__label {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .filters__label {
    font-size: 1.25rem;
  }
}
.filters__label {
  font-weight: 600;
  color: #7b7b7b;
  margin: 0 1rem 1rem 0;
  cursor: pointer;
}
.filters__label:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .filters__label {
    margin-right: 2.5rem;
  }
}
.filters__label:hover {
  color: #000000 !important;
}
.filters__label.active {
  color: #EA0029 !important;
}
.filters__label--red {
  color: #EA0029;
}
.filters input[type=radio]:checked + label.filters__label,
.filters input[type=checkbox]:checked + label.filters__label {
  color: #EA0029;
}
.filters input[type=radio]:not(:checked) + label.filters__label,
.filters input[type=checkbox]:not(:checked) + label.filters__label {
  color: #7b7b7b;
}

.clients__list {
  list-style: none;
  margin: 0;
  line-height: 1.5;
}
.clients__list li {
  opacity: 0;
}
.clients__name {
  font-weight: 600;
  color: #C6C6C6;
  transition: all 0.3s ease;
}

.home-heroshot {
  position: relative;
}
.home-heroshot:after {
  content: url("/images/arrow-big.svg");
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  animation: bounce 2s infinite;
}
.home-heroshot video {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners__title {
  color: #7B7B7B;
  border-bottom: 1px solid currentColor;
}
.partners__img {
  aspect-ratio: 179/111;
  border-radius: 5px;
}

.areas {
  background-color: #000000;
  color: #FFFFFF;
}
.areas__slides {
  position: relative;
  height: 100vh;
}
.areas__slide {
  position: absolute;
  top: 120px;
}
@media print, screen and (max-width: 39.99875em) {
  .areas__slide {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 64em) {
  .areas__slide {
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.areas__main-title .step-2 {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .areas__slide-content {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .areas__title {
    font-size: 2.625rem;
  }
}
.areas__slide-items {
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .areas svg {
    width: 250px;
  }
}
.areas__pagination {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  height: 30px;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .areas__pagination {
    width: 100%;
    left: 92%;
    bottom: inherit;
    top: 140px;
    transform: rotate(90deg);
    transform-origin: left;
  }
}
.areas__pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #7B7B7B;
  margin: 10px;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .areas__pagination-bullet {
    margin: 8px;
    width: 8px;
    height: 8px;
  }
}
.areas__pagination-bullet:hover {
  cursor: pointer;
  background-color: #EA0029;
}
.areas__pagination-bullet.is-active {
  background-color: #EA0029;
}

.anim-logo {
  position: absolute;
  bottom: calc(50% - 100px);
  left: 60%;
  transform: translateY(200%);
}
@media print, screen and (max-width: 39.99875em) {
  .anim-logo {
    left: 20px;
  }
}
.anim-logo svg path {
  fill: transparent;
  stroke: #EA0029;
}
.anim-logo--0 svg path, .anim-logo--3 svg path {
  fill: #EA0029;
  stroke: #EA0029;
}
.anim-logo--1 svg, .anim-logo--4 svg {
  color: #525252;
}
.anim-logo--1 svg path, .anim-logo--4 svg path {
  fill: #525252;
  stroke: #525252;
}
.anim-logo--2 svg, .anim-logo--5 svg {
  color: white;
}
.anim-logo--2 svg path, .anim-logo--5 svg path {
  fill: white;
  stroke: white;
}

.page-contacts {
  background-color: #EA0029;
}

.contacts-header {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  padding: 200px 0;
}
@media print, screen and (max-width: 39.99875em) {
  .contacts-header__content {
    max-width: 280px;
  }
}

.contacts {
  position: relative;
  overflow: hidden;
}
.contacts__city {
  position: relative;
  color: #FFFFFF;
  transition: all 0.5s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .contacts__city:after {
    content: "+";
    font-weight: 200;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contacts__city.active:after {
    content: "-";
  }
}
@media print, screen and (min-width: 64em) {
  .contacts__city.active {
    color: #000000;
  }
}
@media print, screen and (min-width: 64em) {
  .contacts__city:hover {
    color: #F698A8;
  }
}
.contacts__subtitle {
  letter-spacing: 0.15em;
}
.contacts__content {
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
.contacts__bg {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 120%;
  opacity: 0;
}
@media print, screen and (min-width: 64em) {
  .contacts__bg {
    top: 0;
    width: inherit;
  }
}
.contacts__phone span {
  font-size: 0.75rem;
}

.hero-agency {
  background-color: #000000;
  color: #FFFFFF;
  height: calc(100vh - 108px);
  position: relative;
}
.hero-agency__bg {
  background: url("/images/agency-intro.svg") no-repeat center center/contain;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%) scale(1.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-agency__title span {
  color: #EA0029;
}
.hero-agency__content {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.agency-location {
  background-color: #000000;
  padding-bottom: 200px;
  min-height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .agency-location {
    padding-bottom: 180px;
  }
}
.agency-location__items {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.agency-location__item {
  position: relative;
  color: #FFFFFF;
  font-size: 2.625rem;
}
@media screen and (min-width: 640px) {
  .agency-location__item {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .agency-location__item {
    font-size: 4.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .agency-location__item {
    font-size: 4.75rem;
  }
}
.agency-location__item {
  font-weight: 600;
  line-height: 1.37;
}
@media print, screen and (max-width: 39.99875em) {
  .agency-location__item {
    font-size: 44px;
  }
}
.agency-location__item:after {
  content: url("/images/icon-two-red.svg");
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: inherit;
  line-height: 1;
  width: 22px;
  height: 22px;
}
@media print, screen and (min-width: 40em) {
  .agency-location__item:after {
    vertical-align: top;
    margin-left: 14px;
    margin-right: 14px;
    width: 27px;
    height: 27px;
  }
}
.agency-location__item:last-child:after {
  content: none;
}
.agency-location__subtitle {
  color: #FFFFFF;
  font-size: 1.25rem;
}
@media screen and (min-width: 640px) {
  .agency-location__subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .agency-location__subtitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .agency-location__subtitle {
    font-size: 2rem;
  }
}
.agency-location__subtitle {
  max-width: 730px;
  position: relative;
  z-index: 1;
}

.agency-ideas {
  position: relative;
}
.agency-ideas__img {
  position: absolute;
  top: -25%;
  transform: translateY(25%);
  color: #EA0029;
  border-radius: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .agency-ideas__img {
    width: 210px;
    height: 210px;
    top: -10%;
    left: 20px;
  }
}
.agency-ideas__title {
  max-width: 670px;
}
.is-active .agency-ideas__title {
  color: #FFFFFF;
}
.agency-ideas__subtitle {
  color: #7B7B7B;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (max-width: 39.99875em) {
  .agency-ideas__subtitle {
    font-size: 42px;
  }
}
.agency-ideas__subtitle span {
  border: 1px solid #707070;
  border-radius: 68px;
  display: inline-block;
  padding: 0px 26px;
  margin: 10px 0;
}
.agency-ideas__text {
  max-width: 670px;
  position: relative;
}
.is-active .agency-ideas__text {
  transition-delay: 0.25s;
  color: #FFFFFF;
}
.agency-ideas__intro {
  background-color: #000000;
}

.agency-intro {
  background-color: #000000;
  color: #FFFFFF;
}
.agency-intro__title {
  color: #EA0029;
  line-height: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .agency-intro__title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .agency-intro__title {
    color: #EA0029;
  }
}
.agency-intro__title span {
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .agency-intro__title span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .agency-intro__title span {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .agency-intro__title span {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .agency-intro__title span {
    font-size: 3.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .agency-intro__title span {
    font-size: 1.25rem;
  }
}
.agency-intro__video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .agency-partner__title {
    font-size: 28px;
  }
}

.error {
  position: absolute;
  bottom: 6px;
  left: 0;
  color: #EA0029;
  font-size: 0.75rem;
}
@media screen and (min-width: 640px) {
  .error {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .error {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .error {
    font-size: 0.75rem;
  }
}
.error--upload {
  bottom: 10px;
}
@media print, screen and (max-width: 39.99875em) {
  .error--upload {
    bottom: 5px;
  }
}

.page-content:has(.hero-agency):has(+ .opportunities-region),
.page-content:has(.areas):has(+ .opportunities-region) {
  margin-bottom: -108px;
}

.scrollto {
  position: absolute;
  right: 16px;
  bottom: -70px;
  width: 46px;
  height: 46px;
  background-color: #EA0029;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-project .scrollto {
  bottom: -130px;
}
@media print, screen and (min-width: 64em) {
  .page-project .scrollto {
    bottom: -110px;
  }
}
.page-projects .scrollto {
  bottom: inherit;
}
@media print, screen and (min-width: 64em) {
  .scrollto {
    width: 56px;
    height: 56px;
    right: 30px;
  }
}
.scrollto:hover img {
  transform: translateY(-4px);
}
.scrollto img {
  transition: all 0.3s ease;
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width: 64em) {
  .scrollto img {
    width: 20px;
    height: 20px;
  }
}
.areas + .scrollto, .highlights + .scrollto, .page-contacts .scrollto {
  display: none;
}

.page-contacts .opportunities-region {
  display: none;
}

.video-js {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.59/1;
  max-height: 800px;
}
.video-js .vjs-big-play-button {
  background-color: #EA0029 !important;
  border-radius: 50% !important;
  border: 0 !important;
  width: 60px !important;
  height: 60px !important;
  margin-left: 0 !important;
  transform: translateX(-50%);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 45px !important;
  top: 7px !important;
}

.vjs-youtube-mobile .vjs-big-play-button {
  display: flex !important;
}
.vjs-youtube-mobile.vjs-has-started .vjs-big-play-button {
  display: none !important;
}

.vimeo-js {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.vjs-poster img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.faq details summary {
  position: relative;
  list-style: none;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .faq details summary {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq details summary {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .faq details summary {
    font-size: 1.25rem;
  }
}
.faq details summary {
  font-weight: 600;
  padding-right: 30px;
}
.faq details summary::marker {
  display: none;
}
.faq details summary:after {
  content: url("/images/icon-select-red.svg");
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}
.faq details summary:hover {
  cursor: pointer;
}
.faq details[open] summary:after {
  transform: rotate(0);
}
.faq details .details-content {
  padding-right: 30px;
}
.faq details .details-content table td {
  padding: 8px;
  border-top: 1px solid #7B7B7B;
}
.faq details .details-content table th {
  padding: 8px;
}
.faq details .details-content table {
  margin-bottom: 1rem;
}

.btn-sound {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 40em) {
  .btn-sound {
    top: 20px;
    right: 20px;
  }
}
.btn-sound:hover {
  opacity: 1;
}

.icon-volume {
  color: #FFFFFF;
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 40em) {
  .icon-volume {
    width: 40px;
    height: 40px;
  }
}
.pointer {
  width: 40px;
  height: 40px;
  z-index: 40;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(234, 0, 41, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

@media print, screen and (min-width: 64em) {
  .form__row {
    display: flex;
    gap: 12px;
  }
}
.form__col {
  flex: 1;
  position: relative;
}
.form__input {
  width: 100%;
  border-bottom: 1px solid #7B7B7B;
  color: #000000;
  padding: 8px 0;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .form__input {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .form__input {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}
.form__input--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.5;
  background-image: url("/images/icon-select.svg");
  background-position: center right 6px;
  background-repeat: no-repeat;
}
.form__input--check {
  margin-right: 10px;
}
.form__input--min {
  margin-bottom: 16px !important;
}
@media print, screen and (min-width: 40em) {
  .form__input--min {
    margin-bottom: 36px !important;
  }
}
.form__upload {
  padding: 0 34px;
  height: 40px;
  border-radius: 20px;
  background: #ebeaea;
  font-size: 0.75rem;
}
@media screen and (min-width: 640px) {
  .form__upload {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .form__upload {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .form__upload {
    font-size: 0.75rem;
  }
}
.form__upload {
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #7B7B7B;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .form__upload {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 26px;
  }
}
.form__upload-icon {
  margin-left: 10px;
  vertical-align: middle;
}
.form__upload.is-active {
  background-color: #79CB85;
  color: #000000;
}
.form__upload.is-active:after {
  content: url("/images/icon-attach-black.svg");
  content: none;
}
.form__upload:after {
  content: none;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 15px;
  line-height: 1;
  vertical-align: middle;
}
.form__upload:hover {
  cursor: pointer;
  color: #000000;
}
.form__upload-justify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__upload-txt {
  color: #7B7B7B;
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media screen and (min-width: 640px) {
  .form__upload-txt {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .form__upload-txt {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .form__upload-txt {
    font-size: 0.75rem;
  }
}
.form__upload-txt {
  padding-left: 4px;
  display: inline-block;
  margin-bottom: 32px;
}

label {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  label {
    font-size: 1rem;
  }
}
label {
  color: #7B7B7B;
}
label.small {
  font-size: 12px;
  line-height: 1.2;
}

:root {
  --animate-duration: 5s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
}
.is-active .fadeIn {
  opacity: 1 !important;
  visibility: visible !important;
}

.fadeInLeft {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
}

.fadeInRight {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.bounce-small {
  animation: bounce 1s infinite;
}

@keyframes bounce-small {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
