@charset "UTF-8";
/* FOUNDATION IMPORTS */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40.0625em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64.0625em&xlarge=75.0625em&xxlarge=90.0625em";
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

.is-hidden {
  display: none !important;
}

[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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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,
textarea:focus {
  outline: none;
  border: 1px solid #999999;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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] {
  appearance: none;
  border-radius: 0;
}

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

::placeholder {
  color: #cacaca;
}

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

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  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: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28153, 153, 153%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #999999;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  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;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

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: 2.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1rem;
  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: 40.0625em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  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: 137.5rem;
  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: #999999;
}

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: #999999;
}

.lead {
  font-size: 20px;
  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: #999999;
  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: 40.0625em) {
  .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: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    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 #999999;
    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;
  }
}
.row {
  max-width: 137.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40.0625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40.0625em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40.0625em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(11.5, 60.5, 93);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40.0625em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 40.06125em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #999999;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(19.55, 102.85, 158.1);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media print, screen and (max-width: 64.06125em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(214.8186602871, 235.9894736842, 250.0313397129);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  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;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40.0625em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #999999;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 40.06125em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 40.06125em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #999999;
}
.orbit-bullets button.is-active {
  background-color: #999999;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #999999;
  box-shadow: 0 7px 0 #999999, 0 14px 0 #999999;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40.0625em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(10, 10, 10, 0.6);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 14;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 14;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 15;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 14;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 14;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 15;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  transform: translateX(-300px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-300px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(300px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  transform: translateX(300px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(300px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-300px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40.0625em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 300px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 300px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 300px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 300px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 300px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 300px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 300px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 300px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 300px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 300px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 300px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 300px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 14;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 300px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 300px;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .reveal {
    width: 600px;
    max-width: 137.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 137.5rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .reveal.small {
    width: 50%;
    max-width: 137.5rem;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .reveal.large {
    width: 90%;
    max-width: 137.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 40.06125em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
.top-bar .top-bar-left {
  flex: 1 1 auto;
  margin-right: auto;
}
.top-bar .top-bar-right {
  flex: 0 1 auto;
  margin-left: auto;
}
@media print, screen and (max-width: 64.06125em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 75.06125em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 64.06125em), screen and (min-width: 75.0625em) {
  .show-for-large-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;
}

.shake {
  animation-name: shake-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 {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

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

.wiggle {
  animation-name: wiggle-7deg;
}
@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 {
  animation-duration: 500ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
}

/*$http_path: "http://your-url-goes-here.com/path-to-your-directory/";
$http_images_path: "img/";

@function image-url($relative-url) {
    $tmpUrl: $http_path + $http_images_path + $relative-url;
    @return url($tmpUrl);
}*/
.form, .summary-item, .basket__total, .basket__item {
  *zoom: 1;
}
.form:before, .summary-item:before, .basket__total:before, .basket__item:before, .form:after, .summary-item:after, .basket__total:after, .basket__item:after {
  content: " ";
  display: table;
}
.form:after, .summary-item:after, .basket__total:after, .basket__item:after {
  clear: both;
}

.card__image, .card, .loader {
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include multi-line-ellipsis(cover, top);
*/
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.vertical-spacing.full-width {
  padding: 0;
}

.size-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  bottom: auto;
  right: auto;
  width: 1px;
  height: 1px;
}

.hide {
  display: none;
}

.inpage-hide {
  position: fixed;
  top: -9999px;
  left: -9999px;
}

/* #region ALIGNMENT */
.vertically-centered {
  position: relative;
  display: block;
  font-size: 0;
}
.vertically-centered:before {
  content: "";
  width: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.vertically-centered .vertically-centered__content {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 0;
}
.vertically-centered .vertically-centered__content--top {
  vertical-align: top;
}
.vertically-centered .vertically-centered__content--bottom {
  vertical-align: bottom;
}

/* #endregion*/
.vertical-spacing {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 40.0625em) {
  .vertical-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .vertical-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 75.0625em) {
  .vertical-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ti-beside.vertical-spacing,
.feature-card-listing.vertical-spacing,
.rte-block.vertical-spacing {
  padding-top: 25px;
  padding-bottom: 25px;
}

/*
.size-indicator {
    position: absolute;
    top: -999em;
    left: -999em;
    bottom: auto;
    right: auto;
    width: 1px;
    height: 1px;
}

.hide {
    display: none;
}

.inpage-hide {
    position: fixed;
    top: -9999px;
    left: -9999px;
}

.page-min-height {
    min-height: 100%;
}

.close-default {
    display: none;
}

@include media($screen480-w-up) {
    .size-indicator {
        width: 2px;
        height: 2px;
    }
}

@include media($screen600-w-up) {
    .size-indicator {
        width: 3px;
        height: 3px;
    }
} 

@include media($screen768-w-up) {
    .size-indicator {
        width: 4px;
        height: 4px;
    }
}

@include media($screen960-w-up) {
    .size-indicator {
        width: 5px;
        height: 5px;
    }
}

@include media($screen1000-w-up) {
    .size-indicator {
        width: 6px;
        height: 6px;
    }
}

@include media($screen1200-w-up) {
    .size-indicator {
        width: 7px;
        height: 7px;
    }
}

@include media($screen1366-w-up) {
    .size-indicator {
        width: 8px;
        height: 8px;
    }
}

@include media($screen1440-w-up) {
    .size-indicator {
        width: 9px;
        height: 9px;
    }
}

@include media($screen1600-w-up) {
    .size-indicator {
        width: 10px;
        height: 10px;
    }
}

@include media($screen1920-w-up) {
    .size-indicator {
        width: 11px;
        height: 11px;
    }
}*/
.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.inpage-hide {
  position: fixed;
  top: -9999px;
  left: -9999px;
}

.page-min-height {
  min-height: 100%;
}

.close-default {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.is-loading {
  overflow: hidden;
}

.columns.no-gutter {
  padding: 0;
}

.lazyload {
  opacity: 0;
}

.lazyloading,
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s 0s ease-in-out;
}

[v-cloak] {
  display: none;
}

.has-pointer {
  cursor: pointer;
}

.fs-0 {
  font-size: 0;
}

.full-screen-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 16;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.full-screen-overlay--active {
  display: block;
}
.full-screen-overlay--showing {
  opacity: 1;
}

@media print, screen and (min-width: 64.0625em) {
  .no-scroll {
    padding-right: 17px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-mail_outline:before {
  content: "\e0e1";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-control_point:before {
  content: "\e3ba";
}

.icon-check:before {
  content: "\e5ca";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-menu:before {
  content: "\e5d2";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-check_box_outline_blank:before {
  content: "\e835";
}

.icon-radio_button_unchecked:before {
  content: "\e836";
}

.icon-radio_button_checked:before {
  content: "\e837";
}

.icon-code:before {
  content: "\e86f";
}

.icon-language:before {
  content: "\e894";
}

.icon-lock:before {
  content: "\e897";
}

.icon-payment:before {
  content: "\e8a1";
}

.icon-print:before {
  content: "\e8ad";
}

.icon-redeem:before {
  content: "\e8b1";
}

.icon-search:before {
  content: "\e8b6";
}

.icon-basket:before {
  content: "\e901";
}

.icon-currency:before {
  content: "\e902";
}

.icon-personalize:before {
  content: "\e903";
}

.icon-post:before {
  content: "\e904";
}

.icon-pencil2:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-gift:before {
  content: "\e905";
}

.icon-pencil3:before {
  content: "\e906";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-phone:before {
  content: "\e907";
}

.icon-download:before {
  content: "\e908";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: inherit;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: inherit;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}

/* GLOBAL */
/* BODY */
/* LINKS */
/* HEADINGS */
/*$heading-1-font-size:*/
/*$heading-2-font-size:*/
/*$heading-3-font-size:*/
/*$heading-4-font-size:*/
/* Voucher Cards */
/* HEADER */
/* FOOTER */
/* MAIN MENU */
/* BUTTONS */
/* BANNER */
/* INSTRUCTION PANEL */
/* SHARE */
/* ALERT (Broadcast, limited availability, price slider) */
/* Primary Buttons*/
/* Secondary Buttons */
/* Voucher Cards */
/* Forms */
/* E-VOUCHERS */
/* Checkout */
.cc_div *, .cc_div :after, .cc_div :before, .cc_div :hover {
  animation: none;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}

.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0a0a0a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {
  font-weight: 600;
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div a, .cc_div button, .cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}

#cm-ov, #cs-ov, .c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

.c--anim #cm.bar.slide, .c--anim #cm.bar.slide + #cm-ov, .c--anim .bar.slide #s-inr, .c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide, .cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%);
}

#cm.bar.top.slide, .cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%);
}

#cm.slide, .cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov, .show--settings .c--anim #cs-ov {
  opacity: 1 !important;
  visibility: visible !important;
}

#cm {
  background: #fefefe;
  bottom: 1.25em;
  font-family: inherit;
  line-height: normal;
  max-width: 45em;
  opacity: 0;
  padding: 1.5rem;
  position: fixed;
  right: 1.25em;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 64.0625em) {
  #cm {
    padding: 1.5rem;
  }
}

#cc_div #cm {
  display: block !important;
}

#c-ttl {
  font-size: 1.05em;
  margin-bottom: 0.7em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  background: #1c1c1c;
  color: #ffffff;
  border: 1px solid #c7ddf3;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 0.82em;
  padding: 1em 1.7em;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#c-bns button + button, #s-c-bn, #s-cnt button + button {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover {
  color: #1c1c1c;
  background-color: #ffffff;
  border-color: #ffffff;
}

#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .b-bn, #s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  transition: background-color 0.25s ease;
  width: 100%;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
  background: #e6e6e6;
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  margin-bottom: 0.5em;
  padding: 1em;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #e6e6e6;
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  background: #e6e6e6;
  border: none;
  padding: 0;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  color: #0a0a0a;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

#cs, #s-inr {
  height: 100%;
}

#s-inr {
  box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  transform: scale(0.96);
  visibility: hidden;
}

#s-bns, #s-hdr, #s-inr {
  background: #fefefe;
}

#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1em 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  #s-bl {
    padding: 1em 3rem;
  }
}

#s-bns {
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.5rem;
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 64.0625em) {
  #s-bns {
    padding: 1em 3rem;
  }
}

.cc_div .cc-link {
  border-bottom: 1px solid #c7ddf3;
  color: #c7ddf3;
  cursor: pointer;
  display: inline;
  font-weight: 600;
  padding-bottom: 0;
  text-decoration: none;
}

.cc_div .cc-link:active, .cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button:first-child, #s-bns button:first-child {
  background: #c7ddf3;
  color: #1c1c1c;
}

#c-bns.swap button:first-child {
  background: #1c1c1c;
  color: #ffffff;
}

#c-bns.swap button:last-child {
  background: #c7ddf3;
  color: #1c1c1c;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #c7ddf3;
}

#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover {
  color: #c7ddf3;
  background-color: #1c1c1c;
  border-color: #c7ddf3;
}

#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
  color: #1c1c1c;
  background-color: #ffffff;
  border-color: #1c1c1c;
}

#s-hdr {
  display: table;
  height: 4.75em;
  padding: 0 1.5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 64.0625em) {
  #s-hdr {
    padding: 0 3rem;
  }
}

#s-hdr, #s-ttl {
  vertical-align: middle;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
}

#s-c-bn {
  background: none;
  color: #707070;
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
  border: none;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.9em;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0.25em solid #fefefe;
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #cacaca;
  }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}
.cc_div .b-tg {
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg, .cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.cc_div .b-tg .c-tgl {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
}

.cc_div .b-tg .c-tg {
  background: #999999;
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl, .cc_div span.t-lb {
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #cacaca;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  background: #fefefe;
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  transition: transform 0.25s ease;
  width: 1.25em;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table, #s-bl td, #s-bl th {
  border: none;
}

#s-bl tbody tr {
  background: inherit;
}

#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#s-bl td, #s-bl th {
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #999999;
}

.force--consent #cs, .force--consent #s-cnt {
  width: 100vw;
}

#cm-ov, #cs-ov {
  background: rgba(10, 10, 10, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
}

.c--anim #cs-ov, .force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov, .show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}

.force--consent.show--consent .c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent, html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .exp:before, .cc_div .b-bn .exp:before {
  border: solid #c7ddf3;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.cc_div .act .b-bn .b-tl:before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i:before {
  border: solid #fefefe;
  border-width: 0 2px 2px 0;
  display: inline-block;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
}

#s-c-bn:after, #s-c-bn:before, .cc_div .on-i:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  transform: rotate(45deg);
}

#s-c-bn:after, #s-c-bn:before {
  background: #707070;
  height: 1em;
  left: 0.85em;
  top: 0.425em;
  width: 2px;
}

#s-c-bn:after {
  transform: rotate(-45deg);
}

.cc_div .off-i, .cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 50%;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i:after, .cc_div .off-i:before {
  background: #fefefe;
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  transform-origin: center;
  width: 0.09375em;
}

.cc_div .off-i:before {
  transform: rotate(45deg);
}

.cc_div .off-i:after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

#cm.box.middle, #cm.cloud.middle {
  bottom: auto;
  top: 50%;
  transform: translateY(-37%);
}

#cm.box.middle.zoom, #cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center, #cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}

#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.3em 2em;
  text-align: center;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}

#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  transform: none;
}

.cc_div .bar #s-bl, .cc_div .bar #s-bns, .cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl td, .cc_div .bar #s-bl th, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tr, .cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #999999;
}

.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}

.cc_div .bar #s-bl td:before {
  color: #0a0a0a;
  content: attr(data-column);
  left: 1em;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  left: 1.25em;
  right: auto;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left, #cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media screen and (max-width: 688px) {
  #cm, #cm.cloud, #cm.left, #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.4em !important;
    right: 1em;
    width: auto;
  }
  .force--consent #cm, .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }
  #cm.top {
    bottom: auto;
    top: 1em;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns, .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }
  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl, .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr, .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
  #s-bl table, #s-bl tbody, #s-bl td, #s-bl th, #s-bl thead, #s-bl tr, #s-cnt {
    display: block;
  }
  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #999999;
  }
  #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative;
  }
  #s-bl td:before {
    color: #0a0a0a;
    content: attr(data-column);
    left: 1em;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #cm .c-bn, .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button, #s-cnt button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #cm.box, #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left, #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  margin-top: -5.625em;
  max-height: 37.5em;
  position: relative;
  top: 0;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/* 
    Element will slide in and out from right 

    Usage: 
        <transition name="slide-from-right">
*/
.slide-from-right-enter-active, .slide-from-right-leave-active {
  transition: all 0.7s ease-in-out;
}

.slide-from-right-enter, .slide-from-right-leave-to {
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

/* 
    Element will appear and disappear (nearly) immediately
    after other transitions have finished

    Usage: 
        <transition name="appear">
*/
.appear-enter, .appear-leave-to {
  opacity: 0;
}

.appear-enter-to, .appear-leave {
  opacity: 1;
}

.appear-enter-active {
  transition: opacity 0.5s ease;
}

.appear-leave-active {
  transition: opacity 0.5s 0.7s ease;
}

/*h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    line-height: 1.1;
}*/
h1, .h1 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
}

h2, .h2 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
}

h3, .h3 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
}

h4, .h4 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  /*padding: 0 5px;*/
  direction: ltr;
}

a {
  color: #1c1c1c;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s 0s ease-in-out;
}
a:hover {
  color: #c3c3cc;
  text-decoration: none;
}

.misc-actions {
  text-align: center;
}
.misc-actions .button {
  margin: 40px 0 20px;
}

button,
select {
  cursor: pointer;
  transition: all 0.3s 0s ease-in-out;
}

@media print, screen and (min-width: 40.0625em) {
  .gutter-spacing {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .gutter-spacing {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 90.0625em) {
  .gutter-spacing {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* Need to override Foundation flexbox values to include vendor prefixes */
.top-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 137.5rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 120px;
  background-color: #ffffff;
}
.top-bar--scrolled {
  position: fixed;
  top: -120px;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
}
.top-bar--sticky {
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 1;
}
.top-bar ul {
  background-color: inherit;
}

.top-bar-left {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.top-bar-center {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.top-bar-right {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.top-bar-right .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*END: IE10 */
.page-header__logo-center-container {
  height: 100px;
}
.page-header__logo-center-container .page-header__logo {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-header__logo a {
  display: inline-block;
}
.page-header__logo img {
  height: 100px;
  object-fit: contain;
}

.top-bar,
.top-bar ul {
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.top-bar a, .top-bar button,
.top-bar ul a,
.top-bar ul button {
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
.top-bar a:hover, .top-bar button:hover,
.top-bar ul a:hover,
.top-bar ul button:hover {
  color: #1c1c1c;
  color: rgba(28, 28, 28, 0.6);
}
.top-bar .icon-menu,
.top-bar ul .icon-menu {
  font-size: 2.375rem;
}
.top-bar .shopping,
.top-bar ul .shopping {
  position: relative;
  padding-top: 0.2rem;
}
.top-bar .shopping__icon,
.top-bar ul .shopping__icon {
  font-size: 3rem;
}
.top-bar .shopping__num,
.top-bar ul .shopping__num {
  font-size: 0.6875rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 0;
  right: 0;
}

.top-bar--transparent {
  background: transparent;
  color: #fefefe;
}
.top-bar--transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: -1;
}
.top-bar--transparent:hover::before {
  background: transparent;
}
.top-bar--transparent ul a, .top-bar--transparent ul button,
.top-bar--transparent a, .top-bar--transparent button {
  color: #fefefe;
}
.top-bar--transparent .page-header__logo img.page-header__logo--transparent + img {
  display: none;
}
.top-bar--transparent:hover {
  background-color: #ffffff;
  color: inherit;
}
.top-bar--transparent:hover ul a, .top-bar--transparent:hover ul button,
.top-bar--transparent:hover a, .top-bar--transparent:hover button {
  color: inherit;
}
.top-bar--transparent:hover .page-header__logo img.page-header__logo--transparent {
  display: none;
}
.top-bar--transparent:hover .page-header__logo img.page-header__logo--transparent + img {
  display: block;
}

.menu input,
.menu select,
.menu a,
.menu button {
  padding: 0.7rem 1rem;
  font-size: 0.8125rem;
}

.lang-option {
  padding: 0 2px;
  font-size: 0.75rem;
  position: relative;
}

.menu button.lang-selector-button {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.menu button.lang-selector-button .icon-language {
  font-size: 1.0625rem;
  position: absolute;
  left: -13px;
  top: -2px;
}
.menu button.search-button {
  padding: 12px 24px 17px 24px;
}
.menu button .icon-search {
  font-size: 1.75rem;
  position: absolute;
  bottom: 3px;
  right: 15px;
}

.menu.menu--mobile {
  display: block;
}
.menu.menu--mobile li {
  margin: 10px 0;
}
.menu.menu--mobile .mobile-language-list {
  padding: 15px 0;
  margin: 20px 0 0;
  list-style: none;
  border-top: 1px solid #e6e6e6;
}
.menu.menu--mobile .mobile-language-list a {
  padding: 5px 0;
}
.menu.menu--mobile .mobile-language-list li:not(:first-child) {
  padding-left: 20px;
}

#menuOffCanvas {
  padding: 20px 20px 100px;
  background-color: #fefefe;
  font-family: "Roboto", sans-serif;
  color: #0a0a0a;
}
#menuOffCanvas .search-container-mobile {
  position: relative;
}
#menuOffCanvas .search-container-mobile .icon-search {
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: -11px;
  font-size: 1.375rem;
  opacity: 0.3;
}
#menuOffCanvas .search-container-mobile .mobile-search__input {
  height: auto;
  padding: 16px 16px 16px 40px;
}
#menuOffCanvas .menu a {
  font-family: "Roboto", sans-serif;
  color: #0a0a0a;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.25;
}
#menuOffCanvas .menu + .menu a {
  font-size: 0.875rem;
  line-height: 0.7;
}
#menuOffCanvas .mobile-close-container {
  position: relative;
  text-align: right;
}
#menuOffCanvas .mobile-close-container button {
  padding: 20px;
  margin: -20px -20px 0 0;
}
#menuOffCanvas .mobile-close-container button .icon {
  font-size: 28px;
}

@media print, screen and (min-width: 40.0625em) {
  .checkout-header .gutter-spacing,
  .top-bar.gutter-spacing {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar-right.show-for-medium + .top-bar-right.show-for-medium {
    margin-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 12px;
  }
  .top-bar-right.off-canvas {
    position: static;
    z-index: 1;
  }
  .top-bar-right.off-canvas.off-canvas.is-transition-overlap.is-open {
    box-shadow: none;
  }
  .top-bar ul .shopping {
    padding-top: 0.7rem;
  }
  .top-bar ul .shopping__icon {
    font-size: 2rem;
  }
  .top-bar ul .shopping__num {
    top: calc(50% - 0.1rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .checkout-header .gutter-spacing,
  .top-bar.gutter-spacing {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sticky-header {
  margin-top: 120px;
}

.page-footer {
  margin: 40px 0 20px 0;
  padding-top: 40px;
  background-color: #282828;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.page-footer h4 {
  color: #ffffff;
}
.page-footer a, .page-footer .button.action.page-footer__link {
  color: #ffffff;
}
.page-footer a:hover, .page-footer .button.action.page-footer__link:hover {
  color: #c3c3cc;
}
.page-footer__contact, .page-footer__nav {
  border-bottom: 1px solid rgba(202, 202, 202, 0.2);
  padding-bottom: 20px;
}
.page-footer__contact {
  padding-right: 2em;
}
.page-footer__contact address {
  font-style: normal;
}
.page-footer__contact address a,
.page-footer__contact address span {
  display: block;
  margin: 10px 0;
  word-wrap: break-word;
}
.page-footer__nav {
  margin: 20px 0;
}
.page-footer__nav ul {
  margin: 0;
}
.page-footer__nav li {
  list-style: none;
  margin: 10px 0;
}
.page-footer__nav li:first-child {
  margin-top: 0;
}
.page-footer__nav li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.page-footer__nav li a:hover {
  color: #c3c3cc;
}
.page-footer__pay {
  font-size: 0.875rem;
}
.page-footer__pay p img,
.page-footer__pay img {
  width: 45px !important;
  height: auto !important;
  padding-right: 6px;
}
.page-footer__legal {
  padding: 20px 0;
  border-top: 1px solid rgba(202, 202, 202, 0.2);
}
.page-footer__legal .copyright {
  font-size: 0.875rem;
}
.page-footer__legal .copyright span {
  margin-right: 20px;
}
.page-footer__legal .returns {
  font-size: 0.75rem;
  padding-top: 1em;
}

@media print, screen and (min-width: 40.0625em) {
  .page-footer__contact, .page-footer__nav, .page-footer__pay {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .page-footer address a:first-of-type {
    color: #ffffff;
  }
  .page-footer__nav {
    margin: 0;
  }
  .page-footer .returns {
    text-align: right;
    padding-top: 0;
  }
  .page-footer--reduced {
    padding: 1.5rem 0;
    font-size: 0.875rem;
  }
  .page-footer--reduced ul {
    display: flex;
    flex-direction: row;
    text-align: center;
  }
  .page-footer--reduced ul li {
    flex: 1;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
.overlay--voucher-listing {
  top: 150px;
}
.overlay__inner {
  height: 50vh;
}

.loader-container {
  overflow: hidden;
}
.loader-container h5 {
  color: #1c1c1c;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 2em;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.lt-ie10 .loader {
  display: none;
}

.loader {
  display: inline-block;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  border-top: 1.1em solid #ffffff;
  border-right: 1.1em solid #ffffff;
  border-bottom: 1.1em solid #ffffff;
  border-left: 1.1em solid rgba(28, 28, 28, 0.8);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .loader {
    animation: none;
  }
}
.button {
  margin: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.button.primary {
  background-color: #c7ddf3;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}
.button.primary:hover, .button.primary:focus, .button.primary--active {
  color: #c7ddf3;
  background-color: #1c1c1c;
  border-color: #c7ddf3;
}
.button.primary--inverted {
  color: #c7ddf3;
  background-color: #1c1c1c;
  border-color: #c7ddf3;
}
.button.primary--inverted:hover, .button.primary--inverted:focus, .button.primary--inverted--active {
  background-color: #c7ddf3;
  color: #1c1c1c;
  border-color: #c7ddf3;
}
.button.secondary {
  background-color: #1c1c1c;
  color: #ffffff;
  border: 1px solid #c7ddf3;
}
.button.secondary:hover, .button.secondary:focus, .button.secondary--active {
  color: #1c1c1c;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.action {
  padding: 0;
  margin: 0 0.5rem 0 0;
  background: none;
  color: #1c1c1c;
  font-size: 0.875rem;
}
.button.action:hover, .button.action:focus {
  color: #c3c3cc;
}
.button.action.has-icon {
  text-decoration: none;
  transition: 0.5s all;
  transform: translateZ(0);
}
.button.action.has-icon .text {
  margin-left: 0.25em;
}
.button.action + .action {
  padding-left: 0.5rem;
  border-left: 1px solid #1c1c1c;
}
.button.action--inverted {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 0.5rem;
}
.button.centered-block {
  display: block;
  margin: 0 auto;
}
.button--icon {
  position: absolute;
  right: 0;
  color: #1c1c1c;
  font-size: 0.875rem;
}
.button--no-style {
  padding: 0;
  background-color: inherit;
  color: inherit;
}
.button--no-style:hover, .button--no-style:focus {
  background-color: inherit;
  color: inherit;
}
.button--1-1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 20px 0;
}
.button--1-1.small {
  padding: 0.85em 1em;
}
.button--1-2 {
  margin: 2.5%;
  width: 45%;
}
.button--no-v-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #c7ddf3;
  color: #1c1c1c;
  border: 1px solid #c7ddf3;
}

.button-group .button {
  padding: 20px;
}
.button-group .button--1-2 {
  margin: 0;
}

.back-to-top-link {
  color: #1c1c1c;
  margin: 20px 0;
  cursor: pointer;
  font-size: 0.875rem;
}
.back-to-top-link:hover {
  color: #c3c3cc;
}
.back-to-top-link .icon {
  font-size: 24px;
  vertical-align: middle;
}

.carousel-container {
  padding: 0;
  overflow: hidden;
  direction: ltr;
}
.carousel-container .carousel {
  height: 400px;
}
.carousel-container .carousel--large {
  height: calc(100vh - 160px); /* 120px for header + 40px to show a glimpse of page content below carousel */
}
.carousel-container--transparent-header {
  margin-top: -120px;
}
.carousel-container--transparent-header .carousel--large {
  height: calc(100vh - 40px); /* 40px to show a glimpse of page content below carousel */
}
.carousel-container .carousel__slide {
  position: relative;
  height: inherit;
  z-index: 5;
  overflow: hidden;
}
.carousel-container .carousel__slide .carousel-slide__details-container {
  padding: 5px;
  height: 100%;
  z-index: 6;
  color: #fefefe;
  text-align: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.carousel-container .carousel__slide .carousel-slide__details-container .carousel-slide__details.vertically-centered__content--top {
  padding-top: 140px;
}
.carousel-container .carousel__slide .carousel-slide__details-container .carousel-slide__details.vertically-centered__content--bottom {
  padding-bottom: 140px;
}
.carousel-container .carousel__slide .carousel-slide__details-container--no-gradient {
  background: none !important;
}
.carousel-container .carousel__slide .carousel-slide__details-container--darker-gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}
.carousel-container .carousel__slide .carousel-slide__details-container.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.carousel-container .carousel__slide .carousel-slide__details-container a {
  text-shadow: none;
}
.carousel-container .carousel__slide .carousel-slide__details-container h2 {
  color: inherit;
  margin: 0;
}
.carousel-container .carousel__slide .carousel-slide__details-container p {
  font-size: 1.25rem;
  line-height: 1.2;
  color: inherit;
}
.carousel-container .carousel__slide .carousel-slide__details-container .button:hover, .carousel-container .carousel__slide .carousel-slide__details-container .button:focus {
  color: #1c1c1c;
  background-color: rgb(144.4, 187.85, 231.3);
}
.carousel-container .carousel__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.carousel-container .carousel__slide video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.carousel-container .carousel__scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
}
.carousel-container .carousel__scroll svg {
  fill: #fefefe;
}
.carousel-container--synced {
  display: flex;
  margin: 20px 0;
  flex-direction: column;
  font-size: 0;
}
.carousel-container--synced .carousel {
  visibility: hidden;
  height: auto;
}
.carousel-container--synced .carousel.slick-initialized {
  visibility: visible;
}
.carousel-container--synced .carousel .slick-slide {
  height: 100%;
  padding: 1px;
  display: block;
  text-align: center;
}
.carousel-container--synced .carousel .slick-slide .carousel__image {
  display: inline-block;
  max-width: 100%;
}
.carousel-container--synced .carousel .slick-slide .carousel__image-border {
  border: 1px solid #cacaca;
  padding: 10px;
}
.carousel-container--synced .carousel .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  min-height: 160px;
}
.carousel-container--synced .carousel__availability {
  display: inline-block;
  position: absolute;
  width: 82px;
  height: 82px;
  top: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 100%;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  text-align: center;
  font-size: 0.875rem;
}
.carousel-container--synced .carousel__availability-text {
  -ms-transform: translateY(26px);
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -o-transform: translateY(26px);
  transform: translateY(26px);
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: capitalize;
}
.carousel-container--synced .carousel__discount-percentage {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  padding: 0.3rem 1rem;
  font-size: 1.5rem;
}
.carousel-container--synced .carousel__nav {
  margin: 10px 0;
  vertical-align: top;
  text-align: center;
  order: 2;
}
.carousel-container--synced .carousel__nav-item {
  display: inline-block;
  margin: 5px;
  height: 40px;
  text-align: center;
}
.carousel-container--synced .carousel__nav-item img {
  height: 100%;
  width: auto;
  cursor: pointer;
}
.carousel-container--synced .slick-list,
.carousel-container--synced .slick-slide,
.carousel-container--synced .slick-track {
  height: 100%;
  overflow: visible;
}
.carousel-container--synced.carousel-container--single-image .carousel__nav {
  display: none;
}

@media print, screen and (min-width: 40.0625em) {
  .carousel-container .carousel .carousel__slide .carousel-slide__details-container .carousel-slide__details {
    text-align: left;
    width: 75%;
    margin: 0 auto;
  }
  .carousel-container .carousel .carousel__slide .carousel-slide__details-container--centered .carousel-slide__details {
    text-align: center;
  }
  .carousel-container--synced {
    display: block;
    margin: 0 0 40px;
  }
  .carousel-container--synced .carousel__nav {
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0 5% 0 0;
  }
  .carousel-container--synced .carousel__nav-item {
    height: 80px;
  }
  .carousel-container--synced .carousel {
    display: inline-block;
    /*height: 500px;*/
    max-width: none;
    width: 75%;
    height: 100%;
  }
  .carousel-container--synced.carousel-container--single-image {
    display: block;
  }
  .carousel-container--synced.carousel-container--single-image .carousel {
    display: block;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .carousel-container .carousel .slick-dots {
    bottom: 75px;
  }
}
.search-overlay {
  transition: all 1s;
  opacity: 0;
  cursor: pointer;
}
.search-overlay--showing {
  opacity: 1;
}
.search-overlay--showing .search-overlay__container {
  transition: transform 0.5 0.7s ease-in-out;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-overlay__container {
  transition: transform 0.7s ease-in-out;
  -ms-transform: translateX(75%);
  -webkit-transform: translateX(75%);
  -moz-transform: translateX(75%);
  -o-transform: translateX(75%);
  transform: translateX(75%);
}
.search-overlay__inner {
  position: relative;
  background: #fefefe;
  padding: 28px 120px;
}
.search-overlay .icon {
  font-size: 1.875rem;
}
.search-overlay .icon-search {
  position: absolute;
  left: 40px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-overlay__input {
  height: auto;
  margin: 0;
  border: 0;
  font-size: 1.2rem;
  padding: 16px 16px 16px 8px;
}
.search-overlay__input#searchInput {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #efefef;
}
.search-overlay__input#searchInput:focus {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #333333;
}
.search-overlay__actions {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-overlay__actions button {
  cursor: pointer;
}
.search-overlay__actions .clear {
  padding: 10px;
  vertical-align: top;
  line-height: 30px;
  border-right: 1px solid #e6e6e6;
}
.search-overlay__actions .close {
  padding: 10px;
}

.broadcast-message {
  position: fixed;
  padding: 10px 0;
  background-color: #ffffff;
  top: 160px;
  width: 70%;
  right: 0;
  z-index: 10;
}
.broadcast-message--hidden {
  display: none;
}
.broadcast-message__inner {
  font-size: 0.875rem;
  line-height: 18px;
  text-align: center;
  color: #1c1c1c;
  padding: 0 40px 0 10px;
}
.broadcast-message__inner a {
  font-weight: bold;
  text-decoration: underline;
  color: #1c1c1c;
}
.broadcast-message__inner p {
  margin-bottom: 5px;
}
.broadcast-message__close {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #1c1c1c;
  cursor: pointer;
}

@media print, screen and (min-width: 40.0625em) {
  .broadcast-message {
    width: 50%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .broadcast-message {
    width: 30%;
  }
}
.filter-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(40, 40, 40, 0.9);
  z-index: 16;
}
.filter-overlay__inner {
  display: inline-block;
  float: right;
  max-width: 100%;
  padding: 100px 20px;
  text-align: right;
}
.filter-overlay__notif {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  color: #1c1c1c;
  text-align: center;
}
.filter-overlay__notif .clear {
  color: #1c1c1c;
  text-decoration: underline;
}
.filter-overlay .close {
  position: absolute;
  right: 20px;
  top: 40px;
  color: #ffffff;
  font-size: 1.25rem;
  z-index: 20;
}
.filter-overlay .filter-options {
  position: relative;
}
.filter-overlay .filter-options__group {
  margin-bottom: 40px;
  padding-right: 10px;
  list-style: none;
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-base-color: #e6e6e6;
  scrollbar-face-color: #cacaca;
  scrollbar-shadow-color: #cacaca;
  scrollbar-highlight-color: #E6E6E6;
  scrollbar-3dlight-color: #E6E6E6;
  scrollbar-darkshadow-color: #cacaca;
  scrollbar-track-color: #e6e6e6;
  scrollbar-arrow-color: transparent;
}
.filter-overlay .filter-options__group::-webkit-scrollbar {
  background-color: #cacaca;
  width: 8px;
  cursor: pointer;
}
.filter-overlay .filter-options__group::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.filter-overlay .filter-options__group::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  border: 1px solid none;
}
.filter-overlay .filter-options .filter-option {
  margin-bottom: 0.5em;
  list-style: none;
}
.filter-overlay .filter-options .filter-option__label {
  text-align: right;
  color: #ffffff;
}
.filter-overlay .filter-options .filter-option__label--group {
  font-size: 1.25rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0.5rem;
}
.filter-overlay .filter-options .filter-option__name {
  display: inline-block;
  max-width: 85%;
  padding-right: 5px;
  vertical-align: middle;
  color: #ffffff;
}
.filter-overlay .filter-options .filter-option__input {
  display: inline-block;
  margin: 0.5em 0 0;
  float: left;
  transform: none;
}
.filter-overlay .filter-options .filter-option--has-children {
  margin: 5px 0 40px 0;
}

@media print, screen and (min-width: 40.0625em) {
  .filter-overlay__inner {
    padding: 100px 150px;
  }
  .filter-overlay .close {
    right: 80px;
  }
  .filter-overlay .filter-options .filter-option__name {
    max-width: none;
  }
  .filter-overlay .filter-options .filter-option__input {
    float: none;
  }
}
.lang-selector-overlay {
  transition: all 1s;
  opacity: 0;
  cursor: pointer;
  text-align: right;
}
.lang-selector-overlay--showing {
  opacity: 1;
}
.lang-selector-overlay--showing .lang-selector-overlay__inner {
  transition: transform 0.5 0.7s ease-in-out;
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.lang-selector-overlay__inner {
  display: inline-block;
  float: right;
  width: 100%;
  padding: 100px 20px 0 0;
  text-align: right;
  transition: transform 0.7s ease-in-out;
  -ms-transform: translateX(75%);
  -webkit-transform: translateX(75%);
  -moz-transform: translateX(75%);
  -o-transform: translateX(75%);
  transform: translateX(75%);
}
.lang-selector-overlay__inner .language-options__heading {
  margin-bottom: 40px;
  border-bottom: 1px solid #fefefe;
  text-align: right;
  color: #fefefe;
}
.lang-selector-overlay__inner .language-options__list {
  list-style: none;
}
.lang-selector-overlay__inner .language-options__item a {
  color: #fefefe;
}
.lang-selector-overlay__inner .language-options__item a:hover {
  color: rgb(218.44, 218.44, 218.44);
}
.lang-selector-overlay .close {
  position: absolute;
  right: 20px;
  top: 40px;
  color: #fefefe;
  font-size: 1.25rem;
  z-index: 20;
}

@media print, screen and (min-width: 40.0625em) {
  .lang-selector-overlay__inner {
    width: 500px;
    padding: 100px 150px 0 0;
  }
  .lang-selector-overlay .close {
    right: 80px;
  }
}
.voucher-filters {
  background-color: #ffffff;
}
.voucher-filters.vertical-spacing.overlaps-carousel {
  padding-top: 10px;
  padding-bottom: 30px;
}
.voucher-filters__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
}
.voucher-filters .filter {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  vertical-align: top;
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.voucher-filters .filter-container {
  flex: 0 0 33%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .voucher-filters .filter-container {
    max-width: 33%;
  }
}
.voucher-filters .filter--small {
  width: 160px;
}
.voucher-filters .filter--price {
  position: absolute;
  top: 20px;
  left: 0;
  width: 300px;
  height: 180px;
  padding: 20px 20px 0;
  z-index: 10;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
  background: #fefefe;
  text-align: left;
  overflow: hidden;
}
.voucher-filters .filter--price.position-for-xs {
  left: auto;
  right: 0;
}
.voucher-filters .filter--price .price-graph-container {
  width: 260px;
  height: 150px;
  overflow: hidden;
  margin: 10px auto 0;
}
.voucher-filters .filter--price .vue-slider-component {
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.voucher-filters .filter--price .vue-slider-component .vue-slider-process {
  background-color: #ffffff;
}
.voucher-filters .filter--price .vue-slider-dot {
  border: 1px solid #ffffff !important;
}
.voucher-filters .filter .icon {
  position: absolute;
  bottom: 13px;
  font-size: 1.25rem;
  background: #fefefe;
  right: 5px;
}
.voucher-filters .filter .icon.icon-code {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.voucher-filters .filter .icon.icon-close {
  position: static;
}
.voucher-filters .filter__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 0 20px 0 10px;
  font-size: 0.875rem;
  text-align: left;
  text-transform: uppercase;
  background: #fff;
  color: inherit;
}
.voucher-filters .filter__button .text {
  overflow: hidden;
  line-height: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.voucher-filters .filter__clear {
  color: #1c1c1c;
}
.voucher-filters .filter__options-container {
  position: absolute;
  z-index: 10;
  height: 400px;
  width: 100%;
  padding: 5px;
  text-align: left;
  background-color: #fefefe;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}
.voucher-filters .filter__options {
  position: absolute;
  top: 50px;
  bottom: 0;
  margin: 0;
  overflow-y: scroll;
  text-align: left;
  scrollbar-base-color: #e6e6e6;
  scrollbar-face-color: #cacaca;
  scrollbar-shadow-color: #cacaca;
  scrollbar-highlight-color: #E6E6E6;
  scrollbar-3dlight-color: #E6E6E6;
  scrollbar-darkshadow-color: #cacaca;
  scrollbar-track-color: #e6e6e6;
  scrollbar-arrow-color: transparent;
}
.voucher-filters .filter__options::-webkit-scrollbar {
  background-color: #cacaca;
  width: 8px;
  cursor: pointer;
}
.voucher-filters .filter__options::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.voucher-filters .filter__options::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  border: 1px solid none;
}
.voucher-filters .filter__option {
  display: inline-block;
  margin: 2px 0;
  width: 50%;
  list-style: none;
  font-size: 1rem;
  vertical-align: top;
  color: #1c1c1c;
}
.voucher-filters .filter__option label {
  color: inherit;
  cursor: pointer;
}
.voucher-filters .filter__option span {
  display: inline-block;
  width: 80%;
  margin: 5px 0;
  vertical-align: top;
  color: inherit;
  line-height: 1.2;
  font-size: 0.875rem;
}
.voucher-filters .filter .filter__input {
  float: left;
  margin: 5px;
  vertical-align: middle;
}
.voucher-filters .filter__actions {
  height: 50px;
  padding: 10px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  color: #1c1c1c;
  list-style: none;
}
.voucher-filters .filter__action {
  font-size: 1rem;
  color: inherit;
  width: 50%;
  cursor: pointer;
}
.voucher-filters .filter__action--close-filter {
  position: absolute;
  top: 14px;
  right: 20px;
  width: auto;
}
.voucher-filters--secondary {
  margin-right: 15px;
}
.voucher-filters--secondary .voucher-filters__inner {
  text-align: right;
}
.voucher-filters--secondary .filter {
  width: auto;
  text-transform: none;
  color: #999999;
}
.voucher-filters--secondary .filter label, .voucher-filters--secondary .filter button {
  min-width: 120px;
  font-size: 0.875rem;
  color: #999999;
}
.voucher-filters--secondary .filter button.button--no-style {
  margin: 0px;
  background-color: transparent;
}
.voucher-filters--secondary .filter--select:after {
  content: "\e313";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.voucher-filters--secondary .filter--select select {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  padding: 0 20px 0 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: normal;
  text-align: left;
  color: #999999;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media print, screen and (min-width: 40.0625em) {
  .voucher-filters__inner {
    flex-direction: row;
  }
  .voucher-filters.overlaps-carousel .filter--price {
    left: auto;
    right: 0;
  }
}
.basket {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  color: #1c1c1c;
  font-size: 0;
}
.basket__inner {
  position: relative;
}
.basket__items-container {
  flex: 1 1 auto;
  overflow-y: scroll;
  font-size: 1rem;
}
.basket__item {
  position: relative;
  margin: 5px 0;
  padding: 10px 20px;
  font-size: 1.25rem;
  background-color: #fefefe;
  color: #0a0a0a;
}
.basket__item-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.basket__checkout {
  flex: 0 0 auto;
  width: 100%;
}
.basket__promo-code {
  margin: 0 0 1rem;
}
.basket__promo-code-show-link {
  font-size: 1rem;
  display: block;
  padding: 0 10px;
  color: #1c1c1c;
  text-decoration: underline;
}
.basket__promo-code-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-top: 10px;
}
.basket__promo-code-fields .promo-code-input {
  flex: 1 1 70%;
}
.basket__promo-code-fields .button {
  flex: 1 0 25%;
}
.basket__promo-code-invalid {
  flex: 1 0 100%;
  color: #FF1D25;
  font-size: 0.875rem;
}
.basket__applied-promo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 1rem;
}
.basket__applied-promo .code {
  flex: 0 1 85%;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.basket__applied-promo .remove {
  flex: 0 0 15%;
  padding-right: 10px;
  color: #c7ddf3;
}
.basket__promo-code-not-applicable {
  display: inline-block;
  padding: 0 4px;
  line-height: 1.2;
  font-size: 1rem;
}
.basket__total {
  margin-top: 1rem;
  padding: 5px 10px;
  padding-right: 25px;
  background-color: #fefefe;
  color: #1c1c1c;
  font-size: 1.25rem;
}
.basket__total .total-desc {
  float: left;
}
.basket__total .total-price {
  float: right;
}
.basket__checkout_button {
  padding: 5px 10px 10px 10px;
}
.basket__checkout-in-progress-warning {
  display: block;
  font-size: 0.875rem;
  color: #c7ddf3;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.basket__abandon-basket {
  display: block;
  padding: 5px 10px 10px 10px;
  font-size: 0.875rem;
}
.basket__abandon-basket .abandon-button:hover {
  border-color: #1c1c1c;
}
.basket__close {
  font-size: 1rem;
  color: #1c1c1c;
  -webkit-appearance: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.basket__header {
  flex: 0 0 auto;
  margin-right: 40px;
  padding: 15px 0 0 20px;
}
.basket__header h3 {
  font-size: 1.25rem;
}

.basket-item__name {
  color: #1c1c1c;
  display: inline-block;
  margin: 0 20px 10px 0;
}
.basket-item__name:hover {
  color: #c3c3cc;
  transition: all 0.3s 0s ease-in-out;
}
.basket-item__quantity-container {
  float: left;
}
.basket-item__price {
  float: right;
  clear: right;
}
.basket-item__discount {
  float: right;
  /* font-style: italic; */
  font-size: 1.125rem;
  line-height: 1;
}
.basket-item__quantity-toggle {
  display: inline-block;
  width: 30px;
  padding: 5px;
  vertical-align: middle;
  background-color: #1c1c1c;
  border: 1px solid #c7ddf3;
  font-size: 1.375rem;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.basket-item__quantity-toggle:hover {
  background-color: #ffffff;
  color: #1c1c1c;
  border-color: #ffffff;
}
.basket-item__quantity {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ffffff;
  text-align: center;
  background-color: #fefefe;
  line-height: 1.5;
  vertical-align: middle;
}

.card {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 0;
  background-color: #fefefe;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s;
  overflow: hidden;
  backface-visibility: hidden;
  text-align: left;
}
.card .voucher--without-options:hover {
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.3);
}
.card .voucher--without-options:hover .card__price {
  color: #c3c3cc;
  transition: all 0.3s 0s ease-in-out;
}
.card .voucher--without-options:hover .card__price-discount {
  color: #c3c3cc;
  transition: all 0.3s 0s ease-in-out;
}
.card .voucher--without-options:hover .card__price-previous {
  color: #c3c3cc;
  text-decoration: line-through;
  font-size: 1.125rem;
  transition: all 0.3s 0s ease-in-out;
}
.card .voucher--without-options:hover .card__title {
  color: #c3c3cc;
  transition: all 0.3s 0s ease-in-out;
}
.card .voucher--without-options:hover .card__image {
  -ms-transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
  -moz-transform: translateZ(0) scale(1.05);
  -o-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  transition: transform 0.5s 0.1s ease-in-out;
}
.card__detail {
  height: 100%;
}
.card__heading-link {
  display: block;
  font-size: 0.875rem;
  padding: 10px 15px;
  color: #1c1c1c;
}
.card__image-container {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  background: rgba(0, 0, 0, 0.1);
}
.card__availability {
  display: inline-block;
  position: absolute;
  width: 82px;
  height: 82px;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 100%;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  text-align: center;
  font-size: 0.875rem;
}
.card__availability-text {
  -ms-transform: translateY(26px);
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -o-transform: translateY(26px);
  transform: translateY(26px);
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: capitalize;
}
.card__row {
  display: flex;
  align-items: baseline;
}
.card__details, .card__price {
  flex: 1;
}
.card__details {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  flex-grow: 1;
}
.card__details:hover {
  transition: all 0.3s 0s ease-in-out;
}
.card__private {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.25rem;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  text-align: center;
  z-index: 1;
}
.card__private-text {
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: capitalize;
}
.card__image {
  width: auto;
  max-width: 100%;
  transition: transform 0.5s 0.1s ease-in-out;
  -o-object-fit: fill;
  object-fit: fill;
  font-family: "object-fit: fill";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card__discount-percentage {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  padding: 0.2rem 0.5rem;
  font-size: 1.125rem;
}
.card__seller-list {
  position: absolute;
  display: inline-block;
  padding: 5px 15px;
  max-width: 95%;
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  background-color: #fefefe;
  font-size: 0.75rem;
  color: #1c1c1c;
}
.card__seller-list p {
  margin: 0;
}
.card__body {
  display: block;
  position: relative;
  height: 8rem;
  padding: 15px;
  max-width: 100%;
  font-size: 1rem;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  transition: transform 0.5s ease-out;
}
.card__body:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1.6em;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, #ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
}
.card__desc {
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
.card__desc p {
  line-height: 1.5rem;
}
.card__title {
  font-size: 1.25rem;
  color: #1c1c1c;
}
.card-overlay__price, .card__price {
  padding: 15px;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  flex-grow: 2;
}
.card__price-discount {
  margin-right: 7px;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  font-weight: 800;
}
.card__price-previous {
  text-decoration: line-through;
  padding: 15px;
  padding-left: 0;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
.card--clickable:hover {
  cursor: pointer;
}
.card-overlay__actions, .card__actions {
  padding: 15px;
  height: 75px;
}
.card-overlay__actions .button, .card__actions .button {
  margin: 0;
}
.card--small .card__body {
  height: auto;
}
.card--small .card__body:after {
  background: transparent;
}
.card--small .card__body h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}
@media print, screen and (min-width: 40.0625em) {
  .card--small .card__body {
    height: 75px;
  }
}
.card .voucher--with-options .card__details {
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
}
.card .voucher--with-options .card__actions {
  position: relative;
  bottom: 1.5rem;
}
.card .voucher--with-options .card__actions:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #1c1c1c transparent transparent transparent;
  position: absolute;
  left: 85%;
  bottom: 5%;
  border-radius: 2px;
  pointer-events: none;
}
@media print, screen and (min-width: 64.0625em) {
  .card .voucher--with-options .card__actions:after {
    left: 90%;
  }
}
.card select.voucher__buying-options {
  background: #c7ddf3;
  color: #1c1c1c;
  text-transform: uppercase;
  padding: 0.85em 1em;
  height: auto;
  border: 1px solid #1c1c1c;
  font-family: "Roboto", sans-serif;
}
.card select.voucher__buying-options option {
  color: #1c1c1c;
  background: #ffffff;
  text-transform: none;
}

@media print, screen and (min-width: 40.0625em) {
  .card {
    margin-bottom: 30px;
  }
}
.card-overlay {
  position: absolute;
  top: 100%;
  height: 100%;
  transition: transform 0.5s ease-out;
  backface-visibility: hidden;
  width: 100%;
  background-color: #fefefe;
  overflow: hidden;
  padding: 15px;
  z-index: 1;
}
.card-overlay--show {
  transform: translateY(-100%);
}
.card-overlay__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-overlay__desc {
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
.card-overlay .card__private {
  position: static;
}
.card-overlay__price, .card-overlay__actions {
  padding: 0;
}
.card-overlay__actions {
  flex: 1;
  margin: 15px 0 0;
}
.card-overlay__actions.button.primary {
  text-transform: uppercase;
}
.card-overlay__heading {
  margin-top: 1rem;
}
.card-overlay__heading .h3 {
  color: #1c1c1c;
}
.card-overlay__body {
  position: relative;
  flex: 1 1 60%;
  max-height: 70%;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 1rem;
}
.card-overlay__body:after {
  background: transparent;
}
.card-overlay__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  position: relative;
  bottom: 25px;
}
.card-overlay__link {
  padding: 0 10px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}
.card-overlay__link:hover {
  transition: all 0.3s 0s ease-in-out;
  text-decoration: underline;
}
.card-overlay__price {
  padding: 0;
}
.card-overlay__close {
  position: absolute;
  top: 10px;
  font-size: 1rem;
  color: #1c1c1c;
  right: 10px;
  z-index: 1;
}
.card-overlay__close-container {
  display: flex;
  justify-content: flex-end;
}

.instruction-panel {
  padding: 20px 5px;
  background: #fefefe;
  color: #0a0a0a;
}
.instruction-panel__list {
  margin: 0;
}
.instruction-panel__step {
  list-style: none;
  text-align: center;
}
.instruction-panel__step .icon {
  display: block;
  font-size: 1.5rem;
  vertical-align: middle;
}
.instruction-panel__step span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 40.0625em) {
  .instruction-panel__step span {
    line-height: 1.1;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .instruction-panel {
    padding: 20px;
  }
  .instruction-panel__step .icon {
    display: inline-block;
    margin-right: 10px;
  }
}
.reading-panel {
  max-width: 35em;
  margin: 0 auto;
}

.label {
  background-color: #1c1c1c;
  color: #ffffff;
  text-transform: uppercase;
}

.share {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
}
.share__title {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #cacaca;
}
.share .sharepage-btn {
  margin: 0 5px;
}
.share .sharepage-btn i {
  transition: color 0.3s;
}
.share .sharepage-btn .icon-facebook {
  color: #3b5998;
}
.share .sharepage-btn .icon-twitter {
  color: black;
}
.share .sharepage-btn .icon-whatsapp {
  color: #25d366;
}
.share .sharepage-btn .icon-mail-outline {
  color: #0a0a0a;
}
.share .sharepage-btn:hover .icon-facebook,
.share .sharepage-btn:hover .icon-twitter,
.share .sharepage-btn:hover .icon-mail-outline {
  color: #cacaca;
}

.related-vouchers {
  text-align: center;
}
.related-vouchers__list {
  max-width: 1440px;
  margin: 0 auto;
}

.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 2;
}
.cookie-warning__message {
  display: inline-block;
  color: #1c1c1c;
}
.cookie-warning__message p {
  display: inline-block;
}
.cookie-warning__close {
  display: inline-block;
}

.alert-message {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0;
  text-align: center;
  z-index: 2;
}
.alert-message__message {
  display: inline-block;
  color: #1c1c1c;
}
.alert-message__message p {
  display: inline-block;
}

.alert__message {
  display: block;
}

.alert-message--warning {
  background-color: rgba(28, 28, 28, 0.9);
}

/*
    Text Over Image (contrained or full width)
*/
.banner-wrapper {
  margin-bottom: 20px;
}

.banner {
  position: relative;
}
.banner.full-height {
  height: calc(100vh - 180px);
}
.banner .banner-container {
  position: relative;
  height: inherit;
  z-index: 5;
  overflow: hidden;
}
.banner .banner-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.banner .banner-container video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center";
}
.banner__details-container {
  padding: 15px;
  height: 100%;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fefefe;
  text-align: center;
}
.banner__details-container--disable-overlay {
  background-color: transparent;
}
.banner__details {
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
  color: #fefefe;
}
.banner__details h1, .banner__details h2 {
  color: #fefefe;
}
.banner__details p {
  font-size: 1rem;
}
.banner .banner__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
}
.banner .banner__scroll svg {
  fill: #fefefe;
}

.rte-block {
  max-width: 700px;
  margin: 0 auto;
  clear: both;
}
.rte-block h2 {
  text-align: center;
}
.rte-block .intro {
  font-size: 1.375rem;
  text-align: center;
}

.banner-wrapper + .rte-block {
  margin-top: 0px;
}

.feature-card-listing {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.feature-card-listing > .columns {
  display: flex;
  flex-direction: column;
}

.feature-card {
  display: flex;
  flex-direction: column;
  border: 2px solid #efefef;
  border-radius: 5px;
  padding-bottom: 15px;
  margin: 25px 0;
}
.feature-card:hover .feature-card__image {
  -ms-transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
  -moz-transform: translateZ(0) scale(1.05);
  -o-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  transition: transform 0.5s 0.1s ease-in-out;
}
.feature-card:hover h4 {
  color: #1c1c1c;
}
.feature-card__image-container {
  position: relative;
  overflow: hidden;
}
.feature-card__image {
  width: auto;
  max-width: 100%;
  transition: transform 0.5s 0.1s ease-in-out;
  transform: translateZ(0);
  -o-object-fit: fill;
  object-fit: fill;
  font-family: "object-fit: fill";
}
.feature-card__body {
  width: 90%;
  margin: -3.25em auto 0;
  padding: 15px 0 0;
  background: #ffffff;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 80%;
  min-height: 100px;
}
.feature-card__theme {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #1c1c1c;
  padding: 0.5em 0 1.5em;
}
.feature-card__title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
  transition: all 0.3s 0s ease-in-out;
}
.feature-card__title:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 40px;
  border: 1px solid #c7ddf3;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature-card__desc {
  color: #1c1c1c;
  margin-bottom: 0;
}
.feature-card .ti-beside__actions {
  margin-top: auto;
}
.feature-card--large-image {
  position: relative;
  justify-content: flex-end;
  width: 100%;
}
.feature-card--large-image .feature-card__image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.feature-card--large-image .feature-card__image-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.feature-card--large-image .feature-card__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}
.feature-card--large-image .feature-card__body {
  height: unset;
  background: none;
  color: #fefefe;
  margin: 0 auto;
}
.feature-card--large-image .feature-card__theme,
.feature-card--large-image .feature-card__title a,
.feature-card--large-image .feature-card__title p {
  color: #fefefe;
}
.feature-card--large-image:hover .feature-card__image {
  -ms-transform: translate3D(-50%, -50%, 0) scale(1.05);
  -webkit-transform: translate3D(-50%, -50%, 0) scale(1.05);
  -moz-transform: translate3D(-50%, -50%, 0) scale(1.05);
  -o-transform: translate3D(-50%, -50%, 0) scale(1.05);
  transform: translate3D(-50%, -50%, 0) scale(1.05);
}

.action-container {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}

@media print, screen and (min-width: 40.0625em) {
  .feature-card-listing > .columns {
    flex-direction: row;
  }
  .feature-card {
    margin: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .feature-card__body {
    width: 60%;
  }
}
.grid-vouchers.full-width {
  background: rgba(0, 0, 0, 0.1);
}
.grid-vouchers .grid-vouchers-container {
  max-width: 1440px;
  margin: 0 auto;
  clear: both;
}
.grid-vouchers h2 {
  margin-bottom: 0;
}
.grid-vouchers .vouchers-all {
  display: block;
  text-align: right;
  padding-top: 1rem;
}

@media print, screen and (min-width: 40.0625em) {
  .grid-vouchers h2 {
    margin-bottom: 1.25rem;
  }
}
/*
    Text Beside Image (constrained or full width)
*/
.ti-beside {
  clear: both;
  height: 100%;
}
.ti-beside__desc {
  text-align: center;
  padding: 30px 0;
}
.ti-beside__desc-container {
  display: flex;
  justify-content: center;
}
.ti-beside__desc p {
  font-size: 1rem;
}

@media print, screen and (min-width: 40.0625em) {
  .ti-beside {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .ti-beside--imageOnRight {
    flex-direction: row-reverse;
  }
  .ti-beside__desc {
    padding: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .ti-beside .ti-beside__desc-container.vertically-centered {
    height: 100%;
  }
  .ti-beside .ti-beside__desc.vertically-centered__content {
    width: 75%;
  }
  .ti-beside .ti-beside__image-container.float-right + .ti-beside__desc-container.vertically-centered .ti-beside__desc.vertically-centered__content {
    right: auto;
    left: 12.5%;
  }
}
@media screen and (min-width: 75.0625em) {
  .ti-beside .ti-beside__desc.vertically-centered__content {
    width: 65%;
  }
  .ti-beside .ti-beside__image-container.float-right + .ti-beside__desc-container.vertically-centered .ti-beside__desc.vertically-centered__content {
    right: auto;
    left: 20%;
  }
}
.ti-beside.full-width .ti-beside__image-container.columns {
  padding: 0;
}
.ti-beside.full-width .ti-beside__image-container img {
  object-fit: cover;
  width: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .ti-beside__desc {
    padding: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .ti-beside.full-width .ti-beside__desc-container.vertically-centered {
    height: 100%;
  }
}
.no-vouchers {
  margin: 32px 0;
  font-size: 1.5rem;
  text-align: center;
}

.voucher-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.font-shrink--shrinkMax {
  font-size: 2.25rem;
}
.font-shrink--shrink3 {
  font-size: 2rem;
}
.font-shrink--shrink2 {
  font-size: 1.75rem;
}
.font-shrink--shrink1 {
  font-size: 1.5rem;
}
.font-shrink--shrinkMin {
  font-size: 1.25rem;
}

.e-voucher-base-font-size {
  font-size: 100% !important;
}

.e-voucher-page {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print {
  @page {
    .e-voucher-page {
      size: A4 portrait;
      margin: 2cm;
    }
  }
}
.e-voucher-page .scheduled-delivery-date {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 1em;
  z-index: 10;
}
.e-voucher-page .scheduled-delivery-date__message {
  display: inline-block;
  color: #1c1c1c;
}
.e-voucher-page .scheduled-delivery-date__message p {
  display: inline-block;
}
@media print {
  .e-voucher-page .scheduled-delivery-date {
    display: none;
  }
}
.e-voucher-page:has(.scheduled-delivery-date) {
  padding-top: 3.5em;
}
@media print {
  .e-voucher-page:has(.scheduled-delivery-date) {
    padding-top: 0;
  }
}
.e-voucher-page h1, .e-voucher-page .h2 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
}
@media print {
  .e-voucher-page h1, .e-voucher-page .h2 {
    font-size: 14pt;
  }
}
.e-voucher-page h4 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
}
@media print {
  .e-voucher-page h4 {
    font-size: 12pt;
  }
}
.e-voucher-page p {
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
@media print {
  .e-voucher-page p {
    font-size: 10pt;
  }
}
@media print {
  .e-voucher-page li {
    font-size: 10pt;
  }
}
.e-voucher-page a {
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}
@media print {
  .e-voucher-page a {
    font-size: 10pt;
  }
}
.e-voucher-page a:hover {
  color: #1c1c1c;
}
@media print {
  .e-voucher-page .hide-print {
    display: none;
  }
}
.e-voucher-page input {
  color: #000;
}
.e-voucher-page .vertical-spacing {
  margin: 2rem auto;
}
@media print {
  .e-voucher-page .vertical-spacing {
    margin: 0.25cm auto;
    width: 100%;
  }
}
.e-voucher-page .email-challenge {
  background: #ffffff;
  border: 2px solid #c4c4c4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 2em;
  max-width: 600px !important;
}
.e-voucher-page .email-challenge__logo {
  max-width: 300px;
}
.e-voucher-page .email-challenge__logo img {
  width: 100%;
}
.e-voucher-page .email-challenge__svg-logo {
  max-width: 300px;
}
.e-voucher-page .email-challenge__svg-logo img {
  width: 300px;
}
@media print {
  .e-voucher-page .email-challenge__svg-logo {
    max-width: 3cm;
  }
}
.e-voucher-page .email-challenge__login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.e-voucher-page .email-challenge__login p {
  margin-bottom: 0.5em;
}
.e-voucher-page .email-challenge__login__form {
  display: flex;
}
.e-voucher-page .email-challenge__login__button {
  background: #c7ddf3;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding: 2px 10px;
  margin-left: 1em;
}
.e-voucher-page .email-challenge__login__button:hover {
  background: #c7ddf3;
  color: #c7ddf3;
  border: 1px solid #c7ddf3;
}
.e-voucher-page .email-challenge__terms {
  padding: 0 1em;
  max-width: 100%;
}
@media print {
  .e-voucher-page .e-voucher.with-personal-message {
    display: grid;
    grid-template-columns: 20cm;
    grid-template-rows: 1cm 12.5cm 12.5cm 3cm 2cm 22.5cm 3cm;
    justify-content: center;
    align-content: center;
  }
}
.e-voucher-page .e-voucher .welcome-message {
  margin: 1rem 0 -2rem 0;
}
.e-voucher-page .e-voucher .welcome-message .adjusted-logo--print {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .welcome-message .adjusted-logo--print {
    display: block;
    margin: 0 auto 0.5cm;
    width: 2cm;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .welcome-message {
    margin-bottom: -4rem;
  }
}
@media print {
  .e-voucher-page .e-voucher .welcome-message {
    margin-top: 0;
    margin-bottom: -1.5cm;
  }
}
.e-voucher-page .e-voucher .voucher-round {
  background-image: url(/branding/svg/voucher-round-mobile);
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-round {
    background-image: url(/branding/svg/voucher-round);
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-round {
    width: 20cm !important;
    box-sizing: border-box;
  }
}
.e-voucher-page .e-voucher .voucher-round--print {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .voucher-round--print {
    display: block;
    position: relative;
    top: 1cm;
  }
}
.e-voucher-page .e-voucher .voucher-card {
  background-image: url(/branding/svg/voucher-card-mobile);
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-card {
    background-image: url(/branding/svg/voucher-card);
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-card {
    margin: -2cm auto 0;
    width: 19cm !important;
    box-sizing: border-box;
  }
}
.e-voucher-page .e-voucher .voucher-card--print {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .voucher-card--print {
    display: block;
    position: relative;
    top: 1cm;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-card .gift-voucher {
    top: -12cm;
  }
}
.e-voucher-page .e-voucher .voucher-corner {
  background-image: url(/branding/svg/voucher-corner-mobile);
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-corner {
    background-image: url(/branding/svg/voucher-corner);
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-corner {
    width: 20cm !important;
    box-sizing: border-box;
  }
}
.e-voucher-page .e-voucher .voucher-corner--print {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .voucher-corner--print {
    display: block;
    position: relative;
    top: 1cm;
  }
}
.e-voucher-page .e-voucher .gift-voucher {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 700px;
}
@media print {
  .e-voucher-page .e-voucher .gift-voucher {
    max-height: 7cm;
    padding: 3cm !important;
    position: relative;
    bottom: 10cm;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .gift-voucher {
    min-height: 500px;
    height: 750px;
  }
}
.e-voucher-page .e-voucher .gift-voucher-container {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3em 0;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .gift-voucher-container {
    padding: 0;
  }
}
.e-voucher-page .e-voucher .gift-voucher__logo {
  max-width: 300px;
}
.e-voucher-page .e-voucher .gift-voucher__logo img {
  width: 100%;
}
@media print {
  .e-voucher-page .e-voucher .gift-voucher__logo {
    max-width: 3cm;
  }
}
.e-voucher-page .e-voucher .gift-voucher__svg-logo {
  max-width: 300px;
}
.e-voucher-page .e-voucher .gift-voucher__svg-logo img {
  width: 300px;
}
@media print {
  .e-voucher-page .e-voucher .gift-voucher__svg-logo {
    max-width: 3cm;
  }
}
.e-voucher-page .e-voucher .gift-voucher__title {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 1em;
}
@media print {
  .e-voucher-page .e-voucher .gift-voucher__title {
    font-size: 14pt;
    margin-top: 0.5cm;
  }
}
.e-voucher-page .e-voucher .gift-voucher__body {
  max-width: 100%;
}
.e-voucher-page .e-voucher .gift-voucher__body h1, .e-voucher-page .e-voucher .gift-voucher__body p {
  color: #1c1c1c;
}
.e-voucher-page .e-voucher .gift-voucher__body--centered {
  text-align: center;
}
.e-voucher-page .e-voucher .gift-voucher__desc {
  color: #1c1c1c;
}
.e-voucher-page .e-voucher .voucher-card.gift-voucher-container {
  margin-bottom: -2em;
}
.e-voucher-page .e-voucher .voucher-card .gift-voucher {
  padding: 4em;
}
@media print, screen and (min-width: 40.0625em) {
  .e-voucher-page .e-voucher .voucher-card .gift-voucher {
    padding: 2em 8em;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-card .gift-voucher {
    padding: 7em 10em;
  }
}
.e-voucher-page .e-voucher .voucher-corner.gift-voucher-container {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-corner.gift-voucher-container {
    margin-bottom: -6em;
  }
}
.e-voucher-page .e-voucher .voucher-corner .gift-voucher {
  padding: 3em 4em;
}
@media print, screen and (min-width: 40.0625em) {
  .e-voucher-page .e-voucher .voucher-corner .gift-voucher {
    padding: 0 8em;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-corner .gift-voucher {
    padding: 10em;
  }
}
.e-voucher-page .e-voucher .voucher-round.gift-voucher-container {
  margin-bottom: -5em;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-round.gift-voucher-container {
    margin-bottom: -8em;
  }
}
.e-voucher-page .e-voucher .voucher-round .gift-voucher {
  padding: 7em 4em;
}
@media print, screen and (min-width: 40.0625em) {
  .e-voucher-page .e-voucher .voucher-round .gift-voucher {
    padding: 6em 8em;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-round .gift-voucher {
    padding: 10em;
  }
}
.e-voucher-page .e-voucher .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .image-container {
    flex-direction: row;
  }
}
@media print {
  .e-voucher-page .e-voucher .image-container {
    display: none;
  }
}
.e-voucher-page .e-voucher .image-container--box {
  width: 83.33333%;
}
.e-voucher-page .e-voucher .image-container--sizing--multiple {
  object-fit: cover;
}
.e-voucher-page .e-voucher .image-container--sizing--single {
  object-fit: cover;
}
@media print, screen and (min-width: 40.0625em) {
  .e-voucher-page .e-voucher .image-container--sizing--single {
    object-fit: contain;
  }
}
.e-voucher-page .e-voucher .image-container img {
  height: 380px;
  width: 100%;
  display: flex;
  margin: 1rem auto;
}
.e-voucher-page .e-voucher .voucher-information {
  border-top: 3px solid #1c1c1c;
  border-bottom: 3px solid #1c1c1c;
  padding: 1.5rem 1rem;
  width: 83.33333%;
  display: flex;
  flex-direction: column;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information {
    width: 19cm !important;
    box-sizing: border-box;
    position: absolute;
    bottom: 2.5cm;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-information {
    flex-direction: row;
    width: 100%;
  }
}
.e-voucher-page .e-voucher .voucher-information__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1em;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__column {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-information__column {
    margin-top: 0;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__column--print {
    display: none;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__column--double {
    width: 49%;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__column--single {
    width: 100%;
  }
}
.e-voucher-page .e-voucher .voucher-information__column--centered {
  text-align: center !important;
}
.e-voucher-page .e-voucher .voucher-information__column--centered div {
  justify-content: center !important;
}
.e-voucher-page .e-voucher .voucher-information__content {
  margin-bottom: 2rem;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__content {
    margin-bottom: 0.25cm;
    width: 100%;
    box-sizing: border-box;
  }
}
.e-voucher-page .e-voucher .voucher-information__content h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  font-family: "Playfair Display", serif;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__content h4 {
    font-size: 12pt;
    margin-bottom: 0 !important;
  }
}
.e-voucher-page .e-voucher .voucher-information__content p {
  margin-bottom: 0.5rem;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__content p {
    margin-bottom: 0;
  }
}
.e-voucher-page .e-voucher .voucher-information__content:last-child {
  margin-bottom: 0;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__content a[href]:after {
    content: none !important;
  }
}
.e-voucher-page .e-voucher .voucher-information__contact p {
  margin-bottom: 0;
}
.e-voucher-page .e-voucher .voucher-information__contact__info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.e-voucher-page .e-voucher .voucher-information__contact__info a {
  word-break: break-word;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__contact__info a {
    text-decoration: none;
  }
}
.e-voucher-page .e-voucher .voucher-information__contact__icon {
  margin-right: 1rem;
}
.e-voucher-page .e-voucher .voucher-information__reference {
  border: 2px solid #1c1c1c;
  padding: 1rem 0;
}
.e-voucher-page .e-voucher .voucher-information__reference p {
  margin-bottom: 0;
}
.e-voucher-page .e-voucher .voucher-information__reference-instructions {
  width: 100%;
}
.e-voucher-page .e-voucher .voucher-information__reference-instructions p {
  font-size: 0.75rem;
  color: #1c1c1c;
  font-style: italic;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__reference-instructions p {
    font-size: 8pt;
  }
}
.e-voucher-page .e-voucher .voucher-information .qrcode__container {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
  align-items: center;
}
.e-voucher-page .e-voucher .voucher-information .qrcode {
  height: 1in;
  width: 1in;
  margin-right: 1rem;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information .qrcode {
    display: none;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-action {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 19cm;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
  }
}
.e-voucher-page .e-voucher .voucher-action__present-voucher h4 {
  font-family: "Playfair Display", serif;
  color: #1c1c1c;
  text-transform: uppercase;
}
.e-voucher-page .e-voucher .voucher-action__button {
  border: 1px solid #1c1c1c;
  background: #c7ddf3;
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  width: 100%;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher .voucher-action__button {
    margin: 0 2rem;
  }
}
.e-voucher-page .e-voucher .voucher-action__button:hover {
  background: #c7ddf3;
  color: #c7ddf3;
  border: 1px solid #c7ddf3;
}
.e-voucher-page .e-voucher .voucher-action__button-label {
  font-style: italic;
  color: #1c1c1c;
}
.e-voucher-page .e-voucher .voucher-action__button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83.33333%;
  max-width: 400px;
  margin: 2rem auto 3rem;
  /*@include breakpoint(large) {
      flex-direction: row;
  }*/
}
@media print {
  .e-voucher-page .e-voucher .voucher-action__button-container {
    display: none;
  }
}
.e-voucher-page .e-voucher .voucher-action__button-container .button__print {
  text-decoration: none;
}
.e-voucher-page .e-voucher .voucher-action__button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: wait;
}
.e-voucher-page .e-voucher .voucher-action__button-text {
  color: #1c1c1c;
  margin-bottom: 0;
  margin-left: 1rem;
  text-transform: uppercase;
}
.e-voucher-page .e-voucher .voucher-action__button-icon {
  color: #1c1c1c;
}
@media print {
  .e-voucher-page .e-voucher .voucher-action p {
    margin-bottom: 0;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-action .voucher-footer {
    text-align: left;
  }
}
.e-voucher-page .e-voucher .voucher-action .voucher-footer .qrcode-instructions {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .voucher-action .voucher-footer .qrcode-instructions {
    display: block;
    font-size: 8pt;
    font-style: italic;
  }
}
.e-voucher-page .e-voucher .voucher-action .qrcode__container {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .voucher-action .qrcode__container {
    display: block;
    text-align: right;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-action .qrcode__container .qrcode {
    height: 1in;
    width: 1in;
  }
}
.e-voucher-page .e-voucher .personal-message {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .personal-message.with-personal-message {
    display: flex;
    align-items: center;
  }
}
@media print {
  .e-voucher-page .e-voucher .personal-message__container {
    padding: 3cm;
  }
}
@media print {
  .e-voucher-page .e-voucher .personal-message__container p {
    font-size: 14pt;
  }
}
.e-voucher-page .e-voucher .personal-message__page-2-footer {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .personal-message__page-2-footer {
    display: block;
  }
}
.e-voucher-page .e-voucher .redeem-instructions {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .redeem-instructions.with-personal-message {
    display: block;
    text-align: center;
    bottom: 0;
    break-after: auto;
    border-top: 3px solid #1c1c1c;
    padding-top: 0.5cm;
  }
}
@media print {
  .e-voucher-page .e-voucher .redeem-instructions p {
    font-size: 8pt;
  }
}
.e-voucher-page .e-voucher .personal-message__logo-container {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .personal-message__logo-container.with-personal-message {
    display: block;
    text-align: center;
  }
}
.e-voucher-page .e-voucher .personal-message__logo-container.with-personal-message img {
  max-height: 2cm;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information.with-personal-message {
    position: relative;
    bottom: 0;
    border: none;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-information.with-personal-message .voucher-information__column {
    justify-content: start;
  }
}
@media print {
  .e-voucher-page .e-voucher .voucher-information.with-personal-message .voucher-information__column .voucher-information__reference {
    border-color: #000;
  }
}
.e-voucher-page .e-voucher .voucher-information__content.voucher-description {
  display: none;
}
.e-voucher-page .e-voucher .voucher-information__content.voucher-description.with-personal-message {
  display: none;
}
@media print {
  .e-voucher-page .e-voucher .voucher-information__content.voucher-description.with-personal-message {
    display: block;
  }
}
@media print {
  .e-voucher-page .e-voucher .with-personal-message.voucher-action {
    position: relative;
    width: 100%;
    border-top: 3px solid #1c1c1c;
    padding-top: 0.5cm;
  }
}
.e-voucher-page .e-voucher .preview {
  position: sticky;
  top: 0;
  text-align: center;
  background: #c7ddf3;
  color: #1c1c1c;
}
.e-voucher-page .e-voucher-unwrapping {
  display: table;
  margin: 0 auto;
}
.e-voucher-page .e-voucher-unwrapping a {
  text-decoration: none;
}
.e-voucher-page .e-voucher-unwrapping #loader {
  position: absolute;
  left: 55%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #c7ddf3;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping #loader {
    left: 50%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.e-voucher-page .e-voucher-unwrapping .animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.e-voucher-page .e-voucher-unwrapping #illustration__container {
  display: none;
  text-align: center;
}
.e-voucher-page .e-voucher-unwrapping .illustration__container {
  display: table-cell;
  vertical-align: middle;
}
.e-voucher-page .e-voucher-unwrapping .illustration__container .illustration,
.e-voucher-page .e-voucher-unwrapping .illustration__container .voucher {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  cursor: pointer;
}
.e-voucher-page .e-voucher-unwrapping .illustration .envelope {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .envelope {
    display: block;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .envelope__mobile {
  width: auto;
  height: auto;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .envelope__mobile {
    display: none;
    width: auto;
    height: auto;
    margin-top: 13rem;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .envelope__desktop {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .envelope__desktop {
    display: block;
    margin-left: 12rem;
    width: auto;
    height: 45rem;
    margin-top: -2rem;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .voucher {
  width: 85%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -30%;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .voucher {
    display: block;
    margin-top: -75%;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .voucher__mobile {
  width: auto;
  height: auto;
  margin-top: -50%;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .voucher__mobile {
    display: none;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .voucher__desktop {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .voucher__desktop {
    display: block;
    width: auto;
    height: 23rem;
    margin-top: 22%;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .voucher__personal-message {
  margin-top: -133%;
  padding: 2rem 2rem;
  width: 100%;
  max-width: 22rem;
  text-align: left;
}
@media print, screen and (min-width: 64.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .voucher__personal-message {
    margin-top: -45%;
    padding: 2rem 6rem;
    max-width: 600px;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .voucher__personal-message p.h3 {
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  text-transform: none;
}
@media print, screen and (min-width: 40.0625em) {
  .e-voucher-page .e-voucher-unwrapping .illustration .voucher__personal-message p.h3 {
    font-size: 1.5rem;
  }
}
.e-voucher-page .e-voucher-unwrapping .illustration .voucher__personal-message.no-personal-message p.h3 {
  position: relative;
  text-align: center;
  margin-top: 25%;
  text-transform: none;
}
.e-voucher-page .e-voucher-unwrapping .button__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 45rem;
}
.e-voucher-page .e-voucher-unwrapping .button__container .button.primary {
  background-color: #c7ddf3;
  border-color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  font-size: 1.1875rem;
}
.e-voucher-page .e-voucher-unwrapping .button__container .button.primary:hover {
  background-color: #c7ddf3;
  border-color: #c7ddf3;
  color: #c7ddf3;
}

@media print {
  .e-voucher-page .e-voucher-one-page-print {
    display: flex !important;
    flex-direction: column !important;
    width: 19cm;
  }
  .e-voucher-page .e-voucher-one-page-print .welcome-message {
    padding: 0.5em;
    margin: 0 0 0 0;
  }
  .e-voucher-page .e-voucher-one-page-print .welcome-message p {
    margin-bottom: 0;
  }
  .e-voucher-page .e-voucher-one-page-print .personal-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .e-voucher-page .e-voucher-one-page-print .personal-message__container {
    padding: 0;
  }
  .e-voucher-page .e-voucher-one-page-print .personal-message__logo-container {
    display: none !important;
  }
  .e-voucher-page .e-voucher-one-page-print .personal-message__text {
    font-size: 12pt !important;
  }
  .e-voucher-page .e-voucher-one-page-print .personal-message p {
    margin-bottom: 0;
    text-align: center;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher {
    max-height: 700px;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher.gift-voucher-container {
    position: relative;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher img.voucher-card--print {
    transform: scale(1, 0.8);
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-round {
    margin-bottom: 4rem !important;
    margin-top: -3rem;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-round .gift-voucher {
    top: 0 !important;
    bottom: 0 !important;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-card {
    margin-bottom: 1rem !important;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-card .gift-voucher {
    top: 20px !important;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-corner {
    margin-bottom: 4rem !important;
    margin-top: -2rem;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-corner .gift-voucher {
    top: -20px !important;
  }
  .e-voucher-page .e-voucher-one-page-print .gift-voucher {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .e-voucher-page .e-voucher-one-page-print .redeem-instructions {
    display: none !important;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information {
    position: static;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 24px;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information .voucher-description {
    display: none !important;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__content {
    margin-bottom: 0;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__content-tc > p {
    line-height: 1.2;
    font-size: 12px;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__contact {
    display: flex;
    justify-content: space-around !important;
    margin-top: 0.5em;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__contact__icon {
    margin-right: 0.2rem;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__contact * {
    flex: 1;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__contact p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__contact a {
    flex: 6;
    text-align: left;
    text-wrap: nowrap;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__contact__info {
    display: block;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__column--double .voucher-information__contact {
    display: block !important;
    padding-left: 0;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__column--double .voucher-information__contact p {
    justify-content: left;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information__reference-instructions {
    display: none;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information .voucher-information__content-tc {
    margin-top: 16px;
  }
  .e-voucher-page .e-voucher-one-page-print .voucher-information.with-personal-message {
    padding-top: 0;
    margin-top: 0;
  }
}
.countdown {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 10px;
}
.countdown__unit, .countdown__separator {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.countdown__unit > span, .countdown__separator > span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.1;
}
.countdown__unit > span:first-child, .countdown__separator > span:first-child {
  font-size: 1.5rem;
}
.countdown__separator {
  margin: 0 10px;
}
@media print, screen and (min-width: 40.0625em) {
  .countdown__separator {
    margin: 0 20px;
  }
}

.voucher-details-page .voucher-details__overview {
  text-align: center;
  font-size: 1.375rem;
}
.voucher-details-page .voucher-details__price {
  display: inline-block;
}
.voucher-details-page .voucher-details__price-discount {
  margin-right: 0;
  display: inline-block;
  font-weight: 800;
}
.voucher-details-page .voucher-details__price-previous {
  display: inline-block;
  text-decoration: line-through;
  padding: 15px;
  padding-left: 0;
  font-size: 1.125rem;
}
.voucher-details-page .voucher-details__actions {
  margin: 0;
  padding: 0;
}
.voucher-details-page .voucher-details__actions .button-group {
  margin-bottom: 0;
  padding: 0;
}
.voucher-details-page .voucher-details__actions .button-group .button {
  flex-grow: 1;
}
.voucher-details-page .voucher-details__actions--is-sticky .button-group {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0 15px 0 10px;
}
.voucher-details-page .voucher-details__back {
  display: block;
  margin-top: 20px;
  font-size: 0.875rem;
}
.voucher-details-page .voucher-details .carousel-container {
  margin-top: 0;
}
.voucher-details-page .voucher-details__options {
  text-transform: capitalize;
  max-width: 70%;
}
.voucher-details-page .voucher-details__option {
  text-transform: capitalize;
}
.voucher-details-page .voucher-text__name {
  display: none;
}
.voucher-details-page .voucher-text__intro {
  font-size: 1.25rem;
}
.voucher-details-page .voucher-text__intro, .voucher-details-page .voucher-text__validity, .voucher-details-page .voucher-text__tags, .voucher-details-page .voucher-text__terms {
  margin-top: 20px;
  margin-bottom: 20px;
}
.voucher-details-page .voucher-text__tags ul {
  margin-left: 0;
}
.voucher-details-page .voucher-text__tags li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.voucher-details-page .voucher-text__terms {
  padding: 40px 0;
  border-top: 1px solid #cacaca;
}

@media print, screen and (min-width: 40.0625em) {
  .voucher-details-page .page-frame {
    margin-top: 40px;
  }
  .voucher-details-page .voucher-details__overview {
    margin-left: 25%;
  }
  .voucher-details-page .voucher-details__discount-percentage {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    color: #1c1c1c;
    font-family: "Roboto", sans-serif;
    padding: 1rem;
    font-size: 1.5rem;
  }
  .voucher-details-page .voucher-details__price {
    display: inline-block;
    padding: 15px;
    font-size: 1.25rem;
    flex-grow: 2;
  }
  .voucher-details-page .voucher-details__price-discount {
    font-weight: 800;
    margin-right: 7px;
  }
  .voucher-details-page .voucher-details__price-previous {
    font-size: 1.125rem;
    text-decoration: line-through;
  }
  .voucher-details-page .voucher-details .carousel-container--single-image ~ .voucher-details__overview {
    max-width: 22em;
    margin: 0 auto;
  }
  .voucher-details-page .voucher-details__actions .button-group {
    padding-left: 15px;
    padding-right: 0;
  }
  .voucher-details-page .voucher-details__actions--is-sticky .button-group {
    padding: 0 15px;
  }
  .voucher-details-page .voucher-details__back {
    display: block;
    margin: 0 0 0 25%;
  }
  .voucher-details-page .voucher-details__single_image_back {
    display: block;
    margin: 0 0 0 12.5%;
  }
  .voucher-details-page .voucher-text h1 {
    display: block;
  }
}
.check-balance-page {
  text-transform: uppercase;
  background-color: #ffffff;
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
}
.check-balance-page .p-1 {
  padding: 10px;
}
.check-balance-page .p-2 {
  padding: 20px;
}
.check-balance-page .p-3 {
  padding: 30px;
}
.check-balance-page .head h1 {
  text-align: center;
  color: #1c1c1c;
  font-family: "Playfair Display", serif;
}
.check-balance-page .head h2 {
  color: #1c1c1c;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  text-align: center;
}
.check-balance-page .card {
  font-size: 1rem;
  background-color: #c7ddf3;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  color: #1c1c1c;
}
@media only screen and (min-width: 1024px) {
  .check-balance-page .card {
    padding: 80px 100px 40px 100px;
  }
}
.check-balance-page .card h3 {
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.check-balance-page .card p {
  font-size: 0.9rem;
  margin: 0;
}
.check-balance-page .card .voided {
  text-decoration-line: line-through;
  text-decoration-color: #1c1c1c;
  text-decoration-thickness: 2px;
}
.check-balance-page .card .voidedBadge {
  background-color: #1c1c1c;
  color: #c7ddf3;
  border-radius: 5rem;
  padding: 3px 10px;
  align-self: center;
  opacity: 0.7;
  float: right;
  text-transform: lowercase;
}
.check-balance-page .card button {
  background-color: #c7ddf3;
  border-color: #1c1c1c;
  color: #1c1c1c;
  padding: 15px 60px;
  margin: 20px auto;
  width: auto;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .check-balance-page .card button {
    padding: 15px 80px;
    margin: 25px auto;
  }
}
.check-balance-page .card button:hover {
  background-color: #c7ddf3;
  border-color: #c7ddf3;
  color: #1c1c1c;
}
.check-balance-page .card .voucher-input {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  justify-content: center;
}
.check-balance-page .card .voucher-input input {
  width: 50%;
  text-align: center;
  border-color: #ffffff;
  padding: 10px;
  height: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .check-balance-page .card .voucher-input input {
    padding: 20px;
  }
}
.check-balance-page .card .voucher-input .dash {
  height: 3px;
  width: 2%;
  background-color: #ffffff;
  display: flex;
  margin: auto 1%;
}
.check-balance-page .card .current-balance {
  margin-bottom: 80px;
}
.check-balance-page .card .current-balance h3, .check-balance-page .card .current-balance span {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.check-balance-page .card .current-balance h3 {
  font-size: 2rem;
  font-stretch: expanded;
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.check-balance-page .card .current-balance .total-balance {
  font-size: 3rem;
  padding-top: 40px 0 20px 0;
}
.check-balance-page .card .current-balance .expiry-date {
  font-weight: lighter;
}

.voucher-listing-page .voucher-listing-container {
  position: relative;
  float: none;
  margin: -40px auto 40px auto;
  min-height: 500px;
  max-width: 1440px;
}
.voucher-listing-page .voucher-listing-title {
  padding: 5px 5px 1px;
}
.voucher-listing-page .voucher-listing-title__description {
  font-size: 1.1rem;
}
.voucher-listing-page .voucher-listing-title__description p {
  margin: 1.5rem 0;
}
.voucher-listing-page .overlaps-carousel {
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 40.0625em) {
  .voucher-listing-page .voucher-listing-container {
    margin: 0px auto 40px auto;
  }
  .voucher-listing-page .overlaps-carousel {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .voucher-listing-page .voucher-listing-container {
    margin: -100px auto 40px auto;
  }
  .voucher-listing-page .carousel-container--large + .voucher-listing-aligner .voucher-listing-container {
    margin-top: -30px;
  }
}
.search-results-page .search-results-container {
  min-height: 500px;
  max-width: 1440px;
  margin: 60px auto 0px auto;
}
.search-results-page .search-results-container h1 {
  font-size: 1.75rem;
  text-align: center;
}
.search-results-page .search-container {
  background: #e6e6e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.search-results-page .search-container__inner {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}
.search-results-page .search-container__input {
  height: auto;
  margin: 0;
  padding: 16px 40px 16px 16px;
}
.search-results-page .search-container__actions {
  position: absolute;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
  font-size: 1.875rem;
  color: #cacaca;
}
.search-results-page .voucher-filters--secondary .filter {
  margin: 0;
}
.search-results-page .overlay.overlay--voucher-listing {
  top: 260px;
  bottom: 0;
}

@media print, screen and (min-width: 40.0625em) {
  .search-results-page .search-container__inner {
    max-width: 50%;
  }
  .search-results-page .voucher-filters__inner {
    margin: 0 1rem;
    justify-content: flex-end;
  }
  .search-results-page .voucher-filters__inner .filter {
    margin: 0 1rem;
  }
}
.rich-text-page .rich-text h1 {
  margin: 40px 0;
  text-align: center;
}
.rich-text-page .rich-text h2, .rich-text-page .rich-text h3 {
  margin: 10px 0;
}
.rich-text-page .rich-text table {
  width: 100% !important;
  border: none;
}
.rich-text-page .rich-text thead, .rich-text-page .rich-text tbody, .rich-text-page .rich-text tfoot {
  border: none;
  background-color: #ffffff;
}
.rich-text-page .rich-text tr {
  border-bottom: 1px solid #e6e6e6;
}
.rich-text-page .rich-text tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.rich-text-page .rich-text img {
  display: block;
  margin: 0 auto;
}

.campaign-grid-page .grid-content {
  position: relative;
  float: none;
  margin: 0 auto 40px;
  min-height: 500px;
  max-width: 1440px;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.intl-tel-input .selected-flag .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  margin-left: 6px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  width: auto;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti-flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/assets/css/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("/assets/css/img/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}

.custom-select {
  position: relative;
}

.custom-select__select {
  opacity: 0;
  line-height: 1.2;
}

.custom-select__text {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 2.6rem;
  line-height: 1.2;
  border: 1px solid #e6e6e6;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.6rem;
  background-color: #fefefe;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  padding-right: 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.custom-select__text:focus, .has-focus .custom-select__text {
  /*color: $form-control-focus;*/
}
.custom-select__text.custom-select__text--active {
  color: #D1D1D1;
  border-bottom-color: #D1D1D1;
}
.custom-select__text .icon {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
}

.custom-select__text-content {
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  display: inline-block;
  max-width: 90%;
}

.custom-select__tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  /*margin: 25px 0 0 (-$custom-select-tooltip-width /2);*/
  width: 125%;
  border: 1px solid #999999;
  background: #FFFFFF;
  text-align: left;
  -webkit-box-shadow: 0 0 8px -4px rgba(18, 18, 18, 0.5);
  -moz-box-shadow: 0 0 8px -4px rgba(18, 18, 18, 0.5);
  box-shadow: 0 0 8px -4px rgba(18, 18, 18, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out 1ms, visibility 4ms ease-in-out 0s;
  /*&:before {
      position: absolute;
      left: 50%;
      bottom: 100%;
      content: '';
      width: 0;
      height: 0;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #FFFFFF transparent;
      border-style: solid;
      margin-left: -8px;
  }*/
}
.custom-select__tooltip.custom-select__tooltip--showing {
  visibility: visible;
  opacity: 1;
}

.custom-select__tooltip-inner {
  max-height: 220px;
  box-sizing: border-box;
  overflow-y: auto;
}

.custom-select__tooltip-option {
  padding: 0 0 10px;
  font-size: 1rem;
  list-style: none;
  color: #0a0a0a;
  cursor: pointer;
  transition: all 0.3s 0s ease-in-out;
}
.custom-select__tooltip-option:hover {
  background-color: #e6e6e6;
}
.custom-select__tooltip-option--no-hover {
  cursor: initial;
}
.custom-select__tooltip-option--no-hover:hover {
  background: inherit;
}

.custom-select__tooltip-button {
  text-align: left;
}

/* Latest checkout styles*/
html.checkout {
  --scroll-top: 0;
  --sidebar-height: 0;
}
html.checkout, html.checkout body, html.checkout #checkout-app {
  position: relative;
  height: 100vh;
  margin: 0;
  padding: 0;
}
html.checkout header {
  position: relative;
  height: 100px;
  z-index: 10;
}
html.checkout aside {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}

@media print, screen and (min-width: 64.0625em) {
  html.checkout {
    --sidebar-width: 340px;
    --max-content-width: 620px;
    --left-content-offset: calc((100% - var(--max-content-width) - var(--sidebar-width)) / 2);
  }
}
@media screen and (min-width: 64.0625em) and (min-width: 75.0625em) and (max-width: 90.06125em) {
  html.checkout {
    --sidebar-width: 400px;
    --max-content-width: 750px;
  }
}
@media screen and (min-width: 64.0625em) and (min-width: 90.0625em) {
  html.checkout {
    --sidebar-width: 450px;
    --max-content-width: 800px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  html.checkout header {
    padding-left: var(--left-content-offset);
    padding-right: calc(var(--left-content-offset) + var(--sidebar-width));
    width: 100%;
  }
  html.checkout main, html.checkout footer {
    max-width: var(--max-content-width);
    margin-left: var(--left-content-offset) !important;
  }
  html.checkout aside {
    --sidebarOffset: calc(max(0, 100 - var(--scroll-top)) * 1px);
    top: 0;
    width: var(--sidebar-width);
    padding-top: var(--sidebarOffset) !important;
  }
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout #checkout-app {
    padding: 10px;
  }
  html.checkout header {
    margin: -10px -10px 0 -10px;
    padding: 0 10px;
  }
  html.checkout aside {
    padding: 10px;
    left: 0;
    max-height: 100vh;
  }
  html.checkout .confirmation-step aside {
    position: relative;
    padding: 0;
    max-height: none;
  }
}
.has-divider {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  border-color: #707070;
  margin: 0 0 0.75rem;
  padding-bottom: 0;
}

.checkout-heading {
  display: block;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
}

.checkout-heading {
  margin-top: 2rem;
}
.checkout-heading--inline {
  display: inline-block;
  width: 55%;
  float: left;
  margin-bottom: 0;
}

.checkout-heading-action {
  display: inline-block;
  width: 45%;
  margin: 0 0 0.25rem;
  vertical-align: top;
  text-transform: uppercase;
  text-align: right;
}
.checkout-heading-action__text {
  font-weight: normal;
  padding: 0 0.5rem;
  border-right: 1px solid rgba(28, 28, 28, 0.2);
  font-size: 0.875rem;
  line-height: 1.2;
}
.checkout-heading-action .button {
  margin: 0;
  vertical-align: baseline;
}

.vue-template {
  display: none;
}

.checkout__information-box {
  border: 1px solid #707070;
  padding: 1.5rem 1em;
  background-color: rgba(76, 76, 76, 0.1);
  margin-bottom: 3rem;
  display: flex;
}
.checkout__information-box:before {
  content: "i";
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
  border: 2px solid;
  border-radius: 50%;
  padding: 2px 11px;
  font-size: 1.207rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  height: 100%;
}

@media print, screen and (min-width: 40.0625em) {
  .checkout-heading--inline {
    display: inline-block;
    float: left;
  }
}
.checkout-page .terms-conditions-area .form-row-container {
  margin-bottom: 0;
}
.checkout-page .terms-conditions-area .form-row-container .form-row__label {
  margin-bottom: 0;
}
.checkout-page .checkout-page-subtotal {
  float: right;
  line-height: 3.5;
}
.checkout-page .checkout-page-subtotal__price {
  font-weight: bold;
  margin-left: 0.25em;
}
.checkout-page .checkout-payment > .checkout-heading {
  margin-top: 0;
}
.checkout-page .checkout-payment .checkout-extra-information {
  font-size: 0.875rem;
  font-style: italic;
}
.checkout-page .payment-step .checkout-page-heading {
  border-bottom: none;
}
.checkout-page .ap-suggestion {
  /*font-size: $input-font-size;*/
  text-align: left;
}
.checkout-page .abandon-checkout-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  padding: 10px 0 0 0;
}
.checkout-page .abandon-checkout-container > div {
  padding: 0 0 10px 0;
}
.checkout-page .abandon-checkout-container > button {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem !important;
}
.checkout-page .abandon-checkout-container > button .icon {
  margin: 0 0.5rem 0 0;
}
.checkout-page .checkout-error {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  color: #FF1D25;
}

@media print, screen and (min-width: 40.0625em) {
  .checkout-page .checkout-page-subtotal {
    display: none;
  }
  .checkout-page .checkout-payment > .checkout-heading {
    margin-top: 2rem;
  }
}
html.checkout body {
  background: #fff;
  color: #0a0a0a;
  line-height: 1.5rem;
  font-size: 1rem;
}
html.checkout aside {
  background: #fff;
}
html.checkout h1, html.checkout .h1 {
  font-size: 2.859rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-size: 1.609rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout h2, html.checkout .h2 {
  font-size: 2.145rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-size: 1.333rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout h4, html.checkout .h4 {
  font-size: 1.609rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-size: 1.207rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout a {
  color: #0a0a0a;
  text-decoration: underline;
}
html.checkout li, html.checkout label, html.checkout button, html.checkout input,
html.checkout .checkout-item__section-heading,
html.checkout .button,
html.checkout .button.action,
html.checkout .footer-summary-item {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin: 0;
}
html.checkout label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
html.checkout label:before {
  line-height: 1.5rem !important;
}
html.checkout input[type=text],
html.checkout input[type=email],
html.checkout input[type=password],
html.checkout input[type=number],
html.checkout input[type=tel],
html.checkout input[type=date],
html.checkout textarea {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin: 0;
}
html.checkout [type=text],
html.checkout [type=password],
html.checkout [type=date],
html.checkout [type=datetime],
html.checkout [type=datetime-local],
html.checkout [type=month],
html.checkout [type=week],
html.checkout [type=email],
html.checkout [type=number],
html.checkout [type=search],
html.checkout [type=tel],
html.checkout [type=time],
html.checkout [type=url],
html.checkout [type=color],
html.checkout textarea,
html.checkout select {
  height: 3rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
html.checkout .intl-tel-input {
  font-size: 1.609rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
html.checkout .button.small {
  height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout [class^=icon-], html.checkout [class*=" icon-"] {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout .checkout-item__details .p {
  font-size: 2.145rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout .alert-message {
  margin: 0 -10px;
}
html.checkout .form-row {
  margin: 0;
}
html.checkout .form-row-container {
  margin-bottom: 1.5rem;
}
html.checkout .form-row__label {
  margin-bottom: 0.25rem;
}
html.checkout .form-row__label-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: normal;
}
html.checkout .form-row--radio .form-row-container {
  margin-bottom: 0;
}
html.checkout .checkout-payment .checkout-extra-information {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout .page-footer {
  padding-bottom: 1rem;
  text-align: center;
  background-color: unset;
  color: unset;
}
html.checkout .page-footer__inner {
  border-top: 1px solid #707070;
}
html.checkout .page-footer__nav {
  padding-bottom: 0;
  border-bottom: none;
}
html.checkout .page-footer__nav ul {
  margin-bottom: 1rem;
}
html.checkout .page-footer__nav li a {
  text-decoration: none;
}
html.checkout .page-footer__nav span, html.checkout .page-footer__nav p, html.checkout .page-footer__nav li {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin-bottom: 0.375rem;
}
html.checkout .page-footer__nav img {
  width: 45px !important;
  height: auto !important;
  padding-right: 6px;
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout #checkout-app:not(.confirmation-step) .page-footer {
    padding-bottom: calc(var(--sidebar-height) * 1px + 1rem);
  }
}
html.checkout .checkout__page-title {
  font-size: 2.859rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0.75rem;
}
html.checkout .order-summary__heading {
  border-bottom: 1px solid #707070;
}
html.checkout .checkout__page-instructions {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout .checkout-page__section-heading {
  display: none;
}
html.checkout .button {
  padding: 0.75rem 1em;
}

.checkout-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: #ffffff;
}
.checkout-loader__inner {
  text-align: center;
  padding-top: 40vh;
}
.checkout-loader__inner svg {
  stroke: #1c1c1c;
  height: 70px;
  width: 70px;
}
.checkout-loader__text {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-top: 2em;
}

.checkout-header {
  display: flex;
  justify-content: center;
}
.checkout-header--centered {
  text-align: center;
}
.checkout-header--with-color {
  background-color: #ffffff;
}
.checkout-header__logo-container {
  display: inline-block;
}
.checkout-header__logo-container img {
  height: 100px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}
.checkout-header .top-bar-left.hide-for-medium {
  text-align: left;
}

.checkout-notification, .notification {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(40, 40, 40, 0.9);
  z-index: 16;
}
.checkout-notification__inner, .notification__inner {
  position: relative;
  max-width: 35em;
  background: #fefefe;
  margin: 1rem 0.25rem 0;
  padding: 4rem 2rem;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #1c1c1c;
}
.checkout-notification__heading, .notification__heading {
  max-width: 300px;
  margin: 0 0 1em auto;
  border-bottom: 1px solid #1c1c1c;
  text-align: right;
  color: #1c1c1c;
}
.checkout-notification--active, .notification--active {
  display: block;
  z-index: 9999;
}
.checkout-notification__img {
  margin: 1rem;
  max-width: 10em;
}
.checkout-notification .button.centered-block, .notification .button.centered-block {
  margin-bottom: 1rem;
}
.checkout-notification .close, .notification .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #1c1c1c;
  font-size: 1.25rem;
  z-index: 20;
}

@media print, screen and (min-width: 40.0625em) {
  .checkout-notification__inner, .notification__inner {
    margin: 1rem auto;
  }
}
.checkout-items {
  margin: 0;
  list-style: none;
}

.checkout-item {
  margin: 0 0 1rem 0;
}
.checkout-item--not-first {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(28, 28, 28, 0.2);
}
.checkout-item__section-container {
  float: none;
  padding: 0;
  margin: 0.5rem 0 1rem;
}
.checkout-item__section-container:nth-child(2) {
  background: rgba(28, 28, 28, 0.025);
  padding: 1rem;
}
.checkout-item__section-container:first-child {
  max-width: none;
  overflow: hidden;
}
.checkout-item__section-container--total .checkout-item__section-heading {
  display: none;
}
.checkout-item__section-container--total .checkout-item__total {
  font-weight: bold;
  float: right;
}
.checkout-item__section-container.checkout-item__section-container--actions {
  float: right;
  padding: 0;
  font-size: 0;
  margin-top: 1.5rem;
}
.checkout-item__section-heading--item {
  display: none;
}
.checkout-item__section-heading--delivery {
  font-weight: bold;
}
.checkout-item__image-container {
  float: right;
  width: 20%;
  padding-left: 0.5rem;
}
.checkout-item__details {
  float: left;
  max-width: 80%;
}
.checkout-item__details .h4 {
  font-weight: bold;
}
.checkout-item__details .p {
  font-size: 1em;
  font-weight: bold;
  text-transform: capitalize;
}
.checkout-item__details p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.checkout-item .delivery-option label {
  font-weight: normal;
}
.checkout-item .delivery-option.selected label {
  font-weight: bold;
}
.checkout-item .delivery-option label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkout-item .delivery-option__field {
  margin-left: 1.5em;
}
.checkout-item .delivery-option__field .email-delivery .form-row {
  display: inline-block;
  margin-bottom: 0;
  width: 68%;
}
.checkout-item .delivery-option__field .email-delivery .button {
  margin: 0;
  padding: 0.85rem 0.2rem;
  display: inline-block;
  width: 29%;
}
.checkout-item .delivery-option__field .email-delivery--error .form-row__errors-container {
  display: block;
}
.checkout-item .delivery-option__postal-information {
  display: block;
}
.checkout-item .make-me-red {
  color: #FF1D25 !important;
}

@media print, screen and (min-width: 40.0625em) {
  .checkout-item__section-container {
    float: left;
    max-width: 70%;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .checkout-item__section-container:nth-child(2) {
    background: none;
    padding: 0;
  }
  .checkout-item__section-container--total .checkout-item__section-heading,
  .checkout-item__section-container--total .checkout-item__total {
    display: block;
    text-align: right;
  }
  .checkout-item__section-container--total .checkout-item__total {
    font-weight: normal;
  }
  .checkout-item__section-heading {
    display: block;
    line-height: 2rem;
    font-weight: bold;
    margin: 0 0 1rem;
    border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  }
  .checkout-item__section-heading--item {
    display: block;
  }
  .checkout-item__image-container {
    width: 30%;
    float: left;
    position: relative;
    height: 0;
    padding: 1687.5% 0 0 0;
  }
  .checkout-item__image-container img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    max-height: 100%;
  }
  .checkout-item__details {
    max-width: 70%;
    margin-bottom: 0;
  }
  .checkout-item__details {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
  .checkout-item__details .h4 {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .checkout-item .delivery-option__field .email-delivery .form-row {
    display: inline-block;
    width: 70%;
  }
}
.checkout-delivery-footer {
  padding: 1rem 0 0;
  border-top: 1px solid rgba(28, 28, 28, 0.2);
  font-size: 0;
}
.checkout-delivery-footer__section {
  display: inline-block;
  width: 50%;
}
.checkout-delivery-footer__section:nth-child(2) {
  text-align: right;
}

.footer-summary-item {
  font-size: 1rem;
}
.footer-summary-item:nth-child(even) {
  margin: 0 0 0 1rem;
}
.footer-summary-item__value {
  font-weight: bold;
}

html.checkout .order-details {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
html.checkout .order-details__overview {
  margin-bottom: 1rem;
}
html.checkout .order-details__overview .icon-gift {
  display: block;
  font-size: 4.5rem;
  margin: 1.5rem;
  color: #1c1c1c;
}
html.checkout .order-details__order-management {
  margin-top: 2rem;
}
html.checkout .order-details h2 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
html.checkout .order-details h2 + span {
  display: block;
  margin-bottom: 0.5rem;
}
html.checkout .order-details__order-number {
  font-weight: bold;
}
html.checkout .order-details__delivery-group {
  text-align: left;
}
html.checkout .order-details__item-list {
  margin: 0;
  list-style: none;
}
html.checkout .order-details__item {
  padding: 0 0 0.5rem 0;
}
html.checkout .order-details__item-name {
  display: block;
  font-weight: bold;
}
html.checkout .order-details__delivery-line {
  display: block;
}
html.checkout .order-details__price {
  text-align: right;
  font-weight: bold;
}
html.checkout .order-details__price-breakdown {
  margin-bottom: 1.5rem;
  text-align: left;
}
html.checkout .order-details__footnote {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout .order-details__info {
  color: #707070;
}

html.checkout .order-summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}
html.checkout .order-summary__header {
  position: relative;
}
html.checkout .order-summary__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  overflow-y: auto;
  /* to shift the scrollbar away from content */
  margin-right: -5px;
  padding-right: 5px;
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout .order-summary__content {
    max-height: 50vh;
  }
}
html.checkout .order-summary__content ul {
  flex-shrink: 1;
  min-height: 0; /* otherwise the flex item will not shrink and will accomodate all content */
  margin: 0;
}
html.checkout .order-summary__toggle {
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 64.0625em) {
  html.checkout .order-summary__toggle {
    display: none;
  }
}
html.checkout .order-summary__toggle > .icon {
  font-size: 1.5rem;
  line-height: 2rem;
}
html.checkout .order-summary__loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.checkout .order-summary:before {
  content: " ";
  position: absolute;
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout .order-summary:before {
    box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.2509803922) inset;
    top: 4px;
    left: -40px;
    right: -40px;
    height: 4px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  html.checkout .order-summary:before {
    box-shadow: -4px 0 4px -4px rgba(0, 0, 0, 0.2509803922) inset;
    top: -40px;
    left: -4px;
    bottom: -40px;
    width: 4px;
  }
}
html.checkout .order-summary--loading .order-summary__loader {
  display: block;
}
html.checkout .order-summary--loading > section {
  opacity: 0.5;
  pointer-events: none;
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout .order-summary:not(.order-summary--expanded) .order-summary-breakdown {
    border-top: none;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout #checkout-app:not(.confirmation-step) .order-summary:not(.order-summary--expanded) .order-summary-breakdown > li:not([data-context=totalAmount]) {
    display: none;
  }
  html.checkout #checkout-app.confirmation-step .order-summary:before {
    display: none;
  }
  html.checkout #checkout-app.confirmation-step .order-summary__toggle {
    display: none;
  }
  html.checkout #checkout-app.confirmation-step .order-summary__content {
    max-height: unset;
  }
  html.checkout #checkout-app.confirmation-step .order-summary__footer {
    margin-top: 20px;
  }
}
html.checkout .order-summary__heading {
  font-variant: all-small-caps;
  font-size: 1.609rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout .order-summary__heading {
    font-size: 1.207rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    border-bottom: none;
    margin: 0.25rem 0 0.5rem 0;
  }
}
html.checkout .order-summary-breakdown {
  list-style: none;
  font-size: 0;
}
html.checkout .order-summary-breakdown-item {
  margin-bottom: 1.5rem;
  color: #707070;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (max-width: 64.06125em) {
  html.checkout .order-summary-breakdown-item {
    margin-bottom: 0.75rem;
  }
}
html.checkout .order-summary-breakdown-item--highlighted {
  font-weight: bold;
  color: #000;
}
html.checkout .order-summary-breakdown-item__row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
html.checkout .order-summary-breakdown-item__name, html.checkout .order-summary-breakdown-item__value {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
html.checkout .order-summary-breakdown-item__name {
  flex: 1;
}
html.checkout .order-summary-breakdown-item__type {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout .order-summary-breakdown-item__value {
  flex: 0 0 auto;
}
html.checkout .order-summary-breakdown-item__value:is(input) {
  height: 2rem !important;
  max-width: 50%;
}
html.checkout .order-summary-breakdown-item__personal-message {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  width: 100%;
}
html.checkout .order-summary-breakdown-item__personal-message > span {
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  vertical-align: text-bottom;
  white-space: normal;
}
html.checkout .order-summary-breakdown-item__personal-message-edit {
  margin-left: 0.7rem;
  color: #1c1c1c;
}
html.checkout .order-summary-breakdown-item__personal-message-edit > .icon {
  margin-bottom: 0;
}
html.checkout .order-summary-breakdown-item__close {
  color: #707070;
  margin-left: 0.5rem;
}
html.checkout .order-summary-breakdown-item__close-container {
  width: 100%;
  max-width: 16.66667%;
  text-align: right;
}
html.checkout .order-summary-promo {
  padding-bottom: 0.75rem;
  text-align: right;
}
@media print, screen and (min-width: 64.0625em) {
  html.checkout .order-summary-promo {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
html.checkout .order-summary-promo__show-link {
  color: #707070;
  text-decoration: underline;
  font-style: italic;
  font-size: 0.8rem;
}
html.checkout .order-summary-promo__code-container {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
html.checkout .order-summary-promo__code-container__instructions {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
html.checkout .order-summary-promo__code-container button {
  width: 96px;
  height: 2rem !important;
  padding: 0;
}
@media print, screen and (min-width: 64.0625em) {
  html.checkout .order-summary-promo__code-container button {
    width: 125px;
  }
}
html.checkout .order-summary-promo__code-container__show-link {
  text-align: left;
}
html.checkout .order-summary-promo .promo-code-input {
  flex: 1;
  margin-right: 1rem;
  height: 2rem;
}
html.checkout .order-summary-promo__promo-code-invalid {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  flex: 1 0 100%;
  color: #FF1D25;
}
html.checkout .order-summary-breakdown__change-cost-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 1.5rem;
}
html.checkout .order-summary-breakdown__change-cost-actions > span {
  font-size: 1rem;
  color: #707070;
}
html.checkout .order-summary-breakdown__change-cost-actions > button {
  line-height: 2rem;
  padding: 0 10px;
  margin: 0 0 0 1rem !important;
}
html.checkout .continue-shopping-container {
  margin-top: 1rem;
  text-align: center;
}

.user-step {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}
.user-step__question {
  position: relative;
  font-weight: 600;
  font-size: 1.333rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
}
.user-step__question-underlined {
  padding-bottom: 6px;
  border-bottom: 1px solid #707070;
}
.user-step__options-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 40.0625em) {
  .user-step__options-container {
    flex-direction: row;
  }
}
.user-step__options-container .button {
  flex: 1;
  margin-top: 0.75rem;
  margin-left: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .user-step__options-container .button {
    margin-left: 1em;
    margin-top: 0;
  }
}
.user-step__options-container .button:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .user-step__options-container .button:first-child {
    margin-left: 0;
  }
}
.user-step__options-container .button.primary, .user-step__options-container .button.secondary:hover {
  background-color: #c7ddf3;
  color: #1c1c1c;
}
.user-step__options-container .button.small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  width: 47%;
  min-width: 300px;
}

.personalise p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.personalise__options {
  margin-bottom: 3rem;
}
.personalise__voucher {
  padding-bottom: 1.5rem;
}
.personalise__voucher .voucher-title {
  font-size: 1.609rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin-top: -3px;
  margin-bottom: 0;
}
.personalise__voucher .voucher-price {
  font-size: 1.333rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.personalise__voucher .voucher__gift-message__charLimit {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  color: red;
  margin-bottom: 0;
}
.personalise__voucher .voucher-heading {
  display: flex;
  align-items: start;
  margin-bottom: 1.5rem;
}
.personalise__voucher .voucher-image {
  width: 7.5rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.personalise__form {
  margin-top: 0.75rem;
}
.personalise__form .form-row__label-text {
  font-weight: normal;
  margin-bottom: 0;
}
.personalise__form .label-text {
  font-weight: normal;
}
.personalise__form .voucher__gift-greeting-input {
  height: 6rem;
  margin-bottom: 0;
}
.personalise__form .voucher__gift-greeting-text {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  padding: 0.5rem;
  color: #333333;
}
.personalise__form .voucher__gift-message-input {
  height: 6rem;
  margin-bottom: 0;
}
.personalise__form .voucher__gift-message-text {
  height: 6rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  padding: 0.5rem;
  color: #333333;
}

.checkout-billing__marketing-form {
  margin-bottom: 1.5rem;
}
.checkout-billing__marketing-form label,
.checkout-billing__marketing-form .form-legend {
  font-size: 0.875rem;
  font-weight: normal;
}
.checkout-billing__use-delivery-address.button {
  margin-bottom: 1.5rem;
}
.checkout-billing .checkout__information-box {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}

html.checkout .checkout-payment__billing-recap div {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
html.checkout .checkout-payment__payment-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  align-content: center;
}
@media print, screen and (min-width: 64.0625em) {
  html.checkout .checkout-payment__payment-options {
    flex-direction: row;
    justify-content: space-between;
  }
}
html.checkout .checkout-payment__standalone-error {
  margin-top: -1rem;
}
html.checkout .checkout-payment .checkout__information-box {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}

.delivery-group-items {
  margin: 0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  padding-bottom: 1rem;
}

.summary-item {
  margin: 1rem 0 0;
  font-size: 0;
}
.summary-item__info {
  display: inline-block;
  width: 85%;
}
.summary-item__image-container {
  float: left;
  width: 15%;
  position: relative;
  height: 0;
  padding: 843.75% 0 0 0;
  margin: 0 1rem 0 0;
}
.summary-item__image-container img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  max-height: 100%;
}
.summary-item__details {
  display: inline-block;
  max-width: 70%;
  font-size: 0.875rem;
  line-height: 1.4;
}
.summary-item__details p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.summary-item__name {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.summary-item__location {
  text-transform: uppercase;
}
.summary-item__info-piece {
  margin: 0;
}
.summary-item__price {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

.marketing {
  text-align: center;
  margin: 2em 0;
}
.marketing h2 {
  text-transform: none;
}
.marketing__question {
  margin-bottom: 1rem;
}
.marketing__question .h4 {
  text-align: center;
  text-transform: none;
}
.marketing__question--answers {
  text-align: left;
  max-width: 200px;
  margin: 1rem auto 2rem;
}
.marketing__question--answers .form-row {
  margin-bottom: 0;
}
.marketing__question--answers .form-row .form-row__control {
  margin-bottom: 0.25rem;
}
.marketing__question--answers label {
  font-weight: normal;
  font-size: 1rem;
}
.marketing__question--answers input[value=Yes] + label .label-text {
  font-weight: bold;
}
.marketing__done p {
  font-size: 1.25rem;
}
.marketing button {
  padding-left: 3em;
  padding-right: 3em;
}

/*#region FORM RESETS */
input,
textarea {
  border-radius: 0;
  padding: 0;
  color: #1c1c1c;
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /*outline: none;*/
  background-color: transparent;
}

input[type=number]:-webkit-inner-spin-button,
input[type=number]:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*#endregion*/
/*#region INPUTS*/
label,
.form-legend {
  display: block;
  position: relative;
  background: transparent;
  color: #1c1c1c;
  font-weight: bold;
  transition: all 0.3s 0s ease-in-out;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
textarea {
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 2.6rem;
  background-color: #FFFFFF;
  color: #333333;
  line-height: 1.2;
}
input[type=text]:focus, .has-focus input[type=text],
input[type=email]:focus,
.has-focus input[type=email],
input[type=password]:focus,
.has-focus input[type=password],
input[type=number]:focus,
.has-focus input[type=number],
input[type=tel]:focus,
.has-focus input[type=tel],
input[type=date]:focus,
.has-focus input[type=date],
textarea:focus,
.has-focus textarea {
  color: #1A1A1A;
}

select {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 2.6rem;
  background-color: #FFFFFF;
  color: #333333;
  line-height: 1.2;
}
select:focus, .has-focus select {
  color: #1A1A1A;
}

/* Radio and Checkbox input styles */
input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

input[type=checkbox] + label,
input[type=radio] + label {
  margin-left: 0;
  font-weight: normal;
}

input[type=radio] + label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e836";
  line-height: inherit;
  color: #707070;
}

input[type=radio]:checked + label::before {
  content: "\e837";
  line-height: inherit;
  color: #1c1c1c;
}

input[type=checkbox] + label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e835";
  line-height: inherit;
  color: #707070;
}

input[type=checkbox]:checked + label::before {
  content: "\e834";
  line-height: inherit;
  color: #1c1c1c;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  font-size: 1.5rem;
  vertical-align: middle;
}

input.position-right[type=checkbox] + label::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e835";
  line-height: inherit;
}

input.position-right[type=checkbox]:checked + label::after {
  content: "\e834";
  line-height: inherit;
}

input.position-right[type=checkbox] + label::after {
  font-size: 1rem;
  vertical-align: middle;
}

input.position-right[type=checkbox] + label::before,
input.position-right[type=checkbox]:checked + label::before {
  content: none;
}

input.invert[type=checkbox] + label::before,
input.invert[type=checkbox]:checked + label::before,
input.invert[type=checkbox] + label::after,
input.invert[type=checkbox]:checked + label::after {
  color: #fefefe;
}

/* */
textarea {
  height: 120px;
  resize: none;
}

/*#endregion*/
.form {
  position: relative;
  margin: 0 auto;
  font-size: 0;
}

fieldset.no-spacing {
  margin: 0;
}
fieldset.no-spacing .form-row {
  margin: 0;
}
fieldset.aside label,
fieldset.aside .form-legend {
  font-size: 0.875rem;
  font-weight: normal;
}

legend {
  display: block;
  width: 100%;
}

.form-legend {
  margin-bottom: 0;
}

.label-text {
  margin-left: 0.5rem;
  vertical-align: middle;
}
.label-text > * {
  display: inline-block;
}
.label-text--selected {
  font-weight: bold;
}

.form-row {
  margin: 0 0 1rem;
}
.form-row__control {
  margin: 0 0 0.25rem;
}
.form-row__control--inline {
  display: inline-block;
}
.form-row--radio .form-row__control label::before, .form-row--checkbox .form-row__control label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-row--radio.form-row--inline {
  display: inline-block;
}
.form-row--text-area {
  resize: none;
}
.form-row__label-text {
  display: block;
}
.form-row__help-text {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: rgba(28, 28, 28, 0.8);
}

/*#region FIELDS FOCUS*/
.has-focus .form-row {
  border-color: #1A1A1A;
}
.has-focus.invalid .form-group-error {
  display: none;
}

/*#endregion*/
/*#region FIELDS VALIDATION*/
.form-row--invalid input[type=text],
.form-row--invalid input[type=email],
.form-row--invalid input[type=password],
.form-row--invalid input[type=number],
.form-row--invalid input[type=tel],
.form-row--invalid input[type=date],
.form-row--invalid select,
.form-row--invalid textarea {
  border-width: 2px;
  border-color: #FF1D25;
}
.form-row--invalid .form-row__errors-container {
  display: block;
}

.form-row__errors-container {
  display: none;
}
.form-row__errors-container .form-row__error {
  font-size: 0.906rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #FF1D25;
  padding: 0;
  position: relative;
  text-align: left;
}

/*#endregion*/
@media print, screen and (min-width: 40.0625em) {
  .form-row--1-2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 0;
  }
  .form-row--1-2 .form-row-container {
    padding: 0 0.25rem 0 0;
  }
}
.interaction-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.75);
  overflow-y: scroll;
  z-index: 16;
}
.interaction-overlay__inner {
  position: relative;
  top: 72px;
  width: auto;
  max-width: 95vw;
  margin: 0 auto;
  background: #fefefe;
  padding: 1.5rem;
  padding-top: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .interaction-overlay__inner {
    max-width: 80vw;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .interaction-overlay__inner {
    max-width: 50vw;
    padding: 3rem;
    padding-top: 0;
  }
}
.interaction-overlay__heading {
  text-align: center;
}
.interaction-overlay__close {
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}
.interaction-overlay__close .icon-close {
  font-size: 1.609rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  text-align: right;
  color: #707070;
}
.interaction-overlay__notif {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  color: #1c1c1c;
  text-align: center;
}
.interaction-overlay__notif .clear {
  color: #1c1c1c;
  text-decoration: underline;
}
.interaction-overlay .close {
  position: absolute;
  right: 20px;
  top: 40px;
  color: #ffffff;
  font-size: 1.25rem;
  z-index: 20;
}
.interaction-overlay .form-row {
  color: #ffffff;
}
.interaction-overlay .form-row label, .interaction-overlay .form-row .form-legend {
  color: #707070;
  font-weight: normal;
}
.interaction-overlay .form-row .form-row__label-text {
  margin-bottom: 0;
  color: #707070;
  font-weight: normal;
}
.interaction-overlay .form-row .form-row__help-text {
  color: #707070;
}
.interaction-overlay .button.primary {
  width: 100%;
  margin: 0;
  background: #c7ddf3;
  color: #1c1c1c;
  border-color: #1c1c1c;
}

.html-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(40, 40, 40, 0.9);
  z-index: 16;
  text-align: center;
}
.html-overlay__inner > * {
  font-size: 1rem;
}

.interaction-overlay__heading {
  text-align: center;
}
.interaction-overlay__close {
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}
.interaction-overlay__close .icon-close {
  font-size: 1.609rem;
  line-height: 3rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  text-align: right;
  color: #707070;
}
.interaction-overlay .button {
  width: 100%;
  margin: 0;
}

.checkout-delivery__on-site {
  font-size: 1.333rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.checkout-delivery__postal-instructions {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.checkout-delivery .postal-delivery__group {
  margin-bottom: 3rem;
}
.checkout-delivery .postal-delivery__address {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  font-style: normal;
}
.checkout-delivery .postal-delivery__address button {
  margin-top: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
  .checkout-delivery .postal-delivery__address button {
    width: 33%;
  }
}
.checkout-delivery .postal-delivery__address-title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: bold;
}
.checkout-delivery .postal-delivery__address-line {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  margin-bottom: 0;
}
.checkout-delivery .postal-delivery__multiple-options {
  border: 1px solid #707070;
  padding: 1.5rem 1em;
  background-color: rgba(76, 76, 76, 0.1);
  margin-bottom: 3rem;
  display: flex;
}
.checkout-delivery .postal-delivery__multiple-options:before {
  content: "i";
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
  border: 2px solid;
  border-radius: 50%;
  padding: 2px 11px;
  font-size: 1.207rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  height: 100%;
}
.checkout-delivery__errors {
  color: red;
}

.postal-address-form label {
  flex-direction: column;
}
.postal-address-form .address label {
  color: #707070;
}

.email-delivery-schedule-form {
  margin-top: 0.75rem;
}

.progress-bar {
  margin-top: 1.5rem;
}
.progress-bar ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.progress-bar .progress-bar__item {
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin-bottom: 0;
  color: #707070;
  flex-grow: 1;
  width: 100%;
}
.progress-bar .progress-bar__item:after {
  content: "";
  position: relative;
  background: #1c1c1c;
  display: block;
  height: 1px;
  width: 100%;
  top: -50%;
  z-index: 0;
  right: 50%;
}
.progress-bar .progress-bar__item:first-child:after {
  display: none;
}
.progress-bar .progress-bar__item--step-forward .progress-bar__label {
  color: black;
}
.progress-bar .progress-bar__item--step-forward .progress-bar__button:before {
  background: #c7ddf3;
  border: 1px solid #c7ddf3;
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.24s both;
}
.progress-bar .progress-bar__item--step-backward .progress-bar__button:before {
  background: #c7ddf3;
  border: 1px solid #c7ddf3;
  animation: scale-out-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.progress-bar .progress-bar__item--step-forward:after {
  height: 3px;
  background: #c7ddf3;
  animation: scale-up-hor-left 0.48s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.progress-bar .progress-bar__item--step-backward .progress-bar__button:after {
  content: "";
  display: block;
  position: relative;
  height: 3px;
  background: #c7ddf3;
  width: 4em;
  right: 4em;
  animation: scale-out-hor-left 0.48s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.24s both;
}
@media print, screen and (min-width: 40.0625em) {
  .progress-bar .progress-bar__item--step-backward .progress-bar__button:after {
    width: 8em;
    right: 8em;
  }
}
.progress-bar .progress-bar__item:nth-child(2).progress-bar__item--step-backward .progress-bar__button:before {
  animation-delay: 0.7s;
}
.progress-bar .progress-bar__item:nth-child(2).progress-bar__item--step-backward .progress-bar__button:after {
  animation-delay: 0.9s;
}
.progress-bar__button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #1c1c1c;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #fff;
}
.progress-bar__button:focus {
  outline: none;
}
.progress-bar__button:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.progress-bar__label {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40.0625em) {
  .progress-bar__label {
    font-size: 0.906rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .progress-bar__label {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    margin-bottom: 0;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}
@keyframes scale-out-hor-left {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
  }
}
.stripe-card-element.StripeElement {
  padding: 15px;
  margin: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #333333;
  line-height: 1.2;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border: 1px solid #cacaca;
}
.stripe-card-element.StripeElement:focus, .has-focus .stripe-card-element.StripeElement {
  color: #1A1A1A;
}

html.checkout.checkout--dark body {
  background: #1c1f24;
  color: #fff;
}
html.checkout.checkout--dark body a {
  color: #fff;
  text-decoration: underline;
}
html.checkout.checkout--dark body input {
  color: #000;
}
html.checkout.checkout--dark body .checkout-header {
  background: #1c1f24;
}
html.checkout.checkout--dark body footer {
  background: #1c1f24;
}
html.checkout.checkout--dark body footer a {
  color: #707070;
}
html.checkout.checkout--dark body .button.primary,
html.checkout.checkout--dark body .button.secondary:hover,
html.checkout.checkout--dark body .button.secondary.small.secondary--active {
  background: #fff;
  color: #1c1f24;
  border: 1px solid #fff;
}
html.checkout.checkout--dark body .button.secondary {
  background: #1c1f24;
  color: #fff;
  border: 1px solid #fff;
}
html.checkout.checkout--dark body .progress-bar__item:after {
  background: #fff;
}
html.checkout.checkout--dark body .progress-bar__item--step-forward .progress-bar__label {
  color: #fff;
}
html.checkout.checkout--dark body .progress-bar__item--step-forward:after {
  background: #fff;
}
html.checkout.checkout--dark body .progress-bar__item--step-forward .progress-bar__button:before, html.checkout.checkout--dark body .progress-bar__item--step-backward .progress-bar__button:before {
  background: #fff;
  border: 1px solid #fff;
}
html.checkout.checkout--dark body .progress-bar__item--step-backward .progress-bar__button:after {
  background: #fff;
}
html.checkout.checkout--dark body .progress-bar__item--step-backward .progress-bar__button:before {
  background: #fff;
  border: 1px solid #fff;
}
html.checkout.checkout--dark body .progress-bar__button {
  border: 1px solid #fff;
  background: #1c1f24;
}
html.checkout.checkout--dark body .progress-bar__button:before {
  background: #1c1f24;
}
html.checkout.checkout--dark body aside {
  background-color: #1c1f24;
}
html.checkout.checkout--dark body aside:before {
  box-shadow: 0 -4px 4px -4px rgba(255, 255, 255, 0.2509803922) inset;
}
@media print, screen and (min-width: 64.0625em) {
  html.checkout.checkout--dark body aside:before {
    box-shadow: -4px 0 4px -4px rgba(255, 255, 255, 0.2509803922) inset;
  }
}
html.checkout.checkout--dark body .checkout__page-title,
html.checkout.checkout--dark body .order-summary__heading,
html.checkout.checkout--dark body .interaction-overlay__heading h3,
html.checkout.checkout--dark body label, html.checkout.checkout--dark body .form-legend,
html.checkout.checkout--dark body input[type=radio]:checked + label::before,
html.checkout.checkout--dark body input[type=checkbox]:checked + label::before,
html.checkout.checkout--dark body .button--icon, html.checkout.checkout--dark body button i::before {
  color: #fff;
}
html.checkout.checkout--dark body .interaction-overlay {
  background: rgba(100, 100, 100, 0.75);
}
html.checkout.checkout--dark body .interaction-overlay__inner {
  background: #1c1f24;
  color: #fff;
}
html.checkout.checkout--dark body .checkout-delivery__email .form-row__help-text {
  color: #fff;
}
html.checkout.checkout--dark body .checkout-delivery__postal-methods__instructions {
  color: #fff;
}
html.checkout.checkout--dark body .checkout-delivery__postal-methods .form-row--radio {
  border-color: #fff;
}
html.checkout.checkout--dark body .postal-address-form .form-row__label-text,
html.checkout.checkout--dark body .postal-address-form .form-row__help-text,
html.checkout.checkout--dark body .postal-address-form .label-text,
html.checkout.checkout--dark body .postal-address-form .address label {
  color: #fff;
}
html.checkout.checkout--dark body .order-summary-promo__show-link {
  color: #fff;
}
html.checkout.checkout--dark body .order-summary-breakdown-item {
  color: #fff;
}
html.checkout.checkout--dark body .order-summary-breakdown-item__close {
  color: #fff;
}
html.checkout.checkout--dark body .order-summary-breakdown-item--highlighted {
  color: #fff;
}
html.checkout.checkout--dark body .personalise__voucher .voucher-title {
  color: #fff;
}
html.checkout.checkout--dark body .intl-tel-input .country-name {
  color: #0a0a0a;
}
html.checkout.checkout--dark body .order-details__overview .icon-gift {
  color: #fff;
}