@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* :) */

/* Custom Body */
body {
  font-family: Team7DIN,Helvetica,Arial,sans-serif;
  font-size: 14px!important;
  overflow: auto!important;
  padding-right: 0!important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Didot,Helvetica,Arial,sans-serif;
  font-style: italic;
}
h1 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
h2 {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: .15rem;
}
h5 {
  font-size: 1rem;
}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea, select {
  display: block;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  height: 2.46429rem;
  margin: -0.8rem 0 1.14286rem 0;
  padding: 0.57143rem;
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  color: #2d2d2c;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, select
textarea:focus {
  outline: none;
  border: none;
  background-color: #e6e6e6;
  box-shadow: 0 0 2px #e6e6e6;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
}

input[type='search'] {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.14286rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.57143rem;
  margin-right: 1.14286rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.57143rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block!important;
  margin: 0;
  font-size: 0.92857rem;
  font-weight: normal;
  line-height: 1.8;
  color: #2d2d2c;
}

label.middle {
  margin: 0 0 1.14286rem;
  padding: 0.64286rem 0;
}

.help-text {
  margin-top: -0.57143rem;
  font-size: 0.92857rem;
  font-style: italic;
  color: #5a5a5a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.14286rem;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 2px 0 0 2px;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 2px 2px 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #5a5a5a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.92857rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.57143rem;
}

.fieldset {
  margin: 1.28571rem 0;
  padding: 1.42857rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.21429rem;
  padding: 0 0.21429rem;
}

select {
  font-weight: normal!important;
  height: 2.46429rem;
  margin: -0.8rem 0 1.14286rem 0!important;
  padding: 0.57143rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #e6e6e6;
  border-radius: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  color: #2d2d2c;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2845, 45, 44%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.14286rem center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  padding-right: 1.71429rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 0;
  background-color: #e6e6e6;
  box-shadow: 0 0 2px #e6e6e6;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.57143rem;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.required > label::after {
  content: ' *';
  color: #2d2d2c;
}

a {
  line-height: inherit;
  color: #2d2d2c;
  text-decoration: none;
  cursor: pointer;
}
.link {
  color: #2d2d2c!important;
  font-weight: bold;
  text-decoration: underline!important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a:hover, a:focus {
  color: #2d2d2c;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 85.71429rem;
  height: 0;
  margin: 1.42857rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

.grid-container {
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  max-width: 85.71429rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem;
  }
}

.grid-container.fluid {
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem;
  }
}

.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: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

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

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

.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: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.42857rem);
  margin-left: 0.71429rem;
  margin-right: 0.71429rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.14286rem);
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.42857rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.42857rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.42857rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.42857rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.42857rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.42857rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.42857rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.42857rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.42857rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.42857rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.42857rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.42857rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.14286rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.14286rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.14286rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.14286rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.14286rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.14286rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.14286rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.14286rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.14286rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.14286rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.14286rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.14286rem);
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem;
}

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

.grid-padding-x > .cell {
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

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

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

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

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

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

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

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.42857rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.14286rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.14286rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.14286rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.14286rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2.14286rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.14286rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.14286rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.14286rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.14286rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.14286rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2.14286rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.14286rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.14286rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.14286rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.14286rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.14286rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2.14286rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.14286rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.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.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media 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 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 screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-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.71429rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.71429rem);
}

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

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

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

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

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.71429rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.71429rem);
}

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

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

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.71429rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.71429rem);
}

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

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

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.71429rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.71429rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.07143rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.07143rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.07143rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.07143rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.07143rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.07143rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.07143rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.07143rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.07143rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.07143rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.07143rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.07143rem);
  }
}

@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.07143rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.07143rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.07143rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.07143rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.07143rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.07143rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.07143rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.07143rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.07143rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.07143rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.07143rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.07143rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  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 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;
  }
}

.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: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

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

.grid-padding-y > .cell {
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
}

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

.grid-margin-y {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

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

.grid-margin-y > .cell {
  height: calc(100% - 1.42857rem);
  margin-top: 0.71429rem;
  margin-bottom: 0.71429rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.14286rem);
    margin-top: 1.07143rem;
    margin-bottom: 1.07143rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.42857rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.42857rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.42857rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.42857rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.42857rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.42857rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.42857rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.42857rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.42857rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.42857rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.42857rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.42857rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.14286rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.14286rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.14286rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.14286rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.14286rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.14286rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.14286rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.14286rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.14286rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.14286rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.14286rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.14286rem);
  }
}

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

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

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

.grid-margin-y > .cell {
  height: calc(100% - 1.42857rem);
  margin-top: 0.71429rem;
  margin-bottom: 0.71429rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.14286rem);
    margin-top: 1.07143rem;
    margin-bottom: 1.07143rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.42857rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.42857rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.42857rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.42857rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.42857rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.42857rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.42857rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.42857rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.42857rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.42857rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.42857rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.42857rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.14286rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.14286rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.14286rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.14286rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.14286rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.14286rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.14286rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.14286rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.14286rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.14286rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.14286rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2.14286rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2.14286rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.14286rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.42857rem);
}

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

@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.14286rem);
  }
}

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

@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.14286rem);
  }
}

.button {
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
  letter-spacing: 0.025em;
  background-color: transparent;
  color: #2d2d2c;
  border: 2px solid #2d2d2c;
  display: inline-block;
  font-weight: 700;
  padding: 8px 35px 8px 35px;
  text-decoration: none;
  white-space: nowrap;
  width: auto!important;
  text-align: center;
  line-height: 1.5;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #2d2d2c;
  color: #FFF;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: transparent;
  color: #2d2d2c;
}

.button.primary:hover, .button.primary:focus {
  background-color: #2d2d2c;
  color: #FFF;
}

.button.secondary {
  background-color: transparent;
  color: #2d2d2c;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #2d2d2c;
  color: #FFF;
}

.button.success {
  background-color: #2d2d2c;
  color: #ffff;
}

.button.success:hover, .button.success:focus {
  background-color: #2d2d2c;
  color: #ffff;
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
  border: none;
  background: transparent;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #5a5a5a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(90, 90, 90, 0.25);
  border-radius: 2px;
  background-color: white;
  color: #5a5a5a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fce8dd;
  color: #5a5a5a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #5a5a5a;
}

.callout.success {
  background-color: #daf6da;
  color: #5a5a5a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #5a5a5a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #5a5a5a;
}

.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;
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media 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 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 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 screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

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

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

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

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}


.order-details {
  width: 100%;
}
.order-details .align-center {
  text-align: center;
}
.product-filter.hidden {
  display: none;
}

.product-filter .column-block {
  margin-bottom: 0;
}

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

div.address {
  margin-bottom: 1.71429rem;
}

.slider {
  margin-left: 0.42857rem;
  margin-right: 0.42857rem;
}

.dropdown-pane.list-limit, .dropdown-pane.list-type {
  width: 140px;
}

.product-image-gallary .orbit-bullets {
  text-align: left;
}

.product-image-gallary .orbit-bullets button {
  border-radius: 0;
  background: transparent;
  width: 4.57143rem;
  height: 4.57143rem;
}

.sticky, .sticky.is-stuck {
  z-index: 15;
}

.input-group.searchbar {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.login-button {
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
}
.container {
  padding-top: 1.5rem;
}

td.actions.button-group {
  display: block;
}
.padding-left {
  padding-left: 0.35rem;
}
.padding-right {
  padding-right: 0.35rem;
}
.button-submit {
  background-color: #2d2d2c;
  color: #ffffff;
  margin-top: 1rem!important;
  font-size: 1.2rem!important;
}
.button-submit:hover {
  background-color: #585856;
  border-color: #585856;
  outline-color: #585856;
}
#shipping-address-box {
  margin: 0;
  padding: 0;
}
.payment-method-card {
  width: 100%;
}
.align-right {
  text-align: right;
}
.action-buttons {
  display: flex;
}
.back-to-cart {
  margin-right: .5rem
}
@media (max-width: 574px){
  .action-buttons {
    display: flex;
    flex-direction: column-reverse;
  }
  .back-to-cart {
    width: fit-content!important;
    margin-top: 0.3rem;
  }
  .submit, .submit > .button {
    width: 100%!important;
  }
}
.button {
  font-size: 0.9rem;;
}
.datenschutz {
  margin-top: 2.5rem!important;
  margin-bottom: .5rem!important;
  display: flex;
  align-items: flex-start;
}
.datenschutz input {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
.checkboxError {
  box-shadow: 0 0 2pt 2pt red;
}
.full-width {
  width: 100%;
}

::placeholder {
  color: #2d2d2c;
  opacity: 1;
  font-weight: normal!important;
}
input:focus::placeholder
{
  font-weight: bold!important;
}
.required > input::placeholder::after, .requiredInput::placeholder::after {
  content: ' *';
  color: #2d2d2c;
}
.input.text label,
.input.password label,
.input.select label,
.input.tel label,
.input.email label,
.input.textarea label
{
  visibility: hidden;
}
.content-Checkouts-cart .large-6.padding-right,
.content-Checkouts-cart .large-6.padding-left {
  width: 50%;
}

@media (max-width: 570px) {
  .content-Checkouts-cart .large-6.padding-right,
  .content-Checkouts-cart .large-6.padding-left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .container {
    --bs-gutter-x: 1.5rem;
  }
}

/* Overview */
.overview-preview-image {
  max-height: 150px;
  width: auto;
  max-width: 170px;
}
.overview-preview-image-header {
  width: 5%;
}
.overview-preview-image-mobile {
  margin-bottom: 0.5rem;
}
.dropdown-toggle, .dropdown-toggle:active, .dropdown-toggle:hover {
  text-decoration: none;
  color: #2d2d2c;
  font-weight: bold;
}
.artnr {
  margin-bottom: .5rem;
}
.product-details .dropdown-toggle {
  font-weight: normal;
}
.dropdown-menu {
  position: static!important;
  background-color: transparent!important;
  font-size: inherit!important;
  border: none!important;
}
.dropdown-item {
  padding: 0 0.5rem!important;
  margin-bottom: 0!important;
}
.hide-mobile {
  display: flex;
}
@media (max-width: 575px){
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 576px){
  .hide-desktop {
    display: none;
  }
}
.product-description {
  width: 80%;
  padding: 1rem 0;
}
.taxes td {
  padding-top: 1rem;
}
.messages {
  margin-top: 1rem;
}
.product-details {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.order-details thead, .order-details tbody, .order-details tfoot {
  background-color: white;
  border: none;
}
.content-Checkouts-cart .card {
  border: none;
  color: #2d2d2c;
}
.content-Checkouts-cart .card-divider {
  background: white;
  padding-left: 0;
  padding-right: 0;

}
.content-Checkouts-cart .card-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0!important;
  padding-right: 0!important;
}
.content-Checkouts-cart .card-section > * {
  margin: 0;
}
.content-Checkouts-cart hr {
  width: 100%!important;
  margin-left: 0!important;
  margin-right: 0!important;
  opacity: 1!important;
  max-width: 100%!important;
}
.content-Checkouts-guest article {
  overflow: hidden;
}
#dropdownMenuLink {
  border: none;
  background: transparent;
  padding: 0;
}
.product-line, .order-details thead {
  border-bottom: 1px solid #cacaca;
}
@media (min-width: 768px) {
  .p-175 {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-175 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.text-right {
  text-align: right;
}
.input.checkbox.error.col-md-6 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.datenschutz.row {
  display: block;
  width: 100%;
}
.datenschutz .input label {
  width: 95%;
}
@media (max-width: 991px) {
  .datenschutz .input label {
    width: 80%;
  }
}
.datenschutz .form-error.is-visible {
  margin-top: .5rem;
}

/* Änderung 09.07.2025: Textfelder im Checkout */

.content-Checkouts-guest {
    div.input:has(input#street), div.input:has(input#shipping-street) {
	    width: 66%;
    }
    div.input:has(input#street2), div.input:has(input#shipping-street2) {
        width: 34%;
    }
    div.input:has(input#city), div.input:has(input#shipping-city) {
	    width: 66%;
    }
    div.input:has(input#zip), div.input:has(input#shipping-zip) {
        width: 34%;
    }

    .input.col-md-6 {
        width:100%;
        padding-right:0;
    }

    .shipping-col h2 {
        margin-top:33px; 
        margin-bottom:27px;
    }
    
    .shipping-col label[for="differing-shipping-address-new-2"]::after {
        content:'';
        width: 70%;
        display: inline-block;
        clear: both;
        float: right;
        line-height: 125%;
        position: relative;
        top: 0.25em;
    }
    
    @media (max-width: 1000px) {
        .shipping-col label[for="differing-shipping-address-new-2"]::after {
            width: 50%;
        }  
    }
    
    @media (max-width: 767.9px) {
        .shipping-col label[for="differing-shipping-address-new-2"]::after {
            top: -4.65em;
        }  
    }
    

    [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea, select {
        margin-bottom: 0.5rem !important;
    }
    
    div.action-buttons{
        margin-top: 38px;   
    }
    
    #shipping-address-box {
        
        clear:both;
        
        div.input {
            padding-left: 0;
            padding-right: 0;
        }
        div.input:has(input#street), div.input:has(input#shipping-street), div.input:has(input#zip), div.input:has(input#shipping-zip) {
            padding-right: 24px;
        }
        div.input:has(input#street2), div.input:has(input#shipping-street2), div.input:has(input#city), div.input:has(input#shipping-city) {
            padding-left: 0;
        }
    }
    
    label[for=street], label[for=shipping-street], label[for=zip], label[for=shipping-zip], label[for=street2], label[for=shipping-street2], label[for=city], label[for=shipping-city] {
        white-space: nowrap;
    }
    
    .col-md-6.address-col {
        padding-right: 0;  
    }
    .input.radio:has(input#differing-shipping-address-new) {
        /*margin-bottom: 2.5px;*/
        margin-bottom: 0;
        height: 110.5px;
    }
    /*
    #shipping-street[disabled="disabled"] {
	    color: #70706f;
    }
    */
    
    /*#shipping-street*/.disabled {
        color: #70706f;
        font-weight:bold !important;
    }
    
    label.disabled {
        font-weight:normal !important;
        cursor:not-allowed;
    }
    
    div.input:has(.disabled) {
        cursor: not-allowed;
    }
    
    .input.checkbox.col-md-6:has(input[name="differing_shipping_address"]) {
	    display: none;
    }
    
    select.disabled {
	    background-blend-mode: exclusion;
    }
    
    @media( min-width:768px ) {
        .input.col-md-6 {
            padding-right:12px;     
        }
        .col-md-6.address-col {
            padding-right: 10px;  
        }
        .col-md-6.shipping-col {
            padding-right: 0;
            padding-left: 45px;
            margin-left: 12px;
        } 
        .shipping-col h2 {
            margin-top:0; 
        }
    }
    
    
    @media( max-width: 435px ) {
        .shipping-col label[for="differing-shipping-address-new-2"]::after {
            width: 65%;
            font-size: 80%;
            top: .55em;
        }
    }
    
     @media( max-width: 335px ) {
        .shipping-col label[for="differing-shipping-address-new-2"]::after {
            top: -.7em;   
        }
    }
    
    div.autocompl-opt {
        width: 100%;
        border: 1px solid #e6e6e6;
        border-top: none;
        margin-top: -9px;
        opacity: 1;
        transition: opacity .25s linear, height .25s ease-out;
        overflow:hidden;
        position: absolute;
        background-color: white; 
    }

    div.autocompl-opt ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    
    div.autocompl-opt ul li {
        list-style-type: none;
        padding-left: 32px;
        padding-bottom: 8px;
        border-top: .5px solid #e6e6e6;
        padding-top: 9.5px;
        background-image: url("../img/shop/icon_place.svg");
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: 8px center;
        font-size: 100%;
        padding-right: 10px;
        cursor:pointer;
    }
    div.autocompl-opt ul li:hover { 
        background-color: #f7f7f7;   
    }
    div.autocompl-opt ul li.selected {
        background-color: #edf4fa; 
    }

    div.autocompl-opt ul li a span {
	    font-size: 80%;
    }
    
    div.autocompl-opt ul li a b::after {
	    content: ' ';
    }
    
    div.autocompl-opt.disno {
        transition: opacity .125s linear, height .125s ease-out;
        opacity:0;
        height:0 !important;
    }

}
