@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #f7f8f9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.67;
  font-size: 16px;
  color: #777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.page-template-page-no-scroll {
  overflow: hidden;
}
body.admin-bar .o-main-container.no-scroll {
  height: calc(100vh - 32px);
  overflow: hidden;
}
@media screen and (min-width: 782px) {
  body.admin-bar .c-navigation__popup {
    margin-top: 32px !important;
  }
}
body.admin-bar .secondary-nav, body.admin-bar .c-navigation__contacts {
  padding-bottom: 107px !important;
}
body.admin-bar .wp-block-thefuturblocks-webgl-slider {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .o-main-container.no-scroll {
    height: calc(100vh - 46px);
    overflow: hidden;
  }
  body.admin-bar .c-navigation__popup-holder {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .c-header-sticky {
    top: 0;
  }
}

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

iframe {
  display: block;
  width: 100%;
}

:focus {
  outline: transparent;
}

::-moz-selection {
  background: #1f1f1f;
  color: #ffffff;
}

::selection {
  background: #1f1f1f;
  color: #ffffff;
}

::-moz-selection {
  background: #1f1f1f;
  color: #ffffff;
}

::marker {
  color: #777;
}

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: 0.625rem;
  font-size: inherit;
  line-height: 1.67;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

a {
  line-height: inherit;
  cursor: pointer;
  text-decoration: none;
  color: #1f1f1f;
  word-break: break-all;
  word-break: break-word;
}

hr {
  clear: both;
  max-width: 1200px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #777;
  border-left: 0;
}
hr.wp-block-separator {
  max-width: 100px;
}
hr.wp-block-separator.is-style-default {
  max-width: 100px;
}
hr.wp-block-separator.is-style-wide {
  max-width: 100%;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #333333;
}

@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.0625rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
blockquote {
  margin: 1.875rem 0;
  padding: 2rem 3rem;
  color: #1f1f1f;
  border-left: 3px solid #1f1f1f;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
}
blockquote cite {
  display: block;
  font-size: 16px;
  margin-top: 1.25rem;
}

cite {
  font-style: normal;
  color: #1f1f1f;
}

ul, ol, dl {
  margin-bottom: 0.625rem;
  list-style-position: outside;
  line-height: 1.67;
}

li {
  font-size: inherit;
  margin-bottom: 0.5rem;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 1rem 0 1rem 1.5rem;
  font-size: 100%;
  padding-left: 1.25rem;
}

ul ul, ol ul {
  list-style-type: circle;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.2rem;
  font-weight: 600;
}
dl dd {
  margin-bottom: 0.8rem;
}

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

figure {
  margin: 0;
}

pre {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: none;
  background: #777;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
  overflow: auto;
}

table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}

tr {
  border-bottom: 1px solid #dadadd;
}

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

figcaption {
  font-size: 0.8125rem;
  color: #777;
  text-align: center;
}

@font-face {
  font-family: "thefutur-icons";
  src: url("../fonts/thefutur-icons.ttf?idspxw") format("truetype"), url("../fonts/thefutur-icons.woff?idspxw") format("woff"), url("../fonts/thefutur-icons.svg?idspxw#thefutur-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.thefutur-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "thefutur-icons" !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;
}

.thefutur-icons__calendar-1::before {
  content: "";
}

.thefutur-icons__search::before {
  content: "";
}

.thefutur-icons__arrow-left-1::before {
  content: "";
}

.thefutur-icons__arrow-right-1::before {
  content: "";
}

.thefutur-icons__link-2::before {
  content: "";
}

.thefutur-icons__quote-1::before {
  content: "";
}

.thefutur-icons__calendar-2::before {
  content: "";
}

.thefutur-icons__bookmark-2::before {
  content: "";
}

.thefutur-icons__iconmonstr-bookmark-thin::before {
  content: "";
}

.thefutur-icons__user-1::before {
  content: "";
}

.thefutur-icons__check-mark-3::before {
  content: "";
}

.thefutur-icons__bag-1::before {
  content: "";
}

.thefutur-icons__x-mark-2::before {
  content: "";
}

.thefutur-icons__check-mark-1::before {
  content: "";
}

.thefutur-icons__favorite-1::before {
  content: "";
}

.thefutur-icons__favorite-2::before {
  content: "";
}

.thefutur-icons__heart-1::before {
  content: "";
}

.thefutur-icons__heart-2::before {
  content: "";
}

.thefutur-icons__x-mark-1::before {
  content: "";
}

.thefutur-icons__check-mark-2::before {
  content: "";
}

.thefutur-icons__star-2::before {
  content: "";
}

.thefutur-icons__star-1::before {
  content: "";
}

.thefutur-icons__chevron-bottom::before {
  content: "";
}

.thefutur-icons__eye-1::before {
  content: "";
}

.thefutur-icons__search-thin::before {
  content: "";
}

.thefutur-icons__angel-right-thin::before {
  content: "";
}

.thefutur-icons__angel-left-thin::before {
  content: "";
}

.thefutur-icons__chevron::before {
  content: "";
}

.thefutur-icons__chevron-bold::before {
  content: "";
}

.thefutur-icons__link::before {
  content: "";
}

.thefutur-icons__quote::before {
  content: "";
}

.thefutur-icons__link-thin::before {
  content: "";
}

.thefutur-icons__shape::before {
  content: "";
}

.thefutur-icons__badge::before {
  content: "";
}

.thefutur-icons__quote-right-thin::before {
  content: "";
}

.thefutur-icons__quote-left-thin::before {
  content: "";
}

.thefutur-icons__arrow-right-thin::before {
  content: "";
}

.thefutur-icons__plus-thin::before {
  content: "";
}

.thefutur-icons__arrow-left-thin::before {
  content: "";
}

.thefutur-icons__left-arrow::before {
  content: "";
}

.thefutur-icons__pinterest::before {
  content: "";
}

.thefutur-icons__instagram::before {
  content: "";
}

.thefutur-icons__twitter::before {
  content: "";
}

.thefutur-icons__facebook::before {
  content: "";
}

.thefutur-icons__email::before {
  content: "";
}

.thefutur-icons__linkedin::before {
  content: "";
}

.thefutur-icons__snapchat::before {
  content: "";
}

.thefutur-icons__youtube::before {
  content: "";
}

.thefutur-icons__behance::before {
  content: "";
}

.thefutur-icons__dribbble::before {
  content: "";
}

.thefutur-icons__plus::before {
  content: "";
}

.thefutur-icons__chevron-right::before {
  content: "";
}

.thefutur-icons__chevron-left::before {
  content: "";
}

.thefutur-icons__arrow-bold::before {
  content: "";
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select {
  box-sizing: border-box;
  width: 100%;
  padding: 0.3125rem 0.5rem;
  height: 40px;
  border: 1px solid #ccc;
  transition: border-color 0.35s;
}

button, input[type=submit] {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.125rem 2.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
}
button:focus, input[type=submit]:focus {
  background-color: #1f1f1f;
}
button p, input[type=submit] p {
  margin-bottom: 0;
  line-height: 1;
}
button .thefutur-button.thefutur-button__dupl, input[type=submit] .thefutur-button.thefutur-button__dupl {
  display: flex;
  overflow: hidden;
}

fieldset {
  border: 2px solid #ccc;
}
fieldset legend {
  padding: 0 0.625rem;
  font-weight: bold;
}

label {
  margin-bottom: 0.3125rem;
  display: block;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  width: 100%;
  padding: 0.375rem 0 0.125rem;
  height: 40px;
  border: none;
  border-bottom: 1px solid #a3a4a4;
  background-color: transparent;
  transition: 0.3s border-color;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #1f1f1f;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
input[type=email]::-ms-placeholder, input[type=number]::-ms-placeholder, input[type=password]::-ms-placeholder, input[type=search]::-ms-placeholder, input[type=tel]::-ms-placeholder, input[type=text]::-ms-placeholder, input[type=url]::-ms-placeholder, textarea::-ms-placeholder {
  color: #1f1f1f;
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #1f1f1f;
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #1f1f1f;
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, textarea::placeholder {
  color: #1f1f1f;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
  margin-bottom: 2rem;
}

textarea {
  height: auto;
  min-height: 7rem;
  max-height: 8.125rem;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #333;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

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

  @page {
    margin: 0.5cm;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 1.5rem auto 2rem auto;
}

.alignright {
  float: right;
  margin: 0.75rem 0 2rem 2rem;
}
@media screen and (max-width: 599px) {
  .alignright {
    float: none;
    margin-left: 0;
  }
}

.alignleft {
  float: left;
  margin: 0.75rem 2rem 2rem 0;
}

a img.alignright {
  float: right;
  margin: 0.75rem 0 2rem 2rem;
}

a img.alignnone {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

a img.alignleft {
  float: left;
  margin: 0.75rem 2rem 2rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image {
  margin-bottom: 2rem;
}

.wp-block-image .alignnone {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-image .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.75rem 2rem 2rem 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.75rem 0 2rem 2rem;
}

p.has-drop-cap:not(:focus)::first-letter {
  padding: 0.75rem;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  background-color: #1f1f1f;
  margin: 0.375rem 0.75rem 0 0;
}

.wp-block-group [class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.wp-block-group [class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25rem;
}

.wp-block-group [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25rem;
}

.wp-block-group [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group [class*=__inner-container] > * .alignwide {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group [class*=__inner-container] > .wp-block-columns .wp-block-column .wp-block-thefuturblocks-hero-image.alignwide {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.wp-block-group.has-background {
  padding: 1.875rem;
}
.wp-block-media-text.has-background {
  margin-bottom: 1.25rem;
}

.wp-block-thefuturblocks-button.aligncenter {
  text-align: center;
}

.wp-block-thefuturblocks-primarybutton.aligncenter {
  text-align: center;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}
.wp-caption figcaption {
  margin-top: 6px;
  margin-bottom: 12px;
}

.wp-caption.alignnone {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft {
  margin: 0.75rem 2rem 2rem 0;
}

.wp-caption.alignright {
  margin: 0.75rem 0 2rem 2rem;
}

.c-post__content > .wp-caption.alignright {
  margin-bottom: 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}
.wp-block-button.aligncenter, .wp-block-button.alignleft, .wp-block-button.alignright {
  margin-bottom: 2rem;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-latest-posts {
  margin-left: 0;
  margin-bottom: 16px;
}

.wp-block-categories, .wp-block-archives-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-categories li, .wp-block-archives-list li {
  margin-bottom: 8px;
}
.wp-block-categories li a, .wp-block-archives-list li a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #676868;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
}
.wp-block-categories li a::after, .wp-block-archives-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.wp-block-categories li a:hover::after, .wp-block-archives-list li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.wp-block-categories li .post-count, .wp-block-archives-list li .post-count {
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
.wp-block-categories li .children, .wp-block-archives-list li .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.wp-block-categories > li > ul li a::before, .wp-block-archives-list > li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.wp-block-categories > li > ul li a::after, .wp-block-archives-list > li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
  bottom: 0.25rem;
}
.wp-block-categories > li > ul li > ul li a::before, .wp-block-archives-list > li > ul li > ul li a::before {
  content: "--";
}
.wp-block-categories > li > ul li > ul li a::after, .wp-block-archives-list > li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
  bottom: 0.25rem;
}

.wp-block-latest-posts.is-grid li {
  margin-bottom: 0.5rem;
}

.wp-block-embed figcaption, .wp-block-image figcaption {
  text-align: center;
}

.o-single-post .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
  font-size: 2.25rem !important;
}

.wp-block-embed.alignfull iframe,
.wp-block-embed.alignwide iframe {
  width: 100%;
}

.wp-block-embed.is-type-video {
  position: relative;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}
.wp-block-embed.is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 68.75%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-cover {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.wp-block-cover.alignwide {
  width: auto;
}
.wp-block-cover.aligncenter {
  margin-bottom: 2rem;
}
.wp-block-cover.alignleft, .wp-block-cover.alignright {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 36.25rem;
}
.wp-block-cover .wp-block-cover__inner-container > p {
  line-height: 1.2;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #777;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.25rem;
}
.gallery .gallery-item {
  flex: 1;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center;
  flex: 0 0 auto;
}
.gallery.gallery-columns-1 .gallery-item {
  width: calc(100% - 1.25rem);
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 1.25rem);
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.25rem);
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 1.25rem);
}
.gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - 1.25rem);
}
.gallery.gallery-columns-6 .gallery-item {
  width: calc(16.6666666667% - 1.25rem);
}
.gallery.gallery-columns-7 .gallery-item {
  width: calc(14.2857142857% - 1.25rem);
}
.gallery.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 1.25rem);
}
.gallery.gallery-columns-9 .gallery-item {
  width: calc(11.1111111111% - 1.25rem);
}
.gallery .gallery-caption {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
  display: block;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .wp-custom-header video,
.wp-custom-header img,
.wp-custom-header iframe {
    z-index: 1;
    position: absolute;
    height: 120%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}
.site-content-contain {
  position: relative;
}

@media (min-width: 600px) and (max-width: 782px) {
  .wp-block-column {
    margin-bottom: 2rem;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 1.25rem;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.wp-block-gallery {
  margin-bottom: 1.25rem;
}

.wp-block-pullquote {
  padding: 0;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.wp-block-pullquote blockquote {
  border-left: none;
}

blockquote.wp-block-quote:not(.is-style-large):not(.is-large) {
  border-left: 3px solid #1f1f1f;
}
blockquote.wp-block-quote:not(.is-style-large):not(.is-large) p {
  font-size: 1.25rem;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  border-top: 3px solid #1f1f1f;
  border-bottom: 3px solid #1f1f1f;
}

.wp-block-verse pre, pre.wp-block-verse {
  padding: 1rem;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 1.125rem;
  text-align: left;
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  border-bottom: 2px solid #777;
}

ul.wp-block-latest-posts {
  list-style: none;
}

ul.wp-block-categories {
  list-style: none;
}

form.wp-block-search input[type=search] {
  border: none;
  width: auto;
  border-bottom: 1px solid #1f1f1f;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-style: normal;
}

blockquote.wp-block-quote:not(.is-style-large):not(.is-large) {
  border-left-width: 3px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 2rem 2.5rem;
  margin-bottom: 1.875rem;
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.wp-block-tag-cloud a {
  font-size: 0.875rem !important;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
}
.wp-block-tag-cloud a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.wp-block-tag-cloud a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.wp-block-tag-cloud a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.wp-block-tag-cloud a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}

.wp-block-table table {
  min-width: 64rem;
}

.wp-block-calendar table th {
  font-weight: bold;
  background-color: transparent;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
  border: none;
  padding: 10px;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1em;
  }
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  height: 3.125rem;
}

.wp-block-calendar {
  margin-bottom: 1.25rem;
}
.wp-block-calendar #wp-calendar {
  width: 100%;
}
.wp-block-calendar #wp-calendar caption {
  text-align: center;
  margin: 0.625rem 0.9375rem;
}
.wp-block-calendar #wp-calendar thead th {
  text-align: center;
}
.wp-block-calendar #wp-calendar thead th:last-child {
  background-color: #1f1f1f;
  color: #fff;
}
.wp-block-calendar #wp-calendar tbody tr td {
  position: relative;
  padding: 0.5rem;
  text-align: center;
}
.wp-block-calendar #wp-calendar tfoot tr #prev {
  padding-top: 0.625rem;
}
.wp-block-calendar #wp-calendar tfoot tr #next {
  text-align: right;
}

.wp-block-gallery.is-cropped, .wp-block-gallery.is-cropped .blocks-gallery-grid {
  width: 100%;
}

.wp-block-webfactory-map {
  filter: grayscale(1);
}

:root .has-black-background-color {
  background-color: #1f1f1f;
}
:root .has-black-color {
  color: #1f1f1f;
}
:root .has-dark-grey-background-color {
  background-color: #777;
}
:root .has-dark-grey-color {
  color: #777;
}
:root .has-grey-background-color {
  background-color: #a3a4a4;
}
:root .has-grey-color {
  color: #a3a4a4;
}
:root .has-light-grey-background-color {
  background-color: #ccc;
}
:root .has-light-grey-color {
  color: #ccc;
}
:root .has-white-smoke-background-color {
  background-color: #f7f8f9;
}
:root .has-white-smoke-color {
  color: #f7f8f9;
}
:root .has-white-background-color {
  background-color: #fff;
}
:root .has-white-color {
  color: #fff;
}
:root .has-darksalmon-background-color {
  background-color: #d19675;
}
:root .has-darksalmon-color {
  color: #d19675;
}
:root .has-lightsalmon-background-color {
  background-color: #ecd5c7;
}
:root .has-lightsalmon-color {
  color: #ecd5c7;
}
:root .has-zumthor-background-color {
  background-color: #46b1b5;
}
:root .has-zumthor-color {
  color: #46b1b5;
}
:root .has-lightzumthor-background-color {
  background-color: #cadcdc;
}
:root .has-lightzumthor-color {
  color: #cadcdc;
}
:root .has-transparent-background-color {
  background-color: transparent;
}
:root .has-transparent-color {
  color: transparent;
}
:root .has-small-font-size {
  font-size: 0.8125rem;
}
:root .has-normal-font-size {
  font-size: 1rem;
}
:root .has-medium-font-size {
  font-size: 1.25rem;
}
:root .has-large-font-size {
  font-size: 2.25rem;
}
:root .has-huge-font-size {
  font-size: 3rem;
}

.o-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.o-container.o-container--wide {
  max-width: 82.5rem;
}
@media screen and (min-width: 1024px) {
  .o-container.o-container--reveal {
    visibility: hidden;
  }
}
.o-container.o-container--ov-hide {
  overflow: hidden;
}

.o-main-container {
  padding-top: 5.625rem;
  padding-bottom: 6.5rem;
  background-color: #f7f8f9;
}
.o-main-container.no-scroll {
  padding-top: 0;
  height: 100vh;
  overflow: hidden;
}

.o-row {
  display: flex;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  flex-wrap: wrap;
}
.o-row__column {
  width: calc(100% - 1.25rem);
  flex: 0 0 auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  direction: initial;
}
.o-row__column--span-1 {
  width: calc(8.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-1\@small {
    width: calc(8.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-1\@medium {
    width: calc(8.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-1\@large {
    width: calc(8.3333333333% - 1.25rem);
  }
}
.o-row__column--span-2 {
  width: calc(16.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-2\@small {
    width: calc(16.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-2\@medium {
    width: calc(16.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-2\@large {
    width: calc(16.6666666667% - 1.25rem);
  }
}
.o-row__column--span-3 {
  width: calc(25% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-3\@small {
    width: calc(25% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-3\@medium {
    width: calc(25% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-3\@large {
    width: calc(25% - 1.25rem);
  }
}
.o-row__column--span-4 {
  width: calc(33.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-4\@small {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-4\@medium {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-4\@large {
    width: calc(33.3333333333% - 1.25rem);
  }
}
.o-row__column--span-5 {
  width: calc(41.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-5\@small {
    width: calc(41.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-5\@medium {
    width: calc(41.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-5\@large {
    width: calc(41.6666666667% - 1.25rem);
  }
}
.o-row__column--span-6 {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-6\@small {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-6\@medium {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-6\@large {
    width: calc(50% - 1.25rem);
  }
}
.o-row__column--span-7 {
  width: calc(58.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-7\@small {
    width: calc(58.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-7\@medium {
    width: calc(58.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-7\@large {
    width: calc(58.3333333333% - 1.25rem);
  }
}
.o-row__column--span-8 {
  width: calc(66.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-8\@small {
    width: calc(66.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-8\@medium {
    width: calc(66.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-8\@large {
    width: calc(66.6666666667% - 1.25rem);
  }
}
.o-row__column--span-9 {
  width: calc(75% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-9\@small {
    width: calc(75% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-9\@medium {
    width: calc(75% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-9\@large {
    width: calc(75% - 1.25rem);
  }
}
.o-row__column--span-10 {
  width: calc(83.3333333333% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-10\@small {
    width: calc(83.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-10\@medium {
    width: calc(83.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-10\@large {
    width: calc(83.3333333333% - 1.25rem);
  }
}
.o-row__column--span-11 {
  width: calc(91.6666666667% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-11\@small {
    width: calc(91.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-11\@medium {
    width: calc(91.6666666667% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-11\@large {
    width: calc(91.6666666667% - 1.25rem);
  }
}
.o-row__column--span-12 {
  width: calc(100% - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__column--span-12\@small {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__column--span-12\@medium {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__column--span-12\@large {
    width: calc(100% - 1.25rem);
  }
}
.o-row__col--span-1 {
  width: calc(6.25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-1\@small {
    width: calc(6.25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-1\@medium {
    width: calc(6.25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-1\@large {
    width: calc(6.25rem - 1.25rem);
  }
}
.o-row__col--span-2 {
  width: calc(12.5rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-2\@small {
    width: calc(12.5rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-2\@medium {
    width: calc(12.5rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-2\@large {
    width: calc(12.5rem - 1.25rem);
  }
}
.o-row__col--span-3 {
  width: calc(18.75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-3\@small {
    width: calc(18.75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-3\@medium {
    width: calc(18.75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-3\@large {
    width: calc(18.75rem - 1.25rem);
  }
}
.o-row__col--span-4 {
  width: calc(25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-4\@small {
    width: calc(25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-4\@medium {
    width: calc(25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-4\@large {
    width: calc(25rem - 1.25rem);
  }
}
.o-row__col--span-5 {
  width: calc(31.25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-5\@small {
    width: calc(31.25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-5\@medium {
    width: calc(31.25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-5\@large {
    width: calc(31.25rem - 1.25rem);
  }
}
.o-row__col--span-6 {
  width: calc(37.5rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-6\@small {
    width: calc(37.5rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-6\@medium {
    width: calc(37.5rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-6\@large {
    width: calc(37.5rem - 1.25rem);
  }
}
.o-row__col--span-7 {
  width: calc(43.75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-7\@small {
    width: calc(43.75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-7\@medium {
    width: calc(43.75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-7\@large {
    width: calc(43.75rem - 1.25rem);
  }
}
.o-row__col--span-8 {
  width: calc(50rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-8\@small {
    width: calc(50rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-8\@medium {
    width: calc(50rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-8\@large {
    width: calc(50rem - 1.25rem);
  }
}
.o-row__col--span-9 {
  width: calc(56.25rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-9\@small {
    width: calc(56.25rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-9\@medium {
    width: calc(56.25rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-9\@large {
    width: calc(56.25rem - 1.25rem);
  }
}
.o-row__col--span-10 {
  width: calc(62.5rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-10\@small {
    width: calc(62.5rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-10\@medium {
    width: calc(62.5rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-10\@large {
    width: calc(62.5rem - 1.25rem);
  }
}
.o-row__col--span-11 {
  width: calc(68.75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-11\@small {
    width: calc(68.75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-11\@medium {
    width: calc(68.75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-11\@large {
    width: calc(68.75rem - 1.25rem);
  }
}
.o-row__col--span-12 {
  width: calc(75rem - 1.25rem);
}
@media screen and (max-width: 47.9375em) {
  .o-row__col--span-12\@small {
    width: calc(75rem - 1.25rem);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .o-row__col--span-12\@medium {
    width: calc(75rem - 1.25rem);
  }
}
@media screen and (min-width: 64em) {
  .o-row__col--span-12\@large {
    width: calc(75rem - 1.25rem);
  }
}

.u-bor-b {
  border-bottom: 1px solid #ccc;
}

.c-header--bg-dark .u-bor-b {
  border-color: #333;
}

.c-woo-archive__header {
  padding: 3rem 0.625rem 4rem;
}
.c-woo-archive__header h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-woo-archive__wrapper {
  padding: 0 0.625rem;
}
.c-woo-archive__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
}
.c-woo-archive__meta > p {
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .c-woo-archive__meta {
    display: block;
  }
}

.c-products {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-1-columns\@small .c-product {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-1-columns\@medium .c-product {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-1-columns\@large .c-product {
    width: calc(100%/1);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-2-columns\@small .c-product {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-2-columns\@medium .c-product {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-2-columns\@large .c-product {
    width: calc(100%/2);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-3-columns\@small .c-product {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-3-columns\@medium .c-product {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-3-columns\@large .c-product {
    width: calc(100%/3);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-4-columns\@small .c-product {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-4-columns\@medium .c-product {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-4-columns\@large .c-product {
    width: calc(100%/4);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-5-columns\@small .c-product {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-5-columns\@medium .c-product {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-5-columns\@large .c-product {
    width: calc(100%/5);
  }
}
@media screen and (max-width: 47.9375em) {
  .c-products.has-6-columns\@small .c-product {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-products.has-6-columns\@medium .c-product {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 64em) {
  .c-products.has-6-columns\@large .c-product {
    width: calc(100%/6);
  }
}
.c-products .c-product {
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-products .c-product__inner {
  position: relative;
}
.c-products .c-product__inner .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-products .c-product__inner:hover .c-product__buttons {
  opacity: 1;
}
.c-products .c-product__thumbnail {
  position: relative;
}
.c-products .c-product__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.c-products .c-product__badges {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.c-products .c-product__badges span {
  padding: 0.25rem 0.875rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.c-products .c-product__buttons {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-products .c-product__buttons {
    opacity: 1;
  }
}
.c-products .c-product__button a {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1rem 2.5rem;
  border: 1px solid #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.6875rem;
  z-index: 3;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.c-products .c-product__button a:hover {
  background: #fff;
  color: #1f1f1f;
}
.c-products .c-product__button a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.c-products .c-product__header {
  margin: 1.5rem 0 1.5rem;
  position: relative;
}
.c-products .c-product__header .price {
  position: absolute;
  right: 0;
  top: 0.25rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
}
.c-products .c-product__header .price del {
  margin-right: 0.25rem;
  color: #777;
}
.c-products .c-product__header .price ins {
  text-decoration: none;
}
.c-products .c-product__title {
  margin-bottom: 0.25rem;
  padding-right: 5.75rem;
}
.c-products .c-product__cats {
  display: block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #1f1f1f;
}
.c-products .c-product__cats a {
  color: #777;
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}
.c-products .c-product__cats a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 1px;
  width: calc(100% - 1px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-products .c-product__cats a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.woocommerce-pagination {
  margin-top: 2rem;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 500;
  list-style: none;
  margin: 0;
}
.woocommerce-pagination .page-numbers span:not(.dots):not(.current):not(.thefutur-icons), .woocommerce-pagination .page-numbers a:not(.prev):not(.next) {
  color: #1f1f1f;
  display: inline-block;
  position: relative;
  padding: 0 0.125rem;
  margin: 0 0.75rem;
}
.woocommerce-pagination .page-numbers span:not(.dots):not(.current):not(.thefutur-icons)::before, .woocommerce-pagination .page-numbers a:not(.prev):not(.next)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.woocommerce-pagination .page-numbers span:not(.dots):not(.current):not(.thefutur-icons):hover::before, .woocommerce-pagination .page-numbers a:not(.prev):not(.next):hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.woocommerce-pagination .page-numbers a.prev, .woocommerce-pagination .page-numbers a.next {
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0.25rem;
  font-size: 0.75rem;
}
.woocommerce-pagination .page-numbers a.prev {
  margin-right: 2rem;
}
.woocommerce-pagination .page-numbers a.next {
  margin-left: 2rem;
}
.woocommerce-pagination .page-numbers .dots, .woocommerce-pagination .page-numbers .current {
  padding: 0 0.125rem;
  margin: 0 0.75rem;
  color: #1f1f1f;
}
.woocommerce-pagination .page-numbers .current {
  position: relative;
}
.woocommerce-pagination .page-numbers .current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: 100% 50%;
}

.c-woo-sidebar-widget {
  /*-------------------------------------------------------------------

  ==  Filter Price

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Active Filters

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Product cats

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Layered nav

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Rating filter

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Product

  -------------------------------------------------------------------*/
}
.c-woo-sidebar-widget.widget_product_categories > h5, .c-woo-sidebar-widget.widget_layered_nav > h5, .c-woo-sidebar-widget.widget_product_tag_cloud > h5 {
  margin-bottom: 0.75rem;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider {
  position: relative;
  height: 1px;
  background: #ccc;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider .ui-slider-range {
  background: #1f1f1f;
  display: inline-block;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider .ui-slider-handle {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border: none;
  border-radius: 50%;
  top: -0.3125rem;
  position: absolute;
  z-index: 2;
  background-color: #1f1f1f;
  cursor: ew-resize;
  outline: 0;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider .ui-slider-handle:last-of-type {
  transform: translateX(-10px);
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount .price_label {
  text-align: left;
  width: 100%;
  font-size: 1rem;
  color: #1f1f1f;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount button {
  margin-top: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  padding: 0.75rem 1.875rem;
  font-size: 0.625rem;
  border: 1px solid #1f1f1f;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  text-align: center;
}
.c-woo-sidebar-widget.widget_price_filter form .price_slider_amount button:hover {
  background: transparent;
  color: #1f1f1f;
}
.c-woo-sidebar-widget.widget_layered_nav_filters ul li.chosen a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.c-woo-sidebar-widget.widget_layered_nav_filters ul li.chosen a span {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.c-woo-sidebar-widget.widget_product_categories ul li {
  position: relative;
}
.c-woo-sidebar-widget.widget_product_categories ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-woo-sidebar-widget.widget_product_categories ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-woo-sidebar-widget.widget_product_categories ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-woo-sidebar-widget.widget_product_categories .count {
  position: absolute;
  right: 0;
}
.c-woo-sidebar-widget.widget_product_categories .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li > ul li a::before {
  content: "--";
}
.c-woo-sidebar-widget.widget_product_categories > ul li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
}
.c-woo-sidebar-widget.widget_layered_nav ul li {
  position: relative;
}
.c-woo-sidebar-widget.widget_layered_nav ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-woo-sidebar-widget.widget_layered_nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-woo-sidebar-widget.widget_layered_nav ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-woo-sidebar-widget.widget_layered_nav .count {
  position: absolute;
  right: 0;
}
.c-woo-sidebar-widget.widget_layered_nav .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li > ul li a::before {
  content: "--";
}
.c-woo-sidebar-widget.widget_layered_nav > ul li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !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;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.c-woo-sidebar-widget.widget_rating_filter ul li a .star-rating > span::before {
  content: "";
  color: #1f1f1f;
  font-family: "thefutur-icons" !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;
}
.c-woo-sidebar-widget.widget_products ul li, .c-woo-sidebar-widget.widget_recently_viewed_products ul li {
  padding-bottom: 18px;
  display: flex;
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1161px) {
  .c-woo-sidebar-widget.widget_products ul li, .c-woo-sidebar-widget.widget_recently_viewed_products ul li {
    flex-direction: column;
  }
}
.c-woo-sidebar-widget.widget_products ul li:last-child, .c-woo-sidebar-widget.widget_recently_viewed_products ul li:last-child {
  padding-bottom: 0;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-image, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-image {
  padding-right: 14px;
}
@media (min-width: 1024px) and (max-width: 1161px) {
  .c-woo-sidebar-widget.widget_products ul li .woo-widget-products-image, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-image {
    padding-right: 0;
    padding-bottom: 14px;
  }
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-image img, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-image img {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content {
  align-self: center;
}
@media (min-width: 1024px) and (max-width: 1161px) {
  .c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content {
    align-self: flex-start;
  }
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-title, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-price, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-price {
  font-size: 16px;
  display: block;
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 2px;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-price del, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-price del {
  margin-right: 0.125rem;
  color: #777;
}
.c-woo-sidebar-widget.widget_products ul li .woo-widget-products-content .woo-widget-products-price ins, .c-woo-sidebar-widget.widget_recently_viewed_products ul li .woo-widget-products-content .woo-widget-products-price ins {
  text-decoration: none;
}

.woocommerce-ordering .select2 {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single {
  padding: 0.375rem 0;
  background-color: transparent;
  border: none;
  display: block;
  height: 2.5rem;
  margin: 0;
  line-height: 2.5rem;
  font-weight: 600;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-bottom: 1px solid #1f1f1f;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  font-size: 0.625rem;
  color: #1f1f1f;
  right: -0.4375rem;
  top: 0;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__arrow::before {
  content: "";
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-ordering .select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container.woo_orderby {
  min-width: 17.5rem !important;
  max-height: 2.5rem;
}

body .select2-dropdown {
  background: #1f1f1f;
  border-color: #1f1f1f;
}

.select2-container--default .select2-results > .select2-results__options {
  position: relative;
  margin: 0;
  padding: 0.75rem 1rem;
  list-style: none;
  max-height: 16.25rem !important;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  padding: 0.375rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 0;
  color: #a3a4a4;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #fff;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--selected {
  background: transparent;
}
.select2-container--default.billing_country_dropdown .select2-dropdown, .select2-container--default.billing_state_dropdown .select2-dropdown {
  background: #dadadd;
  border-color: #1f1f1f;
}
.select2-container--default.billing_country_dropdown .select2-search, .select2-container--default.billing_state_dropdown .select2-search {
  display: block;
  padding: 14px 15px 2px;
}
.select2-container--default.billing_country_dropdown .select2-search .select2-search__field, .select2-container--default.billing_state_dropdown .select2-search .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #1f1f1f;
  background-color: #f7f8f9;
  border: 1px solid #1f1f1f;
  outline: 0;
  -webkit-appearance: none;
  height: 2rem;
}
.select2-container--default.billing_country_dropdown .select2-results > .select2-results__options .select2-results__option, .select2-container--default.billing_state_dropdown .select2-results > .select2-results__options .select2-results__option {
  color: #777;
}
.select2-container--default.billing_country_dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted, .select2-container--default.billing_state_dropdown .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #1f1f1f;
  background: transparent;
}
.select2-container--default.billing_country_dropdown .select2-results > .select2-results__options .select2-results__option[data-selected=true], .select2-container--default.billing_state_dropdown .select2-results > .select2-results__options .select2-results__option[data-selected=true] {
  background: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1f1f1f;
}

.woocommerce-checkout .select2 .select2-selection.select2-selection--single, .variations_select.select2 .select2-selection.select2-selection--single {
  padding: 0.375rem 1.25rem;
  background-color: transparent;
  border: none;
  display: block;
  height: 2.5rem;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  border: 1px solid #a3a4a4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__rendered, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #1f1f1f;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__arrow, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  font-size: 0.625rem;
  right: 0.625rem;
  color: #1f1f1f;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__arrow::before, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__arrow::before {
  content: "";
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-checkout .select2 .select2-selection.select2-selection--single .select2-selection__arrow b, .variations_select.select2 .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.c-navigation-woocommerce {
  display: flex;
  height: 5.625rem;
  align-items: center;
  margin-left: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-navigation-woocommerce {
    display: none;
  }
}
.c-navigation-woocommerce.c-navigation-woocommerce--light .c-navigation-woocommerce__account a {
  color: #fff;
}
.c-navigation-woocommerce.c-navigation-woocommerce--light .c-navigation-woocommerce__cart-link {
  color: #fff;
}
.c-navigation-woocommerce.c-navigation-woocommerce--light .c-navigation-woocommerce__cart-count {
  background: #1f1f1f;
  color: #fff;
}
.c-navigation-woocommerce__account a {
  padding: 0.75rem 0.375rem;
  margin: 0 0.375rem;
}
.c-navigation-woocommerce__account .thefutur-icons {
  font-size: 1.125rem;
}
.c-navigation-woocommerce__cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin: 0 0.375rem;
}
.c-navigation-woocommerce__cart-link {
  padding: 2rem 0.375rem;
  position: relative;
}
.c-navigation-woocommerce__cart-count {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: -0.125rem;
  top: 1.75rem;
  height: 1rem;
  line-height: 1;
  min-width: 1rem;
  max-width: 1.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0 0.25rem;
  font-weight: bold;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  background: #1f1f1f;
  color: #fff;
}
.c-navigation-woocommerce__cart-content {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.c-navigation-woocommerce__cart-inner {
  position: relative;
  width: 100%;
  width: 18.75rem;
  padding: 1.625rem 1.5rem;
  background-color: #1f1f1f;
}
.c-navigation-woocommerce__cart .thefutur-icons {
  font-size: 1.125rem;
}

/*Mini-cart*/
.c-mini-cart__item {
  display: flex;
  margin-bottom: 1.5rem;
}
.c-mini-cart__item .blockUI {
  display: none !important;
}
.c-mini-cart__item:last-child {
  margin-bottom: 0;
}
.c-mini-cart__item-thumbnail {
  flex-shrink: 0;
  width: 5rem;
  margin-right: 1.25rem;
}
.c-mini-cart__item-thumbnail img {
  height: auto;
  width: 100%;
}
.c-mini-cart__item-content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 1.25rem;
}
.c-mini-cart__item-remove {
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  color: #a3a4a4;
  transition: color 0.2s ease-out;
}
.c-mini-cart__item-remove .thefutur-icons {
  font-size: 0.5625rem;
}
.c-mini-cart__item-remove:hover {
  color: #fff;
}
.c-mini-cart__item-title {
  margin-bottom: 0.125rem;
}
.c-mini-cart__item-title a {
  color: #fff;
}
.c-mini-cart__item-quantity {
  font-size: 0.8125rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #a3a4a4;
  letter-spacing: 0.15em;
}
.c-mini-cart__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 1.25rem;
}
.c-mini-cart__subtotal-name {
  margin-bottom: 0;
  color: #a3a4a4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.c-mini-cart__subtotal-amount {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.c-mini-cart__buttons {
  display: block;
  margin-top: 1.25rem;
}
.c-mini-cart__buttons .c-mini-cart__button {
  display: block;
  padding: 0.875rem 2rem;
  font-size: 0.625rem;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
}
.c-mini-cart__buttons .c-mini-cart__button:first-child {
  margin-bottom: 0.625rem;
}
.c-mini-cart__buttons .c-mini-cart__button--light {
  color: #fff;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.c-mini-cart__buttons .c-mini-cart__button--light:hover {
  background: #fff;
  color: #1f1f1f;
}
.c-mini-cart__buttons .c-mini-cart__button--white {
  background: #fff;
  color: #1f1f1f;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.c-mini-cart__buttons .c-mini-cart__button--white:hover {
  background: transparent;
  color: #fff;
}
.c-mini-cart__empty-message {
  color: #fff;
  margin-bottom: 0;
}

/*Cart*/
.woocommerce {
  position: relative;
}
.woocommerce .woocommerce-cart-form .blockUI.blockOverlay {
  background: #f7f8f9 !important;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents {
  font-size: 100%;
  width: 100%;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents thead th {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents thead {
    display: none;
  }
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents thead th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody tr:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td {
  padding: 1rem 0.625rem;
  text-align: left;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td h6 {
  margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove a.remove {
  transition: 0.2s ease-in color;
  color: #a3a4a4;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove a.remove:hover {
  background: transparent;
  color: inherit;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-thumbnail {
  width: 5rem;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-thumbnail img {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-price, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-subtotal {
  font-weight: 500;
  font-size: 1rem;
  color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .quantity input[type=number] {
  font-size: 0.875rem;
  width: 3.125rem;
  padding: 0 0.625rem;
  height: 3.125rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  margin-bottom: 0;
  border-right: none;
  border-left: none;
  border-top: 1px solid #1f1f1f;
  border-color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #1f1f1f;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus:hover, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus:hover {
  background: #1f1f1f;
  color: #fff;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus::-moz-selection, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus::-moz-selection {
  background: transparent;
  color: inherit;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-minus::selection, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-plus::selection {
  background: transparent;
  color: inherit;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions {
  padding: 2.625rem 0 1.5rem;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button {
  margin-left: auto;
  opacity: 0.5;
  border: 1px solid #1f1f1f;
  padding: 1.0625rem 2.5625rem;
  cursor: default;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button[aria-disabled=false] {
  cursor: pointer;
  opacity: 1;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button[aria-disabled=false]:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > label {
  display: none;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > input[type=text] {
  height: 3rem;
  width: 12.5rem;
  margin-bottom: 0;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > button.button {
  margin-left: 1.25rem;
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .coupon > button.button:hover {
  background: transparent;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody {
    display: block;
    border-top: 1px solid #dadadd;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody tr {
    display: block;
    text-align: center;
    padding: 1.25rem 0;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody tr:last-child {
    padding: 0.625rem 0;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove, .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-thumbnail {
    display: inline-block;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-remove {
    margin-left: -1.5625rem;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.product-quantity .product-quantity-wrapper {
    justify-content: center;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper > button.button {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper .coupon {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper .coupon > input[type=text] {
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form table.cart.woocommerce-cart-form__contents tbody td.actions .actions-wrapper .coupon > button.button {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.woocommerce .cart-collaterals .blockUI.blockOverlay {
  background: #f7f8f9 !important;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  font-size: 100%;
  width: 100%;
  margin-bottom: 2.375rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td, .woocommerce .cart-collaterals .cart_totals table.shop_table thead th {
  border-top: none;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
  padding: 1rem 0.625rem;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal td[data-title=Subtotal] {
  font-weight: 500;
  font-size: 1rem;
  color: #1f1f1f;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total td[data-title=Total] strong {
  font-weight: 500;
  font-size: 1rem;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table tbody {
    display: block;
    border-top: 1px solid #1f1f1f;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
  }
  .woocommerce .cart-collaterals .cart_totals table.shop_table tbody td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce .return-to-shop {
  margin-bottom: 0;
}
.woocommerce .return-to-shop a.button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
}
.woocommerce .return-to-shop a.button:hover {
  background: transparent;
  color: #1f1f1f;
}

.woocommerce .woocommerce-notices-wrapper {
  color: #1f1f1f;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.875rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  list-style: none;
  color: #1f1f1f;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error > li {
  margin-bottom: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  display: block;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-notices-wrapper .restore-item {
  display: inline-flex;
  color: #1f1f1f;
  position: relative;
}
.woocommerce .woocommerce-notices-wrapper .restore-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1875rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-notices-wrapper .restore-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1875rem;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-notices-wrapper .restore-item:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-notices-wrapper .restore-item:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .cart-empty.woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-Message {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 16.25rem;
  padding: 2.875rem 2.875rem;
  background-color: #1f1f1f;
  float: left;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.375rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  display: inline-block;
  line-height: 1.33;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding: 0.375rem 0;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 260px);
  padding: 0 4.0625rem;
  margin: 0 0 3.75rem;
  float: left;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin-top: 2.5rem;
    padding: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-top: 0.625rem;
}
.woocommerce-account .woocommerce-MyAccount-content p mark {
  background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content p strong {
  font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #1f1f1f;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content p a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-account .woocommerce-MyAccount-content p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-account table.shop_table {
  font-size: 100%;
  width: 100%;
}
.woocommerce-account table.shop_table tbody td, .woocommerce-account table.shop_table thead th {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .woocommerce-account table.shop_table thead {
    display: none;
  }
}
.woocommerce-account table.shop_table thead th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce-account table.shop_table tbody {
  color: #1f1f1f;
}
.woocommerce-account table.shop_table tbody td {
  padding: 1rem 0.625rem;
  text-align: left;
}
.woocommerce-account table.shop_table tbody td .woocommerce-button.button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
}
.woocommerce-account table.shop_table tbody td .woocommerce-button.button:hover {
  background: transparent;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce-account table.shop_table tbody {
    display: block;
    border-top: 1px solid #dadadd;
  }
  .woocommerce-account table.shop_table tbody tr {
    display: block;
    text-align: center;
    padding: 1.25rem 0;
  }
  .woocommerce-account table.shop_table tbody tr:last-child {
    padding: 0.625rem 0;
  }
  .woocommerce-account table.shop_table tbody td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
}
.woocommerce-account table.shop_table tfoot {
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .woocommerce-account table.shop_table tfoot {
    display: block;
    border-top: 1px solid #dadadd;
  }
  .woocommerce-account table.shop_table tfoot tr {
    display: block;
    text-align: center;
    padding: 1.25rem 0;
  }
  .woocommerce-account table.shop_table tfoot tr th {
    display: block;
    text-align: center;
  }
  .woocommerce-account table.shop_table tfoot tr:last-child {
    padding: 0.625rem 0;
  }
  .woocommerce-account table.shop_table tfoot td {
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
}
.woocommerce-account .woocommerce-order-details table.shop_table {
  font-size: 100%;
  width: 100%;
  margin-bottom: 2.375rem;
}
.woocommerce-account .woocommerce-order-details table.shop_table tbody td, .woocommerce-account .woocommerce-order-details table.shop_table thead th {
  border-top: none;
}
.woocommerce-account .woocommerce-order-details table.shop_table thead th {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 0.8125rem;
  padding: 0.625rem 0.625rem;
}
.woocommerce-account .woocommerce-Addresses.addresses {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address {
  width: 50%;
  min-width: 20rem;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title {
  margin: 0.25rem 0 1.5rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a {
  display: inline-flex;
  color: #1f1f1f;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.75rem;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address .woocommerce-Address-title a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row {
  margin-top: 0;
  margin-bottom: 1.125rem;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row input[type=text] {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row input[type=password] {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row > span {
  display: block;
  margin-top: 0.5rem;
  opacity: 0.7;
  font-size: 0.875rem;
}
.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row > span em {
  font-style: normal;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  border: none;
  margin: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #1f1f1f;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button.button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button.button:hover {
  background: transparent;
  color: #1f1f1f;
}

@media screen and (max-width: 1024px) {
  .o-single-post .c-product {
    max-width: 48rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .o-single-post .c-product .c-products .c-product {
    margin-bottom: 1.875rem;
  }
}
.o-single-post .c-product__content-holder {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .o-single-post .c-product__content-holder {
    display: block;
  }
}
.o-single-post .c-product__gallery {
  width: 33.75rem;
  margin-right: 5rem;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .o-single-post .c-product__gallery {
    margin-right: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
}
.o-single-post .c-product__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-single-post .c-product__badges {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.o-single-post .c-product__badges span {
  padding: 0.25rem 0.875rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.o-single-post .c-product__slider {
  display: block;
  position: relative;
}
.o-single-post .c-product__slider:hover .c-product__slider-nav-btn {
  opacity: 1;
}
.o-single-post .c-product__slider-holder {
  display: block;
  position: relative;
}
.o-single-post .c-product__slider-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.o-single-post .c-product__slider .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.o-single-post .c-product__slider .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.o-single-post .c-product__slider .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.o-single-post .c-product__slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  opacity: 0;
  transition: 0.3s opacity ease-out;
  padding: 0.875rem;
  cursor: pointer;
  color: #1f1f1f;
}
.o-single-post .c-product__slider-nav-btn--next {
  right: 0.375rem;
}
.o-single-post .c-product__slider-nav-btn--prev {
  left: 0.375rem;
}
.o-single-post .c-product__thumbs {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.o-single-post .c-product__thumbs-item {
  width: 33%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 0.5rem;
  cursor: pointer;
}
.o-single-post .c-product__thumbs .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.o-single-post .c-product__thumbs .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.o-single-post .c-product__inner {
  flex: 1 1 auto;
}
.o-single-post .c-product__inner .woocommerce-product-rating {
  margin-bottom: 0.625rem;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !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;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.o-single-post .c-product__inner .woocommerce-product-rating .star-rating > span::before {
  content: "";
  color: #1f1f1f;
  font-family: "thefutur-icons" !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;
}
.o-single-post .c-product__inner .stock.out-of-stock {
  margin-bottom: 0;
  margin-top: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #1f1f1f;
}
.o-single-post .c-product__single-title {
  font-size: 2.625rem;
  margin-bottom: 0.625rem;
}
.o-single-post .c-product__price {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #1f1f1f;
}
.o-single-post .c-product__price del {
  color: #777;
  margin-right: 0.25rem;
}
.o-single-post .c-product__price ins {
  text-decoration: none;
}
.o-single-post .c-product .woocommerce-product-details__short-description {
  margin-top: 1.5rem;
}
.o-single-post .c-product .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.o-single-post .c-product__cart {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.625rem;
}
.o-single-post .c-product__cart.grouped_form, .o-single-post .c-product__cart.variations_form {
  display: block;
}
.o-single-post .c-product__cart.variations_form .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  flex-wrap: wrap;
}
.o-single-post .c-product__cart .product-quantity-wrapper {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.o-single-post .c-product__cart .quantity input[type=number] {
  font-size: 0.875rem;
  width: 3.125rem;
  padding: 0 0.625rem;
  height: 3.125rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  margin-bottom: 0;
  border-right: none;
  border-left: none;
  border-top: 1px solid #1f1f1f;
  border-color: #1f1f1f;
}
.o-single-post .c-product__cart .quantity input[type=number]::-webkit-outer-spin-button, .o-single-post .c-product__cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.o-single-post .c-product__cart .product-quantity-minus, .o-single-post .c-product__cart .product-quantity-plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #1f1f1f;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  color: #1f1f1f;
}
.o-single-post .c-product__cart .product-quantity-minus:hover, .o-single-post .c-product__cart .product-quantity-plus:hover {
  background: #1f1f1f;
  color: #fff;
}
.o-single-post .c-product__cart .product-quantity-minus::-moz-selection, .o-single-post .c-product__cart .product-quantity-plus::-moz-selection {
  background: transparent;
  color: inherit;
}
.o-single-post .c-product__cart .product-quantity-minus::selection, .o-single-post .c-product__cart .product-quantity-plus::selection {
  background: transparent;
  color: inherit;
}
.o-single-post .c-product__cart .button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.o-single-post .c-product__cart .button:hover {
  background: transparent;
  color: #1f1f1f;
}
.o-single-post .c-product__cart table.group_table {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.group_table tbody tr {
  border-bottom: none;
}
.o-single-post .c-product__cart table.group_table tbody tr td {
  padding: 0;
  padding-bottom: 1.25rem;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__label {
  padding-right: 1rem;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__price {
  color: #1f1f1f;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__price del {
  color: #777;
  margin-right: 0.25rem;
}
.o-single-post .c-product__cart table.group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.o-single-post .c-product__cart table.group_table tbody tr td .product-quantity-wrapper {
  margin-right: 1.25rem;
}
.o-single-post .c-product__cart table.variations {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.variations tbody tr {
  border-bottom: none;
}
.o-single-post .c-product__cart table.variations tbody tr td {
  padding: 0;
  padding-bottom: 1.25rem;
}
.o-single-post .c-product__cart table.variations tbody tr td.label {
  padding-right: 1rem;
  color: #1f1f1f;
}
.o-single-post .c-product__cart table.variations tbody tr td.label label {
  margin-bottom: 0;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations {
  position: relative;
  letter-spacing: 0.25em;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: 1rem;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.o-single-post .c-product__cart table.variations tbody tr td.value a.reset_variations:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.o-single-post .c-product__meta {
  margin-top: 2.625rem;
}
.o-single-post .c-product__meta-sku, .o-single-post .c-product__meta-cats, .o-single-post .c-product__meta-tags {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}
.o-single-post .c-product__meta-cats a, .o-single-post .c-product__meta-tags a {
  position: relative;
}
.o-single-post .c-product__meta-cats a::before, .o-single-post .c-product__meta-tags a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.o-single-post .c-product__meta-cats a:hover::before, .o-single-post .c-product__meta-tags a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.o-single-post .c-product__tabs {
  margin-top: 6rem;
}
.o-single-post .c-product__tabs-holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  margin: 0;
}
.o-single-post .c-product__tabs-holder li {
  display: inline-flex;
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
}
.o-single-post .c-product__tabs-holder li.active a {
  border-color: #1f1f1f;
}
.o-single-post .c-product__tabs-holder li a {
  border: 1px solid #dadadd;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 3.25rem;
}
.o-single-post .c-product__tabs-panel {
  margin: 1.5rem 0 0.75rem;
}
.o-single-post .c-product__tabs-panel.woocommerce-Tabs-panel--reviews {
  margin-top: 2rem;
}
.o-single-post .c-product__tabs-panel table.shop_attributes {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr {
  border-bottom: none;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr th {
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-right: 1rem;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr td {
  padding: 0.1875rem 0;
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel table.shop_attributes tbody tr td p {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .woocommerce-verification-required {
  color: #1f1f1f;
  margin-top: 1.5rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol {
  list-style: none;
  margin: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li {
  margin: 0 0 0.9375rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li:last-child {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container {
  display: flex;
}
@media screen and (max-width: 580px) {
  .o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container {
    display: block;
  }
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container img {
  flex: 0 0 auto;
  width: 5.625rem;
  height: 5.625rem;
  margin-right: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text {
  margin-left: 1.25rem;
}
@media screen and (max-width: 580px) {
  .o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !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;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .star-rating > span::before {
  content: "";
  color: #1f1f1f;
  font-family: "thefutur-icons" !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;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__author {
  font-size: 1.25rem;
  margin-right: 1.5rem;
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .description {
  margin-top: 0.125rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews ol li .comment_container .comment-text .description p {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond {
  margin-top: 1.375rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-reply-title {
  margin-bottom: 0.75rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form label {
  margin-bottom: 0;
  line-height: 1.2;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-notes {
  margin-bottom: 0.25rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars {
  display: inline-block;
  margin: 0.625rem 0 0.875rem;
  line-height: 1.2;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars > span {
  display: flex;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars a::before {
  content: "";
  color: #777;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8125rem;
  letter-spacing: 0.3125rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars:hover a::before, .o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars.selected a.active::before, .o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars.selected a:not(.active)::before {
  content: "";
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars:not(.selected) a:hover ~ a::before, .o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form .stars.selected a.active ~ a::before {
  content: "";
  color: #777;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-author {
  display: inline-block;
  width: calc(50% - 2px);
  padding-right: 15px;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-email {
  display: inline-block;
  width: calc(50% - 2px);
  padding-left: 15px;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p {
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent {
  margin-bottom: 1.5rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox] {
  float: left;
  margin: 0.1875rem 0.625rem 0.1875rem 0.1875rem;
  opacity: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent label {
  position: relative;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border: 1px solid #777;
  left: 0;
  top: 1px;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent label::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 0.375rem;
  width: 0.5625rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 0.1875rem;
  top: 0.25rem;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox] + label::after {
  content: none;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::after {
  content: "";
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::before {
  border-color: #1f1f1f;
  background: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label {
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.form-submit input[type=submit] {
  padding: 1.0625rem 2.5625rem;
  border: 1px solid #1f1f1f;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.form-submit input[type=submit]:hover {
  background: transparent;
  color: #1f1f1f;
}
.o-single-post .c-product__tabs-panel .woocommerce-Reviews .comment-respond .comment-form p.comment-notes {
  display: none;
  margin-bottom: 2rem;
}
.o-single-post .c-product .related.products {
  margin-top: 1.5rem;
}
.o-single-post .c-product .related.products > h3 {
  position: relative;
  margin: 5.75rem 0 2.25rem;
}
.o-single-post .woocommerce-Message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
}
.o-single-post .woocommerce-Message a.button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.0625rem 2.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
  text-align: center;
  margin: 0;
  order: 1;
}
.o-single-post .woocommerce-Message a.button:hover {
  background: transparent;
  color: #1f1f1f;
}

.single-product .woocommerce-message .button.wc-forward {
  padding: 1.0625rem 2.5625rem;
  background: #1f1f1f;
  color: #fff;
  border: 1px solid #1f1f1f;
  transition: background 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.875rem;
}
.single-product .woocommerce-message .button.wc-forward:hover {
  background: transparent;
  color: #1f1f1f;
}

.woocommerce-checkout .blockUI.blockOverlay {
  background: #f7f8f9 !important;
}
.woocommerce-checkout .woocommerce-order {
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-order .woocommerce-notice {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  list-style: none;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
  list-style: none;
  margin: 0;
  margin-bottom: 2.375rem;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  position: relative;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon {
  position: relative;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce-checkout .woocommerce-error {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  list-style: none;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-error > li {
  margin-bottom: 0;
}
.woocommerce-checkout form.checkout_coupon {
  margin-bottom: 2rem;
}
.woocommerce-checkout form.checkout_coupon p {
  margin-bottom: 0;
}
.woocommerce-checkout form.checkout_coupon p:first-child {
  opacity: 0.7;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout form.checkout_coupon .button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce-checkout form.checkout_coupon .button:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce-checkout form.woocommerce-checkout .o-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 2.25rem;
}
.woocommerce-checkout form.woocommerce-checkout .o-row .o-row__column {
  margin-top: 1.75rem;
}
.woocommerce-checkout form.woocommerce-checkout h3 {
  margin-bottom: 0.875rem;
}
.woocommerce-checkout form.woocommerce-checkout label {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout p {
  margin-bottom: 1.5rem;
}
.woocommerce-checkout form.woocommerce-checkout p input[type=text] {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout p input[type=tel] {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout p input[type=email] {
  margin-bottom: 0;
}
.woocommerce-checkout table.shop_table {
  font-size: 100%;
  width: 100%;
  margin-bottom: 2.375rem;
}
.woocommerce-checkout table.shop_table tbody td, .woocommerce-checkout table.shop_table thead th {
  border-top: none;
}
.woocommerce-checkout table.shop_table thead th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  padding: 0.625rem 0;
}
.woocommerce-checkout table.shop_table tfoot tr th, .woocommerce-checkout table.shop_table tfoot tr td, .woocommerce-checkout table.shop_table tbody tr th, .woocommerce-checkout table.shop_table tbody tr td {
  padding: 0.625rem 0;
  color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2.375rem;
  list-style: none;
  background-color: transparent;
  list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li {
  margin-bottom: 0;
  position: relative;
  margin: 0;
  padding: 0.875rem 1.5rem;
  border-bottom: 1px solid #dadadd;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 0;
  cursor: pointer;
  color: #1f1f1f;
  position: relative;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label::before {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #777;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: 0.1875rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label::after {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #1f1f1f;
  border-radius: 50%;
  position: absolute;
  left: -1.3125rem;
  top: 0.375rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio] + label::after {
  content: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio]:checked + label::after {
  content: "";
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li input[type=radio]:checked + label::before {
  border-color: #1f1f1f;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li p {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  margin-top: 0.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover {
  background: transparent;
  color: #1f1f1f;
}

#customer_login.o-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
#customer_login.o-row .o-row__column > h2 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #customer_login.o-row .o-row__column:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #customer_login.o-row .o-row__column:nth-child(2) {
    margin-top: 3rem;
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-row label {
  display: none;
}
.woocommerce .woocommerce-form-login .form-row {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.375rem;
  color: #1f1f1f;
  cursor: pointer;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox span {
  display: flex;
  align-items: center;
  color: #1f1f1f;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox span::before {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
  border: 1px solid #1f1f1f;
  cursor: pointer;
  color: #1f1f1f;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox span::after {
  position: absolute;
  left: 1px;
  content: "";
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox input[type=checkbox]:not(:checked) + span::after {
  content: none;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword, .woocommerce .woocommerce-form-login .lost_password {
  margin-top: 1.375rem;
  margin-bottom: 2.375rem;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a, .woocommerce .woocommerce-form-login .lost_password a {
  position: relative;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a::before, .woocommerce .woocommerce-form-login .lost_password a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a::after, .woocommerce .woocommerce-form-login .lost_password a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover::before, .woocommerce .woocommerce-form-login .lost_password a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover::after, .woocommerce .woocommerce-form-login .lost_password a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text {
  margin-bottom: 1.375rem;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a {
  color: #1f1f1f;
  position: relative;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-login .woocommerce-button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-form-login .woocommerce-button:hover {
  background: transparent;
  color: #1f1f1f;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button:hover {
  background: transparent;
  color: #1f1f1f;
}

.woocommerce .woocommerce-form-register .woocommerce-form-row label {
  display: none;
}
.woocommerce .woocommerce-form-register .form-row {
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text p {
  margin-bottom: 1.375rem;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a {
  position: relative;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.woocommerce .woocommerce-form-register .woocommerce-button {
  padding: 1.0625rem 2.5625rem;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #1f1f1f;
}
.woocommerce .woocommerce-form-register .woocommerce-button:hover {
  background: transparent;
  color: #1f1f1f;
}

.c-post {
  margin-bottom: 5.5rem;
}
.c-post-archive__title {
  padding: 3rem 0.625rem 4rem;
}
.c-post-archive__title h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-post__wrapper {
  padding: 0 0.625rem;
}
.c-post__single-wrapper {
  max-width: 75rem;
  padding: 0 0.625rem;
}
.c-post.sticky .c-post__title a {
  display: flex;
  align-items: center;
}
.c-post.sticky .c-post__title a .thefutur-icons {
  margin-right: 0.75rem;
}
.c-post__nopost {
  margin-bottom: 5rem;
}
.c-post__nopost form {
  margin-bottom: 2.25rem;
}
.c-post__nopost-text {
  margin-bottom: 1rem;
}
.c-post__nopost-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: #1f1f1f;
  color: #fff;
  padding: 1.125rem 2.625rem;
}
.c-post__nopost-button .thefutur-button.thefutur-button__dupl {
  display: flex;
  overflow: hidden;
}
.c-post__nopost-button p {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  line-height: 1;
}
.c-post.format-quote {
  margin-bottom: 6.5rem;
}
.c-post.format-quote .c-post__excerpt {
  margin: 0;
}
.c-post.format-quote .c-post__quote-gutenberg {
  display: block;
}
.c-post.format-quote .c-post__quote-gutenberg-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4.4% 4.5% 4.4% 4.5%;
  position: relative;
  overflow: hidden;
  background: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .c-post.format-quote .c-post__quote-gutenberg-holder {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-post.format-quote .c-post__quote-gutenberg-holder .c-post__thumbnail {
  background: transparent;
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote {
  color: #fff;
  margin: 0;
  position: relative;
  background: transparent;
  padding: 0;
  width: calc(100% - 208px);
  margin-left: 3rem;
  z-index: 1;
  font-weight: 600;
  font-size: 1.25rem;
  border: none;
}
@media screen and (max-width: 768px) {
  .c-post.format-quote .c-post__quote-gutenberg-holder blockquote {
    margin-left: 0;
    margin-bottom: 1.75rem;
    width: 100%;
  }
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote p {
  font-size: 1.25rem;
  margin-top: 0;
  font-style: normal;
  color: #fff;
  font-weight: 600;
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote cite {
  font-style: normal;
  margin-top: 0.75rem;
  font-size: 1rem;
  display: block;
  font-weight: 400;
  color: #fff;
}
.c-post.format-quote .c-post__quote-gutenberg-holder blockquote.wp-block-quote {
  border-left: none;
}
.c-post.format-quote .c-post__quote-gutenberg-holder .c-post__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.c-post.format-quote .c-post__quote-gutenberg-holder .c-post__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post.format-quote .c-post__quote-gutenberg-icon {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.c-post.format-quote .c-post__quote-gutenberg-icon .thefutur-icons {
  font-size: 4.5rem;
}
.c-post.format-link {
  margin-bottom: 6.5rem;
}
.c-post.format-link .c-post__link-gutenberg {
  display: block;
}
.c-post.format-link .c-post__link-gutenberg-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8% 4.5% 8% 4.5%;
  position: relative;
  overflow: hidden;
  background: #777;
  font-size: 1rem;
  font-weight: 500;
}
.c-post.format-link .c-post__link-gutenberg-holder .c-post__thumbnail {
  background: transparent;
}
.c-post.format-link .c-post__link-gutenberg-holder p {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  font-size: 1rem;
  z-index: 1;
}
.c-post.format-link .c-post__link-gutenberg-holder a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.4;
}
.c-post.format-link .c-post__link-gutenberg-holder a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-post.format-link .c-post__link-gutenberg-holder a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-post.format-link .c-post__link-gutenberg-holder a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-post.format-link .c-post__link-gutenberg-holder a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-post.format-link .c-post__link-gutenberg-holder .c-post__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.c-post.format-link .c-post__link-gutenberg-holder .c-post__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post.format-link .c-post__link-gutenberg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  margin-right: 1.25rem;
}
.c-post.format-link .c-post__link-gutenberg-icon .thefutur-icons {
  font-size: 2rem;
}
.c-post__footer {
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin: 1.875rem -1.25rem -1.25rem -1.25rem;
  padding: 1.25rem;
}
.c-post__tags {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.c-post__tags a {
  font-size: 1rem;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
}
.c-post__tags a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-post__tags a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-post__tags a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-post__tags a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-post__meta {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.c-post__meta-author {
  padding: 0.25rem 0.875rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.c-post__meta-date {
  padding: 0.5rem 0.875rem 0.75rem;
  color: #fff;
  position: relative;
  background: #1f1f1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.c-post__meta-date--month {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.c-post__meta-date--day {
  font-size: 1.75rem;
}
@media screen and (max-width: 47.9375em) {
  .c-post__meta-date--day {
    font-size: 1.375rem;
  }
}
.c-post__meta-cats {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.c-post__meta-cats a {
  color: #777;
  position: relative;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 500;
}
.c-post__meta-cats a > span {
  position: relative;
}
.c-post__meta-cats a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-post__meta-cats a::after {
  content: "";
  width: 0.375rem;
  height: 1px;
  background: currentColor;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  display: inline-block;
  pointer-events: none;
}
.c-post__meta-cats a:first-child::after {
  content: none;
}
.c-post__meta-cats a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-post__audio {
  width: 100%;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-post__audio iframe {
  display: block;
  width: 100%;
}
.c-post__video {
  width: 100%;
  position: relative;
}
.c-post__video video {
  display: block;
  width: 100%;
}
.c-post__video video[poster] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__video .c-post__meta-author {
  bottom: 2.5rem;
}
.c-post__thumbnail, .c-post__gallery, .c-post__video {
  background-color: #dadadd;
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-post__readmore {
  margin-top: 1.75rem;
  font-size: 0.8125rem;
}
.c-post__readmore a {
  display: inline-flex;
  color: #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  position: relative;
}
.c-post__readmore a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-post__readmore a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-post__readmore a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-post__readmore a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-post__excerpt {
  color: #777;
  margin-top: 0.875rem;
}
.c-post__excerpt p {
  margin-bottom: 0;
}
.c-post__title {
  margin-bottom: 0;
}
.c-post__content {
  margin-top: 1rem;
}
.c-post__gallery-gutenberg {
  position: relative;
  margin-bottom: 1.875rem;
}
.c-post__gallery-gutenberg > a {
  display: block;
}
.c-post__gallery-gutenberg .c-post__gallery-button {
  position: absolute;
  right: 0;
  height: 3.125rem;
  width: 3.125rem;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
}
.c-post__gallery-gutenberg .c-post__gallery-button--prev {
  bottom: 0;
}
.c-post__gallery-gutenberg .c-post__gallery-button--next {
  bottom: 3.125rem;
  border-bottom: 1px solid #dadadd;
}
.c-post__gallery-gutenberg .blocks-gallery-grid, .c-post__gallery-gutenberg .wp-block-gallery {
  display: block;
  position: relative;
}
.c-post__gallery-gutenberg .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.c-post__gallery-gutenberg .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-post__gallery-gutenberg .wp-block-gallery {
  position: relative;
}
.c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-post__gallery-gutenberg .wp-block-gallery.alignwide, .c-post__gallery-gutenberg .wp-block-gallery.alignfull {
  width: 100%;
  margin: 0;
}

.o-single-post .c-post {
  padding-top: 0;
  padding-bottom: 0;
}
.o-single-post .c-post__content::after {
  content: "";
  clear: both;
  display: table;
}
.o-single-post .c-post.format-gallery .c-post__content > .wp-block-gallery:first-of-type {
  display: none;
}
.o-single-post .c-post.format-quote .c-post__content > .wp-block-quote:first-of-type {
  display: none;
}
.o-single-post .c-post.format-quote .c-post__quote-gutenberg {
  margin-bottom: 2rem;
}
.o-single-post .c-post.format-audio .c-post__content > .wp-block-embed:first-of-type {
  display: none;
}
.o-single-post .c-post.format-audio .c-post__content > .wp-block-audio:first-of-type {
  display: none;
}
.o-single-post .c-post.format-video .c-post__content > .wp-block-embed:first-of-type {
  display: none;
}
.o-single-post .c-post.format-video .c-post__content > .wp-block-video:first-of-type {
  display: none;
}
.o-single-post .c-post.format-video .c-post__content > p iframe:first-of-type {
  display: none;
}
.o-single-post .c-post.format-link .c-post__content > p:first-of-type {
  display: none;
}
.o-single-post .c-post.format-link .c-post__link-gutenberg {
  margin-bottom: 2rem;
}
.o-single-post .c-post__thumbnail, .o-single-post .c-post__gallery, .o-single-post .c-post__video {
  background-color: #dadadd;
  text-align: center;
  margin: 0 auto;
  max-width: 75rem;
  margin-bottom: 1.75rem;
  position: relative;
}
.o-single-post .c-post__thumbnail img, .o-single-post .c-post__gallery img, .o-single-post .c-post__video img {
  -o-object-fit: cover;
     object-fit: cover;
}
.o-single-post .c-post__header {
  margin-bottom: 0;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery {
  position: relative;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery .blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.o-single-post .c-post__gallery-gutenberg .wp-block-gallery.alignwide, .o-single-post .c-post__gallery-gutenberg .wp-block-gallery.alignfull {
  width: 100%;
  margin: 0;
}

.o-single-post-full .alignwide {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
  max-width: 78.75rem;
}
@media screen and (max-width: 1260px) {
  .o-single-post-full .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.o-single-post-full .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}
.o-single-post-full .alignfull img {
  width: 100%;
}
.o-single-post-full .wp-block-cover-image.alignwide, .o-single-post-full .wp-block-cover-image.alignfull {
  width: auto;
}
.o-single-post-full.o-container.o-container--wide .alignwide {
  margin-left: -5rem;
  margin-right: -5rem;
  max-width: 92.5rem;
}
@media screen and (max-width: 1480px) {
  .o-single-post-full.o-container.o-container--wide .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.o-single-post-full.o-container.o-container--wide .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}
.o-single-post-full.o-container.o-container--wide .alignfull img {
  width: 100%;
}

.o-single-post-left-sidebar .alignwide, .o-single-post-left-sidebar .alignfull, .o-single-post-sidebar .alignwide, .o-single-post-sidebar .alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: 60rem;
  width: auto;
}
.o-single-post-left-sidebar .wp-block-cover-image.alignwide, .o-single-post-left-sidebar .wp-block-cover-image.alignfull, .o-single-post-sidebar .wp-block-cover-image.alignwide, .o-single-post-sidebar .wp-block-cover-image.alignfull {
  width: auto;
}
.o-single-post-left-sidebar.o-container.o-container--wide .alignwide, .o-single-post-left-sidebar.o-container.o-container--wide .alignfull, .o-single-post-sidebar.o-container.o-container--wide .alignwide, .o-single-post-sidebar.o-container.o-container--wide .alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: 60rem;
  width: auto;
}

.o-row.left-sidebar {
  flex-direction: row-reverse;
}

.o-posts .c-post__inner.creative {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative {
    display: block;
  }
}
.o-posts .c-post__inner.creative .c-post__thumbnail {
  width: calc(50% - 40px);
  margin-bottom: 0;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative .c-post__thumbnail {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .c-post__inner.creative .c-post__gallery-gutenberg {
  width: calc(50% - 40px);
  margin-bottom: 0;
  margin-right: 2.5rem;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative .c-post__gallery-gutenberg {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .c-post__inner.creative .c-post__gallery-gutenberg .wp-block-gallery {
  margin-bottom: 0;
}
.o-posts .c-post__inner.creative .c-post__content-wrapper {
  padding-left: 2.5rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .o-posts .c-post__inner.creative .c-post__content-wrapper {
    width: 100%;
    padding-left: 0px;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative {
    display: block;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__thumbnail {
  width: calc(50% - 20px);
  margin-bottom: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__thumbnail {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__gallery-gutenberg {
  width: calc(50% - 20px);
  margin-bottom: 0;
  margin-right: 1.25rem;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__gallery-gutenberg {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__content-wrapper {
  padding-left: 1.25rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .o-posts .o-row__column--span-9\@large .c-post__inner.creative .c-post__content-wrapper {
    width: 100%;
    padding-left: 0px;
  }
}

.c-page {
  padding: 0 0.625rem;
}
.c-page__header {
  padding: 3rem 0.625rem 4rem;
}
.c-page__header h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-page .wp-block-cover-image.alignwide, .c-page .wp-block-cover-image.alignfull {
  width: auto;
}
.c-page__content::after {
  content: "";
  clear: both;
  display: table;
}

.c-portfolio {
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  position: relative;
}
.c-portfolio-archive__title {
  padding: 3rem 0.625rem 4rem;
}
.c-portfolio-archive__title h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.c-portfolio-archive__title p {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.c-portfolio.format-gallery .c-portfolio__content > .wp-block-gallery:first-of-type {
  display: none;
}
.c-portfolio__single-wrapper {
  max-width: 75rem;
  padding: 0 0.625rem;
}
.c-portfolio__single-wrapper .c-portfolio {
  margin-bottom: 0;
}
.c-portfolio__archive-wrapper {
  padding: 0 0.625rem 5rem;
}
.c-portfolio__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.c-portfolio__masonry-grid {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  visibility: hidden;
}
.c-portfolio__masonry-grid.grid-no-space, .c-portfolio__masonry-grid.grid-creative-ns {
  margin-left: 0;
  margin-right: 0;
}
.c-portfolio__masonry-grid.grid-no-space .c-portfolio, .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio {
  padding: 0;
  margin: 0;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio, .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio {
  height: 22.5rem;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio:nth-child(6n+1), .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio:nth-child(6n+1) {
  height: 28.625rem;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio:nth-child(6n+3), .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio:nth-child(6n+3) {
  height: 28.625rem;
}
.c-portfolio__masonry-grid.grid-creative .c-portfolio:nth-child(6n+4), .c-portfolio__masonry-grid.grid-creative-ns .c-portfolio:nth-child(6n+4) {
  height: 28.625rem;
}
.c-portfolio__filter {
  margin-bottom: 1.125rem;
  display: flex;
  flex-wrap: wrap;
}
.c-portfolio__filter-info {
  margin-right: 1.625rem;
  margin-bottom: 0.875rem;
}
.c-portfolio__filter-info span {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #777;
  line-height: 1.2;
  font-weight: 500;
}
.c-portfolio__filter-button {
  margin-right: 1.25rem;
  margin-bottom: 0.875rem;
  cursor: pointer;
}
.c-portfolio__filter-button a, .c-portfolio__filter-button span {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #1f1f1f;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}
.c-portfolio__filter-button a::before, .c-portfolio__filter-button span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-portfolio__filter-button:hover > a::before, .c-portfolio__filter-button.active > a::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-portfolio__filter-button:hover > span::before, .c-portfolio__filter-button.active > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-portfolio__search {
  max-width: 15rem;
}
.c-portfolio__search .c-search-form__button {
  right: 0.1875rem;
}
.c-portfolio__search input[type=search] {
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
}
.c-portfolio__search input[type=text], .c-portfolio__search input[type=search] {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem 0.125rem;
  font-weight: 600;
  border: 1px solid #a3a4a4;
}
.c-portfolio__search input[type=text]::-webkit-input-placeholder, .c-portfolio__search input[type=search]::-webkit-input-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]::-moz-placeholder, .c-portfolio__search input[type=search]::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.c-portfolio__search input[type=text]::-ms-placeholder, .c-portfolio__search input[type=search]::-ms-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]::-moz-placeholder, .c-portfolio__search input[type=search]::-moz-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]:-ms-input-placeholder, .c-portfolio__search input[type=search]:-ms-input-placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]::placeholder, .c-portfolio__search input[type=search]::placeholder {
  color: #777;
}
.c-portfolio__search input[type=text]:focus, .c-portfolio__search input[type=search]:focus {
  border-color: #1f1f1f;
}
.c-portfolio--no-space, .c-portfolio--creative-ns {
  padding: 0;
  margin-bottom: 0;
}
.c-portfolio__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.c-portfolio__wrapper:hover .c-portfolio__header-wrapper.header-animation .c-portfolio__header::before {
  opacity: 0.3;
}
.c-portfolio__header {
  display: flex;
  flex-direction: column;
}
.c-portfolio__header h4 {
  margin-bottom: 8px;
}
.c-portfolio__header-wrapper {
  margin: 1.5rem 0 1.75rem;
}
.c-portfolio__header-wrapper.header-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #1f1f1f;
  overflow: hidden;
}
.c-portfolio__header-wrapper.header-animation.hover-om {
  right: 0;
  top: 0;
}
.c-portfolio__header-wrapper.header-animation.hover-om .c-portfolio__header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}
.c-portfolio__header-wrapper.header-animation.hover-om .c-portfolio__cats-wrapper {
  justify-content: center;
}
.c-portfolio__header-wrapper.header-animation.hover-oa {
  background: transparent;
  right: 0;
  top: 0;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header {
  text-align: center;
  padding: 1rem;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1f1f1f;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.14, 0.31, 0.47, 0.99);
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header .c-portfolio__title {
  z-index: 1;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header .c-portfolio__link {
  z-index: 2;
}
.c-portfolio__header-wrapper.header-animation.hover-oa .c-portfolio__header .c-portfolio__cats-wrapper {
  z-index: 3;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 3rem 1.25rem 1.25rem;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__title {
  margin-bottom: 0;
  color: #fff;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__cats-wrapper {
  margin-top: 0.25rem;
  transform-origin: 0 0;
}
.c-portfolio__header-wrapper.header-animation .c-portfolio__cats a {
  color: #a3a4a4;
}
.c-portfolio__header > .c-portfolio__title {
  color: #1f1f1f;
  margin: 0;
}
.c-portfolio__cats-wrapper {
  display: block;
  margin-top: 0.375rem;
}
.c-portfolio__cats {
  display: block;
}
.c-portfolio__cats a {
  color: #777;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-portfolio__cats a::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 26px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-portfolio__cats a::after {
  content: "";
  width: 0.375rem;
  height: 1px;
  background: currentColor;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  display: inline-block;
  pointer-events: none;
}
.c-portfolio__cats a:first-child::after {
  content: none;
}
.c-portfolio__cats a:first-child::before {
  width: calc(100% - 2px);
  left: 0;
}
.c-portfolio__cats a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-portfolio__link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-portfolio__link-text {
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 600;
  text-transform: uppercase;
}
.c-portfolio__image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.c-portfolio__video {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.c-portfolio__video video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-portfolio__thumbnail, .c-portfolio__gallery {
  background-color: #f1f1f1;
  text-align: center;
  height: 100%;
}
.c-portfolio__thumbnail img, .c-portfolio__gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.c-portfolio__thumbnail video, .c-portfolio__gallery video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-portfolio__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.c-portfolio__thumbnail.has-sh {
  height: 22.5rem;
}
.c-portfolio__loadmore {
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-portfolio__loadmore-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
}
.c-portfolio__loadmore-link {
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #1f1f1f;
  padding: 10px;
  width: 11.25rem;
  height: 11.25rem;
  border-color: #1f1f1f;
}
.c-portfolio__loadmore-before {
  position: absolute;
  background: #1f1f1f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.c-portfolio__loadmore-text {
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  color: #1f1f1f;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25em;
  font-size: 0.8125rem;
}
.c-portfolio__loadmore-text--altered {
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  position: absolute;
  color: #1f1f1f;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.25em;
  font-weight: 600;
  font-size: 0.8125rem;
}
.c-portfolio__gallery-gutenberg {
  margin-bottom: 3rem;
  position: relative;
}
.c-portfolio__gallery-gutenberg .c-portfolio__gallery-button {
  position: absolute;
  right: 0;
  height: 3.125rem;
  width: 3.125rem;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
}
.c-portfolio__gallery-gutenberg .c-portfolio__gallery-button--prev {
  bottom: 0;
}
.c-portfolio__gallery-gutenberg .c-portfolio__gallery-button--next {
  bottom: 3.125rem;
  border-bottom: 1px solid #dadadd;
}
.c-portfolio__gallery-gutenberg .blocks-gallery-grid, .c-portfolio__gallery-gutenberg .wp-block-gallery {
  display: block;
}
.c-portfolio__gallery-gutenberg .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.c-portfolio__gallery-gutenberg .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery {
  position: relative;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery .blocks-gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-portfolio__gallery-gutenberg .wp-block-gallery.alignwide, .c-portfolio__gallery-gutenberg .wp-block-gallery.alignfull {
  width: 100%;
  margin: 0;
}
.c-portfolio__navigation .navigation.pagination .nav-links {
  margin-top: 3rem;
}

.o-single-post .wp-block-cover-image.alignwide, .o-single-post .wp-block-cover-image.alignfull {
  width: auto;
}
.o-single-post .c-portfolio {
  padding: 0;
}
.o-single-post .c-portfolio__thumbnail, .o-single-post .c-portfolio__gallery, .o-single-post .c-portfolio__video {
  background-color: #f1f1f1;
  text-align: center;
  max-width: 71.25rem;
  margin-bottom: 2.5rem;
}
.o-single-post .c-portfolio__thumbnail img, .o-single-post .c-portfolio__gallery img, .o-single-post .c-portfolio__video img {
  -o-object-fit: cover;
     object-fit: cover;
}
.o-single-post .c-portfolio__header {
  display: block;
  margin: 0;
  padding: 2.5rem 0.625rem;
}
.o-single-post .c-portfolio__title {
  margin-bottom: 8px;
}
.o-single-post .c-portfolio__cats a {
  color: inherit;
}

.ajax-loadmore-container {
  text-align: center;
  margin-top: 1.625rem;
}

.archive.tax-thefutur-portfolio-category .c-portfolio__filter-button.c-portfolio__filter-button--main.active > a::before {
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.archive.tax-thefutur-portfolio-category .c-portfolio__filter-button.c-portfolio__filter-button.c-portfolio__filter-button--main:hover > a::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

@media screen and (min-width: 64em) {
  .c-sidebar, .c-woo-sidebar {
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-sidebar, .c-woo-sidebar {
    padding: 0 0.625rem;
    margin-top: 5.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-sidebar, .c-woo-sidebar {
    padding: 0 0.625rem;
    margin-top: 5.75rem;
  }
}

@media screen and (min-width: 64em) {
  .o-row.left-sidebar .c-sidebar {
    padding-left: 0.625rem;
  }
}

.c-sidebar-widget, .c-woo-sidebar-widget {
  margin-bottom: 3rem;
  font-size: 1rem;
}
.c-sidebar-widget > h5, .c-woo-sidebar-widget > h5 {
  font-size: 1.4375rem;
  margin-bottom: 1.375rem;
}
.c-sidebar-widget > ul, .c-woo-sidebar-widget > ul {
  list-style: none;
  margin: 0;
}
.c-sidebar-widget.widget_block .wp-block-search, .c-woo-sidebar-widget.widget_block .wp-block-search {
  position: relative;
}
.c-sidebar-widget.widget_block .wp-block-search label, .c-woo-sidebar-widget.widget_block .wp-block-search label {
  display: none;
  margin-bottom: 0;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__inside-wrapper, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search], .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search] {
  width: 100%;
  padding-right: 1.625rem;
  max-height: 2.75rem;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-webkit-input-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-webkit-input-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-ms-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-ms-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::-moz-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]:-ms-input-placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]:-ms-input-placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search input[type=search]::placeholder, .c-woo-sidebar-widget.widget_block .wp-block-search input[type=search]::placeholder {
  color: #777;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button {
  position: absolute;
  right: 0.625rem;
  top: 0;
  height: 2.75rem;
  width: 1.125rem;
  padding: 0;
  background: transparent;
  border: none;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:focus, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:focus {
  background: transparent;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon {
  width: 1.4375rem;
  right: 0;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon svg, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button.has-icon svg {
  min-height: 1.875rem;
  min-width: 1.875rem;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon), .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon) {
  font-size: 0;
  font-family: thefutur-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon)::before, .c-woo-sidebar-widget.widget_block .wp-block-search .wp-block-search__button:not(.has-icon)::before {
  content: "";
  font-size: 1.375rem;
  color: #1f1f1f;
}
.c-sidebar-widget.widget_thefutur_social_widget > h5, .c-sidebar-widget.widget_categories > h5, .c-sidebar-widget.widget_archive > h5, .c-sidebar-widget.widget_tag_cloud > h5, .c-woo-sidebar-widget.widget_thefutur_social_widget > h5, .c-woo-sidebar-widget.widget_categories > h5, .c-woo-sidebar-widget.widget_archive > h5, .c-woo-sidebar-widget.widget_tag_cloud > h5 {
  margin-bottom: 0.875rem;
}
.c-sidebar-widget.widget_thefutur_social_widget, .c-sidebar-widget.widget_categories, .c-sidebar-widget.widget_archive, .c-sidebar-widget.widget_tag_cloud, .c-woo-sidebar-widget.widget_thefutur_social_widget, .c-woo-sidebar-widget.widget_categories, .c-woo-sidebar-widget.widget_archive, .c-woo-sidebar-widget.widget_tag_cloud {
  margin-bottom: 2.5rem;
}
.c-sidebar-widget .tagcloud, .c-woo-sidebar-widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.c-sidebar-widget .tagcloud a, .c-woo-sidebar-widget .tagcloud a {
  font-size: 1rem !important;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
}
.c-sidebar-widget .tagcloud a::before, .c-woo-sidebar-widget .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-sidebar-widget .tagcloud a::after, .c-woo-sidebar-widget .tagcloud a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-sidebar-widget .tagcloud a:hover::before, .c-woo-sidebar-widget .tagcloud a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-sidebar-widget .tagcloud a:hover::after, .c-woo-sidebar-widget .tagcloud a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-sidebar-widget.widget_categories ul li, .c-woo-sidebar-widget.widget_categories ul li {
  position: relative;
}
.c-sidebar-widget.widget_categories ul li a, .c-woo-sidebar-widget.widget_categories ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-sidebar-widget.widget_categories ul li a::after, .c-woo-sidebar-widget.widget_categories ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-sidebar-widget.widget_categories ul li a:hover::after, .c-woo-sidebar-widget.widget_categories ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-sidebar-widget.widget_categories .post-count, .c-woo-sidebar-widget.widget_categories .post-count {
  position: absolute;
  right: 0;
}
.c-sidebar-widget.widget_categories .children, .c-woo-sidebar-widget.widget_categories .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-sidebar-widget.widget_categories > ul li > ul li a::before, .c-woo-sidebar-widget.widget_categories > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-sidebar-widget.widget_categories > ul li > ul li a::after, .c-woo-sidebar-widget.widget_categories > ul li > ul li a::after {
  width: calc(100% - 19px);
  left: 1.0625rem;
}
.c-sidebar-widget.widget_categories > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_categories > ul li > ul li > ul li a::before {
  content: "--";
}
.c-sidebar-widget.widget_categories > ul li > ul li > ul li a::after, .c-woo-sidebar-widget.widget_categories > ul li > ul li > ul li a::after {
  width: calc(100% - 30px);
  left: 1.75rem;
}
.c-sidebar-widget.widget_archive ul li, .c-woo-sidebar-widget.widget_archive ul li {
  position: relative;
}
.c-sidebar-widget.widget_archive ul li a, .c-woo-sidebar-widget.widget_archive ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #777;
}
.c-sidebar-widget.widget_archive ul li a::after, .c-woo-sidebar-widget.widget_archive ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-sidebar-widget.widget_archive ul li a:hover::after, .c-woo-sidebar-widget.widget_archive ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-sidebar-widget.widget_archive .post-count, .c-woo-sidebar-widget.widget_archive .post-count {
  position: absolute;
  right: 0;
}
.c-sidebar-widget.widget_recent_comments ul li > a, .c-woo-sidebar-widget.widget_recent_comments ul li > a {
  text-decoration: underline;
  color: #777;
}
.c-sidebar-widget.widget_rss ul li, .c-woo-sidebar-widget.widget_rss ul li {
  margin-bottom: 1.125rem;
}
.c-sidebar-widget.widget_rss ul li .rsswidget, .c-woo-sidebar-widget.widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
}
.c-sidebar-widget.widget_rss ul li .rss-date, .c-woo-sidebar-widget.widget_rss ul li .rss-date {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-sidebar-widget.widget_rss ul li cite, .c-woo-sidebar-widget.widget_rss ul li cite {
  text-align: right;
  display: block;
  color: #1f1f1f;
}
.c-sidebar-widget.widget_pages .children, .c-woo-sidebar-widget.widget_pages .children {
  margin: 0;
  padding-left: 0;
  margin-top: 0.5rem;
  list-style: none;
  font-size: 100%;
}
.c-sidebar-widget.widget_pages > ul li > ul li a::before, .c-woo-sidebar-widget.widget_pages > ul li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-sidebar-widget.widget_pages > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_pages > ul li > ul li > ul li a::before {
  content: "--";
}
.c-sidebar-widget.widget_nav_menu .menu, .c-woo-sidebar-widget.widget_nav_menu .menu {
  list-style: none;
  margin-left: 0;
}
.c-sidebar-widget.widget_nav_menu .menu .sub-menu, .c-woo-sidebar-widget.widget_nav_menu .menu .sub-menu {
  list-style: none;
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li a::before {
  content: "-";
  color: #777;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li a::before {
  content: "--";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li a::before {
  content: "---";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li a::before {
  content: "----";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-----";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "--------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "---------";
}
.c-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before, .c-woo-sidebar-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "----------";
}
.c-sidebar-widget.widget_thefutur_mst_recent_widget, .c-woo-sidebar-widget.widget_thefutur_mst_recent_widget {
  margin-bottom: 3.625rem;
}
.c-sidebar-widget.widget_media_gallery .gallery, .c-woo-sidebar-widget.widget_media_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4375rem -0.4375rem 0 -0.4375rem;
  max-width: 17rem;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item {
  flex: 1;
  text-align: center;
  flex: 0 0 auto;
  padding: 0.4375rem;
  margin: 0;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: "thefutur-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link::before, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  font-size: 1.25rem;
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link:hover::before, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-item .custom-link:hover::before {
  transform: translateX(0);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-1 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
  width: calc(100%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-2 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
  width: calc(50%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-3 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.3333333333%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-4 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
  width: calc(25%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-5 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
  width: calc(20%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-6 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
  width: calc(16.6666666667%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-7 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
  width: calc(14.2857142857%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-8 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
  width: calc(12.5%);
}
.c-sidebar-widget.widget_media_gallery .gallery.gallery-columns-9 .gallery-item, .c-woo-sidebar-widget.widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
  width: calc(11.1111111111%);
}
.c-sidebar-widget.widget_media_gallery .gallery .gallery-caption, .c-woo-sidebar-widget.widget_media_gallery .gallery .gallery-caption {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.c-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-table, .c-woo-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-table {
  margin-bottom: 0.625rem;
}
.c-sidebar-widget.widget_calendar .calendar_wrap caption, .c-woo-sidebar-widget.widget_calendar .calendar_wrap caption {
  background: transparent;
  caption-side: top;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0.9375rem;
  color: #1f1f1f;
  font-weight: 500;
}
.c-sidebar-widget.widget_calendar .calendar_wrap thead tr, .c-woo-sidebar-widget.widget_calendar .calendar_wrap thead tr {
  border: none;
}
.c-sidebar-widget.widget_calendar .calendar_wrap thead th, .c-woo-sidebar-widget.widget_calendar .calendar_wrap thead th {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #1f1f1f;
  font-size: 0.875rem;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr {
  border: none;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr td, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr td {
  border: 1px solid #dadadd;
  position: relative;
  font-size: 0.75rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #1f1f1f;
  padding: 0;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr td.pad, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr td.pad {
  border: none;
}
.c-sidebar-widget.widget_calendar .calendar_wrap tbody tr td#today, .c-woo-sidebar-widget.widget_calendar .calendar_wrap tbody tr td#today {
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
}
.c-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-nav, .c-woo-sidebar-widget.widget_calendar .calendar_wrap .wp-calendar-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-footer-widget {
  padding: 0 0.625rem;
  margin-bottom: 2.625rem;
  color: #fff;
  font-size: 1rem;
}
.c-footer-widget > h5 {
  margin-bottom: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.c-footer-widget > ul {
  list-style: none;
  margin: 0;
}
.c-footer-widget a {
  color: #f7f8f9;
}
.c-footer-widget.widget_thefutur_contacts_widget > h5 {
  margin-bottom: 1.0625rem;
}
.c-footer-widget.widget_search .c-search-form__field {
  color: #fff;
}
.c-footer-widget.widget_search .c-search-form__field::-webkit-input-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field::-moz-placeholder {
  color: #a3a4a4;
  opacity: 1;
}
.c-footer-widget.widget_search .c-search-form__field::-ms-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field::-moz-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field:-ms-input-placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field::placeholder {
  color: #a3a4a4;
}
.c-footer-widget.widget_search .c-search-form__field:focus {
  border-color: #fff;
}
.c-footer-widget.widget_search .c-search-form__button .thefutur-icons {
  color: #fff;
}
.c-footer-widget.widget_thefutur_social_widget > h5, .c-footer-widget.widget_categories > h5, .c-footer-widget.widget_archive > h5, .c-footer-widget.widget_tag_cloud > h5 {
  margin-bottom: 0.75rem;
}
.c-footer-widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.c-footer-widget .tagcloud a {
  font-size: 1rem !important;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
  line-height: 1.33;
  text-transform: capitalize;
  color: #fff;
}
.c-footer-widget .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-footer-widget .tagcloud a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-footer-widget .tagcloud a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-footer-widget .tagcloud a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-footer-widget.widget_categories ul li {
  position: relative;
}
.c-footer-widget.widget_categories ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #a3a4a4;
}
.c-footer-widget.widget_categories ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-footer-widget.widget_categories ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-footer-widget.widget_categories .post-count {
  position: absolute;
  right: 0;
  color: #a3a4a4;
}
.c-footer-widget.widget_categories .children {
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.c-footer-widget.widget_categories > ul li > ul li a::before {
  content: "-";
  color: #a3a4a4;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-footer-widget.widget_categories > ul li > ul li > ul li a::before {
  content: "--";
}
.c-footer-widget.widget_archive ul li {
  position: relative;
}
.c-footer-widget.widget_archive ul li a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
  color: #a3a4a4;
}
.c-footer-widget.widget_archive ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-footer-widget.widget_archive ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-footer-widget.widget_archive .post-count {
  position: absolute;
  right: 0;
  color: #a3a4a4;
}
.c-footer-widget.widget_recent_comments ul li > a {
  text-decoration: underline;
  color: #a3a4a4;
}
.c-footer-widget.widget_rss ul li {
  margin-bottom: 1.125rem;
}
.c-footer-widget.widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
  color: #fff;
}
.c-footer-widget.widget_rss ul li .rss-date {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-footer-widget.widget_rss ul li cite {
  text-align: right;
  display: block;
  color: #fff;
}
.c-footer-widget.widget_pages .children {
  margin: 0;
  padding-left: 0;
  margin-top: 0.5rem;
  list-style: none;
  font-size: 100%;
}
.c-footer-widget.widget_pages > ul li > ul li a::before {
  content: "-";
  color: #a3a4a4;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-footer-widget.widget_pages > ul li > ul li > ul li a::before {
  content: "--";
}
.c-footer-widget.widget_nav_menu .menu {
  list-style: none;
  margin-left: 0;
}
.c-footer-widget.widget_nav_menu .menu .sub-menu {
  list-style: none;
  margin: 0;
  margin-top: 0.5rem;
  padding-left: 0;
}
.c-footer-widget.widget_nav_menu .menu li > ul li a::before {
  content: "-";
  color: #a3a4a4;
  font-size: 1rem;
  margin-right: 0.3125rem;
  font-family: monospace;
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li a::before {
  content: "--";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li a::before {
  content: "---";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li a::before {
  content: "----";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-----";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "-------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "--------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "---------";
}
.c-footer-widget.widget_nav_menu .menu li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li > ul li a::before {
  content: "----------";
}
.c-footer-widget.widget_calendar .calendar_wrap .wp-calendar-table {
  margin-bottom: 0.625rem;
}
.c-footer-widget.widget_calendar .calendar_wrap caption {
  background: transparent;
  caption-side: top;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0.9375rem;
  color: #fff;
  font-weight: 500;
}
.c-footer-widget.widget_calendar .calendar_wrap thead tr {
  border: none;
}
.c-footer-widget.widget_calendar .calendar_wrap thead th {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  font-size: 0.875rem;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr {
  border: none;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr td {
  border: 1px solid #dadadd;
  position: relative;
  font-size: 0.75rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  padding: 0;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr td.pad {
  border: none;
}
.c-footer-widget.widget_calendar .calendar_wrap tbody tr td#today {
  background: #fff;
  color: #1f1f1f;
  font-weight: 600;
}
.c-footer-widget.widget_calendar .calendar_wrap .wp-calendar-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-footer.anim-reveal .c-footer-widget {
  visibility: hidden;
}

.c-footer {
  padding: 6.25rem 0 4.75rem;
  background-color: #1f1f1f;
}
.c-footer .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .c-footer .o-row__column .c-footer-widget:last-child {
    margin-bottom: 0;
  }
}
.c-footer .menu {
  list-style: none;
  margin: 0;
}
.c-footer .menu > ul {
  list-style: none;
  margin-left: 0;
}
.c-footer .wpcf7-form button {
  width: 100%;
  justify-content: center;
}
.c-footer .wpcf7-form button .thefutur-icons {
  margin-right: 1.25rem;
  transform: rotate(0deg);
  display: inline-block;
}
.c-footer .wpcf7-form button p {
  margin-right: 0.625rem;
}
.c-footer .wpcf7-form button:hover .thefutur-icons {
  transform: translateX(20px);
}

.c-site-info {
  min-height: 5.625rem;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  background-color: #1f1f1f;
  color: #a3a4a4;
}
.c-site-info .o-container {
  width: 100%;
  max-width: 75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.625rem;
  border-top: 1px solid #333;
}
.c-site-info .o-row {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-site-info .o-row {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-site-info .o-row__column {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.c-site-info .o-row__column--footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-site-info .o-row__column--footer-nav {
    text-align: center;
    justify-content: center;
  }
}
.c-site-info__text {
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-site-info__text {
    justify-content: center;
  }
}
.c-site-info__text p {
  margin-bottom: 0;
}
.c-site-info__text a {
  color: #a3a4a4;
  transition: color 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-site-info__text a:hover {
  color: #f7f8f9;
}
.c-site-info__top {
  display: flex;
  justify-content: center;
  height: 100%;
}
.c-site-info__top-holder {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  color: #a3a4a4;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition: color 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-site-info__top-holder > span {
  position: relative;
  display: inline-block;
  transition: color 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-site-info__top-holder > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-site-info__top-holder > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-site-info__top-holder:hover > span {
  color: #fff;
}
.c-site-info__top-holder:hover > span::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-site-info__top-holder:hover > span::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}

.footer-nav .menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.footer-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav .menu {
    text-align: center;
    justify-content: center;
  }
}
.footer-nav .menu > .menu-item {
  padding-left: 1.25rem;
  position: relative;
  margin: 0.3125rem 0;
  position: relative;
}
.footer-nav .menu > .menu-item:first-child {
  padding-left: 0;
}
.footer-nav .menu > .menu-item > a {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.33;
  color: #a3a4a4;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.footer-nav .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 1px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.footer-nav .menu > .menu-item > a:hover {
  color: #f7f8f9;
}
.footer-nav .menu > .menu-item > a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

#footer {
  background: #1f1f1f;
  overflow: hidden;
}

.header-nav .menu {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.header-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
.header-nav .menu .menu-button {
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-8px);
}
.header-nav .menu > .menu-item {
  margin: 0;
  position: relative;
}
.header-nav .menu > .menu-item > a {
  padding: 2rem 1.25rem;
  display: flex;
  min-height: 90px;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.33;
  color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.header-nav .menu > .menu-item > a > span {
  position: relative;
  display: inline-block;
}
.header-nav .menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item:hover > a > span::before, .header-nav .menu > .menu-item.open > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item > .sub-menu {
  position: absolute;
  margin: 0;
  list-style: none;
  background: #1f1f1f;
  min-width: 15.375rem;
  z-index: 10;
  right: -1.125rem;
  text-align: right;
  height: 0;
  overflow: hidden;
  padding-left: 0;
}
.header-nav .menu > .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.current-menu-ancestor > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) {
  position: relative;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu {
  text-align: right;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .sub-menu {
  position: absolute;
  margin: 0;
  list-style: none;
  background: #1f1f1f;
  min-width: 15.375rem;
  right: 100%;
  font-size: 100%;
  top: -1.625rem;
  text-align: right;
  height: 0;
  overflow: hidden;
  padding-left: 0;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item {
  margin: 0;
  position: relative;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a {
  padding: 0.5rem 2.375rem;
  display: block;
  font-size: 1rem;
  color: #f7f8f9;
  position: relative;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a > span {
  position: relative;
  line-height: 1.33;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item:hover > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item:first-child {
  margin-top: 1.625rem;
}
.header-nav .menu > .menu-item:not(.mega) .sub-menu .menu-item:last-child {
  margin-bottom: 1.875rem;
}
.header-nav .menu > .menu-item.mega {
  margin: 0;
}
.header-nav .menu > .menu-item.mega .menu-button {
  display: none;
}
.header-nav .menu > .menu-item.mega.hide-headings > .sub-menu > .menu-item > a {
  display: none;
}
.header-nav .menu > .menu-item.mega.mega-position--left > .sub-menu {
  left: 0;
}
.header-nav .menu > .menu-item.mega.mega-position--center > .sub-menu {
  left: 50%;
  transform: translateX(-50%);
}
.header-nav .menu > .menu-item.mega.mega-position--left > .sub-menu {
  right: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
  text-align: left;
  padding-left: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item {
  list-style: none;
  margin-bottom: 0;
  position: relative;
  border-right: 1px solid #333;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a {
  color: #fff;
  display: block;
  padding: 0.5rem 2.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a > span {
  position: relative;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > a button {
  display: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu {
  margin: 0;
  padding-left: 0;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a {
  color: #f7f8f9;
  font-size: 1rem;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a > span {
  position: relative;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item {
  margin: 0;
  position: relative;
  list-style: none;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item a {
  padding: 0.5rem 2.375rem;
  display: block;
  color: #f7f8f9;
  font-size: 1rem;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item a > span {
  position: relative;
  line-height: 1.33;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item:hover > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.mega > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.header-nav .menu > .menu-item.mega.cols-1 > .sub-menu {
  min-width: 246px;
}
.header-nav .menu > .menu-item.mega.cols-1 > .sub-menu > .menu-item {
  width: calc(100%/1);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-1 > .sub-menu > .menu-item:nth-child(1n+1) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-2 > .sub-menu {
  min-width: 492px;
}
.header-nav .menu > .menu-item.mega.cols-2 > .sub-menu > .menu-item {
  width: calc(100%/2);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-2 > .sub-menu > .menu-item:nth-child(2n+2) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-3 > .sub-menu {
  min-width: 738px;
}
.header-nav .menu > .menu-item.mega.cols-3 > .sub-menu > .menu-item {
  width: calc(100%/3);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-3 > .sub-menu > .menu-item:nth-child(3n+3) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-4 > .sub-menu {
  min-width: 984px;
}
.header-nav .menu > .menu-item.mega.cols-4 > .sub-menu > .menu-item {
  width: calc(100%/4);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-4 > .sub-menu > .menu-item:nth-child(4n+4) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-5 > .sub-menu {
  min-width: 1230px;
}
.header-nav .menu > .menu-item.mega.cols-5 > .sub-menu > .menu-item {
  width: calc(100%/5);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-5 > .sub-menu > .menu-item:nth-child(5n+5) {
  border-right: none;
}
.header-nav .menu > .menu-item.mega.cols-6 > .sub-menu {
  min-width: 1476px;
}
.header-nav .menu > .menu-item.mega.cols-6 > .sub-menu > .menu-item {
  width: calc(100%/6);
  margin: 1.875rem 0;
}
.header-nav .menu > .menu-item.mega.cols-6 > .sub-menu > .menu-item:nth-child(6n+6) {
  border-right: none;
}

.header-nav.header-nav--light .menu > .menu-item > a {
  color: #fff;
}

.c-navigation {
  display: flex;
  align-items: center;
}
.c-navigation.c-navigation--right {
  margin-left: auto;
}
.c-navigation.c-navigation--center {
  margin-left: auto;
  margin-right: auto;
}
.c-navigation.c-navigation--left {
  margin-right: auto;
}
.c-navigation nav {
  position: relative;
}
.c-navigation__mob {
  display: block;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.c-navigation__button {
  font-size: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #1f1f1f;
  background: transparent;
}
.c-navigation__button--fill {
  background: #1f1f1f;
}
.c-navigation__button--fill .c-navigation__button-dots span {
  background: #fff;
}
.c-navigation__button--light {
  border-color: #fff;
}
.c-navigation__button--light .c-navigation__button-dots span {
  background: #fff;
}
.c-navigation__button--light.c-navigation__button--fill {
  background: #fff;
}
.c-navigation__button--light.c-navigation__button--fill .c-navigation__button-dots span {
  background: #1f1f1f;
}
.c-navigation__button-dots {
  display: flex;
  overflow: hidden;
}
.c-navigation__button-dots span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #1f1f1f;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.c-navigation__button-dots span:last-child {
  margin-right: 0;
}
.c-navigation__button-lines {
  display: flex;
  align-items: center;
  position: relative;
}
.c-navigation__button-lines span {
  width: 1.25rem;
  height: 2px;
  background: #1f1f1f;
  position: absolute;
}
.c-navigation__button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 2.5rem;
}
.c-navigation__button-wrapper {
  height: 5.625rem;
  width: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  margin-right: -0.9375rem;
}
.c-navigation__popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1f1f1f;
  z-index: 100;
  overflow: auto;
  visibility: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.c-navigation__popup::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}
.c-navigation__popup-wrapper {
  height: 100%;
}
.c-navigation__popup-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-navigation__popup-holder {
    justify-content: flex-start;
  }
}
.c-navigation__popup-header {
  min-height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-navigation__popup-logo {
  font-size: 1.75rem;
  position: relative;
}
.c-navigation__popup-logo a {
  display: flex;
  align-items: center;
}
.c-navigation__popup-logo .c-header__blogname {
  color: #fff;
}
.c-navigation__popup-logo img {
  max-height: 3rem;
  width: auto;
}
.c-navigation__popup-logo-wrapper {
  height: 3.75rem;
  min-width: 3.75rem;
  max-width: 12.5rem;
  margin-right: 2.1875rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-navigation__popup-button {
  font-size: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
  background: transparent;
}
.c-navigation__popup-button-dots {
  display: flex;
  overflow: hidden;
}
.c-navigation__popup-button-dots span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.25rem;
}
.c-navigation__popup-button-dots span:last-child {
  margin-right: 0;
}
.c-navigation__popup-button-lines {
  display: flex;
  align-items: center;
  position: relative;
}
.c-navigation__popup-button-lines span {
  width: 1.25rem;
  height: 2px;
  background: #fff;
  position: absolute;
}
.c-navigation__popup-button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 2.5rem;
}
.c-navigation__popup-button-wrapper {
  height: 5.625rem;
  width: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  margin-right: -0.9375rem;
  z-index: 101;
}

.c-header, .c-header-sticky {
  background-color: #f7f8f9;
  min-height: 5.625rem;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.c-header__logo, .c-header-sticky__logo {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-header__logo a, .c-header-sticky__logo a {
  display: flex;
  align-items: center;
}
.c-header__logo img, .c-header-sticky__logo img {
  max-height: 3rem;
  width: auto;
}
.c-header__logo-wrapper, .c-header-sticky__logo-wrapper {
  height: 3.75rem;
  min-width: 3.75rem;
  max-width: 12.5rem;
  margin-right: 2.1875rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-header__blogname, .c-header-sticky__blogname {
  font-weight: 700;
}
.c-header--transparent, .c-header-sticky--transparent {
  background: transparent;
}
.c-header--dark-bg, .c-header-sticky--dark-bg {
  background: #1f1f1f;
}
.c-header.c-header--bg-light, .c-header-sticky.c-header--bg-light {
  background: #f7f8f9;
}
.c-header.c-header--bg-transparent, .c-header-sticky.c-header--bg-transparent {
  background: transparent;
}
.c-header.c-header--bg-dark, .c-header-sticky.c-header--bg-dark {
  background: #1f1f1f;
}
.c-header .o-container, .c-header-sticky .o-container {
  height: 100%;
  min-height: 5.625rem;
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .c-header .o-container, .c-header-sticky .o-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-header-sticky {
  position: fixed;
  transform: translateY(-100%);
}

.mob-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mob-nav > div {
  display: block;
  width: 100%;
}
.mob-nav .menu {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0 1.25rem;
}
.mob-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 360px) {
  .mob-nav .menu {
    padding: 0;
  }
}
.mob-nav .menu .menu-button {
  display: inline-flex;
  font-size: 1.125rem;
  margin-right: 0.875rem;
  margin-top: 0.875rem;
  align-self: flex-start;
}
@media screen and (max-width: 360px) {
  .mob-nav .menu .menu-button {
    margin-top: 0.6875rem;
  }
}
.mob-nav .menu > .menu-item {
  margin: 0;
  position: relative;
  margin: 0.625rem 0;
  text-align: right;
}
.mob-nav .menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.33;
  font-weight: 600;
  overflow: hidden;
  transition: 0.4s color cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
@media screen and (max-width: 360px) {
  .mob-nav .menu > .menu-item > a {
    font-size: 2rem;
  }
}
.mob-nav .menu > .menu-item > a.open {
  color: #777;
}
.mob-nav .menu > .menu-item > a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item > a > span {
  display: inline-block;
  transform-origin: 0 0;
  position: relative;
}
.mob-nav .menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.mob-nav .menu > .menu-item > a:hover {
  color: #777;
}
.mob-nav .menu > .menu-item > a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item.current-menu-item > a {
  color: #777;
}
.mob-nav .menu > .menu-item > .sub-menu {
  margin: 0;
  list-style: none;
  z-index: 10;
  overflow: hidden;
  height: 0;
}
.mob-nav .menu > .menu-item > .sub-menu > .menu-item:first-child {
  padding-top: 0.375rem;
}
.mob-nav .menu > .menu-item > .sub-menu > .menu-item:last-child {
  padding-bottom: 0.375rem;
}
.mob-nav .menu > .menu-item .sub-menu {
  padding-left: 0;
}
.mob-nav .menu > .menu-item .sub-menu .menu-button {
  font-size: 0.75rem;
  margin-right: 0.625rem;
}
.mob-nav .menu > .menu-item .sub-menu .sub-menu {
  margin: 0;
  list-style: none;
  height: 0;
  font-size: 100%;
  overflow: hidden;
  padding-left: 0;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item {
  margin: 0;
  position: relative;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.625rem;
  font-size: 1.25rem;
  color: #fff;
  transition: color 0.3s;
  line-height: 1.33;
}
@media screen and (max-width: 360px) {
  .mob-nav .menu > .menu-item .sub-menu .menu-item a {
    font-size: 1.125rem;
  }
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a.open {
  color: #a3a4a4;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a > span {
  position: relative;
  display: inline-block;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #a3a4a4;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #a3a4a4;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mob-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a {
  color: #a3a4a4;
}

.social-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.social-nav .menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.social-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
.social-nav .menu > .menu-item {
  padding: 0.25rem 0;
  position: relative;
  margin: 0;
  position: relative;
  display: inline-flex;
}
.social-nav .menu > .menu-item:first-child {
  padding-left: 0;
}
.social-nav .menu > .menu-item:last-child {
  padding-right: 0;
}
.social-nav .menu > .menu-item > a {
  display: inline-block;
  position: relative;
  color: #a3a4a4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: color 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.social-nav .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.social-nav .menu > .menu-item > a:hover {
  color: #fff;
}
.social-nav .menu > .menu-item > a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

@media screen and (max-width: 1023px) {
  .header-nav {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .secondary-nav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-navigation__mob {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .mob-nav {
    display: none;
  }
}

.c-header-sticky-animation {
  will-change: transform;
  transition: transform 300ms ease;
}

.c-header-sticky-animation--pinned {
  transform: translateY(0%);
}

.c-header-sticky-animation--unpinned {
  transform: translateY(-100%);
}

.c-header-sticky-animation--top {
  transform: translateY(-100%);
}

.o-container.o-single-post-full .c-comments {
  padding: 0 0.625rem;
}

.o-container.o-single-post-full .c-post__single-wrapper .c-comments {
  padding: 0;
}

.c-comments {
  margin-bottom: 0;
}
.c-comments__title {
  margin: 6rem 0 2.5rem 0;
}
.c-comments__list {
  list-style: none;
  padding-bottom: 1.75rem;
  margin: 0;
}
.c-comments__list .children {
  font-size: 100%;
  list-style: none;
}
.c-comments__list > .comment {
  padding-top: 2.5rem;
}
.c-comments__list > .comment:first-child {
  padding: 0;
}
.c-comments .comment-reply-title {
  margin-top: 4.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.c-comments .comment-reply-title a {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  font-size: 1rem;
}
.c-comments .comment-form p {
  margin-bottom: 0;
}
.c-comments .comment-form p.comment-form-cookies-consent {
  margin-bottom: 1.5rem;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox] {
  float: left;
  margin: 0.1875rem 1rem 0.1875rem 0.1875rem;
  opacity: 0;
}
.c-comments .comment-form p.comment-form-cookies-consent label {
  position: relative;
}
.c-comments .comment-form p.comment-form-cookies-consent label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #777;
  left: 0;
  top: 6px;
}
.c-comments .comment-form p.comment-form-cookies-consent label::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 3px;
  top: 9px;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox] + label::after {
  content: none;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::after {
  content: "";
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label::before {
  border-color: #1f1f1f;
  background: #1f1f1f;
}
.c-comments .comment-form p.comment-form-cookies-consent input[type=checkbox]:checked + label {
  color: #1f1f1f;
}
.c-comments .comment-form p.form-submit {
  margin-bottom: 0;
}
.c-comments .comment-form p.comment-notes {
  margin-bottom: 2rem;
}
.c-comments .comment-form .comment-form-author {
  display: inline-block;
  width: calc(50% - 2px);
  padding-right: 15px;
}
.c-comments .comment-form .comment-form-email {
  display: inline-block;
  width: calc(50% - 2px);
  padding-left: 15px;
}
.c-comments .comment-form .logged-in-as {
  padding-bottom: 0.75rem;
}
.c-comments .comment-form button {
  display: flex;
  align-items: center;
}
.c-comments .comment-form button p {
  margin-bottom: 0;
  line-height: 1;
}

.c-comment {
  position: relative;
}
.c-comment .children {
  margin: 0;
  margin-left: 6.875rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .c-comment .children {
    margin-left: 0.75rem !important;
  }
}
.c-comment--child {
  padding-top: 2.5rem;
  margin-bottom: 0;
}
.c-comment.c-comment--child > .children {
  margin-left: 3.4375rem;
}
.c-comment.bypostauthor .c-comment__author, .c-comment.bypostauthor a {
  background-color: #f7f8f9;
}
.c-comment__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1.2;
}
@media screen and (max-width: 47.9375em) {
  .c-comment__header {
    flex-direction: column;
  }
}
.c-comment__reply-link {
  margin-top: 0.75rem;
}
.c-comment__reply-link a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  position: relative;
}
.c-comment__reply-link a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-comment__reply-link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-comment__reply-link a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-comment__reply-link a:hover::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}
.c-comment__edit-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.c-comment__edit-link > a {
  display: none;
}
.c-comment__time {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #777;
  margin-bottom: 0.5rem;
}
.c-comment__body {
  display: flex;
}
@media screen and (max-width: 480px) {
  .c-comment__body {
    flex-direction: column;
  }
}
.c-comment__body .avatar {
  width: 5.625rem;
  height: 5.625rem;
  margin: 0;
  margin-right: 1.5rem;
}
@media screen and (max-width: 480px) {
  .c-comment__body .avatar {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.c-comment__avatar {
  width: 5.625rem;
  height: 5.625rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 480px) {
  .c-comment__avatar {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.c-comment__content {
  flex: 1;
}
.c-comment__content p {
  margin-bottom: 0;
}
.c-comment__author {
  margin-bottom: 0.5rem;
}
.c-comment__author a {
  color: inherit;
  border-bottom: none;
}
.c-comment .comment-reply-title {
  margin-top: 2.125rem;
  margin-bottom: 0.75rem;
}
.c-comment .comment-form {
  margin-bottom: 1rem;
}

.c-search-form {
  position: relative;
}
.c-search-form__label {
  margin-bottom: 0;
}
.c-search-form input[type=search] {
  width: 100%;
  padding-right: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
}
.c-search-form input[type=search]::-webkit-input-placeholder {
  color: #777;
}
.c-search-form input[type=search]::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.c-search-form input[type=search]::-ms-placeholder {
  color: #777;
}
.c-search-form input[type=search]::-moz-placeholder {
  color: #777;
}
.c-search-form input[type=search]:-ms-input-placeholder {
  color: #777;
}
.c-search-form input[type=search]::placeholder {
  color: #777;
}
.c-search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 18px;
  padding: 0;
  background: transparent !important;
}
.c-search-form__button .thefutur-icons {
  font-size: 1rem;
  color: #1f1f1f;
}

.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form button p {
  margin-bottom: 0;
  line-height: 1;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

.thefutur-subscribe-form {
  position: relative;
}
.thefutur-subscribe-form label {
  margin-bottom: 0;
}
.thefutur-subscribe-form input[type=email] {
  width: 100%;
  padding-right: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.thefutur-subscribe-form input[type=email]:focus {
  border-color: #fff;
  color: #fff;
}
.thefutur-subscribe-form input[type=email]::-webkit-input-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]::-moz-placeholder {
  color: #a3a4a4;
  opacity: 1;
}
.thefutur-subscribe-form input[type=email]::-ms-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]::-moz-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]:-ms-input-placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form input[type=email]::placeholder {
  color: #a3a4a4;
}
.thefutur-subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 18px;
  padding: 0;
  background: transparent !important;
  font-size: 1rem;
}

.post-password-form {
  position: relative;
}
.post-password-form label {
  width: calc(100% - 155px);
}
.post-password-form input[type=submit] {
  position: absolute;
  right: 0;
  bottom: 1.875rem;
}

.c-posts-navigation {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding: 1rem 0;
  border-top: 1px solid #a3a4a4;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.c-posts-navigation a {
  color: #1f1f1f;
  position: relative;
}
.c-posts-navigation a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81);
}
.c-posts-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  background-color: currentColor;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.4s cubic-bezier(0.28, 0.38, 0, 0.81) 0.2s;
}
.c-posts-navigation a:hover::before {
  transform: scaleX(0);
}
.c-posts-navigation a:hover::after {
  transform: scaleX(1);
}
.c-posts-navigation span {
  color: #a3a4a4;
}
.c-posts-navigation__prev {
  width: 50%;
}
.c-posts-navigation__next {
  width: 50%;
  text-align: right;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 500;
}
.navigation.pagination .nav-links span:not(.dots):not(.current):not(.thefutur-icons), .navigation.pagination .nav-links a:not(.prev):not(.next) {
  color: #1f1f1f;
  display: inline-block;
  position: relative;
  padding: 0 0.125rem;
  margin: 0 0.75rem;
}
.navigation.pagination .nav-links span:not(.dots):not(.current):not(.thefutur-icons)::before, .navigation.pagination .nav-links a:not(.prev):not(.next)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.navigation.pagination .nav-links span:not(.dots):not(.current):not(.thefutur-icons):hover::before, .navigation.pagination .nav-links a:not(.prev):not(.next):hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links a.next {
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0.25rem;
  font-size: 0.75rem;
}
.navigation.pagination .nav-links a.prev {
  margin-right: 2rem;
}
.navigation.pagination .nav-links a.next {
  margin-left: 2rem;
}
.navigation.pagination .nav-links .dots, .navigation.pagination .nav-links .current {
  padding: 0 0.125rem;
  margin: 0 0.75rem;
  color: #1f1f1f;
}
.navigation.pagination .nav-links .current {
  position: relative;
}
.navigation.pagination .nav-links .current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: 100% 50%;
}

.post-nav-links .dots, .post-nav-links .current {
  padding: 0 0.125rem;
  margin: 0 0.75rem;
  color: #1f1f1f;
}
.post-nav-links span:not(.dots):not(.current), .post-nav-links a {
  padding: 0 0.125rem;
  margin: 0 0.375rem;
  color: #1f1f1f;
  display: inline-block;
  position: relative;
}
.post-nav-links span:not(.dots):not(.current)::before, .post-nav-links a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.post-nav-links span:not(.dots):not(.current):hover::before, .post-nav-links a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.post-nav-links .current {
  position: relative;
}
.post-nav-links .current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: 100% 50%;
}

.c-post-navigation {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.c-post-navigation__links {
  display: flex;
}
.c-post-navigation__post {
  flex: 1;
  max-width: 50%;
}
.c-post-navigation__post--next .c-post-navigation__thumbnail {
  order: 1;
  margin-left: 0.9375rem;
}
.c-post-navigation__post--next .c-post-navigation__link {
  justify-content: flex-end;
  border-left: none !important;
}
.c-post-navigation__post--next .c-post-navigation__content {
  text-align: right;
}
.c-post-navigation__post--prev .c-post-navigation__thumbnail {
  margin-right: 0.9375rem;
}
.c-post-navigation__post--prev .c-post-navigation__link {
  justify-content: flex-start;
}
.c-post-navigation__subtitle {
  display: block;
  color: #919193;
  font-size: 0.875rem;
}
.c-post-navigation__title {
  display: block;
  color: #000000;
  font-weight: 600;
}
.c-post-navigation__content {
  flex: 1;
  margin: 0.625rem 0;
}
.c-post-navigation__link {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc !important;
  padding: 1.25rem;
  overflow: hidden;
}
.c-post-navigation__thumbnail {
  width: 100px;
}
.c-post-navigation__thumbnail img {
  height: 100px;
  width: 100px;
}

p.post-nav-links {
  clear: both;
}

.c-error {
  max-width: 60rem;
  padding: 10rem 1.25rem 8.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .c-error {
    padding: 6.25rem 1.25rem 4.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .c-error {
    padding: 3.75rem 1.25rem 2.25rem;
  }
}
.c-error__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-error__wrapper {
    flex-direction: column-reverse;
  }
}
.c-error__search-wrapper {
  width: calc(100% - 300px);
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-error__search-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
.c-error__search h3 {
  margin-bottom: 14px;
}
.c-error__search p {
  margin-bottom: 28px;
  color: #1f1f1f;
}
.c-error__button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 18.75rem;
}
@media screen and (max-width: 450px) {
  .c-error__button {
    width: 15rem;
    height: 15rem;
  }
}
.c-error__button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-error__button-wrapper {
    justify-content: center;
  }
}
.c-error__button-link {
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #1f1f1f;
  padding: 10px;
  width: 14.375rem;
  height: 14.375rem;
  border-color: #1f1f1f;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 600;
  background: #1f1f1f;
}
@media screen and (max-width: 450px) {
  .c-error__button-link {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.c-error__button-before {
  position: absolute;
  background: #1f1f1f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.c-error__button-holder {
  display: inline-flex;
  overflow: hidden;
}
.c-error__button p {
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 0.8125rem;
}

.c-loader {
  width: 100%;
  height: 100vh;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
}
.c-loader__first {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f7f8f9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-loader__first-inner {
  text-align: right;
  padding-right: 5rem;
  visibility: hidden;
}
.c-loader__first-inner img {
  max-height: 100px;
  width: auto;
}
.c-loader__second {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1f1f1f;
  z-index: 2;
  visibility: hidden;
}
.c-loader__second-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  transform: translateY(50%);
  width: 100%;
}
.c-loader__second-separator {
  width: 100%;
  height: 1px;
  background: #f7f8f9;
}
.c-loader__second-perc {
  color: #f7f8f9;
  font-size: 5.625rem;
  font-weight: 700;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.c-loader__third {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1f1f1f;
  z-index: 1;
  visibility: hidden;
}
.c-navigation__popup-holder .o-container {
  height: 5.625rem;
  width: 100%;
}

.c-navigation__popup-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  padding: 3.75rem 0.625rem 0;
}
@media screen and (max-width: 1023px) {
  .c-navigation__popup-content {
    padding-top: 0;
    justify-content: flex-end !important;
  }
}
.c-navigation__popup-content.c-navigation__popup-content--top {
  align-items: flex-start;
}
.c-navigation__popup-content.c-navigation__popup-content--center {
  align-items: center;
}
.c-navigation__popup-content.c-navigation__popup-content--bottom {
  align-items: flex-end;
}
.c-navigation__contacts {
  display: inline-flex;
  flex-direction: column;
  padding-top: 0.375rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 1023px) {
  .c-navigation__contacts {
    display: none;
  }
}
.c-navigation__contacts-item {
  margin-bottom: 3rem;
}
.c-navigation__contacts-item span {
  margin-bottom: 0.25rem;
}
.c-navigation__contacts-item h5 {
  color: #fff;
  margin-bottom: 0.875rem;
}
.c-navigation__contacts a {
  display: block;
  color: #a3a4a4;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s color;
  margin-bottom: 0.25rem;
}
.c-navigation__address > span, .c-navigation__email > span {
  position: relative;
  line-height: 1.33;
  display: inline-block;
}
.c-navigation__address > span::before, .c-navigation__email > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-navigation__address:hover > span::before, .c-navigation__email:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-navigation__address:hover, .c-navigation__email:hover {
  color: #fff;
}
.c-navigation__phone > span {
  position: relative;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 0.375rem;
}
.c-navigation__phone > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.16s;
}
.c-navigation__phone > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.c-navigation__phone:hover {
  color: #fff;
}
.c-navigation__phone:hover > span::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.c-navigation__phone:hover > span::after {
  transform: scaleX(1);
  transition-delay: 0.16s;
}

.c-navigation__social {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-navigation__social .c-site-info__text {
  padding: 1.625rem 0;
}

.c-navigation__secondary {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-navigation__secondary {
    display: none;
  }
}

.secondary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4.6875rem;
}
.secondary-nav .menu {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.secondary-nav .menu > ul {
  list-style: none;
  margin-left: 0;
}
.secondary-nav .menu .menu-button {
  display: inline-flex;
  font-size: 45%;
  margin-right: 1.125rem;
}
.secondary-nav .menu > .menu-item {
  margin: 0;
  position: relative;
  margin: 0.625rem 0;
  text-align: right;
}
.secondary-nav .menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.4s color cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.secondary-nav .menu > .menu-item > a.open {
  color: #777;
}
.secondary-nav .menu > .menu-item > a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item > a > span {
  display: inline-block;
  transform-origin: 0 0;
  position: relative;
}
.secondary-nav .menu > .menu-item > a > span::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.secondary-nav .menu > .menu-item > a:hover {
  color: #777;
}
.secondary-nav .menu > .menu-item > a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item.current-menu-item > a {
  color: #777;
}
.secondary-nav .menu > .menu-item.current-menu-ancestor > a {
  color: #777;
}
.secondary-nav .menu > .menu-item.current-menu-parent > a {
  color: #777;
}
.secondary-nav .menu > .menu-item > .sub-menu {
  margin: 0;
  list-style: none;
  min-width: 320px;
  z-index: 10;
  overflow: hidden;
  height: 0;
}
.secondary-nav .menu > .menu-item > .sub-menu > .menu-item:first-child {
  padding-top: 0.75rem;
}
.secondary-nav .menu > .menu-item > .sub-menu > .menu-item:last-child {
  padding-bottom: 0.75rem;
}
.secondary-nav .menu > .menu-item .sub-menu {
  padding-left: 0;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-button {
  font-size: 56%;
  margin-right: 0.875rem;
}
.secondary-nav .menu > .menu-item .sub-menu .sub-menu {
  margin: 0;
  list-style: none;
  height: 0;
  min-width: 320px;
  font-size: 100%;
  overflow: hidden;
  padding-left: 0;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item {
  margin: 0;
  position: relative;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  font-size: 2rem;
  color: #fff;
  transition: color 0.3s;
  line-height: 1.2;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a.open {
  color: #a3a4a4;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a.open > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a > span {
  position: relative;
  display: inline-block;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a > span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 2px);
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #a3a4a4;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #a3a4a4;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.secondary-nav .menu > .menu-item .sub-menu .menu-item.current-menu-parent > a {
  color: #a3a4a4;
}

.c-cursor {
  position: fixed;
  top: -3rem;
  left: -3rem;
  pointer-events: none;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px solid #1f1f1f;
  background-color: transparent;
  z-index: 3000;
}
.c-cursor.c-cursor--light {
  border-color: #fff;
}
.c-cursor.c-cursor--light .c-cursor__before {
  border-color: #fff;
}
.c-cursor.c-cursor--light .c-cursor__after {
  border-color: #fff;
}
.c-cursor__before {
  position: absolute;
  right: calc(100% + 12px);
  transform: rotate(45deg);
  border-bottom: 2px solid #1f1f1f;
  border-left: 2px solid #1f1f1f;
  width: 0.375rem;
  height: 0.375rem;
  top: calc(50% - 3px);
  opacity: 0;
  visibility: hidden;
}
.c-cursor__after {
  position: absolute;
  left: calc(100% + 12px);
  transform: rotate(-45deg);
  border-bottom: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
  width: 0.375rem;
  height: 0.375rem;
  top: calc(50% - 3px);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .c-cursor {
    display: none;
  }
}

.wpml-ls-statics-footer {
  background: #1f1f1f;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

.wpml-ls-legacy-list-horizontal {
  padding-top: 0;
}

.wpml-ls-statics-footer .wpml-ls-current-language > a {
  background: transparent;
  transition: 0.2s background;
}
.wpml-ls-statics-footer .wpml-ls-current-language > a:hover {
  background: #dadadd;
}

.wpml-ls-statics-footer a {
  background: transparent;
  transition: 0.2s background;
}
.wpml-ls-statics-footer a:hover {
  background: #dadadd;
}

#wpml_credit_footer {
  margin-bottom: 0;
  background: #1f1f1f;
  color: #fff;
  padding: 0 1.25rem;
  margin: 0 auto;
  text-align: center;
}
#wpml_credit_footer a {
  color: inherit;
}

.single.single-post .c-breadcrumbs {
  margin-bottom: 3.75rem;
}

.single.single-wezzel-portfolio .c-breadcrumbs {
  margin-bottom: 3.75rem;
}

.o-container.breadcrumbs-container {
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .o-container.breadcrumbs-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.archive .c-breadcrumbs {
  margin-bottom: 0.75rem;
}

.c-breadcrumbs {
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.c-breadcrumbs.jc-c {
  justify-content: center;
}
.c-breadcrumbs.jc-fe {
  justify-content: flex-end;
}
.c-breadcrumbs.c-breadcrumbs--classic {
  font-weight: 400;
  letter-spacing: normal;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.c-breadcrumbs.c-breadcrumbs--classic .c-breadcrumbs__separator {
  margin: 0 0.5rem;
}
.c-breadcrumbs.c-breadcrumbs--classic .c-breadcrumbs__separator::before {
  content: "›";
}
.c-breadcrumbs__holder > a {
  position: relative;
}
.c-breadcrumbs__holder > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.3s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.c-breadcrumbs__holder > a:hover > span::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-breadcrumbs__separator {
  margin: 0 0.375rem;
}
.c-breadcrumbs__separator::before {
  content: "/";
}
.c-breadcrumbs__current {
  position: relative;
}
.c-breadcrumbs__current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: currentColor;
}

.u-screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.u-skip-link:focus {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #ffffff;
  padding: 10px 15px;
  width: auto;
  height: auto;
}

.u-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 9px;
  height: 0;
  overflow: hidden;
}
.u-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-hidden {
  display: none;
}

.u-db {
  display: block;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.u-flex {
  display: flex;
}

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

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

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

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

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

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

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

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

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

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

.u-align-evenly {
  justify-content: space-evenly;
}

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

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

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

.u-align-baseline {
  align-items: baseline;
}

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

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

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

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

.u-align-self-baseline {
  align-self: baseline;
}

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

.u-order-0 {
  order: 0;
}

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

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

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

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

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

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

.u-order-7 {
  order: 7;
}

.u-order-8 {
  order: 8;
}

.u-order-9 {
  order: 9;
}

.u-order-10 {
  order: 10;
}

.u-order-11 {
  order: 11;
}

.u-order-12 {
  order: 12;
}

@media screen and (max-width: 47.9375em) {
  .u-order-0\@small {
    order: 0;
  }

  .u-order-1\@small {
    order: 1;
  }

  .u-order-2\@small {
    order: 2;
  }

  .u-order-3\@small {
    order: 3;
  }

  .u-order-4\@small {
    order: 4;
  }

  .u-order-5\@small {
    order: 5;
  }

  .u-order-6\@small {
    order: 6;
  }

  .u-order-7\@small {
    order: 7;
  }

  .u-order-8\@small {
    order: 8;
  }

  .u-order-9\@small {
    order: 9;
  }

  .u-order-10\@small {
    order: 10;
  }

  .u-order-11\@small {
    order: 11;
  }

  .u-order-12\@small {
    order: 12;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-order-0\@medium {
    order: 0;
  }

  .u-order-1\@medium {
    order: 1;
  }

  .u-order-2\@medium {
    order: 2;
  }

  .u-order-3\@medium {
    order: 3;
  }

  .u-order-4\@medium {
    order: 4;
  }

  .u-order-5\@medium {
    order: 5;
  }

  .u-order-6\@medium {
    order: 6;
  }

  .u-order-7\@medium {
    order: 7;
  }

  .u-order-8\@medium {
    order: 8;
  }

  .u-order-9\@medium {
    order: 9;
  }

  .u-order-10\@medium {
    order: 10;
  }

  .u-order-11\@medium {
    order: 11;
  }

  .u-order-12\@medium {
    order: 12;
  }
}
@media screen and (min-width: 64em) {
  .u-order-0\@large {
    order: 0;
  }

  .u-order-1\@large {
    order: 1;
  }

  .u-order-2\@large {
    order: 2;
  }

  .u-order-3\@large {
    order: 3;
  }

  .u-order-4\@large {
    order: 4;
  }

  .u-order-5\@large {
    order: 5;
  }

  .u-order-6\@large {
    order: 6;
  }

  .u-order-7\@large {
    order: 7;
  }

  .u-order-8\@large {
    order: 8;
  }

  .u-order-9\@large {
    order: 9;
  }

  .u-order-10\@large {
    order: 10;
  }

  .u-order-11\@large {
    order: 11;
  }

  .u-order-12\@large {
    order: 12;
  }
}
.u-columns-1 .c-portfolio {
  width: calc(100%/1);
}
.u-columns-1 .c-post {
  width: calc(100%/1);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-1\@small .c-portfolio {
    width: calc(100%/1);
  }
  .u-columns-1\@small .c-post {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-1\@medium .c-portfolio {
    width: calc(100%/1);
  }
  .u-columns-1\@medium .c-post {
    width: calc(100%/1);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-1\@large .c-portfolio {
    width: calc(100%/1);
  }
  .u-columns-1\@large .c-post {
    width: calc(100%/1);
  }
}
.u-columns-2 .c-portfolio {
  width: calc(100%/2);
}
.u-columns-2 .c-post {
  width: calc(100%/2);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-2\@small .c-portfolio {
    width: calc(100%/2);
  }
  .u-columns-2\@small .c-post {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-2\@medium .c-portfolio {
    width: calc(100%/2);
  }
  .u-columns-2\@medium .c-post {
    width: calc(100%/2);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-2\@large .c-portfolio {
    width: calc(100%/2);
  }
  .u-columns-2\@large .c-post {
    width: calc(100%/2);
  }
}
.u-columns-3 .c-portfolio {
  width: calc(100%/3);
}
.u-columns-3 .c-post {
  width: calc(100%/3);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-3\@small .c-portfolio {
    width: calc(100%/3);
  }
  .u-columns-3\@small .c-post {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-3\@medium .c-portfolio {
    width: calc(100%/3);
  }
  .u-columns-3\@medium .c-post {
    width: calc(100%/3);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-3\@large .c-portfolio {
    width: calc(100%/3);
  }
  .u-columns-3\@large .c-post {
    width: calc(100%/3);
  }
}
.u-columns-4 .c-portfolio {
  width: calc(100%/4);
}
.u-columns-4 .c-post {
  width: calc(100%/4);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-4\@small .c-portfolio {
    width: calc(100%/4);
  }
  .u-columns-4\@small .c-post {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-4\@medium .c-portfolio {
    width: calc(100%/4);
  }
  .u-columns-4\@medium .c-post {
    width: calc(100%/4);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-4\@large .c-portfolio {
    width: calc(100%/4);
  }
  .u-columns-4\@large .c-post {
    width: calc(100%/4);
  }
}
.u-columns-5 .c-portfolio {
  width: calc(100%/5);
}
.u-columns-5 .c-post {
  width: calc(100%/5);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-5\@small .c-portfolio {
    width: calc(100%/5);
  }
  .u-columns-5\@small .c-post {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-5\@medium .c-portfolio {
    width: calc(100%/5);
  }
  .u-columns-5\@medium .c-post {
    width: calc(100%/5);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-5\@large .c-portfolio {
    width: calc(100%/5);
  }
  .u-columns-5\@large .c-post {
    width: calc(100%/5);
  }
}
.u-columns-6 .c-portfolio {
  width: calc(100%/6);
}
.u-columns-6 .c-post {
  width: calc(100%/6);
}

@media screen and (max-width: 47.9375em) {
  .u-columns-6\@small .c-portfolio {
    width: calc(100%/6);
  }
  .u-columns-6\@small .c-post {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-columns-6\@medium .c-portfolio {
    width: calc(100%/6);
  }
  .u-columns-6\@medium .c-post {
    width: calc(100%/6);
  }
}
@media screen and (min-width: 64em) {
  .u-columns-6\@large .c-portfolio {
    width: calc(100%/6);
  }
  .u-columns-6\@large .c-post {
    width: calc(100%/6);
  }
}
.u-margin-top-0 {
  margin-top: 0 !important;
}

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

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

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

.u-padding-top-0 {
  padding-top: 0;
}

.u-padding-bottom-0 {
  padding-bottom: 0;
}

.u-padding-left-0 {
  padding-left: 0;
}

.u-padding-right-0 {
  padding-right: 0;
}

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

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

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

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

.u-padding-top-5 {
  padding-top: 0.3125rem;
}

.u-padding-bottom-5 {
  padding-bottom: 0.3125rem;
}

.u-padding-left-5 {
  padding-left: 0.3125rem;
}

.u-padding-right-5 {
  padding-right: 0.3125rem;
}

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

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

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

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

.u-padding-top-10 {
  padding-top: 0.625rem;
}

.u-padding-bottom-10 {
  padding-bottom: 0.625rem;
}

.u-padding-left-10 {
  padding-left: 0.625rem;
}

.u-padding-right-10 {
  padding-right: 0.625rem;
}

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

.u-margin-bottom-15 {
  margin-bottom: 0.9375rem !important;
}

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

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

.u-padding-top-15 {
  padding-top: 0.9375rem;
}

.u-padding-bottom-15 {
  padding-bottom: 0.9375rem;
}

.u-padding-left-15 {
  padding-left: 0.9375rem;
}

.u-padding-right-15 {
  padding-right: 0.9375rem;
}

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

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

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

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

.u-padding-top-20 {
  padding-top: 1.25rem;
}

.u-padding-bottom-20 {
  padding-bottom: 1.25rem;
}

.u-padding-left-20 {
  padding-left: 1.25rem;
}

.u-padding-right-20 {
  padding-right: 1.25rem;
}

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

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

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

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

.u-padding-top-25 {
  padding-top: 1.5625rem;
}

.u-padding-bottom-25 {
  padding-bottom: 1.5625rem;
}

.u-padding-left-25 {
  padding-left: 1.5625rem;
}

.u-padding-right-25 {
  padding-right: 1.5625rem;
}

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

.u-margin-bottom-30 {
  margin-bottom: 1.875rem !important;
}

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

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

.u-padding-top-30 {
  padding-top: 1.875rem;
}

.u-padding-bottom-30 {
  padding-bottom: 1.875rem;
}

.u-padding-left-30 {
  padding-left: 1.875rem;
}

.u-padding-right-30 {
  padding-right: 1.875rem;
}

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

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

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

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

.u-padding-top-35 {
  padding-top: 2.1875rem;
}

.u-padding-bottom-35 {
  padding-bottom: 2.1875rem;
}

.u-padding-left-35 {
  padding-left: 2.1875rem;
}

.u-padding-right-35 {
  padding-right: 2.1875rem;
}

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

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

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

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

.u-padding-top-40 {
  padding-top: 2.5rem;
}

.u-padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.u-padding-left-40 {
  padding-left: 2.5rem;
}

.u-padding-right-40 {
  padding-right: 2.5rem;
}

.u-margin-top-45 {
  margin-top: 2.8125rem !important;
}

.u-margin-bottom-45 {
  margin-bottom: 2.8125rem !important;
}

.u-margin-left-45 {
  margin-left: 2.8125rem !important;
}

.u-margin-right-45 {
  margin-right: 2.8125rem !important;
}

.u-padding-top-45 {
  padding-top: 2.8125rem;
}

.u-padding-bottom-45 {
  padding-bottom: 2.8125rem;
}

.u-padding-left-45 {
  padding-left: 2.8125rem;
}

.u-padding-right-45 {
  padding-right: 2.8125rem;
}

.u-margin-top-50 {
  margin-top: 3.125rem !important;
}

.u-margin-bottom-50 {
  margin-bottom: 3.125rem !important;
}

.u-margin-left-50 {
  margin-left: 3.125rem !important;
}

.u-margin-right-50 {
  margin-right: 3.125rem !important;
}

.u-padding-top-50 {
  padding-top: 3.125rem;
}

.u-padding-bottom-50 {
  padding-bottom: 3.125rem;
}

.u-padding-left-50 {
  padding-left: 3.125rem;
}

.u-padding-right-50 {
  padding-right: 3.125rem;
}

.u-margin-top-55 {
  margin-top: 3.4375rem !important;
}

.u-margin-bottom-55 {
  margin-bottom: 3.4375rem !important;
}

.u-margin-left-55 {
  margin-left: 3.4375rem !important;
}

.u-margin-right-55 {
  margin-right: 3.4375rem !important;
}

.u-padding-top-55 {
  padding-top: 3.4375rem;
}

.u-padding-bottom-55 {
  padding-bottom: 3.4375rem;
}

.u-padding-left-55 {
  padding-left: 3.4375rem;
}

.u-padding-right-55 {
  padding-right: 3.4375rem;
}

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

.u-margin-bottom-60 {
  margin-bottom: 3.75rem !important;
}

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

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

.u-padding-top-60 {
  padding-top: 3.75rem;
}

.u-padding-bottom-60 {
  padding-bottom: 3.75rem;
}

.u-padding-left-60 {
  padding-left: 3.75rem;
}

.u-padding-right-60 {
  padding-right: 3.75rem;
}

.u-margin-top-65 {
  margin-top: 4.0625rem !important;
}

.u-margin-bottom-65 {
  margin-bottom: 4.0625rem !important;
}

.u-margin-left-65 {
  margin-left: 4.0625rem !important;
}

.u-margin-right-65 {
  margin-right: 4.0625rem !important;
}

.u-padding-top-65 {
  padding-top: 4.0625rem;
}

.u-padding-bottom-65 {
  padding-bottom: 4.0625rem;
}

.u-padding-left-65 {
  padding-left: 4.0625rem;
}

.u-padding-right-65 {
  padding-right: 4.0625rem;
}

.u-margin-top-70 {
  margin-top: 4.375rem !important;
}

.u-margin-bottom-70 {
  margin-bottom: 4.375rem !important;
}

.u-margin-left-70 {
  margin-left: 4.375rem !important;
}

.u-margin-right-70 {
  margin-right: 4.375rem !important;
}

.u-padding-top-70 {
  padding-top: 4.375rem;
}

.u-padding-bottom-70 {
  padding-bottom: 4.375rem;
}

.u-padding-left-70 {
  padding-left: 4.375rem;
}

.u-padding-right-70 {
  padding-right: 4.375rem;
}

.u-margin-top-75 {
  margin-top: 4.6875rem !important;
}

.u-margin-bottom-75 {
  margin-bottom: 4.6875rem !important;
}

.u-margin-left-75 {
  margin-left: 4.6875rem !important;
}

.u-margin-right-75 {
  margin-right: 4.6875rem !important;
}

.u-padding-top-75 {
  padding-top: 4.6875rem;
}

.u-padding-bottom-75 {
  padding-bottom: 4.6875rem;
}

.u-padding-left-75 {
  padding-left: 4.6875rem;
}

.u-padding-right-75 {
  padding-right: 4.6875rem;
}

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

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

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

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

.u-padding-top-80 {
  padding-top: 5rem;
}

.u-padding-bottom-80 {
  padding-bottom: 5rem;
}

.u-padding-left-80 {
  padding-left: 5rem;
}

.u-padding-right-80 {
  padding-right: 5rem;
}

.u-margin-top-85 {
  margin-top: 5.3125rem !important;
}

.u-margin-bottom-85 {
  margin-bottom: 5.3125rem !important;
}

.u-margin-left-85 {
  margin-left: 5.3125rem !important;
}

.u-margin-right-85 {
  margin-right: 5.3125rem !important;
}

.u-padding-top-85 {
  padding-top: 5.3125rem;
}

.u-padding-bottom-85 {
  padding-bottom: 5.3125rem;
}

.u-padding-left-85 {
  padding-left: 5.3125rem;
}

.u-padding-right-85 {
  padding-right: 5.3125rem;
}

.u-margin-top-90 {
  margin-top: 5.625rem !important;
}

.u-margin-bottom-90 {
  margin-bottom: 5.625rem !important;
}

.u-margin-left-90 {
  margin-left: 5.625rem !important;
}

.u-margin-right-90 {
  margin-right: 5.625rem !important;
}

.u-padding-top-90 {
  padding-top: 5.625rem;
}

.u-padding-bottom-90 {
  padding-bottom: 5.625rem;
}

.u-padding-left-90 {
  padding-left: 5.625rem;
}

.u-padding-right-90 {
  padding-right: 5.625rem;
}

.u-margin-top-95 {
  margin-top: 5.9375rem !important;
}

.u-margin-bottom-95 {
  margin-bottom: 5.9375rem !important;
}

.u-margin-left-95 {
  margin-left: 5.9375rem !important;
}

.u-margin-right-95 {
  margin-right: 5.9375rem !important;
}

.u-padding-top-95 {
  padding-top: 5.9375rem;
}

.u-padding-bottom-95 {
  padding-bottom: 5.9375rem;
}

.u-padding-left-95 {
  padding-left: 5.9375rem;
}

.u-padding-right-95 {
  padding-right: 5.9375rem;
}

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

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

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

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

.u-padding-top-100 {
  padding-top: 6.25rem;
}

.u-padding-bottom-100 {
  padding-bottom: 6.25rem;
}

.u-padding-left-100 {
  padding-left: 6.25rem;
}

.u-padding-right-100 {
  padding-right: 6.25rem;
}

.u-margin-top-105 {
  margin-top: 6.5625rem !important;
}

.u-margin-bottom-105 {
  margin-bottom: 6.5625rem !important;
}

.u-margin-left-105 {
  margin-left: 6.5625rem !important;
}

.u-margin-right-105 {
  margin-right: 6.5625rem !important;
}

.u-padding-top-105 {
  padding-top: 6.5625rem;
}

.u-padding-bottom-105 {
  padding-bottom: 6.5625rem;
}

.u-padding-left-105 {
  padding-left: 6.5625rem;
}

.u-padding-right-105 {
  padding-right: 6.5625rem;
}

.u-margin-top-110 {
  margin-top: 6.875rem !important;
}

.u-margin-bottom-110 {
  margin-bottom: 6.875rem !important;
}

.u-margin-left-110 {
  margin-left: 6.875rem !important;
}

.u-margin-right-110 {
  margin-right: 6.875rem !important;
}

.u-padding-top-110 {
  padding-top: 6.875rem;
}

.u-padding-bottom-110 {
  padding-bottom: 6.875rem;
}

.u-padding-left-110 {
  padding-left: 6.875rem;
}

.u-padding-right-110 {
  padding-right: 6.875rem;
}

.u-margin-top-115 {
  margin-top: 7.1875rem !important;
}

.u-margin-bottom-115 {
  margin-bottom: 7.1875rem !important;
}

.u-margin-left-115 {
  margin-left: 7.1875rem !important;
}

.u-margin-right-115 {
  margin-right: 7.1875rem !important;
}

.u-padding-top-115 {
  padding-top: 7.1875rem;
}

.u-padding-bottom-115 {
  padding-bottom: 7.1875rem;
}

.u-padding-left-115 {
  padding-left: 7.1875rem;
}

.u-padding-right-115 {
  padding-right: 7.1875rem;
}

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

.u-margin-bottom-120 {
  margin-bottom: 7.5rem !important;
}

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

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

.u-padding-top-120 {
  padding-top: 7.5rem;
}

.u-padding-bottom-120 {
  padding-bottom: 7.5rem;
}

.u-padding-left-120 {
  padding-left: 7.5rem;
}

.u-padding-right-120 {
  padding-right: 7.5rem;
}

.u-margin-top-125 {
  margin-top: 7.8125rem !important;
}

.u-margin-bottom-125 {
  margin-bottom: 7.8125rem !important;
}

.u-margin-left-125 {
  margin-left: 7.8125rem !important;
}

.u-margin-right-125 {
  margin-right: 7.8125rem !important;
}

.u-padding-top-125 {
  padding-top: 7.8125rem;
}

.u-padding-bottom-125 {
  padding-bottom: 7.8125rem;
}

.u-padding-left-125 {
  padding-left: 7.8125rem;
}

.u-padding-right-125 {
  padding-right: 7.8125rem;
}

.u-margin-top-130 {
  margin-top: 8.125rem !important;
}

.u-margin-bottom-130 {
  margin-bottom: 8.125rem !important;
}

.u-margin-left-130 {
  margin-left: 8.125rem !important;
}

.u-margin-right-130 {
  margin-right: 8.125rem !important;
}

.u-padding-top-130 {
  padding-top: 8.125rem;
}

.u-padding-bottom-130 {
  padding-bottom: 8.125rem;
}

.u-padding-left-130 {
  padding-left: 8.125rem;
}

.u-padding-right-130 {
  padding-right: 8.125rem;
}

.u-margin-top-135 {
  margin-top: 8.4375rem !important;
}

.u-margin-bottom-135 {
  margin-bottom: 8.4375rem !important;
}

.u-margin-left-135 {
  margin-left: 8.4375rem !important;
}

.u-margin-right-135 {
  margin-right: 8.4375rem !important;
}

.u-padding-top-135 {
  padding-top: 8.4375rem;
}

.u-padding-bottom-135 {
  padding-bottom: 8.4375rem;
}

.u-padding-left-135 {
  padding-left: 8.4375rem;
}

.u-padding-right-135 {
  padding-right: 8.4375rem;
}

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

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

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

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

.u-padding-top-140 {
  padding-top: 8.75rem;
}

.u-padding-bottom-140 {
  padding-bottom: 8.75rem;
}

.u-padding-left-140 {
  padding-left: 8.75rem;
}

.u-padding-right-140 {
  padding-right: 8.75rem;
}

.u-margin-top-145 {
  margin-top: 9.0625rem !important;
}

.u-margin-bottom-145 {
  margin-bottom: 9.0625rem !important;
}

.u-margin-left-145 {
  margin-left: 9.0625rem !important;
}

.u-margin-right-145 {
  margin-right: 9.0625rem !important;
}

.u-padding-top-145 {
  padding-top: 9.0625rem;
}

.u-padding-bottom-145 {
  padding-bottom: 9.0625rem;
}

.u-padding-left-145 {
  padding-left: 9.0625rem;
}

.u-padding-right-145 {
  padding-right: 9.0625rem;
}

.u-margin-top-150 {
  margin-top: 9.375rem !important;
}

.u-margin-bottom-150 {
  margin-bottom: 9.375rem !important;
}

.u-margin-left-150 {
  margin-left: 9.375rem !important;
}

.u-margin-right-150 {
  margin-right: 9.375rem !important;
}

.u-padding-top-150 {
  padding-top: 9.375rem;
}

.u-padding-bottom-150 {
  padding-bottom: 9.375rem;
}

.u-padding-left-150 {
  padding-left: 9.375rem;
}

.u-padding-right-150 {
  padding-right: 9.375rem;
}

.u-margin-top-155 {
  margin-top: 9.6875rem !important;
}

.u-margin-bottom-155 {
  margin-bottom: 9.6875rem !important;
}

.u-margin-left-155 {
  margin-left: 9.6875rem !important;
}

.u-margin-right-155 {
  margin-right: 9.6875rem !important;
}

.u-padding-top-155 {
  padding-top: 9.6875rem;
}

.u-padding-bottom-155 {
  padding-bottom: 9.6875rem;
}

.u-padding-left-155 {
  padding-left: 9.6875rem;
}

.u-padding-right-155 {
  padding-right: 9.6875rem;
}

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

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

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

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

.u-padding-top-160 {
  padding-top: 10rem;
}

.u-padding-bottom-160 {
  padding-bottom: 10rem;
}

.u-padding-left-160 {
  padding-left: 10rem;
}

.u-padding-right-160 {
  padding-right: 10rem;
}

.u-margin-top-165 {
  margin-top: 10.3125rem !important;
}

.u-margin-bottom-165 {
  margin-bottom: 10.3125rem !important;
}

.u-margin-left-165 {
  margin-left: 10.3125rem !important;
}

.u-margin-right-165 {
  margin-right: 10.3125rem !important;
}

.u-padding-top-165 {
  padding-top: 10.3125rem;
}

.u-padding-bottom-165 {
  padding-bottom: 10.3125rem;
}

.u-padding-left-165 {
  padding-left: 10.3125rem;
}

.u-padding-right-165 {
  padding-right: 10.3125rem;
}

.u-margin-top-170 {
  margin-top: 10.625rem !important;
}

.u-margin-bottom-170 {
  margin-bottom: 10.625rem !important;
}

.u-margin-left-170 {
  margin-left: 10.625rem !important;
}

.u-margin-right-170 {
  margin-right: 10.625rem !important;
}

.u-padding-top-170 {
  padding-top: 10.625rem;
}

.u-padding-bottom-170 {
  padding-bottom: 10.625rem;
}

.u-padding-left-170 {
  padding-left: 10.625rem;
}

.u-padding-right-170 {
  padding-right: 10.625rem;
}

.u-margin-top-175 {
  margin-top: 10.9375rem !important;
}

.u-margin-bottom-175 {
  margin-bottom: 10.9375rem !important;
}

.u-margin-left-175 {
  margin-left: 10.9375rem !important;
}

.u-margin-right-175 {
  margin-right: 10.9375rem !important;
}

.u-padding-top-175 {
  padding-top: 10.9375rem;
}

.u-padding-bottom-175 {
  padding-bottom: 10.9375rem;
}

.u-padding-left-175 {
  padding-left: 10.9375rem;
}

.u-padding-right-175 {
  padding-right: 10.9375rem;
}

.u-margin-top-180 {
  margin-top: 11.25rem !important;
}

.u-margin-bottom-180 {
  margin-bottom: 11.25rem !important;
}

.u-margin-left-180 {
  margin-left: 11.25rem !important;
}

.u-margin-right-180 {
  margin-right: 11.25rem !important;
}

.u-padding-top-180 {
  padding-top: 11.25rem;
}

.u-padding-bottom-180 {
  padding-bottom: 11.25rem;
}

.u-padding-left-180 {
  padding-left: 11.25rem;
}

.u-padding-right-180 {
  padding-right: 11.25rem;
}

.u-margin-left-auto {
  margin-left: auto !important;
}

.u-margin-right-auto {
  margin-left: auto !important;
}

@media screen and (max-width: 47.9375em) {
  .u-margin-top-0\@small {
    margin-top: 0 !important;
  }

  .u-margin-bottom-0\@small {
    margin-bottom: 0 !important;
  }

  .u-margin-left-0\@small {
    margin-left: 0 !important;
  }

  .u-margin-right-0\@small {
    margin-right: 0 !important;
  }

  .u-padding-top-0\@small {
    padding-top: 0;
  }

  .u-padding-bottom-0\@small {
    padding-bottom: 0;
  }

  .u-padding-left-0\@small {
    padding-left: 0;
  }

  .u-padding-right-0\@small {
    padding-right: 0;
  }

  .u-margin-top-5\@small {
    margin-top: 0.3125rem !important;
  }

  .u-margin-bottom-5\@small {
    margin-bottom: 0.3125rem !important;
  }

  .u-margin-left-5\@small {
    margin-left: 0.3125rem !important;
  }

  .u-margin-right-5\@small {
    margin-right: 0.3125rem !important;
  }

  .u-padding-top-5\@small {
    padding-top: 0.3125rem;
  }

  .u-padding-bottom-5\@small {
    padding-bottom: 0.3125rem;
  }

  .u-padding-left-5\@small {
    padding-left: 0.3125rem;
  }

  .u-padding-right-5\@small {
    padding-right: 0.3125rem;
  }

  .u-margin-top-10\@small {
    margin-top: 0.625rem !important;
  }

  .u-margin-bottom-10\@small {
    margin-bottom: 0.625rem !important;
  }

  .u-margin-left-10\@small {
    margin-left: 0.625rem !important;
  }

  .u-margin-right-10\@small {
    margin-right: 0.625rem !important;
  }

  .u-padding-top-10\@small {
    padding-top: 0.625rem;
  }

  .u-padding-bottom-10\@small {
    padding-bottom: 0.625rem;
  }

  .u-padding-left-10\@small {
    padding-left: 0.625rem;
  }

  .u-padding-right-10\@small {
    padding-right: 0.625rem;
  }

  .u-margin-top-15\@small {
    margin-top: 0.9375rem !important;
  }

  .u-margin-bottom-15\@small {
    margin-bottom: 0.9375rem !important;
  }

  .u-margin-left-15\@small {
    margin-left: 0.9375rem !important;
  }

  .u-margin-right-15\@small {
    margin-right: 0.9375rem !important;
  }

  .u-padding-top-15\@small {
    padding-top: 0.9375rem;
  }

  .u-padding-bottom-15\@small {
    padding-bottom: 0.9375rem;
  }

  .u-padding-left-15\@small {
    padding-left: 0.9375rem;
  }

  .u-padding-right-15\@small {
    padding-right: 0.9375rem;
  }

  .u-margin-top-20\@small {
    margin-top: 1.25rem !important;
  }

  .u-margin-bottom-20\@small {
    margin-bottom: 1.25rem !important;
  }

  .u-margin-left-20\@small {
    margin-left: 1.25rem !important;
  }

  .u-margin-right-20\@small {
    margin-right: 1.25rem !important;
  }

  .u-padding-top-20\@small {
    padding-top: 1.25rem;
  }

  .u-padding-bottom-20\@small {
    padding-bottom: 1.25rem;
  }

  .u-padding-left-20\@small {
    padding-left: 1.25rem;
  }

  .u-padding-right-20\@small {
    padding-right: 1.25rem;
  }

  .u-margin-top-25\@small {
    margin-top: 1.5625rem !important;
  }

  .u-margin-bottom-25\@small {
    margin-bottom: 1.5625rem !important;
  }

  .u-margin-left-25\@small {
    margin-left: 1.5625rem !important;
  }

  .u-margin-right-25\@small {
    margin-right: 1.5625rem !important;
  }

  .u-padding-top-25\@small {
    padding-top: 1.5625rem;
  }

  .u-padding-bottom-25\@small {
    padding-bottom: 1.5625rem;
  }

  .u-padding-left-25\@small {
    padding-left: 1.5625rem;
  }

  .u-padding-right-25\@small {
    padding-right: 1.5625rem;
  }

  .u-margin-top-30\@small {
    margin-top: 1.875rem !important;
  }

  .u-margin-bottom-30\@small {
    margin-bottom: 1.875rem !important;
  }

  .u-margin-left-30\@small {
    margin-left: 1.875rem !important;
  }

  .u-margin-right-30\@small {
    margin-right: 1.875rem !important;
  }

  .u-padding-top-30\@small {
    padding-top: 1.875rem;
  }

  .u-padding-bottom-30\@small {
    padding-bottom: 1.875rem;
  }

  .u-padding-left-30\@small {
    padding-left: 1.875rem;
  }

  .u-padding-right-30\@small {
    padding-right: 1.875rem;
  }

  .u-margin-top-35\@small {
    margin-top: 2.1875rem !important;
  }

  .u-margin-bottom-35\@small {
    margin-bottom: 2.1875rem !important;
  }

  .u-margin-left-35\@small {
    margin-left: 2.1875rem !important;
  }

  .u-margin-right-35\@small {
    margin-right: 2.1875rem !important;
  }

  .u-padding-top-35\@small {
    padding-top: 2.1875rem;
  }

  .u-padding-bottom-35\@small {
    padding-bottom: 2.1875rem;
  }

  .u-padding-left-35\@small {
    padding-left: 2.1875rem;
  }

  .u-padding-right-35\@small {
    padding-right: 2.1875rem;
  }

  .u-margin-top-40\@small {
    margin-top: 2.5rem !important;
  }

  .u-margin-bottom-40\@small {
    margin-bottom: 2.5rem !important;
  }

  .u-margin-left-40\@small {
    margin-left: 2.5rem !important;
  }

  .u-margin-right-40\@small {
    margin-right: 2.5rem !important;
  }

  .u-padding-top-40\@small {
    padding-top: 2.5rem;
  }

  .u-padding-bottom-40\@small {
    padding-bottom: 2.5rem;
  }

  .u-padding-left-40\@small {
    padding-left: 2.5rem;
  }

  .u-padding-right-40\@small {
    padding-right: 2.5rem;
  }

  .u-margin-top-45\@small {
    margin-top: 2.8125rem !important;
  }

  .u-margin-bottom-45\@small {
    margin-bottom: 2.8125rem !important;
  }

  .u-margin-left-45\@small {
    margin-left: 2.8125rem !important;
  }

  .u-margin-right-45\@small {
    margin-right: 2.8125rem !important;
  }

  .u-padding-top-45\@small {
    padding-top: 2.8125rem;
  }

  .u-padding-bottom-45\@small {
    padding-bottom: 2.8125rem;
  }

  .u-padding-left-45\@small {
    padding-left: 2.8125rem;
  }

  .u-padding-right-45\@small {
    padding-right: 2.8125rem;
  }

  .u-margin-top-50\@small {
    margin-top: 3.125rem !important;
  }

  .u-margin-bottom-50\@small {
    margin-bottom: 3.125rem !important;
  }

  .u-margin-left-50\@small {
    margin-left: 3.125rem !important;
  }

  .u-margin-right-50\@small {
    margin-right: 3.125rem !important;
  }

  .u-padding-top-50\@small {
    padding-top: 3.125rem;
  }

  .u-padding-bottom-50\@small {
    padding-bottom: 3.125rem;
  }

  .u-padding-left-50\@small {
    padding-left: 3.125rem;
  }

  .u-padding-right-50\@small {
    padding-right: 3.125rem;
  }

  .u-margin-top-55\@small {
    margin-top: 3.4375rem !important;
  }

  .u-margin-bottom-55\@small {
    margin-bottom: 3.4375rem !important;
  }

  .u-margin-left-55\@small {
    margin-left: 3.4375rem !important;
  }

  .u-margin-right-55\@small {
    margin-right: 3.4375rem !important;
  }

  .u-padding-top-55\@small {
    padding-top: 3.4375rem;
  }

  .u-padding-bottom-55\@small {
    padding-bottom: 3.4375rem;
  }

  .u-padding-left-55\@small {
    padding-left: 3.4375rem;
  }

  .u-padding-right-55\@small {
    padding-right: 3.4375rem;
  }

  .u-margin-top-60\@small {
    margin-top: 3.75rem !important;
  }

  .u-margin-bottom-60\@small {
    margin-bottom: 3.75rem !important;
  }

  .u-margin-left-60\@small {
    margin-left: 3.75rem !important;
  }

  .u-margin-right-60\@small {
    margin-right: 3.75rem !important;
  }

  .u-padding-top-60\@small {
    padding-top: 3.75rem;
  }

  .u-padding-bottom-60\@small {
    padding-bottom: 3.75rem;
  }

  .u-padding-left-60\@small {
    padding-left: 3.75rem;
  }

  .u-padding-right-60\@small {
    padding-right: 3.75rem;
  }

  .u-margin-top-65\@small {
    margin-top: 4.0625rem !important;
  }

  .u-margin-bottom-65\@small {
    margin-bottom: 4.0625rem !important;
  }

  .u-margin-left-65\@small {
    margin-left: 4.0625rem !important;
  }

  .u-margin-right-65\@small {
    margin-right: 4.0625rem !important;
  }

  .u-padding-top-65\@small {
    padding-top: 4.0625rem;
  }

  .u-padding-bottom-65\@small {
    padding-bottom: 4.0625rem;
  }

  .u-padding-left-65\@small {
    padding-left: 4.0625rem;
  }

  .u-padding-right-65\@small {
    padding-right: 4.0625rem;
  }

  .u-margin-top-70\@small {
    margin-top: 4.375rem !important;
  }

  .u-margin-bottom-70\@small {
    margin-bottom: 4.375rem !important;
  }

  .u-margin-left-70\@small {
    margin-left: 4.375rem !important;
  }

  .u-margin-right-70\@small {
    margin-right: 4.375rem !important;
  }

  .u-padding-top-70\@small {
    padding-top: 4.375rem;
  }

  .u-padding-bottom-70\@small {
    padding-bottom: 4.375rem;
  }

  .u-padding-left-70\@small {
    padding-left: 4.375rem;
  }

  .u-padding-right-70\@small {
    padding-right: 4.375rem;
  }

  .u-margin-top-75\@small {
    margin-top: 4.6875rem !important;
  }

  .u-margin-bottom-75\@small {
    margin-bottom: 4.6875rem !important;
  }

  .u-margin-left-75\@small {
    margin-left: 4.6875rem !important;
  }

  .u-margin-right-75\@small {
    margin-right: 4.6875rem !important;
  }

  .u-padding-top-75\@small {
    padding-top: 4.6875rem;
  }

  .u-padding-bottom-75\@small {
    padding-bottom: 4.6875rem;
  }

  .u-padding-left-75\@small {
    padding-left: 4.6875rem;
  }

  .u-padding-right-75\@small {
    padding-right: 4.6875rem;
  }

  .u-margin-top-80\@small {
    margin-top: 5rem !important;
  }

  .u-margin-bottom-80\@small {
    margin-bottom: 5rem !important;
  }

  .u-margin-left-80\@small {
    margin-left: 5rem !important;
  }

  .u-margin-right-80\@small {
    margin-right: 5rem !important;
  }

  .u-padding-top-80\@small {
    padding-top: 5rem;
  }

  .u-padding-bottom-80\@small {
    padding-bottom: 5rem;
  }

  .u-padding-left-80\@small {
    padding-left: 5rem;
  }

  .u-padding-right-80\@small {
    padding-right: 5rem;
  }

  .u-margin-top-85\@small {
    margin-top: 5.3125rem !important;
  }

  .u-margin-bottom-85\@small {
    margin-bottom: 5.3125rem !important;
  }

  .u-margin-left-85\@small {
    margin-left: 5.3125rem !important;
  }

  .u-margin-right-85\@small {
    margin-right: 5.3125rem !important;
  }

  .u-padding-top-85\@small {
    padding-top: 5.3125rem;
  }

  .u-padding-bottom-85\@small {
    padding-bottom: 5.3125rem;
  }

  .u-padding-left-85\@small {
    padding-left: 5.3125rem;
  }

  .u-padding-right-85\@small {
    padding-right: 5.3125rem;
  }

  .u-margin-top-90\@small {
    margin-top: 5.625rem !important;
  }

  .u-margin-bottom-90\@small {
    margin-bottom: 5.625rem !important;
  }

  .u-margin-left-90\@small {
    margin-left: 5.625rem !important;
  }

  .u-margin-right-90\@small {
    margin-right: 5.625rem !important;
  }

  .u-padding-top-90\@small {
    padding-top: 5.625rem;
  }

  .u-padding-bottom-90\@small {
    padding-bottom: 5.625rem;
  }

  .u-padding-left-90\@small {
    padding-left: 5.625rem;
  }

  .u-padding-right-90\@small {
    padding-right: 5.625rem;
  }

  .u-margin-top-95\@small {
    margin-top: 5.9375rem !important;
  }

  .u-margin-bottom-95\@small {
    margin-bottom: 5.9375rem !important;
  }

  .u-margin-left-95\@small {
    margin-left: 5.9375rem !important;
  }

  .u-margin-right-95\@small {
    margin-right: 5.9375rem !important;
  }

  .u-padding-top-95\@small {
    padding-top: 5.9375rem;
  }

  .u-padding-bottom-95\@small {
    padding-bottom: 5.9375rem;
  }

  .u-padding-left-95\@small {
    padding-left: 5.9375rem;
  }

  .u-padding-right-95\@small {
    padding-right: 5.9375rem;
  }

  .u-margin-top-100\@small {
    margin-top: 6.25rem !important;
  }

  .u-margin-bottom-100\@small {
    margin-bottom: 6.25rem !important;
  }

  .u-margin-left-100\@small {
    margin-left: 6.25rem !important;
  }

  .u-margin-right-100\@small {
    margin-right: 6.25rem !important;
  }

  .u-padding-top-100\@small {
    padding-top: 6.25rem;
  }

  .u-padding-bottom-100\@small {
    padding-bottom: 6.25rem;
  }

  .u-padding-left-100\@small {
    padding-left: 6.25rem;
  }

  .u-padding-right-100\@small {
    padding-right: 6.25rem;
  }

  .u-margin-top-105\@small {
    margin-top: 6.5625rem !important;
  }

  .u-margin-bottom-105\@small {
    margin-bottom: 6.5625rem !important;
  }

  .u-margin-left-105\@small {
    margin-left: 6.5625rem !important;
  }

  .u-margin-right-105\@small {
    margin-right: 6.5625rem !important;
  }

  .u-padding-top-105\@small {
    padding-top: 6.5625rem;
  }

  .u-padding-bottom-105\@small {
    padding-bottom: 6.5625rem;
  }

  .u-padding-left-105\@small {
    padding-left: 6.5625rem;
  }

  .u-padding-right-105\@small {
    padding-right: 6.5625rem;
  }

  .u-margin-top-110\@small {
    margin-top: 6.875rem !important;
  }

  .u-margin-bottom-110\@small {
    margin-bottom: 6.875rem !important;
  }

  .u-margin-left-110\@small {
    margin-left: 6.875rem !important;
  }

  .u-margin-right-110\@small {
    margin-right: 6.875rem !important;
  }

  .u-padding-top-110\@small {
    padding-top: 6.875rem;
  }

  .u-padding-bottom-110\@small {
    padding-bottom: 6.875rem;
  }

  .u-padding-left-110\@small {
    padding-left: 6.875rem;
  }

  .u-padding-right-110\@small {
    padding-right: 6.875rem;
  }

  .u-margin-top-115\@small {
    margin-top: 7.1875rem !important;
  }

  .u-margin-bottom-115\@small {
    margin-bottom: 7.1875rem !important;
  }

  .u-margin-left-115\@small {
    margin-left: 7.1875rem !important;
  }

  .u-margin-right-115\@small {
    margin-right: 7.1875rem !important;
  }

  .u-padding-top-115\@small {
    padding-top: 7.1875rem;
  }

  .u-padding-bottom-115\@small {
    padding-bottom: 7.1875rem;
  }

  .u-padding-left-115\@small {
    padding-left: 7.1875rem;
  }

  .u-padding-right-115\@small {
    padding-right: 7.1875rem;
  }

  .u-margin-top-120\@small {
    margin-top: 7.5rem !important;
  }

  .u-margin-bottom-120\@small {
    margin-bottom: 7.5rem !important;
  }

  .u-margin-left-120\@small {
    margin-left: 7.5rem !important;
  }

  .u-margin-right-120\@small {
    margin-right: 7.5rem !important;
  }

  .u-padding-top-120\@small {
    padding-top: 7.5rem;
  }

  .u-padding-bottom-120\@small {
    padding-bottom: 7.5rem;
  }

  .u-padding-left-120\@small {
    padding-left: 7.5rem;
  }

  .u-padding-right-120\@small {
    padding-right: 7.5rem;
  }

  .u-margin-top-125\@small {
    margin-top: 7.8125rem !important;
  }

  .u-margin-bottom-125\@small {
    margin-bottom: 7.8125rem !important;
  }

  .u-margin-left-125\@small {
    margin-left: 7.8125rem !important;
  }

  .u-margin-right-125\@small {
    margin-right: 7.8125rem !important;
  }

  .u-padding-top-125\@small {
    padding-top: 7.8125rem;
  }

  .u-padding-bottom-125\@small {
    padding-bottom: 7.8125rem;
  }

  .u-padding-left-125\@small {
    padding-left: 7.8125rem;
  }

  .u-padding-right-125\@small {
    padding-right: 7.8125rem;
  }

  .u-margin-top-130\@small {
    margin-top: 8.125rem !important;
  }

  .u-margin-bottom-130\@small {
    margin-bottom: 8.125rem !important;
  }

  .u-margin-left-130\@small {
    margin-left: 8.125rem !important;
  }

  .u-margin-right-130\@small {
    margin-right: 8.125rem !important;
  }

  .u-padding-top-130\@small {
    padding-top: 8.125rem;
  }

  .u-padding-bottom-130\@small {
    padding-bottom: 8.125rem;
  }

  .u-padding-left-130\@small {
    padding-left: 8.125rem;
  }

  .u-padding-right-130\@small {
    padding-right: 8.125rem;
  }

  .u-margin-top-135\@small {
    margin-top: 8.4375rem !important;
  }

  .u-margin-bottom-135\@small {
    margin-bottom: 8.4375rem !important;
  }

  .u-margin-left-135\@small {
    margin-left: 8.4375rem !important;
  }

  .u-margin-right-135\@small {
    margin-right: 8.4375rem !important;
  }

  .u-padding-top-135\@small {
    padding-top: 8.4375rem;
  }

  .u-padding-bottom-135\@small {
    padding-bottom: 8.4375rem;
  }

  .u-padding-left-135\@small {
    padding-left: 8.4375rem;
  }

  .u-padding-right-135\@small {
    padding-right: 8.4375rem;
  }

  .u-margin-top-140\@small {
    margin-top: 8.75rem !important;
  }

  .u-margin-bottom-140\@small {
    margin-bottom: 8.75rem !important;
  }

  .u-margin-left-140\@small {
    margin-left: 8.75rem !important;
  }

  .u-margin-right-140\@small {
    margin-right: 8.75rem !important;
  }

  .u-padding-top-140\@small {
    padding-top: 8.75rem;
  }

  .u-padding-bottom-140\@small {
    padding-bottom: 8.75rem;
  }

  .u-padding-left-140\@small {
    padding-left: 8.75rem;
  }

  .u-padding-right-140\@small {
    padding-right: 8.75rem;
  }

  .u-margin-top-145\@small {
    margin-top: 9.0625rem !important;
  }

  .u-margin-bottom-145\@small {
    margin-bottom: 9.0625rem !important;
  }

  .u-margin-left-145\@small {
    margin-left: 9.0625rem !important;
  }

  .u-margin-right-145\@small {
    margin-right: 9.0625rem !important;
  }

  .u-padding-top-145\@small {
    padding-top: 9.0625rem;
  }

  .u-padding-bottom-145\@small {
    padding-bottom: 9.0625rem;
  }

  .u-padding-left-145\@small {
    padding-left: 9.0625rem;
  }

  .u-padding-right-145\@small {
    padding-right: 9.0625rem;
  }

  .u-margin-top-150\@small {
    margin-top: 9.375rem !important;
  }

  .u-margin-bottom-150\@small {
    margin-bottom: 9.375rem !important;
  }

  .u-margin-left-150\@small {
    margin-left: 9.375rem !important;
  }

  .u-margin-right-150\@small {
    margin-right: 9.375rem !important;
  }

  .u-padding-top-150\@small {
    padding-top: 9.375rem;
  }

  .u-padding-bottom-150\@small {
    padding-bottom: 9.375rem;
  }

  .u-padding-left-150\@small {
    padding-left: 9.375rem;
  }

  .u-padding-right-150\@small {
    padding-right: 9.375rem;
  }

  .u-margin-top-155\@small {
    margin-top: 9.6875rem !important;
  }

  .u-margin-bottom-155\@small {
    margin-bottom: 9.6875rem !important;
  }

  .u-margin-left-155\@small {
    margin-left: 9.6875rem !important;
  }

  .u-margin-right-155\@small {
    margin-right: 9.6875rem !important;
  }

  .u-padding-top-155\@small {
    padding-top: 9.6875rem;
  }

  .u-padding-bottom-155\@small {
    padding-bottom: 9.6875rem;
  }

  .u-padding-left-155\@small {
    padding-left: 9.6875rem;
  }

  .u-padding-right-155\@small {
    padding-right: 9.6875rem;
  }

  .u-margin-top-160\@small {
    margin-top: 10rem !important;
  }

  .u-margin-bottom-160\@small {
    margin-bottom: 10rem !important;
  }

  .u-margin-left-160\@small {
    margin-left: 10rem !important;
  }

  .u-margin-right-160\@small {
    margin-right: 10rem !important;
  }

  .u-padding-top-160\@small {
    padding-top: 10rem;
  }

  .u-padding-bottom-160\@small {
    padding-bottom: 10rem;
  }

  .u-padding-left-160\@small {
    padding-left: 10rem;
  }

  .u-padding-right-160\@small {
    padding-right: 10rem;
  }

  .u-margin-top-165\@small {
    margin-top: 10.3125rem !important;
  }

  .u-margin-bottom-165\@small {
    margin-bottom: 10.3125rem !important;
  }

  .u-margin-left-165\@small {
    margin-left: 10.3125rem !important;
  }

  .u-margin-right-165\@small {
    margin-right: 10.3125rem !important;
  }

  .u-padding-top-165\@small {
    padding-top: 10.3125rem;
  }

  .u-padding-bottom-165\@small {
    padding-bottom: 10.3125rem;
  }

  .u-padding-left-165\@small {
    padding-left: 10.3125rem;
  }

  .u-padding-right-165\@small {
    padding-right: 10.3125rem;
  }

  .u-margin-top-170\@small {
    margin-top: 10.625rem !important;
  }

  .u-margin-bottom-170\@small {
    margin-bottom: 10.625rem !important;
  }

  .u-margin-left-170\@small {
    margin-left: 10.625rem !important;
  }

  .u-margin-right-170\@small {
    margin-right: 10.625rem !important;
  }

  .u-padding-top-170\@small {
    padding-top: 10.625rem;
  }

  .u-padding-bottom-170\@small {
    padding-bottom: 10.625rem;
  }

  .u-padding-left-170\@small {
    padding-left: 10.625rem;
  }

  .u-padding-right-170\@small {
    padding-right: 10.625rem;
  }

  .u-margin-top-175\@small {
    margin-top: 10.9375rem !important;
  }

  .u-margin-bottom-175\@small {
    margin-bottom: 10.9375rem !important;
  }

  .u-margin-left-175\@small {
    margin-left: 10.9375rem !important;
  }

  .u-margin-right-175\@small {
    margin-right: 10.9375rem !important;
  }

  .u-padding-top-175\@small {
    padding-top: 10.9375rem;
  }

  .u-padding-bottom-175\@small {
    padding-bottom: 10.9375rem;
  }

  .u-padding-left-175\@small {
    padding-left: 10.9375rem;
  }

  .u-padding-right-175\@small {
    padding-right: 10.9375rem;
  }

  .u-margin-top-180\@small {
    margin-top: 11.25rem !important;
  }

  .u-margin-bottom-180\@small {
    margin-bottom: 11.25rem !important;
  }

  .u-margin-left-180\@small {
    margin-left: 11.25rem !important;
  }

  .u-margin-right-180\@small {
    margin-right: 11.25rem !important;
  }

  .u-padding-top-180\@small {
    padding-top: 11.25rem;
  }

  .u-padding-bottom-180\@small {
    padding-bottom: 11.25rem;
  }

  .u-padding-left-180\@small {
    padding-left: 11.25rem;
  }

  .u-padding-right-180\@small {
    padding-right: 11.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-margin-top-0\@medium {
    margin-top: 0 !important;
  }

  .u-margin-bottom-0\@medium {
    margin-bottom: 0 !important;
  }

  .u-margin-left-0\@medium {
    margin-left: 0 !important;
  }

  .u-margin-right-0\@medium {
    margin-right: 0 !important;
  }

  .u-padding-top-0\@medium {
    padding-top: 0;
  }

  .u-padding-bottom-0\@medium {
    padding-bottom: 0;
  }

  .u-padding-left-0\@medium {
    padding-left: 0;
  }

  .u-padding-right-0\@medium {
    padding-right: 0;
  }

  .u-margin-top-5\@medium {
    margin-top: 0.3125rem !important;
  }

  .u-margin-bottom-5\@medium {
    margin-bottom: 0.3125rem !important;
  }

  .u-margin-left-5\@medium {
    margin-left: 0.3125rem !important;
  }

  .u-margin-right-5\@medium {
    margin-right: 0.3125rem !important;
  }

  .u-padding-top-5\@medium {
    padding-top: 0.3125rem;
  }

  .u-padding-bottom-5\@medium {
    padding-bottom: 0.3125rem;
  }

  .u-padding-left-5\@medium {
    padding-left: 0.3125rem;
  }

  .u-padding-right-5\@medium {
    padding-right: 0.3125rem;
  }

  .u-margin-top-10\@medium {
    margin-top: 0.625rem !important;
  }

  .u-margin-bottom-10\@medium {
    margin-bottom: 0.625rem !important;
  }

  .u-margin-left-10\@medium {
    margin-left: 0.625rem !important;
  }

  .u-margin-right-10\@medium {
    margin-right: 0.625rem !important;
  }

  .u-padding-top-10\@medium {
    padding-top: 0.625rem;
  }

  .u-padding-bottom-10\@medium {
    padding-bottom: 0.625rem;
  }

  .u-padding-left-10\@medium {
    padding-left: 0.625rem;
  }

  .u-padding-right-10\@medium {
    padding-right: 0.625rem;
  }

  .u-margin-top-15\@medium {
    margin-top: 0.9375rem !important;
  }

  .u-margin-bottom-15\@medium {
    margin-bottom: 0.9375rem !important;
  }

  .u-margin-left-15\@medium {
    margin-left: 0.9375rem !important;
  }

  .u-margin-right-15\@medium {
    margin-right: 0.9375rem !important;
  }

  .u-padding-top-15\@medium {
    padding-top: 0.9375rem;
  }

  .u-padding-bottom-15\@medium {
    padding-bottom: 0.9375rem;
  }

  .u-padding-left-15\@medium {
    padding-left: 0.9375rem;
  }

  .u-padding-right-15\@medium {
    padding-right: 0.9375rem;
  }

  .u-margin-top-20\@medium {
    margin-top: 1.25rem !important;
  }

  .u-margin-bottom-20\@medium {
    margin-bottom: 1.25rem !important;
  }

  .u-margin-left-20\@medium {
    margin-left: 1.25rem !important;
  }

  .u-margin-right-20\@medium {
    margin-right: 1.25rem !important;
  }

  .u-padding-top-20\@medium {
    padding-top: 1.25rem;
  }

  .u-padding-bottom-20\@medium {
    padding-bottom: 1.25rem;
  }

  .u-padding-left-20\@medium {
    padding-left: 1.25rem;
  }

  .u-padding-right-20\@medium {
    padding-right: 1.25rem;
  }

  .u-margin-top-25\@medium {
    margin-top: 1.5625rem !important;
  }

  .u-margin-bottom-25\@medium {
    margin-bottom: 1.5625rem !important;
  }

  .u-margin-left-25\@medium {
    margin-left: 1.5625rem !important;
  }

  .u-margin-right-25\@medium {
    margin-right: 1.5625rem !important;
  }

  .u-padding-top-25\@medium {
    padding-top: 1.5625rem;
  }

  .u-padding-bottom-25\@medium {
    padding-bottom: 1.5625rem;
  }

  .u-padding-left-25\@medium {
    padding-left: 1.5625rem;
  }

  .u-padding-right-25\@medium {
    padding-right: 1.5625rem;
  }

  .u-margin-top-30\@medium {
    margin-top: 1.875rem !important;
  }

  .u-margin-bottom-30\@medium {
    margin-bottom: 1.875rem !important;
  }

  .u-margin-left-30\@medium {
    margin-left: 1.875rem !important;
  }

  .u-margin-right-30\@medium {
    margin-right: 1.875rem !important;
  }

  .u-padding-top-30\@medium {
    padding-top: 1.875rem;
  }

  .u-padding-bottom-30\@medium {
    padding-bottom: 1.875rem;
  }

  .u-padding-left-30\@medium {
    padding-left: 1.875rem;
  }

  .u-padding-right-30\@medium {
    padding-right: 1.875rem;
  }

  .u-margin-top-35\@medium {
    margin-top: 2.1875rem !important;
  }

  .u-margin-bottom-35\@medium {
    margin-bottom: 2.1875rem !important;
  }

  .u-margin-left-35\@medium {
    margin-left: 2.1875rem !important;
  }

  .u-margin-right-35\@medium {
    margin-right: 2.1875rem !important;
  }

  .u-padding-top-35\@medium {
    padding-top: 2.1875rem;
  }

  .u-padding-bottom-35\@medium {
    padding-bottom: 2.1875rem;
  }

  .u-padding-left-35\@medium {
    padding-left: 2.1875rem;
  }

  .u-padding-right-35\@medium {
    padding-right: 2.1875rem;
  }

  .u-margin-top-40\@medium {
    margin-top: 2.5rem !important;
  }

  .u-margin-bottom-40\@medium {
    margin-bottom: 2.5rem !important;
  }

  .u-margin-left-40\@medium {
    margin-left: 2.5rem !important;
  }

  .u-margin-right-40\@medium {
    margin-right: 2.5rem !important;
  }

  .u-padding-top-40\@medium {
    padding-top: 2.5rem;
  }

  .u-padding-bottom-40\@medium {
    padding-bottom: 2.5rem;
  }

  .u-padding-left-40\@medium {
    padding-left: 2.5rem;
  }

  .u-padding-right-40\@medium {
    padding-right: 2.5rem;
  }

  .u-margin-top-45\@medium {
    margin-top: 2.8125rem !important;
  }

  .u-margin-bottom-45\@medium {
    margin-bottom: 2.8125rem !important;
  }

  .u-margin-left-45\@medium {
    margin-left: 2.8125rem !important;
  }

  .u-margin-right-45\@medium {
    margin-right: 2.8125rem !important;
  }

  .u-padding-top-45\@medium {
    padding-top: 2.8125rem;
  }

  .u-padding-bottom-45\@medium {
    padding-bottom: 2.8125rem;
  }

  .u-padding-left-45\@medium {
    padding-left: 2.8125rem;
  }

  .u-padding-right-45\@medium {
    padding-right: 2.8125rem;
  }

  .u-margin-top-50\@medium {
    margin-top: 3.125rem !important;
  }

  .u-margin-bottom-50\@medium {
    margin-bottom: 3.125rem !important;
  }

  .u-margin-left-50\@medium {
    margin-left: 3.125rem !important;
  }

  .u-margin-right-50\@medium {
    margin-right: 3.125rem !important;
  }

  .u-padding-top-50\@medium {
    padding-top: 3.125rem;
  }

  .u-padding-bottom-50\@medium {
    padding-bottom: 3.125rem;
  }

  .u-padding-left-50\@medium {
    padding-left: 3.125rem;
  }

  .u-padding-right-50\@medium {
    padding-right: 3.125rem;
  }

  .u-margin-top-55\@medium {
    margin-top: 3.4375rem !important;
  }

  .u-margin-bottom-55\@medium {
    margin-bottom: 3.4375rem !important;
  }

  .u-margin-left-55\@medium {
    margin-left: 3.4375rem !important;
  }

  .u-margin-right-55\@medium {
    margin-right: 3.4375rem !important;
  }

  .u-padding-top-55\@medium {
    padding-top: 3.4375rem;
  }

  .u-padding-bottom-55\@medium {
    padding-bottom: 3.4375rem;
  }

  .u-padding-left-55\@medium {
    padding-left: 3.4375rem;
  }

  .u-padding-right-55\@medium {
    padding-right: 3.4375rem;
  }

  .u-margin-top-60\@medium {
    margin-top: 3.75rem !important;
  }

  .u-margin-bottom-60\@medium {
    margin-bottom: 3.75rem !important;
  }

  .u-margin-left-60\@medium {
    margin-left: 3.75rem !important;
  }

  .u-margin-right-60\@medium {
    margin-right: 3.75rem !important;
  }

  .u-padding-top-60\@medium {
    padding-top: 3.75rem;
  }

  .u-padding-bottom-60\@medium {
    padding-bottom: 3.75rem;
  }

  .u-padding-left-60\@medium {
    padding-left: 3.75rem;
  }

  .u-padding-right-60\@medium {
    padding-right: 3.75rem;
  }

  .u-margin-top-65\@medium {
    margin-top: 4.0625rem !important;
  }

  .u-margin-bottom-65\@medium {
    margin-bottom: 4.0625rem !important;
  }

  .u-margin-left-65\@medium {
    margin-left: 4.0625rem !important;
  }

  .u-margin-right-65\@medium {
    margin-right: 4.0625rem !important;
  }

  .u-padding-top-65\@medium {
    padding-top: 4.0625rem;
  }

  .u-padding-bottom-65\@medium {
    padding-bottom: 4.0625rem;
  }

  .u-padding-left-65\@medium {
    padding-left: 4.0625rem;
  }

  .u-padding-right-65\@medium {
    padding-right: 4.0625rem;
  }

  .u-margin-top-70\@medium {
    margin-top: 4.375rem !important;
  }

  .u-margin-bottom-70\@medium {
    margin-bottom: 4.375rem !important;
  }

  .u-margin-left-70\@medium {
    margin-left: 4.375rem !important;
  }

  .u-margin-right-70\@medium {
    margin-right: 4.375rem !important;
  }

  .u-padding-top-70\@medium {
    padding-top: 4.375rem;
  }

  .u-padding-bottom-70\@medium {
    padding-bottom: 4.375rem;
  }

  .u-padding-left-70\@medium {
    padding-left: 4.375rem;
  }

  .u-padding-right-70\@medium {
    padding-right: 4.375rem;
  }

  .u-margin-top-75\@medium {
    margin-top: 4.6875rem !important;
  }

  .u-margin-bottom-75\@medium {
    margin-bottom: 4.6875rem !important;
  }

  .u-margin-left-75\@medium {
    margin-left: 4.6875rem !important;
  }

  .u-margin-right-75\@medium {
    margin-right: 4.6875rem !important;
  }

  .u-padding-top-75\@medium {
    padding-top: 4.6875rem;
  }

  .u-padding-bottom-75\@medium {
    padding-bottom: 4.6875rem;
  }

  .u-padding-left-75\@medium {
    padding-left: 4.6875rem;
  }

  .u-padding-right-75\@medium {
    padding-right: 4.6875rem;
  }

  .u-margin-top-80\@medium {
    margin-top: 5rem !important;
  }

  .u-margin-bottom-80\@medium {
    margin-bottom: 5rem !important;
  }

  .u-margin-left-80\@medium {
    margin-left: 5rem !important;
  }

  .u-margin-right-80\@medium {
    margin-right: 5rem !important;
  }

  .u-padding-top-80\@medium {
    padding-top: 5rem;
  }

  .u-padding-bottom-80\@medium {
    padding-bottom: 5rem;
  }

  .u-padding-left-80\@medium {
    padding-left: 5rem;
  }

  .u-padding-right-80\@medium {
    padding-right: 5rem;
  }

  .u-margin-top-85\@medium {
    margin-top: 5.3125rem !important;
  }

  .u-margin-bottom-85\@medium {
    margin-bottom: 5.3125rem !important;
  }

  .u-margin-left-85\@medium {
    margin-left: 5.3125rem !important;
  }

  .u-margin-right-85\@medium {
    margin-right: 5.3125rem !important;
  }

  .u-padding-top-85\@medium {
    padding-top: 5.3125rem;
  }

  .u-padding-bottom-85\@medium {
    padding-bottom: 5.3125rem;
  }

  .u-padding-left-85\@medium {
    padding-left: 5.3125rem;
  }

  .u-padding-right-85\@medium {
    padding-right: 5.3125rem;
  }

  .u-margin-top-90\@medium {
    margin-top: 5.625rem !important;
  }

  .u-margin-bottom-90\@medium {
    margin-bottom: 5.625rem !important;
  }

  .u-margin-left-90\@medium {
    margin-left: 5.625rem !important;
  }

  .u-margin-right-90\@medium {
    margin-right: 5.625rem !important;
  }

  .u-padding-top-90\@medium {
    padding-top: 5.625rem;
  }

  .u-padding-bottom-90\@medium {
    padding-bottom: 5.625rem;
  }

  .u-padding-left-90\@medium {
    padding-left: 5.625rem;
  }

  .u-padding-right-90\@medium {
    padding-right: 5.625rem;
  }

  .u-margin-top-95\@medium {
    margin-top: 5.9375rem !important;
  }

  .u-margin-bottom-95\@medium {
    margin-bottom: 5.9375rem !important;
  }

  .u-margin-left-95\@medium {
    margin-left: 5.9375rem !important;
  }

  .u-margin-right-95\@medium {
    margin-right: 5.9375rem !important;
  }

  .u-padding-top-95\@medium {
    padding-top: 5.9375rem;
  }

  .u-padding-bottom-95\@medium {
    padding-bottom: 5.9375rem;
  }

  .u-padding-left-95\@medium {
    padding-left: 5.9375rem;
  }

  .u-padding-right-95\@medium {
    padding-right: 5.9375rem;
  }

  .u-margin-top-100\@medium {
    margin-top: 6.25rem !important;
  }

  .u-margin-bottom-100\@medium {
    margin-bottom: 6.25rem !important;
  }

  .u-margin-left-100\@medium {
    margin-left: 6.25rem !important;
  }

  .u-margin-right-100\@medium {
    margin-right: 6.25rem !important;
  }

  .u-padding-top-100\@medium {
    padding-top: 6.25rem;
  }

  .u-padding-bottom-100\@medium {
    padding-bottom: 6.25rem;
  }

  .u-padding-left-100\@medium {
    padding-left: 6.25rem;
  }

  .u-padding-right-100\@medium {
    padding-right: 6.25rem;
  }

  .u-margin-top-105\@medium {
    margin-top: 6.5625rem !important;
  }

  .u-margin-bottom-105\@medium {
    margin-bottom: 6.5625rem !important;
  }

  .u-margin-left-105\@medium {
    margin-left: 6.5625rem !important;
  }

  .u-margin-right-105\@medium {
    margin-right: 6.5625rem !important;
  }

  .u-padding-top-105\@medium {
    padding-top: 6.5625rem;
  }

  .u-padding-bottom-105\@medium {
    padding-bottom: 6.5625rem;
  }

  .u-padding-left-105\@medium {
    padding-left: 6.5625rem;
  }

  .u-padding-right-105\@medium {
    padding-right: 6.5625rem;
  }

  .u-margin-top-110\@medium {
    margin-top: 6.875rem !important;
  }

  .u-margin-bottom-110\@medium {
    margin-bottom: 6.875rem !important;
  }

  .u-margin-left-110\@medium {
    margin-left: 6.875rem !important;
  }

  .u-margin-right-110\@medium {
    margin-right: 6.875rem !important;
  }

  .u-padding-top-110\@medium {
    padding-top: 6.875rem;
  }

  .u-padding-bottom-110\@medium {
    padding-bottom: 6.875rem;
  }

  .u-padding-left-110\@medium {
    padding-left: 6.875rem;
  }

  .u-padding-right-110\@medium {
    padding-right: 6.875rem;
  }

  .u-margin-top-115\@medium {
    margin-top: 7.1875rem !important;
  }

  .u-margin-bottom-115\@medium {
    margin-bottom: 7.1875rem !important;
  }

  .u-margin-left-115\@medium {
    margin-left: 7.1875rem !important;
  }

  .u-margin-right-115\@medium {
    margin-right: 7.1875rem !important;
  }

  .u-padding-top-115\@medium {
    padding-top: 7.1875rem;
  }

  .u-padding-bottom-115\@medium {
    padding-bottom: 7.1875rem;
  }

  .u-padding-left-115\@medium {
    padding-left: 7.1875rem;
  }

  .u-padding-right-115\@medium {
    padding-right: 7.1875rem;
  }

  .u-margin-top-120\@medium {
    margin-top: 7.5rem !important;
  }

  .u-margin-bottom-120\@medium {
    margin-bottom: 7.5rem !important;
  }

  .u-margin-left-120\@medium {
    margin-left: 7.5rem !important;
  }

  .u-margin-right-120\@medium {
    margin-right: 7.5rem !important;
  }

  .u-padding-top-120\@medium {
    padding-top: 7.5rem;
  }

  .u-padding-bottom-120\@medium {
    padding-bottom: 7.5rem;
  }

  .u-padding-left-120\@medium {
    padding-left: 7.5rem;
  }

  .u-padding-right-120\@medium {
    padding-right: 7.5rem;
  }

  .u-margin-top-125\@medium {
    margin-top: 7.8125rem !important;
  }

  .u-margin-bottom-125\@medium {
    margin-bottom: 7.8125rem !important;
  }

  .u-margin-left-125\@medium {
    margin-left: 7.8125rem !important;
  }

  .u-margin-right-125\@medium {
    margin-right: 7.8125rem !important;
  }

  .u-padding-top-125\@medium {
    padding-top: 7.8125rem;
  }

  .u-padding-bottom-125\@medium {
    padding-bottom: 7.8125rem;
  }

  .u-padding-left-125\@medium {
    padding-left: 7.8125rem;
  }

  .u-padding-right-125\@medium {
    padding-right: 7.8125rem;
  }

  .u-margin-top-130\@medium {
    margin-top: 8.125rem !important;
  }

  .u-margin-bottom-130\@medium {
    margin-bottom: 8.125rem !important;
  }

  .u-margin-left-130\@medium {
    margin-left: 8.125rem !important;
  }

  .u-margin-right-130\@medium {
    margin-right: 8.125rem !important;
  }

  .u-padding-top-130\@medium {
    padding-top: 8.125rem;
  }

  .u-padding-bottom-130\@medium {
    padding-bottom: 8.125rem;
  }

  .u-padding-left-130\@medium {
    padding-left: 8.125rem;
  }

  .u-padding-right-130\@medium {
    padding-right: 8.125rem;
  }

  .u-margin-top-135\@medium {
    margin-top: 8.4375rem !important;
  }

  .u-margin-bottom-135\@medium {
    margin-bottom: 8.4375rem !important;
  }

  .u-margin-left-135\@medium {
    margin-left: 8.4375rem !important;
  }

  .u-margin-right-135\@medium {
    margin-right: 8.4375rem !important;
  }

  .u-padding-top-135\@medium {
    padding-top: 8.4375rem;
  }

  .u-padding-bottom-135\@medium {
    padding-bottom: 8.4375rem;
  }

  .u-padding-left-135\@medium {
    padding-left: 8.4375rem;
  }

  .u-padding-right-135\@medium {
    padding-right: 8.4375rem;
  }

  .u-margin-top-140\@medium {
    margin-top: 8.75rem !important;
  }

  .u-margin-bottom-140\@medium {
    margin-bottom: 8.75rem !important;
  }

  .u-margin-left-140\@medium {
    margin-left: 8.75rem !important;
  }

  .u-margin-right-140\@medium {
    margin-right: 8.75rem !important;
  }

  .u-padding-top-140\@medium {
    padding-top: 8.75rem;
  }

  .u-padding-bottom-140\@medium {
    padding-bottom: 8.75rem;
  }

  .u-padding-left-140\@medium {
    padding-left: 8.75rem;
  }

  .u-padding-right-140\@medium {
    padding-right: 8.75rem;
  }

  .u-margin-top-145\@medium {
    margin-top: 9.0625rem !important;
  }

  .u-margin-bottom-145\@medium {
    margin-bottom: 9.0625rem !important;
  }

  .u-margin-left-145\@medium {
    margin-left: 9.0625rem !important;
  }

  .u-margin-right-145\@medium {
    margin-right: 9.0625rem !important;
  }

  .u-padding-top-145\@medium {
    padding-top: 9.0625rem;
  }

  .u-padding-bottom-145\@medium {
    padding-bottom: 9.0625rem;
  }

  .u-padding-left-145\@medium {
    padding-left: 9.0625rem;
  }

  .u-padding-right-145\@medium {
    padding-right: 9.0625rem;
  }

  .u-margin-top-150\@medium {
    margin-top: 9.375rem !important;
  }

  .u-margin-bottom-150\@medium {
    margin-bottom: 9.375rem !important;
  }

  .u-margin-left-150\@medium {
    margin-left: 9.375rem !important;
  }

  .u-margin-right-150\@medium {
    margin-right: 9.375rem !important;
  }

  .u-padding-top-150\@medium {
    padding-top: 9.375rem;
  }

  .u-padding-bottom-150\@medium {
    padding-bottom: 9.375rem;
  }

  .u-padding-left-150\@medium {
    padding-left: 9.375rem;
  }

  .u-padding-right-150\@medium {
    padding-right: 9.375rem;
  }

  .u-margin-top-155\@medium {
    margin-top: 9.6875rem !important;
  }

  .u-margin-bottom-155\@medium {
    margin-bottom: 9.6875rem !important;
  }

  .u-margin-left-155\@medium {
    margin-left: 9.6875rem !important;
  }

  .u-margin-right-155\@medium {
    margin-right: 9.6875rem !important;
  }

  .u-padding-top-155\@medium {
    padding-top: 9.6875rem;
  }

  .u-padding-bottom-155\@medium {
    padding-bottom: 9.6875rem;
  }

  .u-padding-left-155\@medium {
    padding-left: 9.6875rem;
  }

  .u-padding-right-155\@medium {
    padding-right: 9.6875rem;
  }

  .u-margin-top-160\@medium {
    margin-top: 10rem !important;
  }

  .u-margin-bottom-160\@medium {
    margin-bottom: 10rem !important;
  }

  .u-margin-left-160\@medium {
    margin-left: 10rem !important;
  }

  .u-margin-right-160\@medium {
    margin-right: 10rem !important;
  }

  .u-padding-top-160\@medium {
    padding-top: 10rem;
  }

  .u-padding-bottom-160\@medium {
    padding-bottom: 10rem;
  }

  .u-padding-left-160\@medium {
    padding-left: 10rem;
  }

  .u-padding-right-160\@medium {
    padding-right: 10rem;
  }

  .u-margin-top-165\@medium {
    margin-top: 10.3125rem !important;
  }

  .u-margin-bottom-165\@medium {
    margin-bottom: 10.3125rem !important;
  }

  .u-margin-left-165\@medium {
    margin-left: 10.3125rem !important;
  }

  .u-margin-right-165\@medium {
    margin-right: 10.3125rem !important;
  }

  .u-padding-top-165\@medium {
    padding-top: 10.3125rem;
  }

  .u-padding-bottom-165\@medium {
    padding-bottom: 10.3125rem;
  }

  .u-padding-left-165\@medium {
    padding-left: 10.3125rem;
  }

  .u-padding-right-165\@medium {
    padding-right: 10.3125rem;
  }

  .u-margin-top-170\@medium {
    margin-top: 10.625rem !important;
  }

  .u-margin-bottom-170\@medium {
    margin-bottom: 10.625rem !important;
  }

  .u-margin-left-170\@medium {
    margin-left: 10.625rem !important;
  }

  .u-margin-right-170\@medium {
    margin-right: 10.625rem !important;
  }

  .u-padding-top-170\@medium {
    padding-top: 10.625rem;
  }

  .u-padding-bottom-170\@medium {
    padding-bottom: 10.625rem;
  }

  .u-padding-left-170\@medium {
    padding-left: 10.625rem;
  }

  .u-padding-right-170\@medium {
    padding-right: 10.625rem;
  }

  .u-margin-top-175\@medium {
    margin-top: 10.9375rem !important;
  }

  .u-margin-bottom-175\@medium {
    margin-bottom: 10.9375rem !important;
  }

  .u-margin-left-175\@medium {
    margin-left: 10.9375rem !important;
  }

  .u-margin-right-175\@medium {
    margin-right: 10.9375rem !important;
  }

  .u-padding-top-175\@medium {
    padding-top: 10.9375rem;
  }

  .u-padding-bottom-175\@medium {
    padding-bottom: 10.9375rem;
  }

  .u-padding-left-175\@medium {
    padding-left: 10.9375rem;
  }

  .u-padding-right-175\@medium {
    padding-right: 10.9375rem;
  }

  .u-margin-top-180\@medium {
    margin-top: 11.25rem !important;
  }

  .u-margin-bottom-180\@medium {
    margin-bottom: 11.25rem !important;
  }

  .u-margin-left-180\@medium {
    margin-left: 11.25rem !important;
  }

  .u-margin-right-180\@medium {
    margin-right: 11.25rem !important;
  }

  .u-padding-top-180\@medium {
    padding-top: 11.25rem;
  }

  .u-padding-bottom-180\@medium {
    padding-bottom: 11.25rem;
  }

  .u-padding-left-180\@medium {
    padding-left: 11.25rem;
  }

  .u-padding-right-180\@medium {
    padding-right: 11.25rem;
  }
}
@media screen and (min-width: 64em) {
  .u-margin-top-0\@large {
    margin-top: 0 !important;
  }

  .u-margin-bottom-0\@large {
    margin-bottom: 0 !important;
  }

  .u-margin-left-0\@large {
    margin-left: 0 !important;
  }

  .u-margin-right-0\@large {
    margin-right: 0 !important;
  }

  .u-padding-top-0\@large {
    padding-top: 0;
  }

  .u-padding-bottom-0\@large {
    padding-bottom: 0;
  }

  .u-padding-left-0\@large {
    padding-left: 0;
  }

  .u-padding-right-0\@large {
    padding-right: 0;
  }

  .u-margin-top-5\@large {
    margin-top: 0.3125rem !important;
  }

  .u-margin-bottom-5\@large {
    margin-bottom: 0.3125rem !important;
  }

  .u-margin-left-5\@large {
    margin-left: 0.3125rem !important;
  }

  .u-margin-right-5\@large {
    margin-right: 0.3125rem !important;
  }

  .u-padding-top-5\@large {
    padding-top: 0.3125rem;
  }

  .u-padding-bottom-5\@large {
    padding-bottom: 0.3125rem;
  }

  .u-padding-left-5\@large {
    padding-left: 0.3125rem;
  }

  .u-padding-right-5\@large {
    padding-right: 0.3125rem;
  }

  .u-margin-top-10\@large {
    margin-top: 0.625rem !important;
  }

  .u-margin-bottom-10\@large {
    margin-bottom: 0.625rem !important;
  }

  .u-margin-left-10\@large {
    margin-left: 0.625rem !important;
  }

  .u-margin-right-10\@large {
    margin-right: 0.625rem !important;
  }

  .u-padding-top-10\@large {
    padding-top: 0.625rem;
  }

  .u-padding-bottom-10\@large {
    padding-bottom: 0.625rem;
  }

  .u-padding-left-10\@large {
    padding-left: 0.625rem;
  }

  .u-padding-right-10\@large {
    padding-right: 0.625rem;
  }

  .u-margin-top-15\@large {
    margin-top: 0.9375rem !important;
  }

  .u-margin-bottom-15\@large {
    margin-bottom: 0.9375rem !important;
  }

  .u-margin-left-15\@large {
    margin-left: 0.9375rem !important;
  }

  .u-margin-right-15\@large {
    margin-right: 0.9375rem !important;
  }

  .u-padding-top-15\@large {
    padding-top: 0.9375rem;
  }

  .u-padding-bottom-15\@large {
    padding-bottom: 0.9375rem;
  }

  .u-padding-left-15\@large {
    padding-left: 0.9375rem;
  }

  .u-padding-right-15\@large {
    padding-right: 0.9375rem;
  }

  .u-margin-top-20\@large {
    margin-top: 1.25rem !important;
  }

  .u-margin-bottom-20\@large {
    margin-bottom: 1.25rem !important;
  }

  .u-margin-left-20\@large {
    margin-left: 1.25rem !important;
  }

  .u-margin-right-20\@large {
    margin-right: 1.25rem !important;
  }

  .u-padding-top-20\@large {
    padding-top: 1.25rem;
  }

  .u-padding-bottom-20\@large {
    padding-bottom: 1.25rem;
  }

  .u-padding-left-20\@large {
    padding-left: 1.25rem;
  }

  .u-padding-right-20\@large {
    padding-right: 1.25rem;
  }

  .u-margin-top-25\@large {
    margin-top: 1.5625rem !important;
  }

  .u-margin-bottom-25\@large {
    margin-bottom: 1.5625rem !important;
  }

  .u-margin-left-25\@large {
    margin-left: 1.5625rem !important;
  }

  .u-margin-right-25\@large {
    margin-right: 1.5625rem !important;
  }

  .u-padding-top-25\@large {
    padding-top: 1.5625rem;
  }

  .u-padding-bottom-25\@large {
    padding-bottom: 1.5625rem;
  }

  .u-padding-left-25\@large {
    padding-left: 1.5625rem;
  }

  .u-padding-right-25\@large {
    padding-right: 1.5625rem;
  }

  .u-margin-top-30\@large {
    margin-top: 1.875rem !important;
  }

  .u-margin-bottom-30\@large {
    margin-bottom: 1.875rem !important;
  }

  .u-margin-left-30\@large {
    margin-left: 1.875rem !important;
  }

  .u-margin-right-30\@large {
    margin-right: 1.875rem !important;
  }

  .u-padding-top-30\@large {
    padding-top: 1.875rem;
  }

  .u-padding-bottom-30\@large {
    padding-bottom: 1.875rem;
  }

  .u-padding-left-30\@large {
    padding-left: 1.875rem;
  }

  .u-padding-right-30\@large {
    padding-right: 1.875rem;
  }

  .u-margin-top-35\@large {
    margin-top: 2.1875rem !important;
  }

  .u-margin-bottom-35\@large {
    margin-bottom: 2.1875rem !important;
  }

  .u-margin-left-35\@large {
    margin-left: 2.1875rem !important;
  }

  .u-margin-right-35\@large {
    margin-right: 2.1875rem !important;
  }

  .u-padding-top-35\@large {
    padding-top: 2.1875rem;
  }

  .u-padding-bottom-35\@large {
    padding-bottom: 2.1875rem;
  }

  .u-padding-left-35\@large {
    padding-left: 2.1875rem;
  }

  .u-padding-right-35\@large {
    padding-right: 2.1875rem;
  }

  .u-margin-top-40\@large {
    margin-top: 2.5rem !important;
  }

  .u-margin-bottom-40\@large {
    margin-bottom: 2.5rem !important;
  }

  .u-margin-left-40\@large {
    margin-left: 2.5rem !important;
  }

  .u-margin-right-40\@large {
    margin-right: 2.5rem !important;
  }

  .u-padding-top-40\@large {
    padding-top: 2.5rem;
  }

  .u-padding-bottom-40\@large {
    padding-bottom: 2.5rem;
  }

  .u-padding-left-40\@large {
    padding-left: 2.5rem;
  }

  .u-padding-right-40\@large {
    padding-right: 2.5rem;
  }

  .u-margin-top-45\@large {
    margin-top: 2.8125rem !important;
  }

  .u-margin-bottom-45\@large {
    margin-bottom: 2.8125rem !important;
  }

  .u-margin-left-45\@large {
    margin-left: 2.8125rem !important;
  }

  .u-margin-right-45\@large {
    margin-right: 2.8125rem !important;
  }

  .u-padding-top-45\@large {
    padding-top: 2.8125rem;
  }

  .u-padding-bottom-45\@large {
    padding-bottom: 2.8125rem;
  }

  .u-padding-left-45\@large {
    padding-left: 2.8125rem;
  }

  .u-padding-right-45\@large {
    padding-right: 2.8125rem;
  }

  .u-margin-top-50\@large {
    margin-top: 3.125rem !important;
  }

  .u-margin-bottom-50\@large {
    margin-bottom: 3.125rem !important;
  }

  .u-margin-left-50\@large {
    margin-left: 3.125rem !important;
  }

  .u-margin-right-50\@large {
    margin-right: 3.125rem !important;
  }

  .u-padding-top-50\@large {
    padding-top: 3.125rem;
  }

  .u-padding-bottom-50\@large {
    padding-bottom: 3.125rem;
  }

  .u-padding-left-50\@large {
    padding-left: 3.125rem;
  }

  .u-padding-right-50\@large {
    padding-right: 3.125rem;
  }

  .u-margin-top-55\@large {
    margin-top: 3.4375rem !important;
  }

  .u-margin-bottom-55\@large {
    margin-bottom: 3.4375rem !important;
  }

  .u-margin-left-55\@large {
    margin-left: 3.4375rem !important;
  }

  .u-margin-right-55\@large {
    margin-right: 3.4375rem !important;
  }

  .u-padding-top-55\@large {
    padding-top: 3.4375rem;
  }

  .u-padding-bottom-55\@large {
    padding-bottom: 3.4375rem;
  }

  .u-padding-left-55\@large {
    padding-left: 3.4375rem;
  }

  .u-padding-right-55\@large {
    padding-right: 3.4375rem;
  }

  .u-margin-top-60\@large {
    margin-top: 3.75rem !important;
  }

  .u-margin-bottom-60\@large {
    margin-bottom: 3.75rem !important;
  }

  .u-margin-left-60\@large {
    margin-left: 3.75rem !important;
  }

  .u-margin-right-60\@large {
    margin-right: 3.75rem !important;
  }

  .u-padding-top-60\@large {
    padding-top: 3.75rem;
  }

  .u-padding-bottom-60\@large {
    padding-bottom: 3.75rem;
  }

  .u-padding-left-60\@large {
    padding-left: 3.75rem;
  }

  .u-padding-right-60\@large {
    padding-right: 3.75rem;
  }

  .u-margin-top-65\@large {
    margin-top: 4.0625rem !important;
  }

  .u-margin-bottom-65\@large {
    margin-bottom: 4.0625rem !important;
  }

  .u-margin-left-65\@large {
    margin-left: 4.0625rem !important;
  }

  .u-margin-right-65\@large {
    margin-right: 4.0625rem !important;
  }

  .u-padding-top-65\@large {
    padding-top: 4.0625rem;
  }

  .u-padding-bottom-65\@large {
    padding-bottom: 4.0625rem;
  }

  .u-padding-left-65\@large {
    padding-left: 4.0625rem;
  }

  .u-padding-right-65\@large {
    padding-right: 4.0625rem;
  }

  .u-margin-top-70\@large {
    margin-top: 4.375rem !important;
  }

  .u-margin-bottom-70\@large {
    margin-bottom: 4.375rem !important;
  }

  .u-margin-left-70\@large {
    margin-left: 4.375rem !important;
  }

  .u-margin-right-70\@large {
    margin-right: 4.375rem !important;
  }

  .u-padding-top-70\@large {
    padding-top: 4.375rem;
  }

  .u-padding-bottom-70\@large {
    padding-bottom: 4.375rem;
  }

  .u-padding-left-70\@large {
    padding-left: 4.375rem;
  }

  .u-padding-right-70\@large {
    padding-right: 4.375rem;
  }

  .u-margin-top-75\@large {
    margin-top: 4.6875rem !important;
  }

  .u-margin-bottom-75\@large {
    margin-bottom: 4.6875rem !important;
  }

  .u-margin-left-75\@large {
    margin-left: 4.6875rem !important;
  }

  .u-margin-right-75\@large {
    margin-right: 4.6875rem !important;
  }

  .u-padding-top-75\@large {
    padding-top: 4.6875rem;
  }

  .u-padding-bottom-75\@large {
    padding-bottom: 4.6875rem;
  }

  .u-padding-left-75\@large {
    padding-left: 4.6875rem;
  }

  .u-padding-right-75\@large {
    padding-right: 4.6875rem;
  }

  .u-margin-top-80\@large {
    margin-top: 5rem !important;
  }

  .u-margin-bottom-80\@large {
    margin-bottom: 5rem !important;
  }

  .u-margin-left-80\@large {
    margin-left: 5rem !important;
  }

  .u-margin-right-80\@large {
    margin-right: 5rem !important;
  }

  .u-padding-top-80\@large {
    padding-top: 5rem;
  }

  .u-padding-bottom-80\@large {
    padding-bottom: 5rem;
  }

  .u-padding-left-80\@large {
    padding-left: 5rem;
  }

  .u-padding-right-80\@large {
    padding-right: 5rem;
  }

  .u-margin-top-85\@large {
    margin-top: 5.3125rem !important;
  }

  .u-margin-bottom-85\@large {
    margin-bottom: 5.3125rem !important;
  }

  .u-margin-left-85\@large {
    margin-left: 5.3125rem !important;
  }

  .u-margin-right-85\@large {
    margin-right: 5.3125rem !important;
  }

  .u-padding-top-85\@large {
    padding-top: 5.3125rem;
  }

  .u-padding-bottom-85\@large {
    padding-bottom: 5.3125rem;
  }

  .u-padding-left-85\@large {
    padding-left: 5.3125rem;
  }

  .u-padding-right-85\@large {
    padding-right: 5.3125rem;
  }

  .u-margin-top-90\@large {
    margin-top: 5.625rem !important;
  }

  .u-margin-bottom-90\@large {
    margin-bottom: 5.625rem !important;
  }

  .u-margin-left-90\@large {
    margin-left: 5.625rem !important;
  }

  .u-margin-right-90\@large {
    margin-right: 5.625rem !important;
  }

  .u-padding-top-90\@large {
    padding-top: 5.625rem;
  }

  .u-padding-bottom-90\@large {
    padding-bottom: 5.625rem;
  }

  .u-padding-left-90\@large {
    padding-left: 5.625rem;
  }

  .u-padding-right-90\@large {
    padding-right: 5.625rem;
  }

  .u-margin-top-95\@large {
    margin-top: 5.9375rem !important;
  }

  .u-margin-bottom-95\@large {
    margin-bottom: 5.9375rem !important;
  }

  .u-margin-left-95\@large {
    margin-left: 5.9375rem !important;
  }

  .u-margin-right-95\@large {
    margin-right: 5.9375rem !important;
  }

  .u-padding-top-95\@large {
    padding-top: 5.9375rem;
  }

  .u-padding-bottom-95\@large {
    padding-bottom: 5.9375rem;
  }

  .u-padding-left-95\@large {
    padding-left: 5.9375rem;
  }

  .u-padding-right-95\@large {
    padding-right: 5.9375rem;
  }

  .u-margin-top-100\@large {
    margin-top: 6.25rem !important;
  }

  .u-margin-bottom-100\@large {
    margin-bottom: 6.25rem !important;
  }

  .u-margin-left-100\@large {
    margin-left: 6.25rem !important;
  }

  .u-margin-right-100\@large {
    margin-right: 6.25rem !important;
  }

  .u-padding-top-100\@large {
    padding-top: 6.25rem;
  }

  .u-padding-bottom-100\@large {
    padding-bottom: 6.25rem;
  }

  .u-padding-left-100\@large {
    padding-left: 6.25rem;
  }

  .u-padding-right-100\@large {
    padding-right: 6.25rem;
  }

  .u-margin-top-105\@large {
    margin-top: 6.5625rem !important;
  }

  .u-margin-bottom-105\@large {
    margin-bottom: 6.5625rem !important;
  }

  .u-margin-left-105\@large {
    margin-left: 6.5625rem !important;
  }

  .u-margin-right-105\@large {
    margin-right: 6.5625rem !important;
  }

  .u-padding-top-105\@large {
    padding-top: 6.5625rem;
  }

  .u-padding-bottom-105\@large {
    padding-bottom: 6.5625rem;
  }

  .u-padding-left-105\@large {
    padding-left: 6.5625rem;
  }

  .u-padding-right-105\@large {
    padding-right: 6.5625rem;
  }

  .u-margin-top-110\@large {
    margin-top: 6.875rem !important;
  }

  .u-margin-bottom-110\@large {
    margin-bottom: 6.875rem !important;
  }

  .u-margin-left-110\@large {
    margin-left: 6.875rem !important;
  }

  .u-margin-right-110\@large {
    margin-right: 6.875rem !important;
  }

  .u-padding-top-110\@large {
    padding-top: 6.875rem;
  }

  .u-padding-bottom-110\@large {
    padding-bottom: 6.875rem;
  }

  .u-padding-left-110\@large {
    padding-left: 6.875rem;
  }

  .u-padding-right-110\@large {
    padding-right: 6.875rem;
  }

  .u-margin-top-115\@large {
    margin-top: 7.1875rem !important;
  }

  .u-margin-bottom-115\@large {
    margin-bottom: 7.1875rem !important;
  }

  .u-margin-left-115\@large {
    margin-left: 7.1875rem !important;
  }

  .u-margin-right-115\@large {
    margin-right: 7.1875rem !important;
  }

  .u-padding-top-115\@large {
    padding-top: 7.1875rem;
  }

  .u-padding-bottom-115\@large {
    padding-bottom: 7.1875rem;
  }

  .u-padding-left-115\@large {
    padding-left: 7.1875rem;
  }

  .u-padding-right-115\@large {
    padding-right: 7.1875rem;
  }

  .u-margin-top-120\@large {
    margin-top: 7.5rem !important;
  }

  .u-margin-bottom-120\@large {
    margin-bottom: 7.5rem !important;
  }

  .u-margin-left-120\@large {
    margin-left: 7.5rem !important;
  }

  .u-margin-right-120\@large {
    margin-right: 7.5rem !important;
  }

  .u-padding-top-120\@large {
    padding-top: 7.5rem;
  }

  .u-padding-bottom-120\@large {
    padding-bottom: 7.5rem;
  }

  .u-padding-left-120\@large {
    padding-left: 7.5rem;
  }

  .u-padding-right-120\@large {
    padding-right: 7.5rem;
  }

  .u-margin-top-125\@large {
    margin-top: 7.8125rem !important;
  }

  .u-margin-bottom-125\@large {
    margin-bottom: 7.8125rem !important;
  }

  .u-margin-left-125\@large {
    margin-left: 7.8125rem !important;
  }

  .u-margin-right-125\@large {
    margin-right: 7.8125rem !important;
  }

  .u-padding-top-125\@large {
    padding-top: 7.8125rem;
  }

  .u-padding-bottom-125\@large {
    padding-bottom: 7.8125rem;
  }

  .u-padding-left-125\@large {
    padding-left: 7.8125rem;
  }

  .u-padding-right-125\@large {
    padding-right: 7.8125rem;
  }

  .u-margin-top-130\@large {
    margin-top: 8.125rem !important;
  }

  .u-margin-bottom-130\@large {
    margin-bottom: 8.125rem !important;
  }

  .u-margin-left-130\@large {
    margin-left: 8.125rem !important;
  }

  .u-margin-right-130\@large {
    margin-right: 8.125rem !important;
  }

  .u-padding-top-130\@large {
    padding-top: 8.125rem;
  }

  .u-padding-bottom-130\@large {
    padding-bottom: 8.125rem;
  }

  .u-padding-left-130\@large {
    padding-left: 8.125rem;
  }

  .u-padding-right-130\@large {
    padding-right: 8.125rem;
  }

  .u-margin-top-135\@large {
    margin-top: 8.4375rem !important;
  }

  .u-margin-bottom-135\@large {
    margin-bottom: 8.4375rem !important;
  }

  .u-margin-left-135\@large {
    margin-left: 8.4375rem !important;
  }

  .u-margin-right-135\@large {
    margin-right: 8.4375rem !important;
  }

  .u-padding-top-135\@large {
    padding-top: 8.4375rem;
  }

  .u-padding-bottom-135\@large {
    padding-bottom: 8.4375rem;
  }

  .u-padding-left-135\@large {
    padding-left: 8.4375rem;
  }

  .u-padding-right-135\@large {
    padding-right: 8.4375rem;
  }

  .u-margin-top-140\@large {
    margin-top: 8.75rem !important;
  }

  .u-margin-bottom-140\@large {
    margin-bottom: 8.75rem !important;
  }

  .u-margin-left-140\@large {
    margin-left: 8.75rem !important;
  }

  .u-margin-right-140\@large {
    margin-right: 8.75rem !important;
  }

  .u-padding-top-140\@large {
    padding-top: 8.75rem;
  }

  .u-padding-bottom-140\@large {
    padding-bottom: 8.75rem;
  }

  .u-padding-left-140\@large {
    padding-left: 8.75rem;
  }

  .u-padding-right-140\@large {
    padding-right: 8.75rem;
  }

  .u-margin-top-145\@large {
    margin-top: 9.0625rem !important;
  }

  .u-margin-bottom-145\@large {
    margin-bottom: 9.0625rem !important;
  }

  .u-margin-left-145\@large {
    margin-left: 9.0625rem !important;
  }

  .u-margin-right-145\@large {
    margin-right: 9.0625rem !important;
  }

  .u-padding-top-145\@large {
    padding-top: 9.0625rem;
  }

  .u-padding-bottom-145\@large {
    padding-bottom: 9.0625rem;
  }

  .u-padding-left-145\@large {
    padding-left: 9.0625rem;
  }

  .u-padding-right-145\@large {
    padding-right: 9.0625rem;
  }

  .u-margin-top-150\@large {
    margin-top: 9.375rem !important;
  }

  .u-margin-bottom-150\@large {
    margin-bottom: 9.375rem !important;
  }

  .u-margin-left-150\@large {
    margin-left: 9.375rem !important;
  }

  .u-margin-right-150\@large {
    margin-right: 9.375rem !important;
  }

  .u-padding-top-150\@large {
    padding-top: 9.375rem;
  }

  .u-padding-bottom-150\@large {
    padding-bottom: 9.375rem;
  }

  .u-padding-left-150\@large {
    padding-left: 9.375rem;
  }

  .u-padding-right-150\@large {
    padding-right: 9.375rem;
  }

  .u-margin-top-155\@large {
    margin-top: 9.6875rem !important;
  }

  .u-margin-bottom-155\@large {
    margin-bottom: 9.6875rem !important;
  }

  .u-margin-left-155\@large {
    margin-left: 9.6875rem !important;
  }

  .u-margin-right-155\@large {
    margin-right: 9.6875rem !important;
  }

  .u-padding-top-155\@large {
    padding-top: 9.6875rem;
  }

  .u-padding-bottom-155\@large {
    padding-bottom: 9.6875rem;
  }

  .u-padding-left-155\@large {
    padding-left: 9.6875rem;
  }

  .u-padding-right-155\@large {
    padding-right: 9.6875rem;
  }

  .u-margin-top-160\@large {
    margin-top: 10rem !important;
  }

  .u-margin-bottom-160\@large {
    margin-bottom: 10rem !important;
  }

  .u-margin-left-160\@large {
    margin-left: 10rem !important;
  }

  .u-margin-right-160\@large {
    margin-right: 10rem !important;
  }

  .u-padding-top-160\@large {
    padding-top: 10rem;
  }

  .u-padding-bottom-160\@large {
    padding-bottom: 10rem;
  }

  .u-padding-left-160\@large {
    padding-left: 10rem;
  }

  .u-padding-right-160\@large {
    padding-right: 10rem;
  }

  .u-margin-top-165\@large {
    margin-top: 10.3125rem !important;
  }

  .u-margin-bottom-165\@large {
    margin-bottom: 10.3125rem !important;
  }

  .u-margin-left-165\@large {
    margin-left: 10.3125rem !important;
  }

  .u-margin-right-165\@large {
    margin-right: 10.3125rem !important;
  }

  .u-padding-top-165\@large {
    padding-top: 10.3125rem;
  }

  .u-padding-bottom-165\@large {
    padding-bottom: 10.3125rem;
  }

  .u-padding-left-165\@large {
    padding-left: 10.3125rem;
  }

  .u-padding-right-165\@large {
    padding-right: 10.3125rem;
  }

  .u-margin-top-170\@large {
    margin-top: 10.625rem !important;
  }

  .u-margin-bottom-170\@large {
    margin-bottom: 10.625rem !important;
  }

  .u-margin-left-170\@large {
    margin-left: 10.625rem !important;
  }

  .u-margin-right-170\@large {
    margin-right: 10.625rem !important;
  }

  .u-padding-top-170\@large {
    padding-top: 10.625rem;
  }

  .u-padding-bottom-170\@large {
    padding-bottom: 10.625rem;
  }

  .u-padding-left-170\@large {
    padding-left: 10.625rem;
  }

  .u-padding-right-170\@large {
    padding-right: 10.625rem;
  }

  .u-margin-top-175\@large {
    margin-top: 10.9375rem !important;
  }

  .u-margin-bottom-175\@large {
    margin-bottom: 10.9375rem !important;
  }

  .u-margin-left-175\@large {
    margin-left: 10.9375rem !important;
  }

  .u-margin-right-175\@large {
    margin-right: 10.9375rem !important;
  }

  .u-padding-top-175\@large {
    padding-top: 10.9375rem;
  }

  .u-padding-bottom-175\@large {
    padding-bottom: 10.9375rem;
  }

  .u-padding-left-175\@large {
    padding-left: 10.9375rem;
  }

  .u-padding-right-175\@large {
    padding-right: 10.9375rem;
  }

  .u-margin-top-180\@large {
    margin-top: 11.25rem !important;
  }

  .u-margin-bottom-180\@large {
    margin-bottom: 11.25rem !important;
  }

  .u-margin-left-180\@large {
    margin-left: 11.25rem !important;
  }

  .u-margin-right-180\@large {
    margin-right: 11.25rem !important;
  }

  .u-padding-top-180\@large {
    padding-top: 11.25rem;
  }

  .u-padding-bottom-180\@large {
    padding-bottom: 11.25rem;
  }

  .u-padding-left-180\@large {
    padding-left: 11.25rem;
  }

  .u-padding-right-180\@large {
    padding-right: 11.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .u-dn\@small {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .u-dn\@medium {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .u-dn\@large {
    display: none;
  }
}