@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #0a5078;
  --color-black-opacity-4: rgba(10, 80, 120, 0.04);
  --color-black-opacity-16: rgba(10, 80, 120, 0.16);
  --color-black-opacity-24: rgba(10, 80, 120, 0.24);
  --color-black-opacity-32: rgba(10, 80, 120, 0.32);
  --color-primary: #f87c56;
  --color-primary-opacity-16: rgba(248, 124, 86, 0.16);
  --color-second: #ffc65c;
  --color-second-opacity-32: rgba(255, 198, 92, 0.32);
  --color-third: #b7d15c;
  --color-second-light: #fcd7bd;
  --color-grey: #64788d;
  --color-grey-light: #f0f0f0;
}

/*! 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;
}

html {
  box-sizing: border-box;
}

template,
[hidden] {
  display: none;
}

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

address {
  font-style: inherit;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}
a svg {
  pointer-events: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/**
 * 1. Single taps should be dispatched immediately on clickable elements
 */
a, area, button, input, label, select, textarea, [tabindex] { /* [1] */
  touch-action: manipulation;
}

[hreflang] > abbr[title] {
  text-decoration: none;
}

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

hr {
  display: block;
  margin: 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--color-black);
  width: 100%;
}

.app {
  opacity: 1 !important;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; /* [1] */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
svg {
  max-width: 100%; /* [2] */
  height: auto;
}
img[width], img[height],
svg[width],
svg[height] {
  /* [4] */
  max-width: none;
}

img {
  font-style: italic; /* [4] */
}

svg {
  fill: currentColor; /* [5] */
}

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
          appearance: none;
}

select {
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: none;
  color: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button:focus, button:hover,
.c-button:focus,
.woocommerce input[type=submit]:focus,
.c-button:hover,
.woocommerce input[type=submit]:hover {
  text-decoration: none;
}
button,
.c-button,
.woocommerce input[type=submit] {
  display: inline-block; /* [1] */
  overflow: visible; /* [2] */
  margin: 0; /* [3] */
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle; /* [4] */
  text-align: center; /* [3] */
  text-decoration: none;
  text-transform: none;
  font: inherit; /* [5] */
  line-height: normal;
  cursor: pointer; /* [6] */
  -webkit-user-select: none;
          user-select: none;
}

@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal/Radikal.woff2") format("woff2"), url("../fonts/Radikal/Radikal.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal/Radikal-Medium.woff2") format("woff2"), url("../fonts/Radikal/Radikal-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Radikal";
  src: url("../fonts/Radikal/Radikal-Bold.woff2") format("woff2"), url("../fonts/Radikal/Radikal-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab/static/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/RobotoSlab/static/RobotoSlab-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab/static/RobotoSlab-Medium.woff2") format("woff2"), url("../fonts/RobotoSlab/static/RobotoSlab-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab/static/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/RobotoSlab/static/RobotoSlab-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
html {
  min-height: 100%; /* [2] */
  color: var(--color-black);
  font-family: "Roboto Slab";
  line-height: 20px; /* [1] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.is-loading {
  cursor: wait;
}
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
          user-select: none;
}

body {
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 1);
}
.has-scroll-smooth body {
  overflow: hidden;
}

main {
  overflow: hidden;
  min-height: 21.875rem;
}

.app {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0, 0, 0, 1);
}

.is-animated .app {
  opacity: 1 !important;
}

::selection {
  background-color: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

a {
  color: initial;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}

::-webkit-scrollbar {
  width: 0.4em;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid var(--color-grey);
  border-radius: 5px;
}

.o-scroll {
  min-height: 100vh;
  overflow: hidden;
}

[data-scroll-container], [data-scroll-section] {
  transform-style: preserve-3d;
  will-change: transform;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  max-width: 87rem;
}
.o-container.-huge {
  max-width: 97rem;
}
.o-container.-large {
  max-width: 97rem;
}
.o-container.-medium {
  max-width: 68.9375rem;
}
.o-container.-small {
  max-width: 55rem;
}
@media (max-width: 699px) {
  .o-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}
.o-ratio:before {
  display: block;
  padding-bottom: 100%; /* [1] */
  width: 100%;
  content: "";
}

.o-ratio_content,
.o-ratio > img,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-ratio_content_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
}

.o-ratio_original {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: 0;
}
.o-layout.-gutter {
  margin-left: -3.5rem;
}
.o-layout.-gutter-small {
  margin-left: -1.5rem;
}
.o-layout.-gutter-large {
  margin-left: -7rem;
}
.o-layout.-gutter-tiny {
  margin-left: -1rem;
}
.o-layout.-center {
  text-align: center;
}
.o-layout.-right {
  text-align: right;
}
.o-layout.-reverse {
  direction: rtl;
}
.o-layout.-reverse.-flex {
  flex-direction: row-reverse;
}
.o-layout.-flex {
  display: flex;
}
.o-layout.-flex.-column {
  flex-direction: column;
}
.o-layout.-flex.-top {
  align-items: flex-start;
}
.o-layout.-flex.-middle {
  align-items: center;
}
.o-layout.-flex.-bottom {
  align-items: flex-end;
}
.o-layout.-flex.-j-center {
  justify-content: center;
}
.o-layout.-flex.-wrap {
  flex-wrap: wrap;
}
.o-layout.-flex .order-1 {
  order: 1;
}
.o-layout.-flex .order-2 {
  order: 2;
}
@media (max-width: 699px) {
  .o-layout.-flex .order-1\@to-small {
    order: 1;
  }
  .o-layout.-flex .order-2\@to-small {
    order: 2;
  }
}
@media (max-width: 999px) {
  .o-layout.-flex .order-1\@to-medium {
    order: 1;
  }
  .o-layout.-flex .order-2\@to-medium {
    order: 2;
  }
}
.o-layout.-stretch {
  align-items: stretch;
}

.o-layout_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0;
  font-size: 1rem;
}
.o-layout.-gutter > .o-layout_item {
  padding-left: 3.5rem;
}
.o-layout.-gutter-small > .o-layout_item {
  padding-left: 1.5rem;
}
.o-layout.-gutter-large > .o-layout_item {
  padding-left: 7rem;
}
.o-layout.-gutter-tiny > .o-layout_item {
  padding-left: 1rem;
}
.o-layout.-middle > .o-layout_item {
  vertical-align: middle;
}
.o-layout.-bottom > .o-layout_item {
  vertical-align: bottom;
}
.o-layout.-center > .o-layout_item, .o-layout.-right > .o-layout_item, .o-layout.-reverse > .o-layout_item {
  text-align: left;
}
.o-layout.-reverse > .o-layout_item {
  direction: ltr;
}
.o-layout_item.order-1 {
  order: 1;
}
.o-layout_item.order-2 {
  order: 2;
}
.o-layout_item.order-3 {
  order: 3;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 11;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.c-transition {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  visibility: hidden;
  transition: visibility 0s 0.9s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-transition img {
  width: 300px;
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}

.c-transition:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-second);
  transform: scaleY(0);
  transition: transform 0.8s cubic-bezier(0, 0, 0, 1);
  transform-origin: center top;
}

.is-transitioned:not(.is-ready) .c-transition,
.is-transitioning .c-transition {
  visibility: visible;
  transition-delay: 0s;
}
.is-transitioned:not(.is-ready) .c-transition img,
.is-transitioning .c-transition img {
  opacity: 1;
  transform: translateY(0);
}

.is-transitioned:not(.is-ready) .c-transition:before,
.is-transitioning .c-transition:before {
  transform: scaleY(1);
  transform-origin: center bottom;
  transition-delay: 0s;
}

.c-heading, .gform_heading .gform_title, .wc-bacs-bank-details-heading, .woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6, .c-text .c-title {
  font-family: "neue-haas-grotesk-text";
}
.c-heading.-h1, .gform_heading .-h1.gform_title, .-h1.wc-bacs-bank-details-heading, .woocommerce h1.c-heading, .woocommerce .gform_heading h1.gform_title, .gform_heading .woocommerce h1.gform_title, .woocommerce h1.wc-bacs-bank-details-heading, .woocommerce h1.-h1, .woocommerce h1, .woocommerce h2.-h1, .woocommerce h3.-h1, .woocommerce h4.-h1, .woocommerce h5.-h1, .woocommerce h6.-h1, .c-text .-h1.c-title, .c-text .woocommerce h1.c-title, .woocommerce .c-text h1.c-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 699px) {
  .c-heading.-h1, .gform_heading .-h1.gform_title, .-h1.wc-bacs-bank-details-heading, .woocommerce h1.c-heading, .woocommerce .gform_heading h1.gform_title, .gform_heading .woocommerce h1.gform_title, .woocommerce h1.wc-bacs-bank-details-heading, .woocommerce h1.-h1, .woocommerce h1, .woocommerce h2.-h1, .woocommerce h3.-h1, .woocommerce h4.-h1, .woocommerce h5.-h1, .woocommerce h6.-h1, .c-text .-h1.c-title, .c-text .woocommerce h1.c-title, .woocommerce .c-text h1.c-title {
    font-size: 3rem;
    line-height: 52px;
  }
}
.c-heading.-h2, .gform_heading .-h2.gform_title, .-h2.wc-bacs-bank-details-heading, .woocommerce h2.c-heading, .woocommerce .gform_heading h2.gform_title, .gform_heading .woocommerce h2.gform_title, .woocommerce h2.wc-bacs-bank-details-heading, .woocommerce h1.-h2, .woocommerce h2.-h2, .woocommerce h2, .woocommerce h3.-h2, .woocommerce h4.-h2, .woocommerce h5.-h2, .woocommerce h6.-h2, .c-text .-h2.c-title, .c-text .woocommerce h2.c-title, .woocommerce .c-text h2.c-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 68px;
}
@media (max-width: 699px) {
  .c-heading.-h2, .gform_heading .-h2.gform_title, .-h2.wc-bacs-bank-details-heading, .woocommerce h2.c-heading, .woocommerce .gform_heading h2.gform_title, .gform_heading .woocommerce h2.gform_title, .woocommerce h2.wc-bacs-bank-details-heading, .woocommerce h1.-h2, .woocommerce h2.-h2, .woocommerce h2, .woocommerce h3.-h2, .woocommerce h4.-h2, .woocommerce h5.-h2, .woocommerce h6.-h2, .c-text .-h2.c-title, .c-text .woocommerce h2.c-title, .woocommerce .c-text h2.c-title {
    font-size: 2rem;
    line-height: 36px;
  }
}
.c-heading.-h3, .gform_heading .-h3.gform_title, .-h3.wc-bacs-bank-details-heading, .woocommerce h1.-h3, .woocommerce h2.-h3, .woocommerce h3.-h3, .woocommerce h4.-h3, .woocommerce h5.-h3, .woocommerce h6.-h3, .c-text .-h3.c-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 52px;
}
@media (max-width: 699px) {
  .c-heading.-h3, .gform_heading .-h3.gform_title, .-h3.wc-bacs-bank-details-heading, .woocommerce h1.-h3, .woocommerce h2.-h3, .woocommerce h3.-h3, .woocommerce h4.-h3, .woocommerce h5.-h3, .woocommerce h6.-h3, .c-text .-h3.c-title {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.c-heading.-h4, .gform_heading .gform_title, .wc-bacs-bank-details-heading, .woocommerce h4.c-heading, .woocommerce .gform_heading h4.gform_title, .gform_heading .woocommerce h4.gform_title, .woocommerce h4.wc-bacs-bank-details-heading, .woocommerce h3.c-heading, .woocommerce .gform_heading h3.gform_title, .gform_heading .woocommerce h3.gform_title, .woocommerce h3.wc-bacs-bank-details-heading, .woocommerce h1.-h4, .woocommerce .gform_heading h1.gform_title, .gform_heading .woocommerce h1.gform_title, .woocommerce h1.wc-bacs-bank-details-heading, .woocommerce h2.-h4, .woocommerce .gform_heading h2.gform_title, .gform_heading .woocommerce h2.gform_title, .woocommerce h2.wc-bacs-bank-details-heading, .woocommerce h3.-h4, .woocommerce h3, .woocommerce h4.-h4, .woocommerce h4, .woocommerce h5.-h4, .woocommerce .gform_heading h5.gform_title, .gform_heading .woocommerce h5.gform_title, .woocommerce h5.wc-bacs-bank-details-heading, .woocommerce h6.-h4, .woocommerce .gform_heading h6.gform_title, .gform_heading .woocommerce h6.gform_title, .woocommerce h6.wc-bacs-bank-details-heading, .c-text .-h4.c-title, .c-text .c-title.wc-bacs-bank-details-heading, .c-text .woocommerce h4.c-title, .woocommerce .c-text h4.c-title, .c-text .woocommerce h3.c-title, .woocommerce .c-text h3.c-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 699px) {
  .c-heading.-h4, .gform_heading .gform_title, .wc-bacs-bank-details-heading, .woocommerce h4.c-heading, .woocommerce .gform_heading h4.gform_title, .gform_heading .woocommerce h4.gform_title, .woocommerce h4.wc-bacs-bank-details-heading, .woocommerce h3.c-heading, .woocommerce .gform_heading h3.gform_title, .gform_heading .woocommerce h3.gform_title, .woocommerce h3.wc-bacs-bank-details-heading, .woocommerce h1.-h4, .woocommerce .gform_heading h1.gform_title, .gform_heading .woocommerce h1.gform_title, .woocommerce h1.wc-bacs-bank-details-heading, .woocommerce h2.-h4, .woocommerce .gform_heading h2.gform_title, .gform_heading .woocommerce h2.gform_title, .woocommerce h2.wc-bacs-bank-details-heading, .woocommerce h3.-h4, .woocommerce h3, .woocommerce h4.-h4, .woocommerce h4, .woocommerce h5.-h4, .woocommerce .gform_heading h5.gform_title, .gform_heading .woocommerce h5.gform_title, .woocommerce h5.wc-bacs-bank-details-heading, .woocommerce h6.-h4, .woocommerce .gform_heading h6.gform_title, .gform_heading .woocommerce h6.gform_title, .woocommerce h6.wc-bacs-bank-details-heading, .c-text .-h4.c-title, .c-text .c-title.wc-bacs-bank-details-heading, .c-text .woocommerce h4.c-title, .woocommerce .c-text h4.c-title, .c-text .woocommerce h3.c-title, .woocommerce .c-text h3.c-title {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
.c-heading.-h5, .gform_heading .-h5.gform_title, .-h5.wc-bacs-bank-details-heading, .woocommerce h5.c-heading, .woocommerce .gform_heading h5.gform_title, .gform_heading .woocommerce h5.gform_title, .woocommerce h5.wc-bacs-bank-details-heading, .woocommerce h1.-h5, .woocommerce h2.-h5, .woocommerce h3.-h5, .woocommerce h4.-h5, .woocommerce h5.-h5, .woocommerce h5, .woocommerce h6.-h5, .c-text .-h5.c-title, .c-text .woocommerce h5.c-title, .woocommerce .c-text h5.c-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 699px) {
  .c-heading.-h5, .gform_heading .-h5.gform_title, .-h5.wc-bacs-bank-details-heading, .woocommerce h5.c-heading, .woocommerce .gform_heading h5.gform_title, .gform_heading .woocommerce h5.gform_title, .woocommerce h5.wc-bacs-bank-details-heading, .woocommerce h1.-h5, .woocommerce h2.-h5, .woocommerce h3.-h5, .woocommerce h4.-h5, .woocommerce h5.-h5, .woocommerce h5, .woocommerce h6.-h5, .c-text .-h5.c-title, .c-text .woocommerce h5.c-title, .woocommerce .c-text h5.c-title {
    font-size: 1rem;
    line-height: 20px;
  }
}
.c-heading.-h6, .gform_heading .-h6.gform_title, .-h6.wc-bacs-bank-details-heading, .woocommerce h6.c-heading, .woocommerce .gform_heading h6.gform_title, .gform_heading .woocommerce h6.gform_title, .woocommerce h6.wc-bacs-bank-details-heading, .woocommerce h1.-h6, .woocommerce h2.-h6, .woocommerce h3.-h6, .woocommerce h4.-h6, .woocommerce h5.-h6, .woocommerce h6.-h6, .woocommerce h6, .c-text .c-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 699px) {
  .c-heading.-h6, .gform_heading .-h6.gform_title, .-h6.wc-bacs-bank-details-heading, .woocommerce h6.c-heading, .woocommerce .gform_heading h6.gform_title, .gform_heading .woocommerce h6.gform_title, .woocommerce h6.wc-bacs-bank-details-heading, .woocommerce h1.-h6, .woocommerce h2.-h6, .woocommerce h3.-h6, .woocommerce h4.-h6, .woocommerce h5.-h6, .woocommerce h6.-h6, .woocommerce h6, .c-text .c-title {
    font-size: 1rem;
    line-height: 20px;
  }
}
.c-heading.-p-small, .gform_heading .-p-small.gform_title, .-p-small.wc-bacs-bank-details-heading, .woocommerce h1.-p-small, .woocommerce h2.-p-small, .woocommerce h3.-p-small, .woocommerce h4.-p-small, .woocommerce h5.-p-small, .woocommerce h6.-p-small, .c-text .-p-small.c-title {
  font-size: 0.875rem;
  line-height: 18px;
}
.c-heading.-subtitle2, .gform_heading .-subtitle2.gform_title, .-subtitle2.wc-bacs-bank-details-heading, .woocommerce h1.-subtitle2, .woocommerce h2.-subtitle2, .woocommerce h3.-subtitle2, .woocommerce h4.-subtitle2, .woocommerce h5.-subtitle2, .woocommerce h6.-subtitle2, .c-text .-subtitle2.c-title {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

.c-button, .woocommerce input[type=submit] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  border-radius: 0.5rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  min-height: calc(2rem + 0.5rem * 2);
}
.c-button::after, .woocommerce input[type=submit]::after, .c-button::before, .woocommerce input[type=submit]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  z-index: 1;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}
.c-button::before, .woocommerce input[type=submit]::before {
  top: 0;
}
.c-button::after, .woocommerce input[type=submit]::after {
  top: 100%;
  background: linear-gradient(0deg, var(--color-second-opacity-32), var(--color-second-opacity-32)), var(--color-white);
}
.c-button.-icone, .woocommerce input.-icone[type=submit] {
  padding-left: 1rem;
}
.c-button *, .woocommerce input[type=submit] * {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.c-button.-black, .woocommerce input.-black[type=submit] {
  color: var(--color-white);
}
.c-button.-black::before, .woocommerce input.-black[type=submit]::before {
  background: var(--color-black);
}
.c-button.-black .c-button_icon, .woocommerce input.-black[type=submit] .c-button_icon {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.c-button.-primary, .woocommerce input.-primary[type=submit] {
  color: var(--color-white);
}
.c-button.-primary::before, .woocommerce input.-primary[type=submit]::before {
  background-color: var(--color-primary);
}
.c-button.-white, .woocommerce input.-white[type=submit] {
  color: var(--color-black);
}
.c-button.-white::before, .woocommerce input.-white[type=submit]::before {
  background: var(--color-white);
}
.c-button.-second, .woocommerce input.-second[type=submit] {
  color: var(--color-black);
}
.c-button.-second::before, .woocommerce input.-second[type=submit]::before {
  background: var(--color-second);
}
.c-button.-after-white::after, .woocommerce input.-after-white[type=submit]::after {
  background: var(--color-white);
}
.c-button.-outline, .woocommerce input.-outline[type=submit] {
  background-color: transparent;
  border: 1px solid var(--color-black-opacity-24);
}
.c-button.-outline .c-button_icon, .woocommerce input.-outline[type=submit] .c-button_icon {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.c-button .c-button_icon, .woocommerce input[type=submit] .c-button_icon {
  flex-shrink: 0;
}
.c-button .c-button_icon.-big svg, .woocommerce input[type=submit] .c-button_icon.-big svg {
  height: 1.25rem;
  width: auto;
}
.c-button:focus, .woocommerce input[type=submit]:focus, .c-button:hover, .woocommerce input[type=submit]:hover {
  color: var(--color-black) !important;
}
.c-button:focus::after, .woocommerce input[type=submit]:focus::after, .c-button:hover::after, .woocommerce input[type=submit]:hover::after {
  top: 0;
}
.c-button.is-active, .woocommerce input.is-active[type=submit] {
  color: var(--color-white);
}
.c-button.is-active::before, .woocommerce input.is-active[type=submit]::before {
  background-color: var(--color-primary);
}
.c-button.-disabled, .woocommerce input.-disabled[type=submit] {
  cursor: default;
  opacity: 0.5;
}

.c-button_header {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem;
  color: var(--color-black);
}
.c-button_header .c-button_icon {
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-button_header .c-button_icon::after, .c-button_header .c-button_icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-button_header .c-button_icon::before {
  top: 0;
  background-color: var(--color-primary);
}
.c-button_header .c-button_icon::after {
  top: 100%;
  background: linear-gradient(0deg, var(--color-second-opacity-32), var(--color-second-opacity-32)), var(--color-white);
}
.c-button_header .c-button_icon * {
  position: relative;
  z-index: 2;
}
.c-button_header:focus .c-button_icon, .c-button_header:hover .c-button_icon {
  color: var(--color-black);
}
.c-button_header:focus .c-button_icon::after, .c-button_header:hover .c-button_icon::after {
  top: 0;
}

.c-button_round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5625rem;
  height: 2.5625rem;
  color: var(--color-white);
  border-radius: 50%;
  border: 1px solid var(--color-black);
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-button_round::after, .c-button_round::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-button_round::before {
  top: 0;
  background-color: var(--color-black);
}
.c-button_round::after {
  top: 100%;
  background: linear-gradient(0deg, var(--color-second-opacity-32), var(--color-second-opacity-32)), var(--color-white);
}
.c-button_round * {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.c-button_round.-big {
  width: 3.5rem;
  height: 3.5rem;
}
.c-button_round.-small {
  width: 2rem;
  height: 2rem;
}
.c-button_round.-small svg {
  max-width: 0.9375rem;
  max-height: 0.9375rem;
}
.c-button_round.-primary {
  color: var(--color-white);
  border-color: var(--color-primary);
}
.c-button_round.-primary::before {
  background-color: var(--color-primary);
}
.c-button_round:focus, .c-button_round:hover {
  color: var(--color-black);
}
.c-button_round:focus::after, .c-button_round:hover::after {
  top: 0;
}
.c-button_round:focus.-primary, .c-button_round:hover.-primary {
  color: var(--color-primary);
}
.c-button_round.-disabled {
  cursor: default;
  opacity: 0.5;
}

.c-button_icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link {
  color: currentColor;
  font-weight: 500;
}
.c-link:hover, .c-link.is-active {
  color: var(--color-primary);
}

.c-figure {
  width: 100%;
  height: 100%;
}
.c-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-figure.-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
}

.c-form_item {
  position: relative;
}

.c-form_label {
  position: absolute;
  display: block;
  opacity: 0.6;
  top: 1rem;
  left: 1.5rem;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}

.c-form_item.is-active label {
  transform: translateY(calc(-100% - 1.2rem));
}

.c-form_textarea .c-form_label {
  top: 1.5rem;
}

.c-form_icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
}

.c-form_input, .b-gravityform input:not([type=submit]), .b-gravityform textarea, .woocommerce input:not([type=submit], [type=checkbox], [type=radio]), .woocommerce textarea, .c-form_textarea, .c-form_select_input, .ginput_address_country select, .ginput_container_select select, .woocommerce select {
  padding: 1rem;
  background-color: var(--color-grey-light);
  border-radius: 0.5rem;
  color: var(--color-black);
  border: none;
  /*&:hover {
      border-color: darkgray;
  }

  &:focus {
      border-color: dimgray;
  }*/
  /*&::placeholder {
      color: gray;
  }*/
}
.c-form_input.u-bg-white, .b-gravityform input.u-bg-white:not([type=submit]), .b-gravityform textarea.u-bg-white, .woocommerce input.u-bg-white:not([type=submit], [type=checkbox], [type=radio]), .woocommerce textarea.u-bg-white, .u-bg-white.c-form_textarea, .u-bg-white.c-form_select_input, .ginput_address_country select.u-bg-white, .ginput_container_select select.u-bg-white, .woocommerce select.u-bg-white {
  background-color: var(--color-white);
}

.c-form_checkboxLabel, .c-form_radioLabel {
  position: relative;
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  cursor: pointer;
}
.c-form_checkboxLabel::before, .c-form_radioLabel::before, .c-form_checkboxLabel::after, .c-form_radioLabel::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.5625rem;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
}
.c-form_checkboxLabel::before, .c-form_radioLabel::before {
  background-color: var(--color-white);
  border: 1px solid lightgray;
}
.c-form_checkboxLabel::after, .c-form_radioLabel::after {
  border-color: transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  opacity: 0;
}
.c-form_checkboxLabel:hover::before, .c-form_radioLabel:hover::before {
  border-color: darkgray;
}
.c-form_checkbox:focus + .c-form_checkboxLabel::before, .c-form_radio:focus + .c-form_checkboxLabel::before, .c-form_checkbox:focus + .c-form_radioLabel::before, .c-form_radio:focus + .c-form_radioLabel::before {
  border-color: dimgray;
}
.c-form_checkbox:checked + .c-form_checkboxLabel::after, .c-form_radio:checked + .c-form_checkboxLabel::after, .c-form_checkbox:checked + .c-form_radioLabel::after, .c-form_radio:checked + .c-form_radioLabel::after {
  opacity: 1;
}

.c-form_checkbox, .c-form_radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.c-form_radioLabel::before, .c-form_radioLabel::after {
  border-radius: 50%;
}
.c-form_radioLabel::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.375rem;
}

.c-form_select, .ginput_address_country, .ginput_container_select {
  position: relative;
  cursor: pointer;
}
.c-form_select::after, .ginput_address_country::after, .ginput_container_select::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 0.5rem;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.c-form_select_input, .ginput_address_country select, .ginput_container_select select, .woocommerce select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
  cursor: pointer;
}

.c-form_textarea {
  min-height: 12.5rem;
}

.c-form_radio2 [type=radio]:not(:checked), .c-form_radio2 [type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form_radio2 [type=radio]:not(:checked) + span, .c-form_radio2 [type=radio]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
          user-select: none;
}
.c-form_radio2 [type=radio] + span:before, .c-form_radio2 [type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}
.c-form_radio2 [type=radio]:not(:checked) + span:before, .c-form_radio2 [type=radio]:not(:checked) + span:after, .c-form_radio2 [type=radio]:checked + span:before, .c-form_radio2 [type=radio]:checked + span:after, .c-form_radio2 [type=radio].with-gap:checked + span:before, .c-form_radio2 [type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}
.c-form_radio2 [type=radio]:checked + span:before {
  border: 2px solid transparent;
}
.c-form_radio2 [type=radio]:checked + span:after, .c-form_radio2 [type=radio].with-gap:checked + span:after {
  background-color: var(--color-primary);
}
.c-form_radio2 [type=radio]:checked + span:after {
  transform: scale(1.02);
}
.c-form_radio2 [type=radio]:not(:checked) + span:before, .c-form_radio2 [type=radio]:not(:checked) + span:after {
  border: 2px solid var(--color-black);
}
.c-form_radio2 [type=radio]:not(:checked) + span:after {
  transform: scale(0);
}

.error {
  color: #d1603e;
}

.success {
  color: #77c483;
}

.select2-selection {
  height: auto !important;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-radius: 0.5rem !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  border: 1px solid rgba(var(--color-black), 0.24) !important;
  min-height: calc(2rem + 0.5rem * 2);
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.select2-selection .select2-selection__rendered, .select2-selection .select2-selection__placeholder {
  color: var(--color-black) !important;
  line-height: 1 !important;
  padding: 0 !important;
}
.select2-selection .select2-selection__arrow {
  position: relative !important;
  height: auto !important;
  top: auto !important;
  right: auto !important;
  flex-shrink: 0;
  width: 2.5625rem !important;
  height: 2.5625rem !important;
  border-radius: 50%;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-selection .select2-selection__arrow b {
  border-color: var(--color-white) transparent transparent transparent !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: auto !important;
  left: auto !important;
  position: relative !important;
  border-width: 7px 6px 0 6px !important;
}
.select2-selection .select2-selection__clear {
  margin: 0 !important;
  height: auto !important;
}

.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent var(--color-white) transparent !important;
  border-width: 0px 6px 7px 6px !important;
}

input[type=radio] {
  -webkit-appearance: auto;
  appearance: auto;
  display: inline-block;
}

.c-accordion_item .c-accordion_header {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.c-accordion_item .c-accordion_header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--color-second-opacity-32), var(--color-second-opacity-32)), var(--color-white);
  top: 100%;
  left: 0;
  transition: 0.5s cubic-bezier(0.64, 0, 0.32, 1);
  border-radius: 0.5rem;
}
.c-accordion_item .c-accordion_header * {
  position: relative;
  z-index: 2;
}
.c-accordion_item .c-accordion_plus {
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-accordion_item .c-accordion_plus::after, .c-accordion_item .c-accordion_plus::before {
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.64, 0, 0.32, 1);
  border-radius: 4px;
}
.c-accordion_item .c-accordion_plus::before {
  background-color: var(--color-white);
  width: 0.875rem;
  height: 0.125rem;
}
.c-accordion_item .c-accordion_plus::after {
  background-color: var(--color-white);
  height: 0.875rem;
  width: 0.125rem;
}
.c-accordion_item .c-accordion_main {
  height: 0;
  overflow: hidden;
}
.c-accordion_item .c-accordion_main_wrap {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s cubic-bezier(0.64, 0, 0.32, 1), transform 0.5s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-accordion_item:hover .c-accordion_header::after, .c-accordion_item.is-open .c-accordion_header::after {
  top: 0;
}
.c-accordion_item.is-open .c-accordion_main {
  height: auto;
  padding: 1.5rem;
}
.c-accordion_item.is-open .c-accordion_main_wrap {
  opacity: 1;
  transform: translateY(0);
}
.c-accordion_item.is-open .c-accordion_plus::after {
  transform: scale(0);
}

.c-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.c-header .c-header_container {
  box-shadow: 0 0.25rem 1.25rem rgba(var(--color-grey), 0.2);
}
.c-header .c-header_sub {
  border: 1px solid rgba(var(--color-grey), 0.2);
  border-bottom: none;
}
.c-header .c-header_wrap {
  background-color: var(--color-white);
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid rgba(var(--color-grey), 0.2);
  border-top: none;
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
  position: relative;
  overflow: hidden;
}
.c-header .c-header_nav {
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-header .c-header_close, .c-header .c-header_search_close {
  position: absolute;
  right: 3.5rem;
  transform: translateY(calc(-100% - 1.5rem * 2));
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
  color: var(--color-black);
}
.c-header .c-header_close:hover, .c-header .c-header_search_close:hover {
  color: var(--color-primary);
}
.c-header .c-header_close:hover svg, .c-header .c-header_search_close:hover svg {
  transform: rotate(90deg);
}
@media (max-width: 699px) {
  .c-header .c-header_close, .c-header .c-header_search_close {
    right: 1rem;
  }
}
.c-header .c-header_logo {
  position: relative;
  z-index: 2;
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-header .c-header_logo .logo {
  height: 4.375rem;
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
}

.has-navOpen .c-header .c-header_nav {
  transform: translateY(calc(-100% - 1.5rem * 2));
}
.has-navOpen .c-header .c-header_close {
  transform: translateY(0);
}
.has-navOpen .c-header .c-header_logo {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}
.has-navOpen .c-header .c-header_logo .logo {
  height: 5rem;
}
@media (max-width: 699px) {
  .has-navOpen .c-header .c-header_logo {
    padding-left: 0;
  }
}

.has-searchOpen .c-header .c-header_nav {
  transform: translateY(calc(-100% - 1.5rem * 2));
}
.has-searchOpen .c-header .c-header_search_close {
  transform: translateY(0);
}
.has-searchOpen .c-header .c-header_logo {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}
.has-searchOpen .c-header .c-header_logo .logo {
  height: 5rem;
}

.c-footer {
  border-radius: 1.5rem 1.5rem 0 0;
  border-top: 1px solid rgba(var(--color-black), 0.16);
}
.c-footer .c-footer_link:hover {
  color: var(--color-primary);
}
@media (max-width: 999px) {
  .c-footer .c-footer_socials_wrap {
    justify-content: flex-start !important;
  }
}
@media (max-width: 699px) {
  .c-footer .c-footer_contacts_wrap {
    align-items: flex-start !important;
  }
}

.c-nav {
  height: 0;
  transition: height 0.9s cubic-bezier(0, 0, 0, 1);
  max-height: calc(100vh - 9.6875rem - 1.5rem * 2);
  overflow: hidden;
}
.c-nav button {
  text-align: left;
}
.c-nav .c-nav_link {
  color: var(--color-black);
  text-align: left;
}
.c-nav .c-nav_link:hover {
  color: var(--color-primary);
}
.c-nav .c-nav_primary_container {
  position: relative;
  min-height: 100%;
}
.c-nav .c-nav_primary {
  transform: translateX(-100%);
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
  position: relative;
  min-height: 100%;
}
.c-nav .c-nav_primary.is-active {
  transform: translateX(100%) !important;
}
.c-nav .c-nav_buttons {
  transform: translateX(100%);
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-nav .c-nav_contacts {
  transform: translateY(100%);
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
  background-color: var(--color-white);
}
.c-nav .c-nav_item_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 33.3%;
  background: linear-gradient(0deg, var(--color-second-opacity-32), var(--color-second-opacity-32)), #ffffff;
  transform: translateX(-100%);
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-nav .c-nav_primary_sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transform: translateX(-100%);
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-nav .c-nav_primary_sub.is-active {
  transform: translateX(0);
}
.c-nav .c-nav_sub_wrap {
  position: relative;
  overflow: hidden;
}
.c-nav .c-nav_sub_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 0.5rem 0.5rem 0 0;
  transform: translateY(101%);
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
  z-index: -1;
}
.c-nav .c-nav_sub_wrap .c-nav_sublink {
  width: 100%;
  color: var(--color-black);
  padding: 1rem 0;
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.c-nav .c-nav_sub_wrap .c-nav_sublink:hover {
  color: var(--color-primary);
}
.c-nav .c-nav_sub_wrap:hover::before, .c-nav .c-nav_sub_wrap.is-active::before {
  transform: translateY(0);
}
.c-nav .c-nav_sub_wrap:hover .c-nav_sublink, .c-nav .c-nav_sub_wrap.is-active .c-nav_sublink {
  padding: 1rem;
}
.c-nav .c-nav_sub_wrap .c-nav_sub_sub_wrap {
  height: 0;
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-nav .c-nav_sub_wrap.is-active .c-badge.-plus::after {
  transform: scale(0);
}
.c-nav .c-nav_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-black-opacity-32);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0, 0, 1);
  z-index: -1;
}

.has-navOpen .c-nav {
  overflow: auto;
}
.has-navOpen .c-nav .c-nav_primary,
.has-navOpen .c-nav .c-nav_item_bg {
  transform: translateX(0);
}
.has-navOpen .c-nav .c-nav_buttons {
  transform: translateX(0);
}
.has-navOpen .c-nav .c-nav_contacts {
  transform: translateY(0);
}
.has-navOpen .c-nav .c-nav_bg {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 999px) {
  .c-nav_buttons_wrap {
    order: 2;
  }
  .c-nav_contacts_wrap {
    order: 3;
  }
}
.c-card {
  position: relative;
}
.c-card.-page .c-card_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-black), 0.4);
  opacity: 0;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
}
.c-card.-page .c-card_badge {
  position: relative;
  z-index: 2;
}
.c-card.-page .c-card_content {
  position: relative;
}
.c-card.-page .c-card_content::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: -3.5rem;
  width: 150%;
  min-height: calc(100% + 3.5rem);
  padding-bottom: 50%;
  transform: rotate(11.5deg);
  background-color: var(--color-second);
  border-radius: 10.625rem;
  z-index: 1;
}
.c-card.-page .c-card_content * {
  position: relative;
  z-index: 2;
}
.c-card .c-card_button {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  color: var(--color-white);
}
.c-card .c-card_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-primary);
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}
.c-card .c-card_button * {
  position: relative;
  z-index: 2;
}
.c-card .c-card_button.-second::before {
  background-color: var(--color-second);
}
.c-card.-actualite-une .c-card_image {
  position: absolute;
  bottom: 0;
  left: -1.5rem;
  height: 100%;
}
.c-card.-actualite-une .c-card_wrap .c-img_wrap::before,
.c-card.-actualite-une .c-card_wrap .c-image_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(79.59deg, var(--color-black) 29.29%, rgba(10, 80, 120, 0) 55.27%);
  z-index: 1;
}
.c-card.-actualite-une .c-card_wrap .c-card_content {
  position: relative;
  z-index: 2;
}
.c-card:hover.-page .c-card_wrap::before {
  opacity: 1;
}
.c-card:hover .c-card_button::before {
  width: 2.8125rem;
  height: 2.8125rem;
}
.c-card a {
  color: inherit;
}

.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-black);
  z-index: 99;
  display: flex;
  height: 100vh;
  width: 100vw;
  transition: transform 0.9s cubic-bezier(0, 0, 0, 1) 1s, visibility 0s 2s;
}
.c-loader .orange {
  height: 0;
  background-color: var(--color-second);
  transition: height 0.9s cubic-bezier(0, 0, 0, 1) 1s, visibility 2.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.is-animated.is-ready .c-loader, .is-transitioned .c-loader, .is-transitioning .c-loader {
  transform: translateY(-100%);
  visibility: hidden;
}
.is-animated.is-ready .c-loader .orange, .is-transitioned .c-loader .orange, .is-transitioning .c-loader .orange {
  height: 30vh;
}

.c-flap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  height: 100vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 2rem;
  pointer-events: none;
}
.c-flap .c-flap_bg {
  pointer-events: auto;
}
.c-flap .c-flap_bg::before {
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.c-flap .c-flap_nav {
  display: flex;
  flex-direction: column;
}
.c-flap .c-flap_button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.c-flap .c-flap_button .c-flap_button-label {
  color: var(--color-white);
  margin-right: 1.5rem;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}
.c-flap .c-flap_button .c-flap_icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  transform-origin: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.c-flap .c-flap_button .c-flap_icon svg {
  max-width: 3.125rem;
  max-height: 3.125rem;
}
.c-flap .c-flap_button .c-flap_icon.c-flap_icon-close svg {
  max-width: 5rem;
  max-height: 5rem;
}
.c-flap .c-flap_button .c-flap_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  transform-origin: center center;
  background-color: var(--color-white);
  border-radius: 50%;
  z-index: -1;
}
.c-flap .c-flap_button.-primary .c-flap_icon {
  color: var(--color-white);
}
.c-flap .c-flap_button.-primary .c-flap_icon::after {
  background-color: var(--color-primary);
}
.c-flap .c-flap_button:hover .c-flap_button-label {
  color: var(--color-second);
}
.c-flap .c-flap_button:hover .c-flap_icon {
  color: var(--color-second);
}
.c-flap .c-flap_button:hover .c-flap_icon::after {
  width: 6.25rem;
  height: 6.25rem;
  background-color: var(--color-grey-light);
}
.c-flap .c-flap_button:hover.-primary .c-flap_icon {
  color: var(--color-white);
}
.c-flap .c-flap_button:hover.-primary .c-flap_icon::after {
  background-color: var(--color-second);
}
.c-flap .c-flap_button.-hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(calc(100% + 1.5rem));
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1), opacity 0.3s cubic-bezier(0, 0, 0, 1), visibility 0s;
  z-index: 1;
}
.c-flap .c-flap_button .c-flap_icon-close {
  display: none;
}

.has-flapOpen .c-flap .c-flap_bg::before {
  visibility: visible;
}
.has-flapOpen .c-flap .c-flap_button .c-flap_icon-open {
  display: none;
}
.has-flapOpen .c-flap .c-flap_button .c-flap_icon-close {
  display: block;
}
.has-flapOpen .c-flap .c-flap_button.-hide {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.c-table .c-table_tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.c-table .c-table_tr:last-of-type {
  margin-bottom: 0;
}
.c-table .c-table_head {
  margin-bottom: 1rem;
}
.c-table .c-table_td, .c-table .c-table_th {
  flex: 1;
}
.c-table .c-table_th {
  font-weight: 500;
}

.c-tab .c-tab_head {
  background-color: var(--color-primary);
  display: flex;
}
.c-tab .c-tab_head .c-tab_item {
  padding: 1rem 1.5rem;
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.25rem;
  flex: 1;
  text-align: center;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
}
.c-tab .c-tab_head .c-tab_item.is-active, .c-tab .c-tab_head .c-tab_item:hover {
  background-color: var(--color-second);
}
.c-tab .c-tab_body {
  display: grid;
  background-color: var(--color-white);
}
.c-tab .c-tab_body .c-tab_item {
  grid-column: 1;
  grid-row: 1;
  display: none;
}
.c-tab .c-tab_body .c-tab_item.is-active {
  display: block;
}

.c-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
}
.c-text blockquote {
  margin: 0;
  border-radius: 1rem;
  border: 1px solid var(--color-primary);
  border-left-width: 0.875rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-text a:not(.c-button) {
  color: var(--color-primary);
  text-decoration: underline;
}
.c-text a:not(.c-button):hover {
  color: var(--color-second);
}
.c-text ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-text ul li {
  list-style-type: none;
  position: relative;
  padding-left: calc(0.5rem + 1rem);
}
.c-text ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  top: calc(16px - 0.625rem);
}
.c-text ol {
  counter-reset: ol_counter; /* on initialise et nomme un compteur */
  padding: 0;
}
.c-text ol li {
  padding: 0;
  list-style-type: none;
  counter-increment: ol_counter; /* on incrémente le compteur à chaque nouveau li */
  position: relative;
  padding-left: calc(0.75rem + 1rem);
  margin-bottom: 0.5rem;
}
.c-text ol li::before {
  content: counter(ol_counter) "."; /* on affiche le compteur */
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  font-weight: 500;
  left: 0;
  color: var(--color-primary);
}
.c-text img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.c-text .c-heading:not(.u-c-primary), .c-text .gform_heading .gform_title:not(.u-c-primary), .gform_heading .c-text .gform_title:not(.u-c-primary), .c-text .wc-bacs-bank-details-heading:not(.u-c-primary), .c-text .woocommerce h1:not(.u-c-primary), .woocommerce .c-text h1:not(.u-c-primary), .c-text .woocommerce h2:not(.u-c-primary), .woocommerce .c-text h2:not(.u-c-primary), .c-text .woocommerce h3:not(.u-c-primary), .woocommerce .c-text h3:not(.u-c-primary), .c-text .woocommerce h4:not(.u-c-primary), .woocommerce .c-text h4:not(.u-c-primary), .c-text .woocommerce h5:not(.u-c-primary), .woocommerce .c-text h5:not(.u-c-primary), .c-text .woocommerce h6:not(.u-c-primary), .woocommerce .c-text h6:not(.u-c-primary), .c-text .c-title:not(.u-c-primary) {
  color: var(--color-black);
}
.c-text .alignleft:not(table),
.c-text img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.c-text .alignright:not(table),
.c-text img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.c-text .aligncenter:not(table),
.c-text img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-text table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none !important;
}
.c-text table.aligncenter {
  text-align: center;
}
.c-text table.alignright {
  text-align: right;
}
.c-text table th,
.c-text table td {
  border: 1px solid var(--color-black-opacity-16);
  padding: 1rem;
}
.c-text table tr:nth-of-type(odd) {
  background-color: var(--color-black-opacity-4);
}
.c-text .c-title {
  background: linear-gradient(0deg, var(--color-second-opacity-32), var(--color-second-opacity-32)), #ffffff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  align-self: flex-start;
}

.c-text-focus {
  margin: 1.5rem 0;
  border-radius: 1rem;
  background: linear-gradient(0deg, var(--color-second-opacity-32), var(--color-second-opacity-32)), #ffffff;
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-text-focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-second);
  transform: rotate(-2deg);
  border-radius: 1rem;
  z-index: -1;
}
.c-text-focus .c-heading, .c-text-focus .gform_heading .gform_title, .gform_heading .c-text-focus .gform_title, .c-text-focus .wc-bacs-bank-details-heading, .c-text-focus .woocommerce h1, .woocommerce .c-text-focus h1, .c-text-focus .woocommerce h2, .woocommerce .c-text-focus h2, .c-text-focus .woocommerce h3, .woocommerce .c-text-focus h3, .c-text-focus .woocommerce h4, .woocommerce .c-text-focus h4, .c-text-focus .woocommerce h5, .woocommerce .c-text-focus h5, .c-text-focus .woocommerce h6, .woocommerce .c-text-focus h6, .c-text-focus .c-text .c-title, .c-text .c-text-focus .c-title {
  color: var(--color-black);
}

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

.swiper-slide {
  height: auto !important;
}

.swiper-pagination-bullet {
  width: 0.875rem !important;
  height: 0.875rem !important;
  border: 1px solid var(--color-primary);
  opacity: 1 !important;
  background-color: var(--color-primary) !important;
  margin-right: 0.2rem;
}

.swiper-pagination-bullet-active {
  border-color: var(--color-black) !important;
  background-color: var(--color-black) !important;
  opacity: 1 !important;
}

.swiper-pagination {
  position: relative !important;
  margin: 0;
}

@media (min-width: 999px) {
  .c-slider_center .swiper-wrapper {
    justify-content: center;
  }
}

.c-navbloc .c-navbloc_container {
  display: grid;
  grid-gap: 0.5rem;
  justify-content: flex-start;
}
.c-navbloc .c-navblock_link {
  color: var(--color-grey);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
.c-navbloc .c-navblock_link:hover, .c-navbloc .c-navblock_link.is-active {
  color: var(--color-black);
}

body[data-bg=-black] .c-navbloc .c-navblock_link {
  color: rgba(var(--color-white), 0.5);
}
body[data-bg=-black] .c-navbloc .c-navblock_link:hover, body[data-bg=-black] .c-navbloc .c-navblock_link a.is-active {
  color: var(--color-white);
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}
.c-modal .c-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--color-black), 0.2);
}
.c-modal .c-modal_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem;
  position: relative;
  height: 100%;
  pointer-events: none;
}
.c-modal .c-modal_container .c-modal_wrap {
  max-width: 60vw;
  width: 100%;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
}
.c-modal .c-modal_container .c-modal_wrap .c-modal_content {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  max-height: 80vh;
  overflow: auto;
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.c-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.c-video iframe,
.c-video object,
.c-video embed,
.c-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-video_wrap {
  cursor: pointer;
}

:root {
  --plyr-color-main: var(--color-primary);
}

.c-img {
  position: relative;
  min-width: 70vw;
  height: 100%;
}
.c-img .c-img_deco {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(6.42deg);
  border-radius: 7.5rem;
  top: 1.5rem;
  left: 3.5rem;
}
.c-img .c-img_wrap {
  transform: rotate(9.61deg);
  border-radius: 7.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img .c-img_el {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: rotate(-9.61deg) translate(-50%, -50%);
}
.c-img.-right {
  transform: translateY(-3.5rem);
  height: calc(100% + 3.5rem);
}
.c-img.-right .c-img_deco {
  transform: rotate(-6.5deg);
  top: 0.5rem;
  border-radius: 3.5rem;
}
.c-img.-right .c-img_wrap {
  transform: rotate(-4deg);
  border-radius: 3.5rem;
}
.c-img.-right .c-img_el {
  transform: rotate(4deg) translate(-50%, -50%);
}
.c-img.-top .c-img_deco {
  transform: rotate(13.8deg);
  bottom: 0.5rem;
}
.c-img.-top .c-img_wrap {
  transform: rotate(9.6deg);
}
.c-img.-top .c-img_el {
  transform: rotate(-9.6deg) translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .c-img {
    width: 110vw;
  }
}

.c-badge {
  background-color: var(--color-white);
  color: var(--color-black);
  flex-shrink: 0;
}
.c-badge.-round {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-badge.-round.-small {
  width: 2rem;
  height: 2rem;
}
.c-badge.-primary {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.c-badge.-plus {
  position: relative;
}
.c-badge.-plus::after, .c-badge.-plus::before {
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.64, 0, 0.32, 1);
  border-radius: 4px;
}
.c-badge.-plus::before {
  background-color: var(--color-white);
  width: 0.875rem;
  height: 0.125rem;
}
.c-badge.-plus::after {
  background-color: var(--color-white);
  height: 0.875rem;
  width: 0.125rem;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.c-breadcrumb a, .c-breadcrumb span {
  color: var(--color-black);
  padding-bottom: 0.2rem;
  font-family: "neue-haas-grotesk-text";
  font-size: 0.875rem;
}
.c-breadcrumb a {
  position: relative;
}
.c-breadcrumb a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.c-breadcrumb a:hover {
  color: var(--color-primary);
}

.c-product .c-product_gallery_item {
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
}
.c-product .c-product_gallery_item:not(.is-active) {
  opacity: 0.5;
}
.c-product .c-product_gallery_item:hover {
  opacity: 1;
}
.c-product .c-product_price {
  border: 1px solid var(--color-black);
  border-radius: 8px;
  opacity: 0.5;
  display: flex;
  gap: 3.5rem;
  align-items: center;
  padding: 1rem 0 1rem 1rem;
}
.c-product .c-product_price.is-active {
  opacity: 1;
  border-width: 2.5px;
  border-color: var(--color-second);
}
.c-product .c-product_price .c-product_price_title {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px 0 0 4px;
  padding: 0.5rem;
}
.c-product .c-product_separator:last-of-type {
  display: none;
}
.c-product .c-product_qty {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(var(--color-black), 0.24);
  border-radius: 8px;
  gap: 1rem;
}
.c-product .c-product_qty input {
  font-weight: 500;
  color: var(--color-black);
}

.c-dropdown {
  position: relative;
  z-index: 5;
}
.c-dropdown .c-dropdown_content {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 1rem;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  transform: translateY(-1rem);
  opacity: 0;
}
.c-dropdown .c-dropdown_content_wrap {
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 8px 8px 0 0;
  overflow: auto;
  border: 1px solid rgba(var(--color-white), 0.35);
  min-width: 100%;
  width: 28.125rem;
  text-align: left;
  max-height: 21.875rem;
}
.c-dropdown .c-dropdown_content_foot {
  border-radius: 0 0 8px 8px;
  background-color: var(--color-black);
  padding: 0.5rem;
}
.c-dropdown .c-dropdown_link {
  display: grid;
  color: var(--color-white);
  font-weight: 600;
  border-bottom: 1px solid rgba(var(--color-white), 0.35);
  padding: 1rem;
}
.c-dropdown .c-dropdown_link:last-of-type {
  border-bottom: none;
}
.c-dropdown .c-dropdown_link.is-active {
  background-color: var(--color-second);
}
.c-dropdown .c-dropdown_link:hover {
  background-color: var(--color-second);
}
.c-dropdown.is-open .c-dropdown_content {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.c-search {
  height: 0;
  overflow: hidden;
  transition: height 0.9s cubic-bezier(0, 0, 0, 1);
}
.c-search .c-search_form {
  transform: translateY(100%);
  transition: 0.9s cubic-bezier(0.64, 0, 0.32, 1);
}
.c-search .c-search_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(var(--color-black), 0.32);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0, 0, 1);
  z-index: -1;
}

.has-searchOpen .c-search .c-search_form {
  transform: translateY(0);
}
.has-searchOpen .c-search .c-search_bg {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 700px) {
  .b-chiffres .b-chiffres_item {
    display: flex;
    gap: 0.5rem;
  }
  .b-chiffres .b-chiffres_item div {
    width: 3rem;
  }
}

.b-don .don-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 56px;
}
.b-don .don-wrapper .don-item .head-divblock {
  background-color: var(--color-grey-light);
  padding: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: var(--color-primary);
  font-weight: bold;
}
.b-don .don-wrapper .don-item .content-divblock {
  padding: 1.5rem;
}
.b-don .don-wrapper .don-item .content-divblock .c-form_radioLabel {
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: all;
}
.b-don .don-wrapper .montant-choicies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  overflow: hidden;
}
.b-don .don-wrapper .montant-choicies .choice-item {
  padding: 1rem;
  transition: all 500ms ease;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.b-don .don-wrapper .montant-choicies .choice-item.active {
  background-color: #77c483;
  color: var(--color-white);
}
.b-don .modal-don .modal-content-divblock {
  padding: 56px;
}
@media only screen and (max-width: 991px) {
  .b-don .don-wrapper {
    grid-template-columns: 1fr;
  }
}

.b-etapes .b-etapes_item_wrap {
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  gap: 1.5rem;
}
.b-etapes .b-etapes_item_step {
  width: 4.375rem;
  height: 4.375rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-ressources .b-ressources_link {
  position: relative;
}
.b-ressources .b-ressources_link * {
  position: relative;
  z-index: 2;
}
.b-ressources .b-ressources_link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  transition: 0.3s cubic-bezier(0.64, 0, 0.32, 1);
  background: linear-gradient(0deg, rgba(var(--color-second), 0.32), rgba(var(--color-second), 0.32)), var(--color-white);
}
.b-ressources .b-ressources_link:hover::before {
  top: 0;
}

.b-galerie {
  overflow: hidden;
}
.b-galerie .b-galerie_wrap .b-galerie_grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 1.5rem;
}
.b-galerie .b-galerie_wrap .b-galerie_item {
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .b-galerie .b-galerie_wrap .b-galerie_item .o-ratio::before {
    padding-bottom: calc(100% + 1.5rem) !important;
  }
}
@media (min-width: 700px) {
  .b-galerie .b-galerie_wrap .b-galerie_item .o-ratio.-gap::before {
    padding-bottom: calc(100% + 1.5rem);
  }
}
.b-galerie .b-galerie_wrap .b-galerie_type1 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 699px) {
  .b-galerie .b-galerie_wrap .b-galerie_type1 {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.b-galerie .b-galerie_wrap .b-galerie_type2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 699px) {
  .b-galerie .b-galerie_wrap .b-galerie_type2 {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.b-galerie .b-galerie_wrap .b-galerie_type3 {
  grid-template-columns: 1fr;
}
.b-galerie .b-galerie_wrap .b-galerie_type4 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 699px) {
  .b-galerie .b-galerie_wrap .b-galerie_type4 {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.b-galerie .b-galerie_wrap .b-galerie_sub {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 699px) {
  .b-galerie .b-galerie_wrap .b-galerie_sub {
    grid-template-columns: 1fr;
  }
}
.b-galerie .b-galerie_wrap .o-container {
  position: relative;
  z-index: auto;
}
.b-galerie .b-galerie_wrap .c-slider_container {
  position: relative;
  z-index: 2;
}
.b-galerie .b-galerie_wrap.-slider {
  width: 110vw;
  transform: rotate(-4deg) translateX(-5vw);
}
.b-galerie .b-galerie_wrap.-slider .b-galerie_slider_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.32;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  background-color: var(--color-grey);
}
.b-galerie .b-galerie_wrap.-slider .b-galerie_slider_item figure {
  height: 20rem;
}
.b-galerie .b-galerie_wrap.-slider .b-galerie_slider_item .c-button, .b-galerie .b-galerie_wrap.-slider .b-galerie_slider_item .woocommerce input[type=submit], .woocommerce .b-galerie .b-galerie_wrap.-slider .b-galerie_slider_item input[type=submit] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-galerie .b-galerie_wrap.-slider .swiper-slide-active .b-galerie_slider_item {
  opacity: 1;
}
.b-galerie .b-galerie_wrap.-slider .swiper-navigation_button {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.b-galerie .b-galerie_wrap.-slider .swiper-navigation_button.-prev {
  left: -3.5rem;
}
.b-galerie .b-galerie_wrap.-slider .swiper-navigation_button.-prev svg {
  transform: rotate(180deg);
}
.b-galerie .b-galerie_wrap.-slider .swiper-navigation_button.-next {
  right: -3.5rem;
}
.b-galerie .w100 {
  width: 100%;
}
.b-galerie .c-modal_wrap {
  display: none;
}

.b-relation .b-relation_map {
  position: relative;
}
.b-relation .b-relation_map_wrap {
  position: relative;
}
.b-relation .b-relation_map_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-second);
  transform: rotate(-2deg);
  z-index: -1;
  border-radius: 1rem;
}
.b-relation .c-map {
  width: 100%;
  min-height: 40.625rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--color-black);
}
.b-relation .b-relation_infowindow {
  position: absolute;
  background-color: var(--color-white);
  top: 3.5rem;
  left: 3.5rem;
  height: calc(100% - 3.5rem * 2);
  width: calc(33.3% - 3.5rem);
  border-radius: 1rem;
  overflow: auto;
}
@media (max-width: 999px) {
  .b-relation .b-relation_infowindow {
    width: calc(50% - 3.5rem);
  }
}
@media (max-width: 699px) {
  .b-relation .b-relation_infowindow {
    top: 1.5rem;
    left: 1.5rem;
    height: calc(100% - 1.5rem * 2);
    width: calc(100% - 1.5rem * 2);
  }
}
.b-relation .b-relation_map_close_infowindow svg {
  width: 1.875rem;
}

.b-slider .o-ratio_content_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, rgba(0, 156, 181, 0.7058823529) 0%, rgba(0, 156, 181, 0) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
}
.b-slider .c-slider_slide {
  height: auto !important;
}
.b-slider .c-slider_content {
  position: relative;
  z-index: 2;
}
.b-slider .b-slider_item {
  max-height: 37.5rem;
  overflow: hidden;
  border-radius: 1rem;
}
.b-slider .c-slider {
  position: relative;
}
.b-slider .c-slider_nav {
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 2;
  cursor: pointer;
}
.b-slider .c-slider_nav.-left {
  left: 1.5rem;
}
.b-slider .c-slider_nav.-right {
  right: 1.5rem;
}

.b-video .b-video_wrap {
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.875rem rgba(var(--color-black), 0.2);
}
.b-video .b-video_player_wrap {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.b-video .b-video_player_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-primary);
  opacity: 0.19;
  z-index: 3;
}
.b-video .b-video_player_wrap .b-video_player {
  position: relative;
  z-index: 4;
}
.b-video .b-video_player_wrap .o-ratio_content_bg {
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
}
.b-video .b-video_player_wrap .c-button_icon {
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  transform-origin: center;
}
.b-video .b-video_player_wrap:hover .o-ratio_content_bg {
  transform: scale(1.05);
}
.b-video .b-video_player_wrap:hover .c-button_icon {
  transform: rotate(120deg);
}

@media (min-width: 1000px) {
  .b-cards.-listing .o-layout_item:nth-of-type(3n + 2) {
    transform: translateY(6rem);
  }
}
@media (max-width: 1000px) {
  .b-cards.-listing .o-layout_item:nth-of-type(2), .b-cards.-listing .o-layout_item:nth-of-type(5) {
    transform: inherit;
  }
  .b-cards.-listing .o-layout_item .c-card {
    width: initial;
    height: 21rem;
  }
}
.b-cards .b-cards_slider {
  display: flex;
  flex-direction: column;
}
.b-cards .b-cards_slider.b-cards_slider_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.b-cards .b-cards_slider.b-cards_slider_top .c-slider_nav {
  position: absolute;
  right: -5rem;
  top: 8rem;
}
.b-cards .b-cards_slider.b-cards_slider_top .c-slider_nav:first-of-type {
  left: -5rem;
}
.b-cards .b-cards_slider.b-cards_slider_top .b-cards_slider_component {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.b-cards .b-cards_slider.b-cards_slider_top .b-cards_slider_component .b-cards_slider_trinity {
  height: 4rem;
  width: 4rem;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-cards.-slider.padding {
  padding-bottom: 25rem !important;
}
.b-cards.-slider .b-cards_border {
  margin-bottom: 2rem;
  border-bottom: 1px solid #FF8515;
  width: 100%;
}

.b-cards_slider_left_icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: linear-gradient(to right top, var(--color-primary), var(--color-second));
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-cards_slider_left_icon svg {
  width: 1.0625rem;
  transform: rotate(180deg);
}

.b-cards_slider_right_icon {
  height: 3rem;
  min-width: 3rem;
  border-radius: 50%;
  background: linear-gradient(to left top, var(--color-primary), var(--color-second));
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-cards_slider_right_icon svg {
  width: 1.0625rem;
}

.b-cta .c-img {
  bottom: -10rem;
}
.b-cta .c-img .c-img_el {
  top: -2rem;
}
@media (max-width: 1000px) {
  .b-cta .c-img {
    min-height: 31.25rem;
  }
}

.b-onglet {
  overflow: hidden;
}
.b-onglet .b-onglet_wrap {
  border: 1px solid var(--color-black);
}
.b-onglet .c-slider {
  width: 100%;
}
.b-onglet .b-onglet_nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.b-onglet .b-onglet_nav .b-onglet_nav_title {
  cursor: pointer;
}
.b-onglet .b-onglet_nav .b-onglet_nav_title * {
  pointer-events: none;
}
.b-onglet .b-onglet_container {
  overflow: hidden;
  display: grid;
}
.b-onglet .b-onglet_container .b-onglet_text {
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  grid-row: 1;
  grid-column: 1;
  min-width: 100%;
}
.b-onglet .swiper-slide {
  width: auto !important;
}

.b-organigramme .b-organigramme_niveau {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: center;
  position: relative;
  grid-gap: 1rem;
}
.b-organigramme .b-organigramme_niveau_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #F0F0F0;
}
.b-organigramme .b-organigramme_slider {
  min-width: 100%;
}

.b-timeline .b-timeline_wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  row-gap: 1.5rem;
}
.b-timeline .b-timeline_date_wrap {
  grid-column: 1/5;
  grid-row: 1/3;
  position: relative;
  z-index: 2;
}
.b-timeline .b-timeline_content_wrap {
  grid-column: 4/13;
  grid-row: 2/4;
}
.b-timeline .b-timeline_nav_wrap {
  grid-column: 5/13;
  grid-row: 1;
}
.b-timeline .b-timeline_content {
  padding-left: 8.3333333333%;
}
@media (max-width: 699px) {
  .b-timeline .b-timeline_date_wrap {
    grid-column: 1/7;
    grid-row: 1/2;
  }
  .b-timeline .b-timeline_content_wrap {
    grid-column: 2/13;
    grid-row: 2/4;
  }
  .b-timeline .b-timeline_content {
    padding-left: 0;
  }
}

.b-icones .b-icones_item .b-icones_image {
  height: 6.25rem;
}
.b-icones .b-icones_item .b-icones_image img, .b-icones .b-icones_item .b-icones_image svg {
  max-height: 100%;
}

@media (max-width: 700px) {
  .b-media-texte .b-media-texte_img_container {
    display: flex;
    justify-content: center;
  }
  .b-media-texte .b-media-texte_img {
    width: 50%;
  }
}

.b-avant-apres .b-avant-apres_image-container {
  position: relative;
}
.b-avant-apres .b-avant-apres_image-container img {
  display: block;
}
.b-avant-apres .b-avant-apres_image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--color-white);
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.b-avant-apres .b-avant-apres_image-label.is-hidden {
  visibility: hidden;
}
.b-avant-apres .is-visible .b-avant-apres_image-label {
  opacity: 1;
  transform: translateY(0);
}
.b-avant-apres .b-avant-apres_resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.b-avant-apres .b-avant-apres_resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.b-avant-apres .b-avant-apres_resize-img .b-avant-apres_image-label {
  right: auto;
  left: 0;
}
.b-avant-apres .is-visible .b-avant-apres_resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  animation: b-avant-apres_bounce-in 0.7s;
}
@keyframes b-avant-apres_bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.b-avant-apres .b-avant-apres_handle {
  position: absolute;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  border-radius: 50%;
  cursor: move;
  opacity: 0;
}
.b-avant-apres .b-avant-apres_handle.draggable {
  /* change background color when element is active */
}
.b-avant-apres .is-visible .b-avant-apres_handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.c-chart .chart {
  max-height: 28.125rem;
}

@media (max-width: 999px) {
  .b-accueil-intro .c-img {
    min-height: 43.75rem;
    top: calc(-3.5rem * 2);
  }
}
@media (max-width: 699px) {
  .b-accueil-intro .c-img {
    min-height: 31.25rem;
  }
}

.b-intro {
  position: relative;
}
.b-intro::before {
  content: "";
  position: absolute;
  bottom: 8.5rem;
  background-color: rgba(var(--color-second), 0.32);
  border-radius: 7.5rem;
  transform: rotate(6.4deg);
  right: 3.5rem;
  width: 150%;
  height: 200%;
}
.b-intro * {
  position: relative;
  z-index: 2;
}
@media (max-width: 499px) {
  .b-intro .c-button:not(.-round), .b-intro .woocommerce input[type=submit]:not(.-round), .woocommerce .b-intro input[type=submit]:not(.-round) {
    width: 100%;
  }
}

.woocommerce input[type=submit] {
  width: auto;
}
.woocommerce input[type=checkbox], .woocommerce input[type=radio] {
  -webkit-appearance: auto;
          appearance: auto;
  width: auto;
  display: inline-block;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  color: var(--color-black);
}
.paygate-info img {
  max-height: 3.125rem;
}

.c-form_radio_wrap .woocommerce-input-wrapper {
  display: flex;
  gap: 1rem;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.woocommerce-bacs-bank-details {
  margin-top: 1.5rem;
}

.wc-bacs-bank-details-heading {
  margin-bottom: 1rem;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto !important;
  height: -webkit-fill-available;
}

.woocommerce .quantity .qty {
  min-width: 9.375rem !important;
}

.b-gravityform input[type=submit] {
  padding: 0.5rem 1.5rem;
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  border-radius: 0.5rem;
  font-weight: 500;
  line-height: 1;
  min-height: calc(2rem + 0.5rem * 2);
  width: auto;
  background: var(--color-primary);
  color: var(--color-white);
  cursor: pointer;
}
.b-gravityform input[type=submit]:hover {
  background: linear-gradient(0deg, rgba(var(--color-second), 0.32), rgba(var(--color-second), 0.32)), var(--color-white);
  color: var(--color-black);
}

.gform-field-label {
  margin-bottom: 0.5rem;
}

.ginput_address_country::after {
  top: auto;
  right: 0.9804%;
  bottom: 0;
  height: 51px;
}
.gform_heading {
  display: none;
}
.gfield-choice-input {
  -webkit-appearance: auto;
          appearance: auto;
  width: auto;
  margin-right: 1rem;
}

@media (max-width: 1199px) {
  .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100% !important;
  }
}

.gfield--type-repeater {
  margin-top: 1.5rem;
}

.gfield_repeater_wrapper {
  padding: 1.5rem;
  background-color: rgba(var(--color-second), 0.32);
  border-radius: 1rem;
}

.gform_wrapper.gravity-theme .gfield_repeater_cell label {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  padding-top: inherit !important;
}

.gform-theme-button {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  padding: 0.5rem 1.5rem !important;
  height: auto !important;
}
.gform-theme-button:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.b-campagne-intro {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
  display: flex;
  align-items: flex-end;
}
.b-campagne-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-black-opacity-32);
  z-index: 1;
}
.b-campagne-intro .b-campagne-intro_wrap {
  position: relative;
  z-index: 2;
}

.b-partenaires .b-partenaires_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.b-partenaires .b-partenaires_wrap img {
  max-width: 100%;
  max-height: 100%;
}
.b-partenaires .b-partenaires_wrap {
  width: 9.375rem;
  height: 9.375rem;
  border: 1px solid var(--color-black-opacity-24);
  border-radius: 0.5rem;
}
.b-partenaires .b-partenaires_wrap.-small {
  width: 7.5rem;
  height: 7.5rem;
  border: none;
}

/* stylelint-disable */
.u-2\:1::before {
  padding-bottom: 50%;
}

.u-3\:2::before {
  padding-bottom: 66.6666666667%;
}

.u-4\:3::before {
  padding-bottom: 75%;
}

.u-4\:5::before {
  padding-bottom: 125%;
}

.u-16\:9::before {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

@media (min-width: 500px) {
  .u-1\/1\@from-tiny {
    width: 100% !important;
  }
  .u-1\/2\@from-tiny {
    width: 50% !important;
  }
  .u-2\/2\@from-tiny {
    width: 100% !important;
  }
  .u-1\/3\@from-tiny {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@from-tiny {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@from-tiny {
    width: 100% !important;
  }
  .u-1\/4\@from-tiny {
    width: 25% !important;
  }
  .u-2\/4\@from-tiny {
    width: 50% !important;
  }
  .u-3\/4\@from-tiny {
    width: 75% !important;
  }
  .u-4\/4\@from-tiny {
    width: 100% !important;
  }
  .u-1\/5\@from-tiny {
    width: 20% !important;
  }
  .u-2\/5\@from-tiny {
    width: 40% !important;
  }
  .u-3\/5\@from-tiny {
    width: 60% !important;
  }
  .u-4\/5\@from-tiny {
    width: 80% !important;
  }
  .u-5\/5\@from-tiny {
    width: 100% !important;
  }
}
@media (min-width: 700px) {
  .u-1\/1\@from-small {
    width: 100% !important;
  }
  .u-1\/2\@from-small {
    width: 50% !important;
  }
  .u-2\/2\@from-small {
    width: 100% !important;
  }
  .u-1\/3\@from-small {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@from-small {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@from-small {
    width: 100% !important;
  }
  .u-1\/4\@from-small {
    width: 25% !important;
  }
  .u-2\/4\@from-small {
    width: 50% !important;
  }
  .u-3\/4\@from-small {
    width: 75% !important;
  }
  .u-4\/4\@from-small {
    width: 100% !important;
  }
  .u-1\/5\@from-small {
    width: 20% !important;
  }
  .u-2\/5\@from-small {
    width: 40% !important;
  }
  .u-3\/5\@from-small {
    width: 60% !important;
  }
  .u-4\/5\@from-small {
    width: 80% !important;
  }
  .u-5\/5\@from-small {
    width: 100% !important;
  }
}
@media (min-width: 1000px) {
  .u-1\/1\@from-medium {
    width: 100% !important;
  }
  .u-1\/2\@from-medium {
    width: 50% !important;
  }
  .u-2\/2\@from-medium {
    width: 100% !important;
  }
  .u-1\/3\@from-medium {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@from-medium {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@from-medium {
    width: 100% !important;
  }
  .u-1\/4\@from-medium {
    width: 25% !important;
  }
  .u-2\/4\@from-medium {
    width: 50% !important;
  }
  .u-3\/4\@from-medium {
    width: 75% !important;
  }
  .u-4\/4\@from-medium {
    width: 100% !important;
  }
  .u-1\/5\@from-medium {
    width: 20% !important;
  }
  .u-2\/5\@from-medium {
    width: 40% !important;
  }
  .u-3\/5\@from-medium {
    width: 60% !important;
  }
  .u-4\/5\@from-medium {
    width: 80% !important;
  }
  .u-5\/5\@from-medium {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .u-1\/1\@from-large {
    width: 100% !important;
  }
  .u-1\/2\@from-large {
    width: 50% !important;
  }
  .u-2\/2\@from-large {
    width: 100% !important;
  }
  .u-1\/3\@from-large {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@from-large {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@from-large {
    width: 100% !important;
  }
  .u-1\/4\@from-large {
    width: 25% !important;
  }
  .u-2\/4\@from-large {
    width: 50% !important;
  }
  .u-3\/4\@from-large {
    width: 75% !important;
  }
  .u-4\/4\@from-large {
    width: 100% !important;
  }
  .u-1\/5\@from-large {
    width: 20% !important;
  }
  .u-2\/5\@from-large {
    width: 40% !important;
  }
  .u-3\/5\@from-large {
    width: 60% !important;
  }
  .u-4\/5\@from-large {
    width: 80% !important;
  }
  .u-5\/5\@from-large {
    width: 100% !important;
  }
}
.u-100 {
  height: 100% !important;
}

.u-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-align-baseline {
  vertical-align: baseline !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-top {
  vertical-align: top !important;
}

.u-vertical-center {
  font-size: 0;
}
.u-vertical-center::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.u-vertical-center > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

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

.u-medium {
  font-weight: 500;
}

.u-light {
  font-weight: 300;
}

.u-h-100 {
  height: 100%;
}

.u-w-100 {
  width: 100%;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-relative {
  position: relative;
}

.u-block {
  display: block;
}

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

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

.u-margin-top-auto {
  margin-top: auto;
}

.u-radius {
  border-radius: 0.5rem;
}
.u-radius.-big {
  border-radius: 1rem;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-p-small {
  font-size: 0.875rem;
  line-height: 18px;
}

.u-p-tiny {
  font-size: 0.75rem;
  line-height: 16px;
}

.u-p-tinier {
  font-size: 0.625rem;
  line-height: 14px;
}

.u-ellipse {
  display: grid;
  justify-content: center;
  text-align: center;
}
.u-ellipse * {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  min-width: 2.5rem;
}
.u-ellipse .u-ellipse_icon {
  margin-top: 1.5rem;
}

.u-border {
  border: 1px solid rgba(var(--color-grey), 0.32);
}

.u-box-shadow {
  box-shadow: 0 0.3125rem 1.875rem rgba(var(--color-grey), 0.16);
}

.u-rotate svg {
  transform: rotate(180deg);
}

.u-rotate-down svg {
  transform: rotate(90deg);
}

.u-svg-big svg {
  height: 1.25rem;
  width: auto;
}

.u-svg-huge svg {
  height: 5rem;
  width: auto;
}

.u-lh {
  line-height: 0 !important;
}

.u-word-break {
  word-break: break-all;
}

[hidden][aria-hidden=false] {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

.u-flex {
  display: flex;
}
.u-flex.-middle {
  align-items: center;
}
.u-flex.-top {
  align-items: flex-start;
}
.u-flex.-bottom {
  align-items: flex-end;
}
.u-flex.-column {
  flex-direction: column;
}
.u-flex.-start {
  justify-content: flex-start;
}
.u-flex.-end {
  justify-content: flex-end;
}
.u-flex.-center {
  justify-content: center;
}
.u-flex.-space {
  justify-content: space-between;
}
.u-flex.-wrap {
  flex-wrap: wrap;
}
.u-flex.-gap-tinier {
  gap: 0.5rem;
}
.u-flex.-gap-tiny {
  gap: 1rem;
}
.u-flex.-gap-small {
  gap: 1.5rem;
}
.u-flex.-gap {
  gap: 3.5rem;
}
.u-flex.-gap-h-small {
  column-gap: 1.5rem;
}
.u-flex.-gap-v-tiny {
  row-gap: 1rem;
}

.u-flex-shrink {
  flex-shrink: 0;
}

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

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

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

@media not print {
  .u-screen-reader-text\@screen {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
  }
}
/*
 * Extends the `.screen-reader-text` class to allow the element
 * to be focusable when navigated to via the keyboard.
 *
 * @link https://www.drupal.org/node/897638
 * @todo Define styles when focused.
 */
.u-screen-reader-text.-focusable:focus, .u-screen-reader-text.-focusable:active {
  clip: auto;
  width: auto;
  height: auto;
}

/**
 * ARIA roles display visual cursor hints
 */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/**
 * Control visibility without affecting flow.
 */
.is-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.is-invisible {
  visibility: hidden !important;
  opacity: 0 !important;
}

/**
 * Completely remove from the flow and screen readers.
 */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

@media not print {
  .is-hidden\@screen {
    display: none !important;
    visibility: hidden !important;
  }
}
@media print {
  .is-hidden\@print {
    display: none !important;
    visibility: hidden !important;
  }
}
/* Responsive Hidden */
@media (max-width: 499px) {
  .is-hidden\@to-tiny {
    display: none;
  }
}

@media (max-width: 699px) {
  .is-hidden\@to-small {
    display: none;
  }
}

@media (max-width: 999px) {
  .is-hidden\@to-medium {
    display: none;
  }
}

@media (max-width: 1199px) {
  .is-hidden\@to-large {
    display: none;
  }
}

@media (min-width: 500px) {
  .is-hidden\@from-tiny {
    display: none;
  }
}

@media (min-width: 700px) {
  .is-hidden\@from-small {
    display: none;
  }
}

@media (min-width: 1000px) {
  .is-hidden\@from-medium {
    display: none;
  }
}

@media (min-width: 1200px) {
  .is-hidden\@from-large {
    display: none;
  }
}

/* stylelint-disable string-quotes */
.u-padding {
  padding: 3.5rem !important;
}

.u-padding-double {
  padding: 7rem !important;
}

.u-padding-small {
  padding: 1.5rem !important;
}

.u-padding-large {
  padding: 7rem !important;
}

.u-padding-extra-large {
  padding: 14rem !important;
}

.u-padding-tiny {
  padding: 1rem !important;
}

.u-padding-tinier {
  padding: 0.5rem !important;
}

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

.u-padding-top {
  padding-top: 3.5rem !important;
}

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

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

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

.u-padding-top-extra-large {
  padding-top: 14rem !important;
}

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

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

.u-padding-top-none {
  padding-top: 0rem !important;
}

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

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

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

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

.u-padding-right-extra-large {
  padding-right: 14rem !important;
}

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

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

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

.u-padding-bottom {
  padding-bottom: 3.5rem !important;
}

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

.u-padding-bottom-small {
  padding-bottom: 1.5rem !important;
}

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

.u-padding-bottom-extra-large {
  padding-bottom: 14rem !important;
}

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

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

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

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

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

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

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

.u-padding-left-extra-large {
  padding-left: 14rem !important;
}

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

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

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

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

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

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

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

.u-padding-horizontal-extra-large {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

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

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

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

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

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

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

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

.u-padding-vertical-extra-large {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

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

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

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

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

.u-margin-double {
  margin: 7rem !important;
}

.u-margin-small {
  margin: 1.5rem !important;
}

.u-margin-large {
  margin: 7rem !important;
}

.u-margin-extra-large {
  margin: 14rem !important;
}

.u-margin-tiny {
  margin: 1rem !important;
}

.u-margin-tinier {
  margin: 0.5rem !important;
}

.u-margin-none {
  margin: 0rem !important;
}

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

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

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

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

.u-margin-top-extra-large {
  margin-top: 14rem !important;
}

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

.u-margin-top-tinier {
  margin-top: 0.5rem !important;
}

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

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

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

.u-margin-right-small {
  margin-right: 1.5rem !important;
}

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

.u-margin-right-extra-large {
  margin-right: 14rem !important;
}

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

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

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

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

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

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}

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

.u-margin-bottom-extra-large {
  margin-bottom: 14rem !important;
}

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

.u-margin-bottom-tinier {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.u-margin-left-extra-large {
  margin-left: 14rem !important;
}

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

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

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

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

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

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

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

.u-margin-horizontal-extra-large {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

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

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

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

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

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

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

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

.u-margin-vertical-extra-large {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

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

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

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

/* Responsive spacing */
@media (max-width: 499px) {
  .u-padding\@to-tiny {
    padding: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding\@to-small {
    padding: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding\@to-medium {
    padding: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding\@to-large {
    padding: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-double\@to-tiny {
    padding: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-double\@to-small {
    padding: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-double\@to-medium {
    padding: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-double\@to-large {
    padding: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-small\@to-tiny {
    padding: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-small\@to-small {
    padding: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-small\@to-medium {
    padding: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-small\@to-large {
    padding: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-large\@to-tiny {
    padding: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-large\@to-small {
    padding: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-large\@to-medium {
    padding: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-large\@to-large {
    padding: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-extra-large\@to-tiny {
    padding: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-extra-large\@to-small {
    padding: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-extra-large\@to-medium {
    padding: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-extra-large\@to-large {
    padding: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-tiny\@to-tiny {
    padding: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-tiny\@to-small {
    padding: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-tiny\@to-medium {
    padding: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-tiny\@to-large {
    padding: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-tinier\@to-tiny {
    padding: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-tinier\@to-small {
    padding: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-tinier\@to-medium {
    padding: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-tinier\@to-large {
    padding: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-none\@to-tiny {
    padding: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-none\@to-small {
    padding: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-none\@to-medium {
    padding: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-none\@to-large {
    padding: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top\@to-tiny {
    padding-top: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top\@to-small {
    padding-top: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top\@to-medium {
    padding-top: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top\@to-large {
    padding-top: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top-double\@to-tiny {
    padding-top: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top-double\@to-small {
    padding-top: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top-double\@to-medium {
    padding-top: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top-double\@to-large {
    padding-top: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top-small\@to-tiny {
    padding-top: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top-small\@to-small {
    padding-top: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top-small\@to-medium {
    padding-top: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top-small\@to-large {
    padding-top: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top-large\@to-tiny {
    padding-top: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top-large\@to-small {
    padding-top: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top-large\@to-medium {
    padding-top: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top-large\@to-large {
    padding-top: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top-extra-large\@to-tiny {
    padding-top: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top-extra-large\@to-small {
    padding-top: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top-extra-large\@to-medium {
    padding-top: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top-extra-large\@to-large {
    padding-top: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top-tiny\@to-tiny {
    padding-top: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top-tiny\@to-small {
    padding-top: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top-tiny\@to-medium {
    padding-top: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top-tiny\@to-large {
    padding-top: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top-tinier\@to-tiny {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top-tinier\@to-small {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top-tinier\@to-medium {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top-tinier\@to-large {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-top-none\@to-tiny {
    padding-top: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-top-none\@to-small {
    padding-top: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-top-none\@to-medium {
    padding-top: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top-none\@to-large {
    padding-top: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right\@to-tiny {
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right\@to-small {
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right\@to-medium {
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right\@to-large {
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right-double\@to-tiny {
    padding-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right-double\@to-small {
    padding-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right-double\@to-medium {
    padding-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right-double\@to-large {
    padding-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right-small\@to-tiny {
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right-small\@to-small {
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right-small\@to-medium {
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right-small\@to-large {
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right-large\@to-tiny {
    padding-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right-large\@to-small {
    padding-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right-large\@to-medium {
    padding-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right-large\@to-large {
    padding-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right-extra-large\@to-tiny {
    padding-right: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right-extra-large\@to-small {
    padding-right: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right-extra-large\@to-medium {
    padding-right: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right-extra-large\@to-large {
    padding-right: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right-tiny\@to-tiny {
    padding-right: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right-tiny\@to-small {
    padding-right: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right-tiny\@to-medium {
    padding-right: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right-tiny\@to-large {
    padding-right: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right-tinier\@to-tiny {
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right-tinier\@to-small {
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right-tinier\@to-medium {
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right-tinier\@to-large {
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-right-none\@to-tiny {
    padding-right: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-right-none\@to-small {
    padding-right: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-right-none\@to-medium {
    padding-right: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right-none\@to-large {
    padding-right: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom\@to-tiny {
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom\@to-small {
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom\@to-medium {
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom\@to-large {
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom-double\@to-tiny {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom-double\@to-small {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom-double\@to-medium {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom-double\@to-large {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom-small\@to-tiny {
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom-small\@to-small {
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom-small\@to-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom-small\@to-large {
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom-large\@to-tiny {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom-large\@to-small {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom-large\@to-medium {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom-large\@to-large {
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom-extra-large\@to-tiny {
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom-extra-large\@to-small {
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom-extra-large\@to-medium {
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom-extra-large\@to-large {
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom-tiny\@to-tiny {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom-tiny\@to-small {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom-tiny\@to-medium {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom-tiny\@to-large {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom-tinier\@to-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom-tinier\@to-small {
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom-tinier\@to-medium {
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom-tinier\@to-large {
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-bottom-none\@to-tiny {
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-bottom-none\@to-small {
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-bottom-none\@to-medium {
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom-none\@to-large {
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left\@to-tiny {
    padding-left: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left\@to-small {
    padding-left: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left\@to-medium {
    padding-left: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left\@to-large {
    padding-left: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left-double\@to-tiny {
    padding-left: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left-double\@to-small {
    padding-left: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left-double\@to-medium {
    padding-left: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left-double\@to-large {
    padding-left: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left-small\@to-tiny {
    padding-left: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left-small\@to-small {
    padding-left: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left-small\@to-medium {
    padding-left: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left-small\@to-large {
    padding-left: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left-large\@to-tiny {
    padding-left: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left-large\@to-small {
    padding-left: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left-large\@to-medium {
    padding-left: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left-large\@to-large {
    padding-left: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left-extra-large\@to-tiny {
    padding-left: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left-extra-large\@to-small {
    padding-left: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left-extra-large\@to-medium {
    padding-left: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left-extra-large\@to-large {
    padding-left: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left-tiny\@to-tiny {
    padding-left: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left-tiny\@to-small {
    padding-left: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left-tiny\@to-medium {
    padding-left: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left-tiny\@to-large {
    padding-left: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left-tinier\@to-tiny {
    padding-left: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left-tinier\@to-small {
    padding-left: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left-tinier\@to-medium {
    padding-left: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left-tinier\@to-large {
    padding-left: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-left-none\@to-tiny {
    padding-left: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-left-none\@to-small {
    padding-left: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-left-none\@to-medium {
    padding-left: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left-none\@to-large {
    padding-left: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal\@to-tiny {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal\@to-small {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal\@to-medium {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal\@to-large {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal-double\@to-tiny {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal-double\@to-small {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal-double\@to-medium {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal-double\@to-large {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal-small\@to-tiny {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal-small\@to-small {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal-small\@to-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal-small\@to-large {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal-large\@to-tiny {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal-large\@to-small {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal-large\@to-medium {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal-large\@to-large {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal-extra-large\@to-tiny {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal-extra-large\@to-small {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal-extra-large\@to-medium {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal-extra-large\@to-large {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal-tiny\@to-tiny {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal-tiny\@to-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal-tiny\@to-medium {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal-tiny\@to-large {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal-tinier\@to-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal-tinier\@to-small {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal-tinier\@to-medium {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal-tinier\@to-large {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-horizontal-none\@to-tiny {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-horizontal-none\@to-small {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-horizontal-none\@to-medium {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-horizontal-none\@to-large {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical\@to-tiny {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical\@to-small {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical\@to-medium {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical\@to-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical-double\@to-tiny {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical-double\@to-small {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical-double\@to-medium {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical-double\@to-large {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical-small\@to-tiny {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical-small\@to-small {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical-small\@to-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical-small\@to-large {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical-large\@to-tiny {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical-large\@to-small {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical-large\@to-medium {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical-large\@to-large {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical-extra-large\@to-tiny {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical-extra-large\@to-small {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical-extra-large\@to-medium {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical-extra-large\@to-large {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical-tiny\@to-tiny {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical-tiny\@to-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical-tiny\@to-medium {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical-tiny\@to-large {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical-tinier\@to-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical-tinier\@to-small {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical-tinier\@to-medium {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical-tinier\@to-large {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-padding-vertical-none\@to-tiny {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-padding-vertical-none\@to-small {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-padding-vertical-none\@to-medium {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-vertical-none\@to-large {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin\@to-tiny {
    margin: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin\@to-small {
    margin: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin\@to-medium {
    margin: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin\@to-large {
    margin: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-double\@to-tiny {
    margin: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-double\@to-small {
    margin: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-double\@to-medium {
    margin: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-double\@to-large {
    margin: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-small\@to-tiny {
    margin: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-small\@to-small {
    margin: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-small\@to-medium {
    margin: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-small\@to-large {
    margin: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-large\@to-tiny {
    margin: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-large\@to-small {
    margin: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-large\@to-medium {
    margin: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-large\@to-large {
    margin: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-extra-large\@to-tiny {
    margin: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-extra-large\@to-small {
    margin: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-extra-large\@to-medium {
    margin: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-extra-large\@to-large {
    margin: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-tiny\@to-tiny {
    margin: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-tiny\@to-small {
    margin: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-tiny\@to-medium {
    margin: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-tiny\@to-large {
    margin: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-tinier\@to-tiny {
    margin: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-tinier\@to-small {
    margin: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-tinier\@to-medium {
    margin: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-tinier\@to-large {
    margin: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-none\@to-tiny {
    margin: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-none\@to-small {
    margin: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-none\@to-medium {
    margin: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-none\@to-large {
    margin: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top\@to-tiny {
    margin-top: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top\@to-small {
    margin-top: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top\@to-medium {
    margin-top: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top\@to-large {
    margin-top: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top-double\@to-tiny {
    margin-top: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top-double\@to-small {
    margin-top: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top-double\@to-medium {
    margin-top: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-double\@to-large {
    margin-top: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top-small\@to-tiny {
    margin-top: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top-small\@to-small {
    margin-top: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top-small\@to-medium {
    margin-top: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-small\@to-large {
    margin-top: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top-large\@to-tiny {
    margin-top: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top-large\@to-small {
    margin-top: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top-large\@to-medium {
    margin-top: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-large\@to-large {
    margin-top: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top-extra-large\@to-tiny {
    margin-top: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top-extra-large\@to-small {
    margin-top: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top-extra-large\@to-medium {
    margin-top: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-extra-large\@to-large {
    margin-top: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top-tiny\@to-tiny {
    margin-top: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top-tiny\@to-small {
    margin-top: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top-tiny\@to-medium {
    margin-top: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-tiny\@to-large {
    margin-top: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top-tinier\@to-tiny {
    margin-top: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top-tinier\@to-small {
    margin-top: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top-tinier\@to-medium {
    margin-top: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-tinier\@to-large {
    margin-top: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-top-none\@to-tiny {
    margin-top: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-top-none\@to-small {
    margin-top: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-top-none\@to-medium {
    margin-top: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top-none\@to-large {
    margin-top: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right\@to-tiny {
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right\@to-small {
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right\@to-medium {
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right\@to-large {
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right-double\@to-tiny {
    margin-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right-double\@to-small {
    margin-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right-double\@to-medium {
    margin-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right-double\@to-large {
    margin-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right-small\@to-tiny {
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right-small\@to-small {
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right-small\@to-medium {
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right-small\@to-large {
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right-large\@to-tiny {
    margin-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right-large\@to-small {
    margin-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right-large\@to-medium {
    margin-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right-large\@to-large {
    margin-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right-extra-large\@to-tiny {
    margin-right: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right-extra-large\@to-small {
    margin-right: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right-extra-large\@to-medium {
    margin-right: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right-extra-large\@to-large {
    margin-right: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right-tiny\@to-tiny {
    margin-right: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right-tiny\@to-small {
    margin-right: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right-tiny\@to-medium {
    margin-right: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right-tiny\@to-large {
    margin-right: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right-tinier\@to-tiny {
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right-tinier\@to-small {
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right-tinier\@to-medium {
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right-tinier\@to-large {
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-right-none\@to-tiny {
    margin-right: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-right-none\@to-small {
    margin-right: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-right-none\@to-medium {
    margin-right: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right-none\@to-large {
    margin-right: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom\@to-tiny {
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom\@to-small {
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom\@to-medium {
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom\@to-large {
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom-double\@to-tiny {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom-double\@to-small {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom-double\@to-medium {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-double\@to-large {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom-small\@to-tiny {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom-small\@to-small {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom-small\@to-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-small\@to-large {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom-large\@to-tiny {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom-large\@to-small {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom-large\@to-medium {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-large\@to-large {
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom-extra-large\@to-tiny {
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom-extra-large\@to-small {
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom-extra-large\@to-medium {
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-extra-large\@to-large {
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom-tiny\@to-tiny {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom-tiny\@to-small {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom-tiny\@to-medium {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-tiny\@to-large {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom-tinier\@to-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom-tinier\@to-small {
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom-tinier\@to-medium {
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-tinier\@to-large {
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-bottom-none\@to-tiny {
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-bottom-none\@to-small {
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-bottom-none\@to-medium {
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom-none\@to-large {
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left\@to-tiny {
    margin-left: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left\@to-small {
    margin-left: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left\@to-medium {
    margin-left: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left\@to-large {
    margin-left: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left-double\@to-tiny {
    margin-left: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left-double\@to-small {
    margin-left: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left-double\@to-medium {
    margin-left: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left-double\@to-large {
    margin-left: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left-small\@to-tiny {
    margin-left: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left-small\@to-small {
    margin-left: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left-small\@to-medium {
    margin-left: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left-small\@to-large {
    margin-left: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left-large\@to-tiny {
    margin-left: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left-large\@to-small {
    margin-left: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left-large\@to-medium {
    margin-left: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left-large\@to-large {
    margin-left: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left-extra-large\@to-tiny {
    margin-left: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left-extra-large\@to-small {
    margin-left: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left-extra-large\@to-medium {
    margin-left: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left-extra-large\@to-large {
    margin-left: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left-tiny\@to-tiny {
    margin-left: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left-tiny\@to-small {
    margin-left: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left-tiny\@to-medium {
    margin-left: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left-tiny\@to-large {
    margin-left: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left-tinier\@to-tiny {
    margin-left: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left-tinier\@to-small {
    margin-left: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left-tinier\@to-medium {
    margin-left: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left-tinier\@to-large {
    margin-left: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-left-none\@to-tiny {
    margin-left: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-left-none\@to-small {
    margin-left: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-left-none\@to-medium {
    margin-left: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left-none\@to-large {
    margin-left: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal\@to-tiny {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal\@to-small {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal\@to-medium {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal\@to-large {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal-double\@to-tiny {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal-double\@to-small {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal-double\@to-medium {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal-double\@to-large {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal-small\@to-tiny {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal-small\@to-small {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal-small\@to-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal-small\@to-large {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal-large\@to-tiny {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal-large\@to-small {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal-large\@to-medium {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal-large\@to-large {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal-extra-large\@to-tiny {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal-extra-large\@to-small {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal-extra-large\@to-medium {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal-extra-large\@to-large {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal-tiny\@to-tiny {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal-tiny\@to-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal-tiny\@to-medium {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal-tiny\@to-large {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal-tinier\@to-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal-tinier\@to-small {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal-tinier\@to-medium {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal-tinier\@to-large {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-horizontal-none\@to-tiny {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-horizontal-none\@to-small {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-horizontal-none\@to-medium {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-horizontal-none\@to-large {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical\@to-tiny {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical\@to-small {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical\@to-medium {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical\@to-large {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical-double\@to-tiny {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical-double\@to-small {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical-double\@to-medium {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical-double\@to-large {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical-small\@to-tiny {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical-small\@to-small {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical-small\@to-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical-small\@to-large {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical-large\@to-tiny {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical-large\@to-small {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical-large\@to-medium {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical-large\@to-large {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical-extra-large\@to-tiny {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical-extra-large\@to-small {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical-extra-large\@to-medium {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical-extra-large\@to-large {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical-tiny\@to-tiny {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical-tiny\@to-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical-tiny\@to-medium {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical-tiny\@to-large {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical-tinier\@to-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical-tinier\@to-small {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical-tinier\@to-medium {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical-tinier\@to-large {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 499px) {
  .u-margin-vertical-none\@to-tiny {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 699px) {
  .u-margin-vertical-none\@to-small {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 999px) {
  .u-margin-vertical-none\@to-medium {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-vertical-none\@to-large {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

/* Responsive spacing */
@media (min-width: 500px) {
  .u-padding\@from-tiny {
    padding: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding\@from-small {
    padding: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding\@from-medium {
    padding: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding\@from-large {
    padding: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-double\@from-tiny {
    padding: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-double\@from-small {
    padding: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-double\@from-medium {
    padding: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-double\@from-large {
    padding: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-small\@from-tiny {
    padding: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-small\@from-small {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-small\@from-medium {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-small\@from-large {
    padding: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-large\@from-tiny {
    padding: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-large\@from-small {
    padding: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-large\@from-medium {
    padding: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-large\@from-large {
    padding: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-extra-large\@from-tiny {
    padding: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-extra-large\@from-small {
    padding: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-extra-large\@from-medium {
    padding: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-extra-large\@from-large {
    padding: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-tiny\@from-tiny {
    padding: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-tiny\@from-small {
    padding: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-tiny\@from-medium {
    padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-tiny\@from-large {
    padding: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-tinier\@from-tiny {
    padding: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-tinier\@from-small {
    padding: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-tinier\@from-medium {
    padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-tinier\@from-large {
    padding: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-none\@from-tiny {
    padding: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-none\@from-small {
    padding: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-none\@from-medium {
    padding: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-none\@from-large {
    padding: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top\@from-tiny {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top\@from-small {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top\@from-medium {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top\@from-large {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top-double\@from-tiny {
    padding-top: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top-double\@from-small {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top-double\@from-medium {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-double\@from-large {
    padding-top: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top-small\@from-tiny {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top-small\@from-small {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top-small\@from-medium {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-small\@from-large {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top-large\@from-tiny {
    padding-top: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top-large\@from-small {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top-large\@from-medium {
    padding-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-large\@from-large {
    padding-top: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top-extra-large\@from-tiny {
    padding-top: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top-extra-large\@from-small {
    padding-top: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top-extra-large\@from-medium {
    padding-top: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-extra-large\@from-large {
    padding-top: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top-tiny\@from-tiny {
    padding-top: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top-tiny\@from-small {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top-tiny\@from-medium {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-tiny\@from-large {
    padding-top: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top-tinier\@from-tiny {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top-tinier\@from-small {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top-tinier\@from-medium {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-tinier\@from-large {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-top-none\@from-tiny {
    padding-top: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-top-none\@from-small {
    padding-top: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-top-none\@from-medium {
    padding-top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-top-none\@from-large {
    padding-top: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right\@from-tiny {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right\@from-small {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right\@from-medium {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right\@from-large {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right-double\@from-tiny {
    padding-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right-double\@from-small {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right-double\@from-medium {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right-double\@from-large {
    padding-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right-small\@from-tiny {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right-small\@from-small {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right-small\@from-medium {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right-small\@from-large {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right-large\@from-tiny {
    padding-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right-large\@from-small {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right-large\@from-medium {
    padding-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right-large\@from-large {
    padding-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right-extra-large\@from-tiny {
    padding-right: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right-extra-large\@from-small {
    padding-right: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right-extra-large\@from-medium {
    padding-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right-extra-large\@from-large {
    padding-right: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right-tiny\@from-tiny {
    padding-right: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right-tiny\@from-small {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right-tiny\@from-medium {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right-tiny\@from-large {
    padding-right: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right-tinier\@from-tiny {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right-tinier\@from-small {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right-tinier\@from-medium {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right-tinier\@from-large {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-right-none\@from-tiny {
    padding-right: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-right-none\@from-small {
    padding-right: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-right-none\@from-medium {
    padding-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-right-none\@from-large {
    padding-right: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom\@from-tiny {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom\@from-small {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom\@from-medium {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom\@from-large {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom-double\@from-tiny {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom-double\@from-small {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom-double\@from-medium {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom-double\@from-large {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom-small\@from-tiny {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom-small\@from-small {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom-small\@from-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom-small\@from-large {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom-large\@from-tiny {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom-large\@from-small {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom-large\@from-medium {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom-large\@from-large {
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom-extra-large\@from-tiny {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom-extra-large\@from-small {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom-extra-large\@from-medium {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom-extra-large\@from-large {
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom-tiny\@from-tiny {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom-tiny\@from-small {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom-tiny\@from-medium {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom-tiny\@from-large {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom-tinier\@from-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom-tinier\@from-small {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom-tinier\@from-medium {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom-tinier\@from-large {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-bottom-none\@from-tiny {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-bottom-none\@from-small {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-bottom-none\@from-medium {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-bottom-none\@from-large {
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left\@from-tiny {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left\@from-small {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left\@from-medium {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left\@from-large {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left-double\@from-tiny {
    padding-left: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left-double\@from-small {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left-double\@from-medium {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left-double\@from-large {
    padding-left: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left-small\@from-tiny {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left-small\@from-small {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left-small\@from-medium {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left-small\@from-large {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left-large\@from-tiny {
    padding-left: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left-large\@from-small {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left-large\@from-medium {
    padding-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left-large\@from-large {
    padding-left: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left-extra-large\@from-tiny {
    padding-left: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left-extra-large\@from-small {
    padding-left: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left-extra-large\@from-medium {
    padding-left: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left-extra-large\@from-large {
    padding-left: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left-tiny\@from-tiny {
    padding-left: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left-tiny\@from-small {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left-tiny\@from-medium {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left-tiny\@from-large {
    padding-left: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left-tinier\@from-tiny {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left-tinier\@from-small {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left-tinier\@from-medium {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left-tinier\@from-large {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-left-none\@from-tiny {
    padding-left: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-left-none\@from-small {
    padding-left: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-left-none\@from-medium {
    padding-left: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-left-none\@from-large {
    padding-left: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal\@from-tiny {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal\@from-small {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal\@from-medium {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal\@from-large {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal-double\@from-tiny {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal-double\@from-small {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal-double\@from-medium {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal-double\@from-large {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal-small\@from-tiny {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal-small\@from-small {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal-small\@from-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal-small\@from-large {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal-large\@from-tiny {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal-large\@from-small {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal-large\@from-medium {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal-large\@from-large {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal-extra-large\@from-tiny {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal-extra-large\@from-small {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal-extra-large\@from-medium {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal-extra-large\@from-large {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal-tiny\@from-tiny {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal-tiny\@from-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal-tiny\@from-medium {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal-tiny\@from-large {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal-tinier\@from-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal-tinier\@from-small {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal-tinier\@from-medium {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal-tinier\@from-large {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-horizontal-none\@from-tiny {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-horizontal-none\@from-small {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-horizontal-none\@from-medium {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-horizontal-none\@from-large {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical\@from-tiny {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical\@from-small {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical\@from-medium {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical\@from-large {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical-double\@from-tiny {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical-double\@from-small {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical-double\@from-medium {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical-double\@from-large {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical-small\@from-tiny {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical-small\@from-small {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical-small\@from-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical-small\@from-large {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical-large\@from-tiny {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical-large\@from-small {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical-large\@from-medium {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical-large\@from-large {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical-extra-large\@from-tiny {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical-extra-large\@from-small {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical-extra-large\@from-medium {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical-extra-large\@from-large {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical-tiny\@from-tiny {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical-tiny\@from-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical-tiny\@from-medium {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical-tiny\@from-large {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical-tinier\@from-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical-tinier\@from-small {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical-tinier\@from-medium {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical-tinier\@from-large {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-padding-vertical-none\@from-tiny {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-padding-vertical-none\@from-small {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-padding-vertical-none\@from-medium {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-padding-vertical-none\@from-large {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin\@from-tiny {
    margin: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin\@from-small {
    margin: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin\@from-medium {
    margin: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin\@from-large {
    margin: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-double\@from-tiny {
    margin: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-double\@from-small {
    margin: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-double\@from-medium {
    margin: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-double\@from-large {
    margin: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-small\@from-tiny {
    margin: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-small\@from-small {
    margin: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-small\@from-medium {
    margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-small\@from-large {
    margin: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-large\@from-tiny {
    margin: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-large\@from-small {
    margin: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-large\@from-medium {
    margin: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-large\@from-large {
    margin: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-extra-large\@from-tiny {
    margin: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-extra-large\@from-small {
    margin: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-extra-large\@from-medium {
    margin: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-extra-large\@from-large {
    margin: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-tiny\@from-tiny {
    margin: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-tiny\@from-small {
    margin: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-tiny\@from-medium {
    margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-tiny\@from-large {
    margin: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-tinier\@from-tiny {
    margin: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-tinier\@from-small {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-tinier\@from-medium {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-tinier\@from-large {
    margin: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-none\@from-tiny {
    margin: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-none\@from-small {
    margin: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-none\@from-medium {
    margin: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-none\@from-large {
    margin: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top\@from-tiny {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top\@from-small {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top\@from-medium {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top\@from-large {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top-double\@from-tiny {
    margin-top: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top-double\@from-small {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top-double\@from-medium {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top-double\@from-large {
    margin-top: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top-small\@from-tiny {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top-small\@from-small {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top-small\@from-medium {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top-small\@from-large {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top-large\@from-tiny {
    margin-top: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top-large\@from-small {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top-large\@from-medium {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top-large\@from-large {
    margin-top: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top-extra-large\@from-tiny {
    margin-top: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top-extra-large\@from-small {
    margin-top: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top-extra-large\@from-medium {
    margin-top: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top-extra-large\@from-large {
    margin-top: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top-tiny\@from-tiny {
    margin-top: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top-tiny\@from-small {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top-tiny\@from-medium {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top-tiny\@from-large {
    margin-top: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top-tinier\@from-tiny {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top-tinier\@from-small {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top-tinier\@from-medium {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top-tinier\@from-large {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-top-none\@from-tiny {
    margin-top: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-top-none\@from-small {
    margin-top: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-top-none\@from-medium {
    margin-top: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-top-none\@from-large {
    margin-top: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right\@from-tiny {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right\@from-small {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right\@from-medium {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right\@from-large {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right-double\@from-tiny {
    margin-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right-double\@from-small {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right-double\@from-medium {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right-double\@from-large {
    margin-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right-small\@from-tiny {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right-small\@from-small {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right-small\@from-medium {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right-small\@from-large {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right-large\@from-tiny {
    margin-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right-large\@from-small {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right-large\@from-medium {
    margin-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right-large\@from-large {
    margin-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right-extra-large\@from-tiny {
    margin-right: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right-extra-large\@from-small {
    margin-right: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right-extra-large\@from-medium {
    margin-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right-extra-large\@from-large {
    margin-right: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right-tiny\@from-tiny {
    margin-right: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right-tiny\@from-small {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right-tiny\@from-medium {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right-tiny\@from-large {
    margin-right: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right-tinier\@from-tiny {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right-tinier\@from-small {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right-tinier\@from-medium {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right-tinier\@from-large {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-right-none\@from-tiny {
    margin-right: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-right-none\@from-small {
    margin-right: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-right-none\@from-medium {
    margin-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-right-none\@from-large {
    margin-right: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom\@from-tiny {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom\@from-small {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom\@from-medium {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom\@from-large {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom-double\@from-tiny {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom-double\@from-small {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom-double\@from-medium {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom-double\@from-large {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom-small\@from-tiny {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom-small\@from-small {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom-small\@from-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom-small\@from-large {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom-large\@from-tiny {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom-large\@from-small {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom-large\@from-medium {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom-large\@from-large {
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom-extra-large\@from-tiny {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom-extra-large\@from-small {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom-extra-large\@from-medium {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom-extra-large\@from-large {
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom-tiny\@from-tiny {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom-tiny\@from-small {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom-tiny\@from-medium {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom-tiny\@from-large {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom-tinier\@from-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom-tinier\@from-small {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom-tinier\@from-medium {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom-tinier\@from-large {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-bottom-none\@from-tiny {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-bottom-none\@from-small {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-bottom-none\@from-medium {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-bottom-none\@from-large {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left\@from-tiny {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left\@from-small {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left\@from-medium {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left\@from-large {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left-double\@from-tiny {
    margin-left: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left-double\@from-small {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left-double\@from-medium {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left-double\@from-large {
    margin-left: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left-small\@from-tiny {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left-small\@from-small {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left-small\@from-medium {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left-small\@from-large {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left-large\@from-tiny {
    margin-left: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left-large\@from-small {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left-large\@from-medium {
    margin-left: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left-large\@from-large {
    margin-left: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left-extra-large\@from-tiny {
    margin-left: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left-extra-large\@from-small {
    margin-left: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left-extra-large\@from-medium {
    margin-left: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left-extra-large\@from-large {
    margin-left: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left-tiny\@from-tiny {
    margin-left: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left-tiny\@from-small {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left-tiny\@from-medium {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left-tiny\@from-large {
    margin-left: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left-tinier\@from-tiny {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left-tinier\@from-small {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left-tinier\@from-medium {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left-tinier\@from-large {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-left-none\@from-tiny {
    margin-left: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-left-none\@from-small {
    margin-left: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-left-none\@from-medium {
    margin-left: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-left-none\@from-large {
    margin-left: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal\@from-tiny {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal\@from-small {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal\@from-medium {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal\@from-large {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal-double\@from-tiny {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal-double\@from-small {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal-double\@from-medium {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal-double\@from-large {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal-small\@from-tiny {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal-small\@from-small {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal-small\@from-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal-small\@from-large {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal-large\@from-tiny {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal-large\@from-small {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal-large\@from-medium {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal-large\@from-large {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal-extra-large\@from-tiny {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal-extra-large\@from-small {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal-extra-large\@from-medium {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal-extra-large\@from-large {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal-tiny\@from-tiny {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal-tiny\@from-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal-tiny\@from-medium {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal-tiny\@from-large {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal-tinier\@from-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal-tinier\@from-small {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal-tinier\@from-medium {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal-tinier\@from-large {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-horizontal-none\@from-tiny {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-horizontal-none\@from-small {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-horizontal-none\@from-medium {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-horizontal-none\@from-large {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical\@from-tiny {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical\@from-small {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical\@from-medium {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical\@from-large {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical-double\@from-tiny {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical-double\@from-small {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical-double\@from-medium {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical-double\@from-large {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical-small\@from-tiny {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical-small\@from-small {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical-small\@from-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical-small\@from-large {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical-large\@from-tiny {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical-large\@from-small {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical-large\@from-medium {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical-large\@from-large {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical-extra-large\@from-tiny {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical-extra-large\@from-small {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical-extra-large\@from-medium {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical-extra-large\@from-large {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical-tiny\@from-tiny {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical-tiny\@from-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical-tiny\@from-medium {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical-tiny\@from-large {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical-tinier\@from-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical-tinier\@from-small {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical-tinier\@from-medium {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical-tinier\@from-large {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 500px) {
  .u-margin-vertical-none\@from-tiny {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 700px) {
  .u-margin-vertical-none\@from-small {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1000px) {
  .u-margin-vertical-none\@from-medium {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .u-margin-vertical-none\@from-large {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

/* stylelint-enable string-quotes */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important; /* [1] */
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.u-c-primary {
  color: var(--color-primary);
}

.u-c-second {
  color: var(--color-second);
}

.u-c-second-light {
  color: var(--color-second-light);
}

.u-c-third {
  color: var(--color-third);
}

.u-c-black {
  color: var(--color-black);
}

.u-c-white {
  color: var(--color-white);
}

.u-c-grey {
  color: var(--color-grey);
}

.u-bg-primary {
  background-color: var(--color-primary);
}

.u-bg-second {
  background-color: var(--color-second);
}

.u-bg-third {
  background-color: var(--color-third);
}

.u-bg-black {
  background-color: var(--color-black);
}

.u-bg-white {
  background-color: var(--color-white);
}

.u-bg-grey {
  background-color: var(--color-grey);
}

.u-bg-black-light {
  background-color: var(--color-black-opacity-4);
}

.u-bg-second-light, .woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: var(--color-second-opacity-32);
}

.u-bg-primary-light {
  background-color: var(--color-primary-opacity-16);
}

/* Colors */
.t-login {
  min-height: calc(100vh - 8rem);
}
.t-login .o-container {
  width: 100%;
}
.t-login .t-login_wrap {
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.16);
}
.t-login .t-login_logo {
  position: relative;
}
.t-login .t-login_logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 11.25rem;
  background-color: #707070;
}
.t-login .t-login_contact {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.t-login .t-login_form-wrap {
  position: relative;
}
.t-login .t-form_msg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
  margin: 0 !important;
  color: var(--color-white) !important;
  width: 100%;
}
.t-login .t-form_msg.error {
  background-color: #ed5b5b;
}

.t-c-gray {
  color: #707070;
}

.t-link {
  text-decoration: underline;
}
.t-link:hover {
  color: #ff8517;
}

.t-button {
  padding: 0.5rem 1.8rem;
  border: 1px solid #ff8517;
  border-radius: 2.8125rem;
  color: #ff8517;
  transform: 0.3s cubic-bezier(0, 0, 0, 1);
}
.t-button.-white {
  border-color: var(--color-white);
  color: var(--color-white);
}
.t-button:focus, .t-button:hover {
  background-color: #ff8517;
  color: var(--color-white);
}
.t-button:focus.-white, .t-button:hover.-white {
  background-color: var(--color-white);
  color: #ff8517;
}

.t-form_item {
  position: relative;
  margin-bottom: 1.5rem;
}

.t-form_label, .t-form_checkboxLabel {
  position: absolute;
  display: block;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
  color: #707070;
  opacity: 0.8;
}

.t-form_item.is-active label {
  transform: translateX(-50%) translateY(calc(-100% - 0.7rem));
}
.t-form_item.is-active ::placeholder {
  opacity: 0.54;
}

.t-form_input {
  padding: 0.625rem;
  padding-left: 1.5rem;
  border: 1px solid #707070;
  background-color: white;
  border-radius: 0.5rem;
  text-align: center;
}
.t-form_input:hover {
  border-color: #ff8517;
}
.t-form_input:focus {
  border-color: #ff8517;
}
.t-form_input::placeholder {
  color: gray;
}

.t-form_checkboxLabel {
  position: relative;
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  cursor: pointer;
  pointer-events: initial;
  top: auto;
  left: auto;
  transform: none;
}
.t-form_checkboxLabel::before, .t-form_checkboxLabel::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.5625rem;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
}
.t-form_checkboxLabel::before {
  background-color: var(--color-white);
  border: 1px solid lightgray;
  border-radius: 4px;
}
.t-form_checkboxLabel::after {
  border-color: transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  opacity: 0;
}
.t-form_checkboxLabel:hover::before {
  border-color: darkgray;
}
.t-form_checkbox:focus + .t-form_checkboxLabel::before {
  border-color: dimgray;
}
.t-form_checkbox:checked + .t-form_checkboxLabel::after {
  opacity: 1;
}

.t-form_checkbox {
  position: absolute;
  width: 0;
  opacity: 0;
}

/*# sourceMappingURL=app.css.map*/