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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "barlow", Arial, sans-serif;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #383838;
  background-color: #fff;
  border-top: 60px solid #f7f7f7;
}
@media (min-width: 1000px) {
  body {
    border-top-width: 100px;
  }
}

a,
.link {
  color: currentColor;
  text-decoration: underline;
}
a:hover, a:focus,
.link:hover,
.link:focus {
  text-decoration: none;
}

.link-inverted,
.links-inverted a {
  text-decoration: none;
}
.link-inverted:hover, .link-inverted:focus,
.links-inverted a:hover,
.links-inverted a:focus {
  text-decoration: underline;
}

.link-primary,
.links-primary a:not(.btn, .tag) {
  color: #00afd4;
}

hr {
  display: none;
}
hr.line {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  background: none;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-regular.woff2") format("woff2"), url("fonts/barlow-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-italic.woff2") format("woff2"), url("fonts/barlow-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-medium.woff2") format("woff2"), url("fonts/barlow-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-mediumitalic.woff2") format("woff2"), url("fonts/barlow-mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-semibold.woff2") format("woff2"), url("fonts/barlow-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-semibolditalic.woff2") format("woff2"), url("fonts/barlow-semibolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-bold.woff2") format("woff2"), url("fonts/barlow-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-bolditalic.woff2") format("woff2"), url("fonts/barlow-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-extrabold.woff2") format("woff2"), url("fonts/barlow-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow";
  src: url("fonts/barlow-extrabolditalic.woff2") format("woff2"), url("fonts/barlow-extrabolditalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "barlow", Arial, sans-serif;
  line-height: 1.3;
}

h1,
.h1 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-weight: 800;
}
h1,
.h1 {
  font-size: 1.75rem;
}
@media screen and (min-width: 22.5rem) {
  h1,
.h1 {
    font-size: calc(1.75rem + 1 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  h1,
.h1 {
    font-size: 2.75rem;
  }
}

h2,
.h2 {
  margin-top: 1.5em;
  margin-bottom: 0.667em;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 22.5rem) {
  h2,
.h2 {
    font-size: calc(1.5rem + 0.375 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  h2,
.h2 {
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  margin-top: 1.5em;
  margin-bottom: 0.67em;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 22.5rem) {
  h3,
.h3 {
    font-size: calc(1.25rem + 0.25 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 22.5rem) {
  h4,
.h4 {
    font-size: calc(1.125rem + 0.125 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  h4,
.h4 {
    font-size: 1.25rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

img {
  max-width: 100%;
  height: auto;
}

.img-left {
  float: left;
  margin: 0 50px 15px 0;
}
.img-right {
  float: right;
  margin: 0 0 15px 50px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.text-reset {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  text-decoration: inherit !important;
  color: inherit !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-small {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-medium {
  font-size: 1.125rem !important;
}
.text-large {
  font-size: 1.25rem !important;
}
.text-xlarge {
  font-size: 1.5rem !important;
}
.text-xxlarge {
  font-size: 2.5rem !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-nowrap {
  white-space: nowrap;
}
.text-black {
  color: #000 !important;
}
.text-error {
  color: #c00 !important;
}
.text-success {
  color: #00b500 !important;
}
.text-primary {
  color: #00afd4 !important;
}
.text-gray-100 {
  color: #f7f7f7 !important;
}
.text-gray-200 {
  color: #e6e6e6 !important;
}
.text-gray-300 {
  color: #d9d9d9 !important;
}
.text-gray-400 {
  color: #b7b9b9 !important;
}
.text-gray-500 {
  color: #737373 !important;
}
.text-gray-600 {
  color: #4b4d4d !important;
}
.text-gray-700 {
  color: #383838 !important;
}
.text-gray-800 {
  color: #262626 !important;
}
.text-gray-900 {
  color: #171717 !important;
}
.text-muted {
  color: #737373 !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

.link-underline {
  text-decoration: underline;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.inline {
  display: inline !important;
}

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

.block {
  display: block !important;
}

.bg-white {
  background-color: #fff !important;
}
.bg-gray-100 {
  background-color: #f7f7f7 !important;
}
.bg-gray-200 {
  background-color: #e6e6e6 !important;
}
.bg-gray-300 {
  background-color: #d9d9d9 !important;
}
.bg-gray-400 {
  background-color: #b7b9b9 !important;
}
.bg-gray-500 {
  background-color: #737373 !important;
}
.bg-gray-600 {
  background-color: #4b4d4d !important;
}
.bg-gray-700 {
  background-color: #383838 !important;
}
.bg-gray-800 {
  background-color: #262626 !important;
}
.bg-gray-900 {
  background-color: #171717 !important;
}

.border {
  border: 1px solid var(--border-color, #e6e6e6) !important;
}
.border-top {
  border-top: 1px solid var(--border-color, #e6e6e6) !important;
}
.border-right {
  border-right: 1px solid var(--border-color, #e6e6e6) !important;
}
.border-bottom {
  border-top: 1px solid var(--border-color, #e6e6e6) !important;
}
.border-left {
  border-left: 1px solid var(--border-color, #e6e6e6) !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

.m-4 {
  margin: 1.25rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.m-6 {
  margin: 1.875rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.m-8 {
  margin: 3.125rem !important;
}

.m-9 {
  margin: 4.375rem !important;
}

.m-10 {
  margin: 6.25rem !important;
}

.m-auto {
  margin: auto !important;
}

@media (min-width: 600px) {
  .s\:m-0 {
    margin: 0 !important;
  }

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

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

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

  .s\:m-4 {
    margin: 1.25rem !important;
  }

  .s\:m-5 {
    margin: 1.5rem !important;
  }

  .s\:m-6 {
    margin: 1.875rem !important;
  }

  .s\:m-7 {
    margin: 2.5rem !important;
  }

  .s\:m-8 {
    margin: 3.125rem !important;
  }

  .s\:m-9 {
    margin: 4.375rem !important;
  }

  .s\:m-10 {
    margin: 6.25rem !important;
  }

  .s\:m-auto {
    margin: auto !important;
  }
}
@media (min-width: 900px) {
  .m\:m-0 {
    margin: 0 !important;
  }

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

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

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

  .m\:m-4 {
    margin: 1.25rem !important;
  }

  .m\:m-5 {
    margin: 1.5rem !important;
  }

  .m\:m-6 {
    margin: 1.875rem !important;
  }

  .m\:m-7 {
    margin: 2.5rem !important;
  }

  .m\:m-8 {
    margin: 3.125rem !important;
  }

  .m\:m-9 {
    margin: 4.375rem !important;
  }

  .m\:m-10 {
    margin: 6.25rem !important;
  }

  .m\:m-auto {
    margin: auto !important;
  }
}
@media (min-width: 1200px) {
  .l\:m-0 {
    margin: 0 !important;
  }

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

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

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

  .l\:m-4 {
    margin: 1.25rem !important;
  }

  .l\:m-5 {
    margin: 1.5rem !important;
  }

  .l\:m-6 {
    margin: 1.875rem !important;
  }

  .l\:m-7 {
    margin: 2.5rem !important;
  }

  .l\:m-8 {
    margin: 3.125rem !important;
  }

  .l\:m-9 {
    margin: 4.375rem !important;
  }

  .l\:m-10 {
    margin: 6.25rem !important;
  }

  .l\:m-auto {
    margin: auto !important;
  }
}
@media (min-width: 1600px) {
  .xl\:m-0 {
    margin: 0 !important;
  }

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

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

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

  .xl\:m-4 {
    margin: 1.25rem !important;
  }

  .xl\:m-5 {
    margin: 1.5rem !important;
  }

  .xl\:m-6 {
    margin: 1.875rem !important;
  }

  .xl\:m-7 {
    margin: 2.5rem !important;
  }

  .xl\:m-8 {
    margin: 3.125rem !important;
  }

  .xl\:m-9 {
    margin: 4.375rem !important;
  }

  .xl\:m-10 {
    margin: 6.25rem !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }
}
.my-0,
.mt-0 {
  margin-top: 0 !important;
}

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

.my-2,
.mt-2 {
  margin-top: 0.5rem !important;
}

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

.my-4,
.mt-4 {
  margin-top: 1.25rem !important;
}

.my-5,
.mt-5 {
  margin-top: 1.5rem !important;
}

.my-6,
.mt-6 {
  margin-top: 1.875rem !important;
}

.my-7,
.mt-7 {
  margin-top: 2.5rem !important;
}

.my-8,
.mt-8 {
  margin-top: 3.125rem !important;
}

.my-9,
.mt-9 {
  margin-top: 4.375rem !important;
}

.my-10,
.mt-10 {
  margin-top: 6.25rem !important;
}

.my-auto,
.mt-auto {
  margin-top: auto !important;
}

@media (min-width: 600px) {
  .s\:my-0,
.s\:mt-0 {
    margin-top: 0 !important;
  }

  .s\:my-1,
.s\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .s\:my-2,
.s\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .s\:my-3,
.s\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .s\:my-4,
.s\:mt-4 {
    margin-top: 1.25rem !important;
  }

  .s\:my-5,
.s\:mt-5 {
    margin-top: 1.5rem !important;
  }

  .s\:my-6,
.s\:mt-6 {
    margin-top: 1.875rem !important;
  }

  .s\:my-7,
.s\:mt-7 {
    margin-top: 2.5rem !important;
  }

  .s\:my-8,
.s\:mt-8 {
    margin-top: 3.125rem !important;
  }

  .s\:my-9,
.s\:mt-9 {
    margin-top: 4.375rem !important;
  }

  .s\:my-10,
.s\:mt-10 {
    margin-top: 6.25rem !important;
  }

  .s\:my-auto,
.s\:mt-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 900px) {
  .m\:my-0,
.m\:mt-0 {
    margin-top: 0 !important;
  }

  .m\:my-1,
.m\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .m\:my-2,
.m\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .m\:my-3,
.m\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .m\:my-4,
.m\:mt-4 {
    margin-top: 1.25rem !important;
  }

  .m\:my-5,
.m\:mt-5 {
    margin-top: 1.5rem !important;
  }

  .m\:my-6,
.m\:mt-6 {
    margin-top: 1.875rem !important;
  }

  .m\:my-7,
.m\:mt-7 {
    margin-top: 2.5rem !important;
  }

  .m\:my-8,
.m\:mt-8 {
    margin-top: 3.125rem !important;
  }

  .m\:my-9,
.m\:mt-9 {
    margin-top: 4.375rem !important;
  }

  .m\:my-10,
.m\:mt-10 {
    margin-top: 6.25rem !important;
  }

  .m\:my-auto,
.m\:mt-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1200px) {
  .l\:my-0,
.l\:mt-0 {
    margin-top: 0 !important;
  }

  .l\:my-1,
.l\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .l\:my-2,
.l\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .l\:my-3,
.l\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .l\:my-4,
.l\:mt-4 {
    margin-top: 1.25rem !important;
  }

  .l\:my-5,
.l\:mt-5 {
    margin-top: 1.5rem !important;
  }

  .l\:my-6,
.l\:mt-6 {
    margin-top: 1.875rem !important;
  }

  .l\:my-7,
.l\:mt-7 {
    margin-top: 2.5rem !important;
  }

  .l\:my-8,
.l\:mt-8 {
    margin-top: 3.125rem !important;
  }

  .l\:my-9,
.l\:mt-9 {
    margin-top: 4.375rem !important;
  }

  .l\:my-10,
.l\:mt-10 {
    margin-top: 6.25rem !important;
  }

  .l\:my-auto,
.l\:mt-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1600px) {
  .xl\:my-0,
.xl\:mt-0 {
    margin-top: 0 !important;
  }

  .xl\:my-1,
.xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:my-2,
.xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:my-3,
.xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:my-4,
.xl\:mt-4 {
    margin-top: 1.25rem !important;
  }

  .xl\:my-5,
.xl\:mt-5 {
    margin-top: 1.5rem !important;
  }

  .xl\:my-6,
.xl\:mt-6 {
    margin-top: 1.875rem !important;
  }

  .xl\:my-7,
.xl\:mt-7 {
    margin-top: 2.5rem !important;
  }

  .xl\:my-8,
.xl\:mt-8 {
    margin-top: 3.125rem !important;
  }

  .xl\:my-9,
.xl\:mt-9 {
    margin-top: 4.375rem !important;
  }

  .xl\:my-10,
.xl\:mt-10 {
    margin-top: 6.25rem !important;
  }

  .xl\:my-auto,
.xl\:mt-auto {
    margin-top: auto !important;
  }
}
.my-0,
.mb-0 {
  margin-bottom: 0 !important;
}

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

.my-2,
.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

.my-4,
.mb-4 {
  margin-bottom: 1.25rem !important;
}

.my-5,
.mb-5 {
  margin-bottom: 1.5rem !important;
}

.my-6,
.mb-6 {
  margin-bottom: 1.875rem !important;
}

.my-7,
.mb-7 {
  margin-bottom: 2.5rem !important;
}

.my-8,
.mb-8 {
  margin-bottom: 3.125rem !important;
}

.my-9,
.mb-9 {
  margin-bottom: 4.375rem !important;
}

.my-10,
.mb-10 {
  margin-bottom: 6.25rem !important;
}

.my-auto,
.mb-auto {
  margin-bottom: auto !important;
}

@media (min-width: 600px) {
  .s\:my-0,
.s\:mb-0 {
    margin-bottom: 0 !important;
  }

  .s\:my-1,
.s\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .s\:my-2,
.s\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .s\:my-3,
.s\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .s\:my-4,
.s\:mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .s\:my-5,
.s\:mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .s\:my-6,
.s\:mb-6 {
    margin-bottom: 1.875rem !important;
  }

  .s\:my-7,
.s\:mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .s\:my-8,
.s\:mb-8 {
    margin-bottom: 3.125rem !important;
  }

  .s\:my-9,
.s\:mb-9 {
    margin-bottom: 4.375rem !important;
  }

  .s\:my-10,
.s\:mb-10 {
    margin-bottom: 6.25rem !important;
  }

  .s\:my-auto,
.s\:mb-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 900px) {
  .m\:my-0,
.m\:mb-0 {
    margin-bottom: 0 !important;
  }

  .m\:my-1,
.m\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .m\:my-2,
.m\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .m\:my-3,
.m\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .m\:my-4,
.m\:mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .m\:my-5,
.m\:mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .m\:my-6,
.m\:mb-6 {
    margin-bottom: 1.875rem !important;
  }

  .m\:my-7,
.m\:mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .m\:my-8,
.m\:mb-8 {
    margin-bottom: 3.125rem !important;
  }

  .m\:my-9,
.m\:mb-9 {
    margin-bottom: 4.375rem !important;
  }

  .m\:my-10,
.m\:mb-10 {
    margin-bottom: 6.25rem !important;
  }

  .m\:my-auto,
.m\:mb-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .l\:my-0,
.l\:mb-0 {
    margin-bottom: 0 !important;
  }

  .l\:my-1,
.l\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .l\:my-2,
.l\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .l\:my-3,
.l\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .l\:my-4,
.l\:mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .l\:my-5,
.l\:mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .l\:my-6,
.l\:mb-6 {
    margin-bottom: 1.875rem !important;
  }

  .l\:my-7,
.l\:mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .l\:my-8,
.l\:mb-8 {
    margin-bottom: 3.125rem !important;
  }

  .l\:my-9,
.l\:mb-9 {
    margin-bottom: 4.375rem !important;
  }

  .l\:my-10,
.l\:mb-10 {
    margin-bottom: 6.25rem !important;
  }

  .l\:my-auto,
.l\:mb-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1600px) {
  .xl\:my-0,
.xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:my-1,
.xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:my-2,
.xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:my-3,
.xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:my-4,
.xl\:mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:my-5,
.xl\:mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:my-6,
.xl\:mb-6 {
    margin-bottom: 1.875rem !important;
  }

  .xl\:my-7,
.xl\:mb-7 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:my-8,
.xl\:mb-8 {
    margin-bottom: 3.125rem !important;
  }

  .xl\:my-9,
.xl\:mb-9 {
    margin-bottom: 4.375rem !important;
  }

  .xl\:my-10,
.xl\:mb-10 {
    margin-bottom: 6.25rem !important;
  }

  .xl\:my-auto,
.xl\:mb-auto {
    margin-bottom: auto !important;
  }
}
.mx-0,
.ml-0 {
  margin-left: 0 !important;
}

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

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

.mx-3,
.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-4,
.ml-4 {
  margin-left: 1.25rem !important;
}

.mx-5,
.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-6,
.ml-6 {
  margin-left: 1.875rem !important;
}

.mx-7,
.ml-7 {
  margin-left: 2.5rem !important;
}

.mx-8,
.ml-8 {
  margin-left: 3.125rem !important;
}

.mx-9,
.ml-9 {
  margin-left: 4.375rem !important;
}

.mx-10,
.ml-10 {
  margin-left: 6.25rem !important;
}

.mx-auto,
.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 600px) {
  .s\:mx-0,
.s\:ml-0 {
    margin-left: 0 !important;
  }

  .s\:mx-1,
.s\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .s\:mx-2,
.s\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .s\:mx-3,
.s\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .s\:mx-4,
.s\:ml-4 {
    margin-left: 1.25rem !important;
  }

  .s\:mx-5,
.s\:ml-5 {
    margin-left: 1.5rem !important;
  }

  .s\:mx-6,
.s\:ml-6 {
    margin-left: 1.875rem !important;
  }

  .s\:mx-7,
.s\:ml-7 {
    margin-left: 2.5rem !important;
  }

  .s\:mx-8,
.s\:ml-8 {
    margin-left: 3.125rem !important;
  }

  .s\:mx-9,
.s\:ml-9 {
    margin-left: 4.375rem !important;
  }

  .s\:mx-10,
.s\:ml-10 {
    margin-left: 6.25rem !important;
  }

  .s\:mx-auto,
.s\:ml-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 900px) {
  .m\:mx-0,
.m\:ml-0 {
    margin-left: 0 !important;
  }

  .m\:mx-1,
.m\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .m\:mx-2,
.m\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .m\:mx-3,
.m\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .m\:mx-4,
.m\:ml-4 {
    margin-left: 1.25rem !important;
  }

  .m\:mx-5,
.m\:ml-5 {
    margin-left: 1.5rem !important;
  }

  .m\:mx-6,
.m\:ml-6 {
    margin-left: 1.875rem !important;
  }

  .m\:mx-7,
.m\:ml-7 {
    margin-left: 2.5rem !important;
  }

  .m\:mx-8,
.m\:ml-8 {
    margin-left: 3.125rem !important;
  }

  .m\:mx-9,
.m\:ml-9 {
    margin-left: 4.375rem !important;
  }

  .m\:mx-10,
.m\:ml-10 {
    margin-left: 6.25rem !important;
  }

  .m\:mx-auto,
.m\:ml-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .l\:mx-0,
.l\:ml-0 {
    margin-left: 0 !important;
  }

  .l\:mx-1,
.l\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .l\:mx-2,
.l\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .l\:mx-3,
.l\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .l\:mx-4,
.l\:ml-4 {
    margin-left: 1.25rem !important;
  }

  .l\:mx-5,
.l\:ml-5 {
    margin-left: 1.5rem !important;
  }

  .l\:mx-6,
.l\:ml-6 {
    margin-left: 1.875rem !important;
  }

  .l\:mx-7,
.l\:ml-7 {
    margin-left: 2.5rem !important;
  }

  .l\:mx-8,
.l\:ml-8 {
    margin-left: 3.125rem !important;
  }

  .l\:mx-9,
.l\:ml-9 {
    margin-left: 4.375rem !important;
  }

  .l\:mx-10,
.l\:ml-10 {
    margin-left: 6.25rem !important;
  }

  .l\:mx-auto,
.l\:ml-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .xl\:mx-0,
.xl\:ml-0 {
    margin-left: 0 !important;
  }

  .xl\:mx-1,
.xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:mx-2,
.xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:mx-3,
.xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:mx-4,
.xl\:ml-4 {
    margin-left: 1.25rem !important;
  }

  .xl\:mx-5,
.xl\:ml-5 {
    margin-left: 1.5rem !important;
  }

  .xl\:mx-6,
.xl\:ml-6 {
    margin-left: 1.875rem !important;
  }

  .xl\:mx-7,
.xl\:ml-7 {
    margin-left: 2.5rem !important;
  }

  .xl\:mx-8,
.xl\:ml-8 {
    margin-left: 3.125rem !important;
  }

  .xl\:mx-9,
.xl\:ml-9 {
    margin-left: 4.375rem !important;
  }

  .xl\:mx-10,
.xl\:ml-10 {
    margin-left: 6.25rem !important;
  }

  .xl\:mx-auto,
.xl\:ml-auto {
    margin-left: auto !important;
  }
}
.mx-0,
.mr-0 {
  margin-right: 0 !important;
}

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

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

.mx-3,
.mr-3 {
  margin-right: 0.75rem !important;
}

.mx-4,
.mr-4 {
  margin-right: 1.25rem !important;
}

.mx-5,
.mr-5 {
  margin-right: 1.5rem !important;
}

.mx-6,
.mr-6 {
  margin-right: 1.875rem !important;
}

.mx-7,
.mr-7 {
  margin-right: 2.5rem !important;
}

.mx-8,
.mr-8 {
  margin-right: 3.125rem !important;
}

.mx-9,
.mr-9 {
  margin-right: 4.375rem !important;
}

.mx-10,
.mr-10 {
  margin-right: 6.25rem !important;
}

.mx-auto,
.mr-auto {
  margin-right: auto !important;
}

@media (min-width: 600px) {
  .s\:mx-0,
.s\:mr-0 {
    margin-right: 0 !important;
  }

  .s\:mx-1,
.s\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .s\:mx-2,
.s\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .s\:mx-3,
.s\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .s\:mx-4,
.s\:mr-4 {
    margin-right: 1.25rem !important;
  }

  .s\:mx-5,
.s\:mr-5 {
    margin-right: 1.5rem !important;
  }

  .s\:mx-6,
.s\:mr-6 {
    margin-right: 1.875rem !important;
  }

  .s\:mx-7,
.s\:mr-7 {
    margin-right: 2.5rem !important;
  }

  .s\:mx-8,
.s\:mr-8 {
    margin-right: 3.125rem !important;
  }

  .s\:mx-9,
.s\:mr-9 {
    margin-right: 4.375rem !important;
  }

  .s\:mx-10,
.s\:mr-10 {
    margin-right: 6.25rem !important;
  }

  .s\:mx-auto,
.s\:mr-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 900px) {
  .m\:mx-0,
.m\:mr-0 {
    margin-right: 0 !important;
  }

  .m\:mx-1,
.m\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .m\:mx-2,
.m\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .m\:mx-3,
.m\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .m\:mx-4,
.m\:mr-4 {
    margin-right: 1.25rem !important;
  }

  .m\:mx-5,
.m\:mr-5 {
    margin-right: 1.5rem !important;
  }

  .m\:mx-6,
.m\:mr-6 {
    margin-right: 1.875rem !important;
  }

  .m\:mx-7,
.m\:mr-7 {
    margin-right: 2.5rem !important;
  }

  .m\:mx-8,
.m\:mr-8 {
    margin-right: 3.125rem !important;
  }

  .m\:mx-9,
.m\:mr-9 {
    margin-right: 4.375rem !important;
  }

  .m\:mx-10,
.m\:mr-10 {
    margin-right: 6.25rem !important;
  }

  .m\:mx-auto,
.m\:mr-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .l\:mx-0,
.l\:mr-0 {
    margin-right: 0 !important;
  }

  .l\:mx-1,
.l\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .l\:mx-2,
.l\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .l\:mx-3,
.l\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .l\:mx-4,
.l\:mr-4 {
    margin-right: 1.25rem !important;
  }

  .l\:mx-5,
.l\:mr-5 {
    margin-right: 1.5rem !important;
  }

  .l\:mx-6,
.l\:mr-6 {
    margin-right: 1.875rem !important;
  }

  .l\:mx-7,
.l\:mr-7 {
    margin-right: 2.5rem !important;
  }

  .l\:mx-8,
.l\:mr-8 {
    margin-right: 3.125rem !important;
  }

  .l\:mx-9,
.l\:mr-9 {
    margin-right: 4.375rem !important;
  }

  .l\:mx-10,
.l\:mr-10 {
    margin-right: 6.25rem !important;
  }

  .l\:mx-auto,
.l\:mr-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1600px) {
  .xl\:mx-0,
.xl\:mr-0 {
    margin-right: 0 !important;
  }

  .xl\:mx-1,
.xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:mx-2,
.xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:mx-3,
.xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:mx-4,
.xl\:mr-4 {
    margin-right: 1.25rem !important;
  }

  .xl\:mx-5,
.xl\:mr-5 {
    margin-right: 1.5rem !important;
  }

  .xl\:mx-6,
.xl\:mr-6 {
    margin-right: 1.875rem !important;
  }

  .xl\:mx-7,
.xl\:mr-7 {
    margin-right: 2.5rem !important;
  }

  .xl\:mx-8,
.xl\:mr-8 {
    margin-right: 3.125rem !important;
  }

  .xl\:mx-9,
.xl\:mr-9 {
    margin-right: 4.375rem !important;
  }

  .xl\:mx-10,
.xl\:mr-10 {
    margin-right: 6.25rem !important;
  }

  .xl\:mx-auto,
.xl\:mr-auto {
    margin-right: auto !important;
  }
}
.p-0 {
  padding: 0 !important;
}

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

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

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

.p-4 {
  padding: 1.25rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.p-6 {
  padding: 1.875rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.p-8 {
  padding: 3.125rem !important;
}

.p-9 {
  padding: 4.375rem !important;
}

.p-10 {
  padding: 6.25rem !important;
}

@media (min-width: 600px) {
  .s\:p-0 {
    padding: 0 !important;
  }

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

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

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

  .s\:p-4 {
    padding: 1.25rem !important;
  }

  .s\:p-5 {
    padding: 1.5rem !important;
  }

  .s\:p-6 {
    padding: 1.875rem !important;
  }

  .s\:p-7 {
    padding: 2.5rem !important;
  }

  .s\:p-8 {
    padding: 3.125rem !important;
  }

  .s\:p-9 {
    padding: 4.375rem !important;
  }

  .s\:p-10 {
    padding: 6.25rem !important;
  }
}
@media (min-width: 900px) {
  .m\:p-0 {
    padding: 0 !important;
  }

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

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

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

  .m\:p-4 {
    padding: 1.25rem !important;
  }

  .m\:p-5 {
    padding: 1.5rem !important;
  }

  .m\:p-6 {
    padding: 1.875rem !important;
  }

  .m\:p-7 {
    padding: 2.5rem !important;
  }

  .m\:p-8 {
    padding: 3.125rem !important;
  }

  .m\:p-9 {
    padding: 4.375rem !important;
  }

  .m\:p-10 {
    padding: 6.25rem !important;
  }
}
@media (min-width: 1200px) {
  .l\:p-0 {
    padding: 0 !important;
  }

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

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

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

  .l\:p-4 {
    padding: 1.25rem !important;
  }

  .l\:p-5 {
    padding: 1.5rem !important;
  }

  .l\:p-6 {
    padding: 1.875rem !important;
  }

  .l\:p-7 {
    padding: 2.5rem !important;
  }

  .l\:p-8 {
    padding: 3.125rem !important;
  }

  .l\:p-9 {
    padding: 4.375rem !important;
  }

  .l\:p-10 {
    padding: 6.25rem !important;
  }
}
@media (min-width: 1600px) {
  .xl\:p-0 {
    padding: 0 !important;
  }

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

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

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

  .xl\:p-4 {
    padding: 1.25rem !important;
  }

  .xl\:p-5 {
    padding: 1.5rem !important;
  }

  .xl\:p-6 {
    padding: 1.875rem !important;
  }

  .xl\:p-7 {
    padding: 2.5rem !important;
  }

  .xl\:p-8 {
    padding: 3.125rem !important;
  }

  .xl\:p-9 {
    padding: 4.375rem !important;
  }

  .xl\:p-10 {
    padding: 6.25rem !important;
  }
}
.py-0,
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

.py-4,
.pt-4 {
  padding-top: 1.25rem !important;
}

.py-5,
.pt-5 {
  padding-top: 1.5rem !important;
}

.py-6,
.pt-6 {
  padding-top: 1.875rem !important;
}

.py-7,
.pt-7 {
  padding-top: 2.5rem !important;
}

.py-8,
.pt-8 {
  padding-top: 3.125rem !important;
}

.py-9,
.pt-9 {
  padding-top: 4.375rem !important;
}

.py-10,
.pt-10 {
  padding-top: 6.25rem !important;
}

@media (min-width: 600px) {
  .s\:py-0,
.s\:pt-0 {
    padding-top: 0 !important;
  }

  .s\:py-1,
.s\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .s\:py-2,
.s\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .s\:py-3,
.s\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .s\:py-4,
.s\:pt-4 {
    padding-top: 1.25rem !important;
  }

  .s\:py-5,
.s\:pt-5 {
    padding-top: 1.5rem !important;
  }

  .s\:py-6,
.s\:pt-6 {
    padding-top: 1.875rem !important;
  }

  .s\:py-7,
.s\:pt-7 {
    padding-top: 2.5rem !important;
  }

  .s\:py-8,
.s\:pt-8 {
    padding-top: 3.125rem !important;
  }

  .s\:py-9,
.s\:pt-9 {
    padding-top: 4.375rem !important;
  }

  .s\:py-10,
.s\:pt-10 {
    padding-top: 6.25rem !important;
  }
}
@media (min-width: 900px) {
  .m\:py-0,
.m\:pt-0 {
    padding-top: 0 !important;
  }

  .m\:py-1,
.m\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .m\:py-2,
.m\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .m\:py-3,
.m\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .m\:py-4,
.m\:pt-4 {
    padding-top: 1.25rem !important;
  }

  .m\:py-5,
.m\:pt-5 {
    padding-top: 1.5rem !important;
  }

  .m\:py-6,
.m\:pt-6 {
    padding-top: 1.875rem !important;
  }

  .m\:py-7,
.m\:pt-7 {
    padding-top: 2.5rem !important;
  }

  .m\:py-8,
.m\:pt-8 {
    padding-top: 3.125rem !important;
  }

  .m\:py-9,
.m\:pt-9 {
    padding-top: 4.375rem !important;
  }

  .m\:py-10,
.m\:pt-10 {
    padding-top: 6.25rem !important;
  }
}
@media (min-width: 1200px) {
  .l\:py-0,
.l\:pt-0 {
    padding-top: 0 !important;
  }

  .l\:py-1,
.l\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .l\:py-2,
.l\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .l\:py-3,
.l\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .l\:py-4,
.l\:pt-4 {
    padding-top: 1.25rem !important;
  }

  .l\:py-5,
.l\:pt-5 {
    padding-top: 1.5rem !important;
  }

  .l\:py-6,
.l\:pt-6 {
    padding-top: 1.875rem !important;
  }

  .l\:py-7,
.l\:pt-7 {
    padding-top: 2.5rem !important;
  }

  .l\:py-8,
.l\:pt-8 {
    padding-top: 3.125rem !important;
  }

  .l\:py-9,
.l\:pt-9 {
    padding-top: 4.375rem !important;
  }

  .l\:py-10,
.l\:pt-10 {
    padding-top: 6.25rem !important;
  }
}
@media (min-width: 1600px) {
  .xl\:py-0,
.xl\:pt-0 {
    padding-top: 0 !important;
  }

  .xl\:py-1,
.xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:py-2,
.xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:py-3,
.xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:py-4,
.xl\:pt-4 {
    padding-top: 1.25rem !important;
  }

  .xl\:py-5,
.xl\:pt-5 {
    padding-top: 1.5rem !important;
  }

  .xl\:py-6,
.xl\:pt-6 {
    padding-top: 1.875rem !important;
  }

  .xl\:py-7,
.xl\:pt-7 {
    padding-top: 2.5rem !important;
  }

  .xl\:py-8,
.xl\:pt-8 {
    padding-top: 3.125rem !important;
  }

  .xl\:py-9,
.xl\:pt-9 {
    padding-top: 4.375rem !important;
  }

  .xl\:py-10,
.xl\:pt-10 {
    padding-top: 6.25rem !important;
  }
}
.py-0,
.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

.py-4,
.pb-4 {
  padding-bottom: 1.25rem !important;
}

.py-5,
.pb-5 {
  padding-bottom: 1.5rem !important;
}

.py-6,
.pb-6 {
  padding-bottom: 1.875rem !important;
}

.py-7,
.pb-7 {
  padding-bottom: 2.5rem !important;
}

.py-8,
.pb-8 {
  padding-bottom: 3.125rem !important;
}

.py-9,
.pb-9 {
  padding-bottom: 4.375rem !important;
}

.py-10,
.pb-10 {
  padding-bottom: 6.25rem !important;
}

@media (min-width: 600px) {
  .s\:py-0,
.s\:pb-0 {
    padding-bottom: 0 !important;
  }

  .s\:py-1,
.s\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .s\:py-2,
.s\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .s\:py-3,
.s\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .s\:py-4,
.s\:pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .s\:py-5,
.s\:pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .s\:py-6,
.s\:pb-6 {
    padding-bottom: 1.875rem !important;
  }

  .s\:py-7,
.s\:pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .s\:py-8,
.s\:pb-8 {
    padding-bottom: 3.125rem !important;
  }

  .s\:py-9,
.s\:pb-9 {
    padding-bottom: 4.375rem !important;
  }

  .s\:py-10,
.s\:pb-10 {
    padding-bottom: 6.25rem !important;
  }
}
@media (min-width: 900px) {
  .m\:py-0,
.m\:pb-0 {
    padding-bottom: 0 !important;
  }

  .m\:py-1,
.m\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .m\:py-2,
.m\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .m\:py-3,
.m\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .m\:py-4,
.m\:pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .m\:py-5,
.m\:pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .m\:py-6,
.m\:pb-6 {
    padding-bottom: 1.875rem !important;
  }

  .m\:py-7,
.m\:pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .m\:py-8,
.m\:pb-8 {
    padding-bottom: 3.125rem !important;
  }

  .m\:py-9,
.m\:pb-9 {
    padding-bottom: 4.375rem !important;
  }

  .m\:py-10,
.m\:pb-10 {
    padding-bottom: 6.25rem !important;
  }
}
@media (min-width: 1200px) {
  .l\:py-0,
.l\:pb-0 {
    padding-bottom: 0 !important;
  }

  .l\:py-1,
.l\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .l\:py-2,
.l\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .l\:py-3,
.l\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .l\:py-4,
.l\:pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .l\:py-5,
.l\:pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .l\:py-6,
.l\:pb-6 {
    padding-bottom: 1.875rem !important;
  }

  .l\:py-7,
.l\:pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .l\:py-8,
.l\:pb-8 {
    padding-bottom: 3.125rem !important;
  }

  .l\:py-9,
.l\:pb-9 {
    padding-bottom: 4.375rem !important;
  }

  .l\:py-10,
.l\:pb-10 {
    padding-bottom: 6.25rem !important;
  }
}
@media (min-width: 1600px) {
  .xl\:py-0,
.xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:py-1,
.xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:py-2,
.xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:py-3,
.xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:py-4,
.xl\:pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:py-5,
.xl\:pb-5 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:py-6,
.xl\:pb-6 {
    padding-bottom: 1.875rem !important;
  }

  .xl\:py-7,
.xl\:pb-7 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:py-8,
.xl\:pb-8 {
    padding-bottom: 3.125rem !important;
  }

  .xl\:py-9,
.xl\:pb-9 {
    padding-bottom: 4.375rem !important;
  }

  .xl\:py-10,
.xl\:pb-10 {
    padding-bottom: 6.25rem !important;
  }
}
.px-0,
.pl-0 {
  padding-left: 0 !important;
}

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

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

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

.px-4,
.pl-4 {
  padding-left: 1.25rem !important;
}

.px-5,
.pl-5 {
  padding-left: 1.5rem !important;
}

.px-6,
.pl-6 {
  padding-left: 1.875rem !important;
}

.px-7,
.pl-7 {
  padding-left: 2.5rem !important;
}

.px-8,
.pl-8 {
  padding-left: 3.125rem !important;
}

.px-9,
.pl-9 {
  padding-left: 4.375rem !important;
}

.px-10,
.pl-10 {
  padding-left: 6.25rem !important;
}

@media (min-width: 600px) {
  .s\:px-0,
.s\:pl-0 {
    padding-left: 0 !important;
  }

  .s\:px-1,
.s\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .s\:px-2,
.s\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .s\:px-3,
.s\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .s\:px-4,
.s\:pl-4 {
    padding-left: 1.25rem !important;
  }

  .s\:px-5,
.s\:pl-5 {
    padding-left: 1.5rem !important;
  }

  .s\:px-6,
.s\:pl-6 {
    padding-left: 1.875rem !important;
  }

  .s\:px-7,
.s\:pl-7 {
    padding-left: 2.5rem !important;
  }

  .s\:px-8,
.s\:pl-8 {
    padding-left: 3.125rem !important;
  }

  .s\:px-9,
.s\:pl-9 {
    padding-left: 4.375rem !important;
  }

  .s\:px-10,
.s\:pl-10 {
    padding-left: 6.25rem !important;
  }
}
@media (min-width: 900px) {
  .m\:px-0,
.m\:pl-0 {
    padding-left: 0 !important;
  }

  .m\:px-1,
.m\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .m\:px-2,
.m\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .m\:px-3,
.m\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .m\:px-4,
.m\:pl-4 {
    padding-left: 1.25rem !important;
  }

  .m\:px-5,
.m\:pl-5 {
    padding-left: 1.5rem !important;
  }

  .m\:px-6,
.m\:pl-6 {
    padding-left: 1.875rem !important;
  }

  .m\:px-7,
.m\:pl-7 {
    padding-left: 2.5rem !important;
  }

  .m\:px-8,
.m\:pl-8 {
    padding-left: 3.125rem !important;
  }

  .m\:px-9,
.m\:pl-9 {
    padding-left: 4.375rem !important;
  }

  .m\:px-10,
.m\:pl-10 {
    padding-left: 6.25rem !important;
  }
}
@media (min-width: 1200px) {
  .l\:px-0,
.l\:pl-0 {
    padding-left: 0 !important;
  }

  .l\:px-1,
.l\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .l\:px-2,
.l\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .l\:px-3,
.l\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .l\:px-4,
.l\:pl-4 {
    padding-left: 1.25rem !important;
  }

  .l\:px-5,
.l\:pl-5 {
    padding-left: 1.5rem !important;
  }

  .l\:px-6,
.l\:pl-6 {
    padding-left: 1.875rem !important;
  }

  .l\:px-7,
.l\:pl-7 {
    padding-left: 2.5rem !important;
  }

  .l\:px-8,
.l\:pl-8 {
    padding-left: 3.125rem !important;
  }

  .l\:px-9,
.l\:pl-9 {
    padding-left: 4.375rem !important;
  }

  .l\:px-10,
.l\:pl-10 {
    padding-left: 6.25rem !important;
  }
}
@media (min-width: 1600px) {
  .xl\:px-0,
.xl\:pl-0 {
    padding-left: 0 !important;
  }

  .xl\:px-1,
.xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:px-2,
.xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:px-3,
.xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:px-4,
.xl\:pl-4 {
    padding-left: 1.25rem !important;
  }

  .xl\:px-5,
.xl\:pl-5 {
    padding-left: 1.5rem !important;
  }

  .xl\:px-6,
.xl\:pl-6 {
    padding-left: 1.875rem !important;
  }

  .xl\:px-7,
.xl\:pl-7 {
    padding-left: 2.5rem !important;
  }

  .xl\:px-8,
.xl\:pl-8 {
    padding-left: 3.125rem !important;
  }

  .xl\:px-9,
.xl\:pl-9 {
    padding-left: 4.375rem !important;
  }

  .xl\:px-10,
.xl\:pl-10 {
    padding-left: 6.25rem !important;
  }
}
.px-0,
.pr-0 {
  padding-right: 0 !important;
}

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

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

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

.px-4,
.pr-4 {
  padding-right: 1.25rem !important;
}

.px-5,
.pr-5 {
  padding-right: 1.5rem !important;
}

.px-6,
.pr-6 {
  padding-right: 1.875rem !important;
}

.px-7,
.pr-7 {
  padding-right: 2.5rem !important;
}

.px-8,
.pr-8 {
  padding-right: 3.125rem !important;
}

.px-9,
.pr-9 {
  padding-right: 4.375rem !important;
}

.px-10,
.pr-10 {
  padding-right: 6.25rem !important;
}

@media (min-width: 600px) {
  .s\:px-0,
.s\:pr-0 {
    padding-right: 0 !important;
  }

  .s\:px-1,
.s\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .s\:px-2,
.s\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .s\:px-3,
.s\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .s\:px-4,
.s\:pr-4 {
    padding-right: 1.25rem !important;
  }

  .s\:px-5,
.s\:pr-5 {
    padding-right: 1.5rem !important;
  }

  .s\:px-6,
.s\:pr-6 {
    padding-right: 1.875rem !important;
  }

  .s\:px-7,
.s\:pr-7 {
    padding-right: 2.5rem !important;
  }

  .s\:px-8,
.s\:pr-8 {
    padding-right: 3.125rem !important;
  }

  .s\:px-9,
.s\:pr-9 {
    padding-right: 4.375rem !important;
  }

  .s\:px-10,
.s\:pr-10 {
    padding-right: 6.25rem !important;
  }
}
@media (min-width: 900px) {
  .m\:px-0,
.m\:pr-0 {
    padding-right: 0 !important;
  }

  .m\:px-1,
.m\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .m\:px-2,
.m\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .m\:px-3,
.m\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .m\:px-4,
.m\:pr-4 {
    padding-right: 1.25rem !important;
  }

  .m\:px-5,
.m\:pr-5 {
    padding-right: 1.5rem !important;
  }

  .m\:px-6,
.m\:pr-6 {
    padding-right: 1.875rem !important;
  }

  .m\:px-7,
.m\:pr-7 {
    padding-right: 2.5rem !important;
  }

  .m\:px-8,
.m\:pr-8 {
    padding-right: 3.125rem !important;
  }

  .m\:px-9,
.m\:pr-9 {
    padding-right: 4.375rem !important;
  }

  .m\:px-10,
.m\:pr-10 {
    padding-right: 6.25rem !important;
  }
}
@media (min-width: 1200px) {
  .l\:px-0,
.l\:pr-0 {
    padding-right: 0 !important;
  }

  .l\:px-1,
.l\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .l\:px-2,
.l\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .l\:px-3,
.l\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .l\:px-4,
.l\:pr-4 {
    padding-right: 1.25rem !important;
  }

  .l\:px-5,
.l\:pr-5 {
    padding-right: 1.5rem !important;
  }

  .l\:px-6,
.l\:pr-6 {
    padding-right: 1.875rem !important;
  }

  .l\:px-7,
.l\:pr-7 {
    padding-right: 2.5rem !important;
  }

  .l\:px-8,
.l\:pr-8 {
    padding-right: 3.125rem !important;
  }

  .l\:px-9,
.l\:pr-9 {
    padding-right: 4.375rem !important;
  }

  .l\:px-10,
.l\:pr-10 {
    padding-right: 6.25rem !important;
  }
}
@media (min-width: 1600px) {
  .xl\:px-0,
.xl\:pr-0 {
    padding-right: 0 !important;
  }

  .xl\:px-1,
.xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:px-2,
.xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:px-3,
.xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:px-4,
.xl\:pr-4 {
    padding-right: 1.25rem !important;
  }

  .xl\:px-5,
.xl\:pr-5 {
    padding-right: 1.5rem !important;
  }

  .xl\:px-6,
.xl\:pr-6 {
    padding-right: 1.875rem !important;
  }

  .xl\:px-7,
.xl\:pr-7 {
    padding-right: 2.5rem !important;
  }

  .xl\:px-8,
.xl\:pr-8 {
    padding-right: 3.125rem !important;
  }

  .xl\:px-9,
.xl\:pr-9 {
    padding-right: 4.375rem !important;
  }

  .xl\:px-10,
.xl\:pr-10 {
    padding-right: 6.25rem !important;
  }
}
.w-25 {
  width: 25% !important;
}

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

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

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

.w-100px {
  width: 100px !important;
}

.w-125px {
  width: 125px !important;
}

.w-150px {
  width: 150px !important;
}

.w-175px {
  width: 175px !important;
}

.w-200px {
  width: 200px !important;
}

.w-500px {
  width: 500px !important;
}

.w-600px {
  width: 600px !important;
}

.w-700px {
  width: 700px !important;
}

.w-800px {
  width: 800px !important;
}

.w-900px {
  width: 900px !important;
}

.w-1000px {
  width: 1000px !important;
}

@media (min-width: 600px) {
  .s\:w-25 {
    width: 25% !important;
  }

  .s\:w-50 {
    width: 50% !important;
  }

  .s\:w-75 {
    width: 75% !important;
  }

  .s\:w-100 {
    width: 100% !important;
  }

  .s\:w-100px {
    width: 100px !important;
  }

  .s\:w-125px {
    width: 125px !important;
  }

  .s\:w-150px {
    width: 150px !important;
  }

  .s\:w-175px {
    width: 175px !important;
  }

  .s\:w-200px {
    width: 200px !important;
  }

  .s\:w-500px {
    width: 500px !important;
  }

  .s\:w-600px {
    width: 600px !important;
  }

  .s\:w-700px {
    width: 700px !important;
  }

  .s\:w-800px {
    width: 800px !important;
  }

  .s\:w-900px {
    width: 900px !important;
  }

  .s\:w-1000px {
    width: 1000px !important;
  }
}
@media (min-width: 900px) {
  .m\:w-25 {
    width: 25% !important;
  }

  .m\:w-50 {
    width: 50% !important;
  }

  .m\:w-75 {
    width: 75% !important;
  }

  .m\:w-100 {
    width: 100% !important;
  }

  .m\:w-100px {
    width: 100px !important;
  }

  .m\:w-125px {
    width: 125px !important;
  }

  .m\:w-150px {
    width: 150px !important;
  }

  .m\:w-175px {
    width: 175px !important;
  }

  .m\:w-200px {
    width: 200px !important;
  }

  .m\:w-500px {
    width: 500px !important;
  }

  .m\:w-600px {
    width: 600px !important;
  }

  .m\:w-700px {
    width: 700px !important;
  }

  .m\:w-800px {
    width: 800px !important;
  }

  .m\:w-900px {
    width: 900px !important;
  }

  .m\:w-1000px {
    width: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .l\:w-25 {
    width: 25% !important;
  }

  .l\:w-50 {
    width: 50% !important;
  }

  .l\:w-75 {
    width: 75% !important;
  }

  .l\:w-100 {
    width: 100% !important;
  }

  .l\:w-100px {
    width: 100px !important;
  }

  .l\:w-125px {
    width: 125px !important;
  }

  .l\:w-150px {
    width: 150px !important;
  }

  .l\:w-175px {
    width: 175px !important;
  }

  .l\:w-200px {
    width: 200px !important;
  }

  .l\:w-500px {
    width: 500px !important;
  }

  .l\:w-600px {
    width: 600px !important;
  }

  .l\:w-700px {
    width: 700px !important;
  }

  .l\:w-800px {
    width: 800px !important;
  }

  .l\:w-900px {
    width: 900px !important;
  }

  .l\:w-1000px {
    width: 1000px !important;
  }
}
@media (min-width: 1600px) {
  .xl\:w-25 {
    width: 25% !important;
  }

  .xl\:w-50 {
    width: 50% !important;
  }

  .xl\:w-75 {
    width: 75% !important;
  }

  .xl\:w-100 {
    width: 100% !important;
  }

  .xl\:w-100px {
    width: 100px !important;
  }

  .xl\:w-125px {
    width: 125px !important;
  }

  .xl\:w-150px {
    width: 150px !important;
  }

  .xl\:w-175px {
    width: 175px !important;
  }

  .xl\:w-200px {
    width: 200px !important;
  }

  .xl\:w-500px {
    width: 500px !important;
  }

  .xl\:w-600px {
    width: 600px !important;
  }

  .xl\:w-700px {
    width: 700px !important;
  }

  .xl\:w-800px {
    width: 800px !important;
  }

  .xl\:w-900px {
    width: 900px !important;
  }

  .xl\:w-1000px {
    width: 1000px !important;
  }
}
.mw-25 {
  max-width: 25% !important;
}

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

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

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

.mw-100px {
  max-width: 100px !important;
}

.mw-125px {
  max-width: 125px !important;
}

.mw-150px {
  max-width: 150px !important;
}

.mw-175px {
  max-width: 175px !important;
}

.mw-200px {
  max-width: 200px !important;
}

.mw-500px {
  max-width: 500px !important;
}

.mw-600px {
  max-width: 600px !important;
}

.mw-700px {
  max-width: 700px !important;
}

.mw-800px {
  max-width: 800px !important;
}

.mw-900px {
  max-width: 900px !important;
}

.mw-1000px {
  max-width: 1000px !important;
}

@media (min-width: 600px) {
  .s\:mw-25 {
    max-width: 25% !important;
  }

  .s\:mw-50 {
    max-width: 50% !important;
  }

  .s\:mw-75 {
    max-width: 75% !important;
  }

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

  .s\:mw-100px {
    max-width: 100px !important;
  }

  .s\:mw-125px {
    max-width: 125px !important;
  }

  .s\:mw-150px {
    max-width: 150px !important;
  }

  .s\:mw-175px {
    max-width: 175px !important;
  }

  .s\:mw-200px {
    max-width: 200px !important;
  }

  .s\:mw-500px {
    max-width: 500px !important;
  }

  .s\:mw-600px {
    max-width: 600px !important;
  }

  .s\:mw-700px {
    max-width: 700px !important;
  }

  .s\:mw-800px {
    max-width: 800px !important;
  }

  .s\:mw-900px {
    max-width: 900px !important;
  }

  .s\:mw-1000px {
    max-width: 1000px !important;
  }
}
@media (min-width: 900px) {
  .m\:mw-25 {
    max-width: 25% !important;
  }

  .m\:mw-50 {
    max-width: 50% !important;
  }

  .m\:mw-75 {
    max-width: 75% !important;
  }

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

  .m\:mw-100px {
    max-width: 100px !important;
  }

  .m\:mw-125px {
    max-width: 125px !important;
  }

  .m\:mw-150px {
    max-width: 150px !important;
  }

  .m\:mw-175px {
    max-width: 175px !important;
  }

  .m\:mw-200px {
    max-width: 200px !important;
  }

  .m\:mw-500px {
    max-width: 500px !important;
  }

  .m\:mw-600px {
    max-width: 600px !important;
  }

  .m\:mw-700px {
    max-width: 700px !important;
  }

  .m\:mw-800px {
    max-width: 800px !important;
  }

  .m\:mw-900px {
    max-width: 900px !important;
  }

  .m\:mw-1000px {
    max-width: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .l\:mw-25 {
    max-width: 25% !important;
  }

  .l\:mw-50 {
    max-width: 50% !important;
  }

  .l\:mw-75 {
    max-width: 75% !important;
  }

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

  .l\:mw-100px {
    max-width: 100px !important;
  }

  .l\:mw-125px {
    max-width: 125px !important;
  }

  .l\:mw-150px {
    max-width: 150px !important;
  }

  .l\:mw-175px {
    max-width: 175px !important;
  }

  .l\:mw-200px {
    max-width: 200px !important;
  }

  .l\:mw-500px {
    max-width: 500px !important;
  }

  .l\:mw-600px {
    max-width: 600px !important;
  }

  .l\:mw-700px {
    max-width: 700px !important;
  }

  .l\:mw-800px {
    max-width: 800px !important;
  }

  .l\:mw-900px {
    max-width: 900px !important;
  }

  .l\:mw-1000px {
    max-width: 1000px !important;
  }
}
@media (min-width: 1600px) {
  .xl\:mw-25 {
    max-width: 25% !important;
  }

  .xl\:mw-50 {
    max-width: 50% !important;
  }

  .xl\:mw-75 {
    max-width: 75% !important;
  }

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

  .xl\:mw-100px {
    max-width: 100px !important;
  }

  .xl\:mw-125px {
    max-width: 125px !important;
  }

  .xl\:mw-150px {
    max-width: 150px !important;
  }

  .xl\:mw-175px {
    max-width: 175px !important;
  }

  .xl\:mw-200px {
    max-width: 200px !important;
  }

  .xl\:mw-500px {
    max-width: 500px !important;
  }

  .xl\:mw-600px {
    max-width: 600px !important;
  }

  .xl\:mw-700px {
    max-width: 700px !important;
  }

  .xl\:mw-800px {
    max-width: 800px !important;
  }

  .xl\:mw-900px {
    max-width: 900px !important;
  }

  .xl\:mw-1000px {
    max-width: 1000px !important;
  }
}
.h-25 {
  height: 25% !important;
}

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

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

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

.h-100px {
  height: 100px !important;
}

.h-125px {
  height: 125px !important;
}

.h-150px {
  height: 150px !important;
}

.h-175px {
  height: 175px !important;
}

.h-200px {
  height: 200px !important;
}

.h-500px {
  height: 500px !important;
}

.h-600px {
  height: 600px !important;
}

.h-700px {
  height: 700px !important;
}

.h-800px {
  height: 800px !important;
}

.h-900px {
  height: 900px !important;
}

.h-1000px {
  height: 1000px !important;
}

@media (min-width: 600px) {
  .s\:h-25 {
    height: 25% !important;
  }

  .s\:h-50 {
    height: 50% !important;
  }

  .s\:h-75 {
    height: 75% !important;
  }

  .s\:h-100 {
    height: 100% !important;
  }

  .s\:h-100px {
    height: 100px !important;
  }

  .s\:h-125px {
    height: 125px !important;
  }

  .s\:h-150px {
    height: 150px !important;
  }

  .s\:h-175px {
    height: 175px !important;
  }

  .s\:h-200px {
    height: 200px !important;
  }

  .s\:h-500px {
    height: 500px !important;
  }

  .s\:h-600px {
    height: 600px !important;
  }

  .s\:h-700px {
    height: 700px !important;
  }

  .s\:h-800px {
    height: 800px !important;
  }

  .s\:h-900px {
    height: 900px !important;
  }

  .s\:h-1000px {
    height: 1000px !important;
  }
}
@media (min-width: 900px) {
  .m\:h-25 {
    height: 25% !important;
  }

  .m\:h-50 {
    height: 50% !important;
  }

  .m\:h-75 {
    height: 75% !important;
  }

  .m\:h-100 {
    height: 100% !important;
  }

  .m\:h-100px {
    height: 100px !important;
  }

  .m\:h-125px {
    height: 125px !important;
  }

  .m\:h-150px {
    height: 150px !important;
  }

  .m\:h-175px {
    height: 175px !important;
  }

  .m\:h-200px {
    height: 200px !important;
  }

  .m\:h-500px {
    height: 500px !important;
  }

  .m\:h-600px {
    height: 600px !important;
  }

  .m\:h-700px {
    height: 700px !important;
  }

  .m\:h-800px {
    height: 800px !important;
  }

  .m\:h-900px {
    height: 900px !important;
  }

  .m\:h-1000px {
    height: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .l\:h-25 {
    height: 25% !important;
  }

  .l\:h-50 {
    height: 50% !important;
  }

  .l\:h-75 {
    height: 75% !important;
  }

  .l\:h-100 {
    height: 100% !important;
  }

  .l\:h-100px {
    height: 100px !important;
  }

  .l\:h-125px {
    height: 125px !important;
  }

  .l\:h-150px {
    height: 150px !important;
  }

  .l\:h-175px {
    height: 175px !important;
  }

  .l\:h-200px {
    height: 200px !important;
  }

  .l\:h-500px {
    height: 500px !important;
  }

  .l\:h-600px {
    height: 600px !important;
  }

  .l\:h-700px {
    height: 700px !important;
  }

  .l\:h-800px {
    height: 800px !important;
  }

  .l\:h-900px {
    height: 900px !important;
  }

  .l\:h-1000px {
    height: 1000px !important;
  }
}
@media (min-width: 1600px) {
  .xl\:h-25 {
    height: 25% !important;
  }

  .xl\:h-50 {
    height: 50% !important;
  }

  .xl\:h-75 {
    height: 75% !important;
  }

  .xl\:h-100 {
    height: 100% !important;
  }

  .xl\:h-100px {
    height: 100px !important;
  }

  .xl\:h-125px {
    height: 125px !important;
  }

  .xl\:h-150px {
    height: 150px !important;
  }

  .xl\:h-175px {
    height: 175px !important;
  }

  .xl\:h-200px {
    height: 200px !important;
  }

  .xl\:h-500px {
    height: 500px !important;
  }

  .xl\:h-600px {
    height: 600px !important;
  }

  .xl\:h-700px {
    height: 700px !important;
  }

  .xl\:h-800px {
    height: 800px !important;
  }

  .xl\:h-900px {
    height: 900px !important;
  }

  .xl\:h-1000px {
    height: 1000px !important;
  }
}
[class*=gy-] {
  margin-top: calc(var(--gap-y) * -1);
}
[class*=gy-] > * {
  margin-top: var(--gap-y);
}

.gy-0 {
  --gap-y: 0 !important;
}

.gy-1 {
  --gap-y: 0.25rem !important;
}

.gy-2 {
  --gap-y: 0.5rem !important;
}

.gy-3 {
  --gap-y: 0.75rem !important;
}

.gy-4 {
  --gap-y: 1.25rem !important;
}

.gy-5 {
  --gap-y: 1.5rem !important;
}

.gy-6 {
  --gap-y: 1.875rem !important;
}

.gy-7 {
  --gap-y: 2.5rem !important;
}

.gy-8 {
  --gap-y: 3.125rem !important;
}

.gy-9 {
  --gap-y: 4.375rem !important;
}

.gy-10 {
  --gap-y: 6.25rem !important;
}

@media (min-width: 600px) {
  .s\:gy-0 {
    --gap-y: 0 !important;
  }

  .s\:gy-1 {
    --gap-y: 0.25rem !important;
  }

  .s\:gy-2 {
    --gap-y: 0.5rem !important;
  }

  .s\:gy-3 {
    --gap-y: 0.75rem !important;
  }

  .s\:gy-4 {
    --gap-y: 1.25rem !important;
  }

  .s\:gy-5 {
    --gap-y: 1.5rem !important;
  }

  .s\:gy-6 {
    --gap-y: 1.875rem !important;
  }

  .s\:gy-7 {
    --gap-y: 2.5rem !important;
  }

  .s\:gy-8 {
    --gap-y: 3.125rem !important;
  }

  .s\:gy-9 {
    --gap-y: 4.375rem !important;
  }

  .s\:gy-10 {
    --gap-y: 6.25rem !important;
  }
}
@media (min-width: 900px) {
  .m\:gy-0 {
    --gap-y: 0 !important;
  }

  .m\:gy-1 {
    --gap-y: 0.25rem !important;
  }

  .m\:gy-2 {
    --gap-y: 0.5rem !important;
  }

  .m\:gy-3 {
    --gap-y: 0.75rem !important;
  }

  .m\:gy-4 {
    --gap-y: 1.25rem !important;
  }

  .m\:gy-5 {
    --gap-y: 1.5rem !important;
  }

  .m\:gy-6 {
    --gap-y: 1.875rem !important;
  }

  .m\:gy-7 {
    --gap-y: 2.5rem !important;
  }

  .m\:gy-8 {
    --gap-y: 3.125rem !important;
  }

  .m\:gy-9 {
    --gap-y: 4.375rem !important;
  }

  .m\:gy-10 {
    --gap-y: 6.25rem !important;
  }
}
@media (min-width: 1200px) {
  .l\:gy-0 {
    --gap-y: 0 !important;
  }

  .l\:gy-1 {
    --gap-y: 0.25rem !important;
  }

  .l\:gy-2 {
    --gap-y: 0.5rem !important;
  }

  .l\:gy-3 {
    --gap-y: 0.75rem !important;
  }

  .l\:gy-4 {
    --gap-y: 1.25rem !important;
  }

  .l\:gy-5 {
    --gap-y: 1.5rem !important;
  }

  .l\:gy-6 {
    --gap-y: 1.875rem !important;
  }

  .l\:gy-7 {
    --gap-y: 2.5rem !important;
  }

  .l\:gy-8 {
    --gap-y: 3.125rem !important;
  }

  .l\:gy-9 {
    --gap-y: 4.375rem !important;
  }

  .l\:gy-10 {
    --gap-y: 6.25rem !important;
  }
}
@media (min-width: 1600px) {
  .xl\:gy-0 {
    --gap-y: 0 !important;
  }

  .xl\:gy-1 {
    --gap-y: 0.25rem !important;
  }

  .xl\:gy-2 {
    --gap-y: 0.5rem !important;
  }

  .xl\:gy-3 {
    --gap-y: 0.75rem !important;
  }

  .xl\:gy-4 {
    --gap-y: 1.25rem !important;
  }

  .xl\:gy-5 {
    --gap-y: 1.5rem !important;
  }

  .xl\:gy-6 {
    --gap-y: 1.875rem !important;
  }

  .xl\:gy-7 {
    --gap-y: 2.5rem !important;
  }

  .xl\:gy-8 {
    --gap-y: 3.125rem !important;
  }

  .xl\:gy-9 {
    --gap-y: 4.375rem !important;
  }

  .xl\:gy-10 {
    --gap-y: 6.25rem !important;
  }
}
.z-index-1 {
  z-index: 1;
}

.relative {
  position: relative;
}

input,
select,
textarea,
button {
  font-family: inherit;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  line-height: 1.3;
}

button {
  cursor: pointer;
}

input:not([type=checkbox]),
input:not([type=radio]),
textarea {
  -webkit-appearance: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}
.form-group__label {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25em;
  font-size: inherit;
  color: #56697e;
}
.form-group__control {
  width: 100%;
  display: block;
  padding: 0.625em;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.3;
  color: #383838;
  background-color: #fff;
  border: 1px solid #dee2e7;
  border-radius: 0.1875rem;
  transition: all 0.15s ease;
}
.form-group__control:focus {
  border-color: #56697e;
}
.form-group__control::-moz-placeholder {
  color: #ccc;
}
.form-group__control:-ms-input-placeholder {
  color: #ccc;
}
.form-group__control::placeholder {
  color: #ccc;
}
.form-group__checkbox, .form-group__radio {
  position: absolute;
  left: -9999px;
}
.form-group__checkbox + .form-group__label, .form-group__radio + .form-group__label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1.75em;
  cursor: pointer;
}
.form-group__checkbox + .form-group__label:before, .form-group__radio + .form-group__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #dee2e7;
  border-radius: 0.1875rem;
  background: #fff url(../img/form-check.png) 50% 50%/0 no-repeat;
  transition: all 0.15s ease;
}
.form-group__checkbox:focus + .form-group__label:before, .form-group__checkbox:active + .form-group__label:before, .form-group__radio:focus + .form-group__label:before, .form-group__radio:active + .form-group__label:before {
  border-color: #56697e;
}
.form-group__checkbox:checked + .form-group__label:before, .form-group__radio:checked + .form-group__label:before {
  background-size: 1.25em;
}
.form-group__radio + .form-group__label {
  padding-left: 1.75em;
}
.form-group__radio + .form-group__label:before {
  background: #fff url(../img/form-radio-dot.png) 50% 50%/0 no-repeat;
  border-radius: 50%;
}
.form-group__radio:checked + .form-group__label:before {
  background-size: 1em;
}
.form-group--error .form-group__control {
  color: #383838;
  border-color: #c00;
}
.form-group--error .form-group__hint {
  color: #383838;
}

textarea.form-group__control {
  height: 7.5rem;
  resize: vertical;
}

select.form-group__control {
  padding-right: 2em;
  -webkit-appearance: none;
  background: #fff url(../img/form-select.svg) calc(100% - 0.75em) center/0.75em no-repeat;
}

.form-controls {
  margin-top: 30px;
  text-align: center;
}

.checkbox-group__control:not(:last-child),
.radio-group__control:not(:last-child) {
  margin-bottom: 15px;
}
.checkbox-group--inline .checkbox-group__control,
.checkbox-group--inline .radio-group__control,
.radio-group--inline .checkbox-group__control,
.radio-group--inline .radio-group__control {
  display: inline-block;
}
.checkbox-group--inline .checkbox-group__control:not(:last-child),
.checkbox-group--inline .radio-group__control:not(:last-child),
.radio-group--inline .checkbox-group__control:not(:last-child),
.radio-group--inline .radio-group__control:not(:last-child) {
  margin-right: 30px;
}

.container {
  position: relative;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .container {
    max-width: 85rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container--narrow {
  max-width: 58.25rem;
}
@media (min-width: 1200px) {
  .container--narrow {
    max-width: 61.25rem;
  }
}
.container--full {
  max-width: 100%;
}

.main {
  font-size: 1rem;
}
@media screen and (min-width: 22.5rem) {
  .main {
    font-size: calc(1rem + 0.125 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  .main {
    font-size: 1.125rem;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.grid--middle {
  align-items: center;
}
.grid--bottom {
  align-items: flex-end;
}
.grid--gap-s {
  margin-left: -10px;
  margin-right: -10px;
}
.grid--gap-s > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.grid--gap-m {
  margin-left: -20px;
  margin-right: -20px;
}
.grid--gap-m > .col {
  padding-left: 20px;
  padding-right: 20px;
}
.grid--gap-l {
  margin-left: -40px;
  margin-right: -40px;
}
.grid--gap-l > .col {
  padding-left: 40px;
  padding-right: 40px;
}
.grid--no-gap {
  margin-left: 0;
  margin-right: 0;
}
.grid--no-gap > .col {
  padding-left: 0;
  padding-right: 0;
}

.col {
  width: 100%;
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.3333333333%;
}

@media (min-width: 600px) {
  .s\:col-12 {
    width: 100%;
  }

  .s\:col-11 {
    width: 91.6666666667%;
  }

  .s\:col-10 {
    width: 83.3333333333%;
  }

  .s\:col-9 {
    width: 75%;
  }

  .s\:col-8 {
    width: 66.6666666667%;
  }

  .s\:col-7 {
    width: 58.3333333333%;
  }

  .s\:col-6 {
    width: 50%;
  }

  .s\:col-5 {
    width: 41.6666666667%;
  }

  .s\:col-4 {
    width: 33.3333333333%;
  }

  .s\:col-3 {
    width: 25%;
  }

  .s\:col-2 {
    width: 16.6666666667%;
  }

  .s\:col-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 900px) {
  .m\:col-12 {
    width: 100%;
  }

  .m\:col-11 {
    width: 91.6666666667%;
  }

  .m\:col-10 {
    width: 83.3333333333%;
  }

  .m\:col-9 {
    width: 75%;
  }

  .m\:col-8 {
    width: 66.6666666667%;
  }

  .m\:col-7 {
    width: 58.3333333333%;
  }

  .m\:col-6 {
    width: 50%;
  }

  .m\:col-5 {
    width: 41.6666666667%;
  }

  .m\:col-4 {
    width: 33.3333333333%;
  }

  .m\:col-3 {
    width: 25%;
  }

  .m\:col-2 {
    width: 16.6666666667%;
  }

  .m\:col-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .l\:col-12 {
    width: 100%;
  }

  .l\:col-11 {
    width: 91.6666666667%;
  }

  .l\:col-10 {
    width: 83.3333333333%;
  }

  .l\:col-9 {
    width: 75%;
  }

  .l\:col-8 {
    width: 66.6666666667%;
  }

  .l\:col-7 {
    width: 58.3333333333%;
  }

  .l\:col-6 {
    width: 50%;
  }

  .l\:col-5 {
    width: 41.6666666667%;
  }

  .l\:col-4 {
    width: 33.3333333333%;
  }

  .l\:col-3 {
    width: 25%;
  }

  .l\:col-2 {
    width: 16.6666666667%;
  }

  .l\:col-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1600px) {
  .xl\:col-12 {
    width: 100%;
  }

  .xl\:col-11 {
    width: 91.6666666667%;
  }

  .xl\:col-10 {
    width: 83.3333333333%;
  }

  .xl\:col-9 {
    width: 75%;
  }

  .xl\:col-8 {
    width: 66.6666666667%;
  }

  .xl\:col-7 {
    width: 58.3333333333%;
  }

  .xl\:col-6 {
    width: 50%;
  }

  .xl\:col-5 {
    width: 41.6666666667%;
  }

  .xl\:col-4 {
    width: 33.3333333333%;
  }

  .xl\:col-3 {
    width: 25%;
  }

  .xl\:col-2 {
    width: 16.6666666667%;
  }

  .xl\:col-1 {
    width: 8.3333333333%;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  shape-rendering: geometricPrecision;
}
.icon--left {
  margin-right: 0.5em;
}
.icon--right {
  margin-left: 0.5em;
}
.icon--size-s {
  font-size: 1rem;
}
.icon--size-m {
  font-size: 1.25rem;
}
.icon--size-l {
  font-size: 1.5rem;
}
.icon--size-xl {
  font-size: 3rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #4b4d4d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.15s;
  transition-property: color, background-color, border-color;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  background-color: #f2f2f2;
}
.btn--primary {
  color: #fff;
  background-color: #00afd4;
  border-color: #00afd4;
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  background-color: #0e8bb0;
  border-color: #0e8bb0;
}
.btn--small {
  min-width: 0;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
}
.btn--large {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}
.btn--block {
  width: 100%;
}
.btn--danger {
  color: #c00;
}
.btn--danger:hover, .btn--danger:focus {
  border-color: #c00;
}
.btn:disabled {
  background-color: #b7b9b9;
  border-color: #b7b9b9;
  pointer-events: none;
}

.no-btn {
  padding: 0;
  line-height: inherit;
  background: none;
  border: 0;
}

.btn--square {
  width: 3.125rem;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn--square .icon {
  font-size: 1.75rem;
}

.brand {
  position: relative;
  text-decoration: none !important;
}
.brand__logo {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  color: #4b4d4d;
}
@media (min-width: 1000px) {
  .brand__logo {
    font-size: 2rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 60px;
  background-color: #f7f7f7;
  box-shadow: none;
  border-bottom: 1px solid rgba(230, 230, 230, 0);
  transition: 0.3s ease-in-out;
  transition-property: height, transform, box-shadow, border-color;
}
@media (min-width: 1000px) {
  .header {
    height: 100px;
  }
}
.header > .container {
  height: inherit;
  display: flex;
  align-items: center;
}
.header p {
  margin-top: 0;
  margin-bottom: 0;
}
.header--fixed {
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  border-bottom-color: #e6e6e6;
}
.header--hidden {
  box-shadow: none;
  border-bottom-color: rgba(230, 230, 230, 0);
  transform: translateY(calc((100% + 10px) * -1));
}
@media (min-width: 1000px) {
  .header--slim {
    height: 70px;
  }
}
.header .social-icons {
  padding: 1.5rem 1rem 1.875rem;
  justify-content: center;
}
@media (min-width: 1000px) {
  .header .social-icons {
    display: none;
  }
}

.nav,
.menu-hlavni-menu-container {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  width: 100%;
  margin-left: auto;
  background-color: #fff;
  pointer-events: auto;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease, top 0.3s ease-in-out;
  transition-property: transform, opacity;
  opacity: 0;
}
@media (max-width: 999px) {
  .nav::after,
.menu-hlavni-menu-container::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1.25rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 90%);
    mix-blend-mode: multiply;
  }
}
@media (min-width: 1000px) {
  .nav,
.menu-hlavni-menu-container {
    position: static;
    width: auto;
    background-color: transparent;
    transform: none;
    transition: none;
    opacity: 1;
  }
}
.nav__menu,
.nav > .menu,
.menu-hlavni-menu-container__menu,
.menu-hlavni-menu-container > .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .nav__menu,
.nav > .menu,
.menu-hlavni-menu-container__menu,
.menu-hlavni-menu-container > .menu {
    flex-direction: row;
  }
}
.nav__menu-item,
.nav__menu > .menu-item,
.nav > .menu-item,
.nav > .menu > .menu-item,
.menu-hlavni-menu-container__menu-item,
.menu-hlavni-menu-container__menu > .menu-item,
.menu-hlavni-menu-container > .menu-item,
.menu-hlavni-menu-container > .menu > .menu-item {
  position: relative;
  flex: none;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 1000px) {
  .nav__menu-item,
.nav__menu > .menu-item,
.nav > .menu-item,
.nav > .menu > .menu-item,
.menu-hlavni-menu-container__menu-item,
.menu-hlavni-menu-container__menu > .menu-item,
.menu-hlavni-menu-container > .menu-item,
.menu-hlavni-menu-container > .menu > .menu-item {
    border-top: 0;
  }
}
.nav__menu-item--active > a, .nav__menu-item.menu-item-active > a, .nav__menu-item.current-menu-item > a,
.nav__menu > .menu-item--active > a,
.nav__menu > .menu-item.menu-item-active > a,
.nav__menu > .menu-item.current-menu-item > a,
.nav > .menu-item--active > a,
.nav > .menu-item.menu-item-active > a,
.nav > .menu-item.current-menu-item > a,
.nav > .menu > .menu-item--active > a,
.nav > .menu > .menu-item.menu-item-active > a,
.nav > .menu > .menu-item.current-menu-item > a,
.menu-hlavni-menu-container__menu-item--active > a,
.menu-hlavni-menu-container__menu-item.menu-item-active > a,
.menu-hlavni-menu-container__menu-item.current-menu-item > a,
.menu-hlavni-menu-container__menu > .menu-item--active > a,
.menu-hlavni-menu-container__menu > .menu-item.menu-item-active > a,
.menu-hlavni-menu-container__menu > .menu-item.current-menu-item > a,
.menu-hlavni-menu-container > .menu-item--active > a,
.menu-hlavni-menu-container > .menu-item.menu-item-active > a,
.menu-hlavni-menu-container > .menu-item.current-menu-item > a,
.menu-hlavni-menu-container > .menu > .menu-item--active > a,
.menu-hlavni-menu-container > .menu > .menu-item.menu-item-active > a,
.menu-hlavni-menu-container > .menu > .menu-item.current-menu-item > a {
  color: #00afd4;
}
.nav__menu-item--active > a::after, .nav__menu-item.menu-item-active > a::after, .nav__menu-item.current-menu-item > a::after,
.nav__menu > .menu-item--active > a::after,
.nav__menu > .menu-item.menu-item-active > a::after,
.nav__menu > .menu-item.current-menu-item > a::after,
.nav > .menu-item--active > a::after,
.nav > .menu-item.menu-item-active > a::after,
.nav > .menu-item.current-menu-item > a::after,
.nav > .menu > .menu-item--active > a::after,
.nav > .menu > .menu-item.menu-item-active > a::after,
.nav > .menu > .menu-item.current-menu-item > a::after,
.menu-hlavni-menu-container__menu-item--active > a::after,
.menu-hlavni-menu-container__menu-item.menu-item-active > a::after,
.menu-hlavni-menu-container__menu-item.current-menu-item > a::after,
.menu-hlavni-menu-container__menu > .menu-item--active > a::after,
.menu-hlavni-menu-container__menu > .menu-item.menu-item-active > a::after,
.menu-hlavni-menu-container__menu > .menu-item.current-menu-item > a::after,
.menu-hlavni-menu-container > .menu-item--active > a::after,
.menu-hlavni-menu-container > .menu-item.menu-item-active > a::after,
.menu-hlavni-menu-container > .menu-item.current-menu-item > a::after,
.menu-hlavni-menu-container > .menu > .menu-item--active > a::after,
.menu-hlavni-menu-container > .menu > .menu-item.menu-item-active > a::after,
.menu-hlavni-menu-container > .menu > .menu-item.current-menu-item > a::after {
  height: 2px;
  opacity: 1;
}
.nav__menu-item:hover .nav__submenu,
.nav__menu-item:hover .sub-menu, .nav__menu-item:focus-within .nav__submenu,
.nav__menu-item:focus-within .sub-menu,
.nav__menu > .menu-item:hover .nav__submenu,
.nav__menu > .menu-item:hover .sub-menu,
.nav__menu > .menu-item:focus-within .nav__submenu,
.nav__menu > .menu-item:focus-within .sub-menu,
.nav > .menu-item:hover .nav__submenu,
.nav > .menu-item:hover .sub-menu,
.nav > .menu-item:focus-within .nav__submenu,
.nav > .menu-item:focus-within .sub-menu,
.nav > .menu > .menu-item:hover .nav__submenu,
.nav > .menu > .menu-item:hover .sub-menu,
.nav > .menu > .menu-item:focus-within .nav__submenu,
.nav > .menu > .menu-item:focus-within .sub-menu,
.menu-hlavni-menu-container__menu-item:hover .nav__submenu,
.menu-hlavni-menu-container__menu-item:hover .sub-menu,
.menu-hlavni-menu-container__menu-item:focus-within .nav__submenu,
.menu-hlavni-menu-container__menu-item:focus-within .sub-menu,
.menu-hlavni-menu-container__menu > .menu-item:hover .nav__submenu,
.menu-hlavni-menu-container__menu > .menu-item:hover .sub-menu,
.menu-hlavni-menu-container__menu > .menu-item:focus-within .nav__submenu,
.menu-hlavni-menu-container__menu > .menu-item:focus-within .sub-menu,
.menu-hlavni-menu-container > .menu-item:hover .nav__submenu,
.menu-hlavni-menu-container > .menu-item:hover .sub-menu,
.menu-hlavni-menu-container > .menu-item:focus-within .nav__submenu,
.menu-hlavni-menu-container > .menu-item:focus-within .sub-menu,
.menu-hlavni-menu-container > .menu > .menu-item:hover .nav__submenu,
.menu-hlavni-menu-container > .menu > .menu-item:hover .sub-menu,
.menu-hlavni-menu-container > .menu > .menu-item:focus-within .nav__submenu,
.menu-hlavni-menu-container > .menu > .menu-item:focus-within .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.nav__menu-item > a,
.nav__menu > .menu-item > a,
.nav > .menu-item > a,
.nav > .menu > .menu-item > a,
.menu-hlavni-menu-container__menu-item > a,
.menu-hlavni-menu-container__menu > .menu-item > a,
.menu-hlavni-menu-container > .menu-item > a,
.menu-hlavni-menu-container > .menu > .menu-item > a {
  height: 3.25rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .nav__menu-item > a,
.nav__menu > .menu-item > a,
.nav > .menu-item > a,
.nav > .menu > .menu-item > a,
.menu-hlavni-menu-container__menu-item > a,
.menu-hlavni-menu-container__menu > .menu-item > a,
.menu-hlavni-menu-container > .menu-item > a,
.menu-hlavni-menu-container > .menu > .menu-item > a {
    height: 3rem;
  }
}
.nav__menu-item > a:hover, .nav__menu-item > a:focus,
.nav__menu > .menu-item > a:hover,
.nav__menu > .menu-item > a:focus,
.nav > .menu-item > a:hover,
.nav > .menu-item > a:focus,
.nav > .menu > .menu-item > a:hover,
.nav > .menu > .menu-item > a:focus,
.menu-hlavni-menu-container__menu-item > a:hover,
.menu-hlavni-menu-container__menu-item > a:focus,
.menu-hlavni-menu-container__menu > .menu-item > a:hover,
.menu-hlavni-menu-container__menu > .menu-item > a:focus,
.menu-hlavni-menu-container > .menu-item > a:hover,
.menu-hlavni-menu-container > .menu-item > a:focus,
.menu-hlavni-menu-container > .menu > .menu-item > a:hover,
.menu-hlavni-menu-container > .menu > .menu-item > a:focus {
  color: #00afd4;
}
@media (min-width: 1000px) {
  .nav__menu-item > a::after,
.nav__menu > .menu-item > a::after,
.nav > .menu-item > a::after,
.nav > .menu > .menu-item > a::after,
.menu-hlavni-menu-container__menu-item > a::after,
.menu-hlavni-menu-container__menu > .menu-item > a::after,
.menu-hlavni-menu-container > .menu-item > a::after,
.menu-hlavni-menu-container > .menu > .menu-item > a::after {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
  }
}
@media (min-width: 1000px) {
  .nav__menu-item--has-submenu:hover::after, .nav__menu-item--has-submenu:focus-within::after, .nav__menu-item-has-children:hover::after, .nav__menu-item-has-children:focus-within::after,
.nav__menu > .menu-item--has-submenu:hover::after,
.nav__menu > .menu-item--has-submenu:focus-within::after,
.nav__menu > .menu-item-has-children:hover::after,
.nav__menu > .menu-item-has-children:focus-within::after,
.nav > .menu-item--has-submenu:hover::after,
.nav > .menu-item--has-submenu:focus-within::after,
.nav > .menu-item-has-children:hover::after,
.nav > .menu-item-has-children:focus-within::after,
.nav > .menu > .menu-item--has-submenu:hover::after,
.nav > .menu > .menu-item--has-submenu:focus-within::after,
.nav > .menu > .menu-item-has-children:hover::after,
.nav > .menu > .menu-item-has-children:focus-within::after,
.menu-hlavni-menu-container__menu-item--has-submenu:hover::after,
.menu-hlavni-menu-container__menu-item--has-submenu:focus-within::after,
.menu-hlavni-menu-container__menu-item-has-children:hover::after,
.menu-hlavni-menu-container__menu-item-has-children:focus-within::after,
.menu-hlavni-menu-container__menu > .menu-item--has-submenu:hover::after,
.menu-hlavni-menu-container__menu > .menu-item--has-submenu:focus-within::after,
.menu-hlavni-menu-container__menu > .menu-item-has-children:hover::after,
.menu-hlavni-menu-container__menu > .menu-item-has-children:focus-within::after,
.menu-hlavni-menu-container > .menu-item--has-submenu:hover::after,
.menu-hlavni-menu-container > .menu-item--has-submenu:focus-within::after,
.menu-hlavni-menu-container > .menu-item-has-children:hover::after,
.menu-hlavni-menu-container > .menu-item-has-children:focus-within::after,
.menu-hlavni-menu-container > .menu > .menu-item--has-submenu:hover::after,
.menu-hlavni-menu-container > .menu > .menu-item--has-submenu:focus-within::after,
.menu-hlavni-menu-container > .menu > .menu-item-has-children:hover::after,
.menu-hlavni-menu-container > .menu > .menu-item-has-children:focus-within::after {
    border-color: #00afd4;
  }
}
@media (min-width: 1000px) {
  .nav__menu-item--has-submenu > a, .nav__menu-item-has-children > a,
.nav__menu > .menu-item--has-submenu > a,
.nav__menu > .menu-item-has-children > a,
.nav > .menu-item--has-submenu > a,
.nav > .menu-item-has-children > a,
.nav > .menu > .menu-item--has-submenu > a,
.nav > .menu > .menu-item-has-children > a,
.menu-hlavni-menu-container__menu-item--has-submenu > a,
.menu-hlavni-menu-container__menu-item-has-children > a,
.menu-hlavni-menu-container__menu > .menu-item--has-submenu > a,
.menu-hlavni-menu-container__menu > .menu-item-has-children > a,
.menu-hlavni-menu-container > .menu-item--has-submenu > a,
.menu-hlavni-menu-container > .menu-item-has-children > a,
.menu-hlavni-menu-container > .menu > .menu-item--has-submenu > a,
.menu-hlavni-menu-container > .menu > .menu-item-has-children > a {
    padding-right: 2rem;
  }
  .nav__menu-item--has-submenu > a::before, .nav__menu-item-has-children > a::before,
.nav__menu > .menu-item--has-submenu > a::before,
.nav__menu > .menu-item-has-children > a::before,
.nav > .menu-item--has-submenu > a::before,
.nav > .menu-item-has-children > a::before,
.nav > .menu > .menu-item--has-submenu > a::before,
.nav > .menu > .menu-item-has-children > a::before,
.menu-hlavni-menu-container__menu-item--has-submenu > a::before,
.menu-hlavni-menu-container__menu-item-has-children > a::before,
.menu-hlavni-menu-container__menu > .menu-item--has-submenu > a::before,
.menu-hlavni-menu-container__menu > .menu-item-has-children > a::before,
.menu-hlavni-menu-container > .menu-item--has-submenu > a::before,
.menu-hlavni-menu-container > .menu-item-has-children > a::before,
.menu-hlavni-menu-container > .menu > .menu-item--has-submenu > a::before,
.menu-hlavni-menu-container > .menu > .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    right: 1rem;
    top: calc(50% + 0.0625rem);
    width: 0.4375rem;
    height: 0.4375rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-0.375rem) rotate(135deg);
  }
}
.nav__submenu,
.nav .sub-menu,
.menu-hlavni-menu-container__submenu,
.menu-hlavni-menu-container .sub-menu {
  margin: -0.25rem 0 0.75rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  .nav__submenu,
.nav .sub-menu,
.menu-hlavni-menu-container__submenu,
.menu-hlavni-menu-container .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 8rem;
    max-width: 12.5rem;
    padding: 0.75rem 1rem;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0.25rem);
    transition: all 0.15s;
  }
}
.nav__submenu-item > a,
.nav__submenu > .menu-item > a,
.nav .sub-menu-item > a,
.nav .sub-menu > .menu-item > a,
.menu-hlavni-menu-container__submenu-item > a,
.menu-hlavni-menu-container__submenu > .menu-item > a,
.menu-hlavni-menu-container .sub-menu-item > a,
.menu-hlavni-menu-container .sub-menu > .menu-item > a {
  display: block;
  padding: 0.25rem 1rem 0.25rem 2rem;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1000px) {
  .nav__submenu-item > a,
.nav__submenu > .menu-item > a,
.nav .sub-menu-item > a,
.nav .sub-menu > .menu-item > a,
.menu-hlavni-menu-container__submenu-item > a,
.menu-hlavni-menu-container__submenu > .menu-item > a,
.menu-hlavni-menu-container .sub-menu-item > a,
.menu-hlavni-menu-container .sub-menu > .menu-item > a {
    padding: 0.25rem 0;
  }
}
.nav__submenu-item > a:hover, .nav__submenu-item > a:focus,
.nav__submenu > .menu-item > a:hover,
.nav__submenu > .menu-item > a:focus,
.nav .sub-menu-item > a:hover,
.nav .sub-menu-item > a:focus,
.nav .sub-menu > .menu-item > a:hover,
.nav .sub-menu > .menu-item > a:focus,
.menu-hlavni-menu-container__submenu-item > a:hover,
.menu-hlavni-menu-container__submenu-item > a:focus,
.menu-hlavni-menu-container__submenu > .menu-item > a:hover,
.menu-hlavni-menu-container__submenu > .menu-item > a:focus,
.menu-hlavni-menu-container .sub-menu-item > a:hover,
.menu-hlavni-menu-container .sub-menu-item > a:focus,
.menu-hlavni-menu-container .sub-menu > .menu-item > a:hover,
.menu-hlavni-menu-container .sub-menu > .menu-item > a:focus {
  color: #00afd4;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  transition: 0.3s ease-in-out;
  transition-property: top;
}
@media (min-width: 1000px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:hover {
  text-decoration: underline;
}
.nav-toggle__icon {
  position: relative;
  display: block;
  width: 1em;
  height: 0.666em;
}
.nav-toggle__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  border-top: 2px solid currentColor;
  transition: all 0.3s ease;
}
.nav-toggle__icon span:nth-child(1) {
  top: 0;
}
.nav-toggle__icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-toggle__icon span:nth-child(3) {
  bottom: 0;
}

.nav-open {
  pointer-events: none;
}
.nav-open .header {
  pointer-events: none;
}
.nav-open .nav,
.nav-open .menu-hlavni-menu-container {
  transform: scaleY(1);
  opacity: 1;
}
.nav-open .nav-toggle {
  pointer-events: auto;
}
.nav-open .nav-toggle__icon span {
  width: 90%;
}
.nav-open .nav-toggle__icon span:nth-child(1) {
  transform: translateY(calc(0.333em - 1px)) rotate(45deg);
}
.nav-open .nav-toggle__icon span:nth-child(2) {
  opacity: 0;
  transform: translateX(-25%);
}
.nav-open .nav-toggle__icon span:nth-child(3) {
  transform: translateY(calc(-0.333em + 1px)) rotate(-45deg);
}

.footer {
  margin-top: auto;
  background-color: #f7f7f7;
  border-top: 1px solid #e6e6e6;
}
.footer .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 900px) {
  .footer .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.footer .social-icons {
  --gap: .875rem;
  --icon-size: 1.5rem;
}
@media (max-width: 599px) {
  .footer .social-icons {
    justify-content: center;
  }
}

.section > .container {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 900px) {
  .section > .container {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }
}

.footer-links {
  margin-top: -1.875rem;
  color: #737373;
  text-align: center;
}
@media (min-width: 600px) {
  .footer-links {
    text-align: left;
  }
}
.footer-links__group {
  margin-top: 1.875rem;
}
.footer-links__group-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4b4d4d;
}
.footer-links__group-list,
.footer-links__group .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links__group-list li,
.footer-links__group .menu li {
  margin-bottom: 0.5rem;
}
.footer-links__group-list a,
.footer-links__group .menu a {
  text-decoration: none;
}
.footer-links__group-list a:hover, .footer-links__group-list a:focus,
.footer-links__group .menu a:hover,
.footer-links__group .menu a:focus {
  color: #00afd4;
}
.footer-links .contact h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.footer-links .contact p {
  margin-bottom: 0;
}
.footer-links .contact strong {
  font-weight: 600;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap, 1.25rem);
}
.social-icons > li {
  margin-bottom: 0 !important;
}
.social-icons a {
  display: block;
}
.social-icons a:hover .icon {
  transform: scale(1.2);
}
.social-icons .icon {
  font-size: var(--icon-size, 1.875rem);
  transition: transform 0.3s;
}

.slide {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: var(--bg-color);
  text-decoration: inherit;
}
@media (min-width: 900px) {
  .slide {
    flex-direction: row;
  }
}
.slide__media {
  position: relative;
}
@media (max-width: 899px) {
  .slide__media {
    height: 0;
    padding-bottom: calc(var(--media-aspect-ratio) * 100%);
  }
}
@media (min-width: 900px) {
  .slide__media {
    width: 50%;
    flex: none;
  }
}
@media (min-width: 1200px) {
  .slide__media {
    width: calc(66.6666666667% - 10px);
  }
}
.slide__image {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide__body {
  flex: auto;
  padding: 1.25rem 1.25rem 1.5rem;
}
@media (min-width: 900px) {
  .slide__body {
    padding: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .slide__body {
    padding: 3rem;
  }
}
.slide__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
.slide__main {
  display: flex;
  flex-direction: column;
}
.slide__footer {
  margin-top: auto;
  padding-top: 1.75rem;
}
.slide__date {
  flex: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
}
.slide__category {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0;
}
.slide__title-label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.slide__title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.slide__title {
  font-size: 1.5rem;
}
@media screen and (min-width: 22.5rem) {
  .slide__title {
    font-size: calc(1.5rem + 0.25 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  .slide__title {
    font-size: 1.75rem;
  }
}
.slide__lead {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lead-lines, 8);
}
.slide__lead p:first-child {
  margin-top: 0;
}
.slide__lead p:last-child {
  margin-bottom: 0;
}

.tag-list {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

:not(body).tag {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  font-size: 0.75rem;
  text-decoration: none;
  color: #383838;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
:not(body).tag--primary {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #00afd4;
  border: 0;
}
:not(body).tag--primary-dark {
  background-color: #0e8bb0;
}
:not(body).tag--s {
  padding: 0.1875rem 0.5rem;
  font-size: 0.625rem;
}

a.tag:hover, a.tag:focus {
  text-decoration: underline;
}

.calendar-preview {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .calendar-preview {
    flex-direction: row;
  }
}
.calendar-preview .h3 {
  margin-bottom: 1em;
}
.calendar-preview .h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 22.5rem) {
  .calendar-preview .h3 {
    font-size: calc(1.25rem + 0.125 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  .calendar-preview .h3 {
    font-size: 1.375rem;
  }
}
.calendar-preview .h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 22.5rem) {
  .calendar-preview .h4 {
    font-size: calc(1.125rem + 0 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  .calendar-preview .h4 {
    font-size: 1.125rem;
  }
}
.calendar-preview__datepicker {
  padding-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .calendar-preview__datepicker {
    width: 50%;
    flex: none;
    padding-bottom: 0;
    padding-right: 1.5rem;
  }
}
@media (min-width: 900px) {
  .calendar-preview__datepicker {
    padding-right: 1.875rem;
  }
}
.calendar-preview__events {
  display: flex;
  flex-direction: column;
  flex: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color, #e6e6e6);
}
@media (min-width: 600px) {
  .calendar-preview__events {
    padding-top: 0;
    padding-left: 1.5rem;
    border-top: 0;
    border-left: 1px solid var(--border-color, #e6e6e6);
  }
}
@media (min-width: 900px) {
  .calendar-preview__events {
    padding-left: 1.875rem;
  }
}
.calendar-preview__events-container {
  position: relative;
  flex: auto;
  margin-right: -0.625rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b7b9b9 #e6e6e6;
}
.calendar-preview__events-container::-webkit-scrollbar {
  width: 8px;
}
.calendar-preview__events-container::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.calendar-preview__events-container::-webkit-scrollbar-thumb {
  background-color: #b7b9b9;
}
@media (max-width: 599px) {
  .calendar-preview__events-container {
    max-height: var(--max-height, 22.5rem);
  }
}
.calendar-preview__events-list {
  padding-right: 0.625rem;
}
@media (min-width: 600px) {
  .calendar-preview__events-list {
    position: absolute;
    inset: 0 0 0 0;
  }
}
@media (min-width: 900px) {
  .calendar-preview--aside {
    flex-direction: column;
  }
}
@media (min-width: 900px) {
  .calendar-preview--aside .calendar-preview__datepicker {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .calendar-preview--aside .calendar-preview__events {
    padding-top: 1.5rem;
    padding-left: 0;
    border-top: 1px solid var(--border-color, #e6e6e6);
    border-left: 0;
  }
}
.calendar-preview--aside .calendar-preview__events-container {
  max-height: var(--max-height, 22.5rem);
}
@media (min-width: 900px) {
  .calendar-preview--aside .calendar-preview__events-list {
    position: static;
  }
}

.event-preview {
  position: relative;
  font-size: 1rem;
}
.event-preview + .event-preview {
  margin-top: 2.5rem;
}
.event-preview__header {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}
.event-preview__main {
  position: relative;
}
.event-preview__date {
  margin-bottom: 0;
  font-style: italic;
}
.event-preview__category {
  margin-left: auto;
  margin-bottom: 0;
}
.event-preview__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.event-preview__lead {
  margin: 0;
}

.stretched-link::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
}

.podcasts {
  display: flex;
  flex-direction: column;
}
.podcasts .h3 {
  margin-bottom: 1em;
}
.podcasts .h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 22.5rem) {
  .podcasts .h3 {
    font-size: calc(1.25rem + 0.125 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  .podcasts .h3 {
    font-size: 1.375rem;
  }
}
.podcasts .h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 22.5rem) {
  .podcasts .h4 {
    font-size: calc(1.125rem + 0 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  .podcasts .h4 {
    font-size: 1.125rem;
  }
}
.podcasts__container {
  position: relative;
  flex: auto;
  margin-right: -0.625rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b7b9b9 #e6e6e6;
}
.podcasts__container::-webkit-scrollbar {
  width: 8px;
}
.podcasts__container::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.podcasts__container::-webkit-scrollbar-thumb {
  background-color: #b7b9b9;
}
@media (max-width: 899px) {
  .podcasts__container {
    max-height: var(--max-height, 22.5rem);
  }
}
.podcasts__list {
  display: grid;
  gap: 1.5rem;
  padding-right: 0.625rem;
}
@media (min-width: 600px) {
  .podcasts__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .podcasts__list {
    position: absolute;
    inset: 0 0 0 0;
    grid-template-columns: 1fr;
  }
}

.podcast-preview {
  position: relative;
  display: flex;
  gap: 1rem;
  font-size: 1rem;
}
.podcast-preview__action {
  order: -1;
}
.podcast-preview__date {
  margin-bottom: 0.5rem;
  font-style: italic;
}
.podcast-preview__title {
  margin-top: 0;
  margin-bottom: 0;
}
.podcast-preview__play {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  color: #00afd4;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.podcast-preview__play:hover svg, .podcast-preview__play:focus svg {
  transform: scale(1.1) translateX(0.1875rem);
}
.podcast-preview__play svg {
  transition: transform 0.3s;
}

.card-list {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 600px) {
  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.card {
  --media-aspect-ratio: 0.6666666667;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
.card:hover .card__play {
  transform: scale(1.1);
}
.card__media {
  position: relative;
  height: 0;
  margin: -1px -1px 0;
  padding-bottom: calc(var(--media-aspect-ratio) * 100%);
  background-color: #e6e6e6;
}
.card__image {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__play {
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(55, 174, 196, 0.75);
  pointer-events: none;
  transition: transform 0.3s;
}
.card__play .icon {
  font-size: 1.25rem;
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 1.25rem;
}
@media (min-width: 1200px) {
  .card__body {
    padding: 1.5rem 1.875rem 1.875rem;
  }
}
.card__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
.card__main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.card__footer {
  margin-top: auto;
  padding-top: 1.75rem;
}
.card__date {
  flex: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
}
.card__category {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0;
}
.card__title-label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.card__title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.card__lead {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--lead-lines, 6);
  font-size: 1rem;
}
.card__lead p:first-child {
  margin-top: 0;
}
.card__lead p:last-child {
  margin-bottom: 0;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 900px) {
  .filters {
    gap: 0.75rem;
  }
}
.filters__categories {
  display: contents;
}
@media (max-width: 899px) {
  .filters__control {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}
.filters__control--active {
  color: #fff !important;
  background-color: #00afd4 !important;
  border-color: #00afd4 !important;
}
.filters select.filter__control {
  padding-right: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/form-select.svg) calc(100% - 0.75em) center/0.625em no-repeat;
}
.filters select.filter__control:hover, .filters select.filter__control:focus {
  background-color: #f2f2f2;
}
@media (max-width: 599px) {
  .filters select.filter__control[data-calendar=date-select] {
    font-size: 1rem;
  }
}
.filters__separator {
  border-left: 1px solid #d9d9d9;
}

.calendar__month-title {
  margin-bottom: 1em;
}
.calendar__day {
  display: flex;
  align-items: flex-start;
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 600px) {
  .calendar__day {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.calendar__day:first-of-type {
  margin-top: 0;
}
.calendar__day-title {
  flex: none;
  margin-top: 0;
  margin-right: 1.25rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  width: 3.75rem;
  text-align: center;
  font-weight: 600;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
@media (min-width: 600px) {
  .calendar__day-title {
    margin-right: 1.875rem;
  }
}
@media (min-width: 900px) {
  .calendar__day-title {
    margin-right: 2.5rem;
  }
}
.calendar__day-title__day {
  padding: 0.375rem 0;
  font-size: 1.375rem;
}
.calendar__day-title__month {
  margin: 0 -1px -1px;
  padding: 0.25rem 0;
  font-size: 0.6875rem;
  color: #fff;
  background-color: #667072;
}
.calendar__day-events {
  flex: auto;
}
.calendar__day-events .event-preview + .event-preview {
  margin-top: 1.875rem;
}
@media (min-width: 600px) {
  .calendar__day-events .event-preview {
    display: flex;
  }
}
@media (min-width: 600px) {
  .calendar__day-events .event-preview__header {
    width: 8.75rem;
    margin-top: 0.0625rem;
    margin-bottom: 0;
    padding-right: 0.75rem;
    flex: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.375rem;
  }
}
.calendar__day-events .event-preview__category {
  pointer-events: none;
}
@media (min-width: 600px) {
  .calendar__day-events .event-preview__category {
    margin-left: 0;
  }
}

.nav-prev-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.page-title {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #00afd4;
}

.social-list {
  display: grid;
  gap: 1.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 20rem;
  text-align: left;
}
.social-list > li {
  display: flex;
}
.social-list > li .icon {
  flex: none;
  margin-right: 1.25rem;
  font-size: 1.875rem;
}
.social-list > li p {
  margin: 0;
}

.prose {
  display: flow-root;
}
.prose__pull-left, .prose__pull-right {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 600px) {
  .prose__pull-left, .prose__pull-right {
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .prose__pull-left, .prose__pull-right {
    width: 22.5rem;
  }
}
.prose__pull-left img, .prose__pull-right img {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 600px) {
  .prose__pull-left img, .prose__pull-right img {
    max-width: 100%;
  }
}
.prose__pull-left {
  clear: left;
}
@media (min-width: 600px) {
  .prose__pull-left {
    float: left;
    margin-left: calc((100vw - var(--scrollbar-width, 0px) - 100%) * -0.5);
    margin-right: 1.875rem;
  }
}
@media (min-width: 900px) {
  .prose__pull-left {
    margin-left: calc(((100vw - var(--scrollbar-width, 0px)) - 100%) * -.5 + 1rem);
    margin-right: 2.5rem;
  }
}
@media (min-width: 80rem) {
  .prose__pull-left {
    margin-left: calc((80rem - 820px) * -0.5);
  }
}
.prose__pull-right {
  clear: right;
}
@media (min-width: 600px) {
  .prose__pull-right {
    float: right;
    margin-right: calc((100vw - var(--scrollbar-width, 0px) - 100%) * -0.5);
    margin-left: 1.875rem;
  }
}
@media (min-width: 900px) {
  .prose__pull-right {
    margin-right: calc(((100vw - var(--scrollbar-width, 0px)) - 100%) * -.5 + 1rem);
    margin-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .prose__pull-right {
    margin-right: calc((80rem - 820px) * -0.5);
  }
}
.prose :first-child,
.prose > h2:first-of-type,
.prose > h3:first-of-type {
  margin-top: 0;
}
.prose :last-child {
  margin-bottom: 0;
}
.prose ul {
  margin-top: 0;
  padding-left: 2rem;
}
.prose ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.prose .frame ul {
  padding-left: 1.5rem;
}
.prose .frame ul li:not(:last-child) {
  margin-bottom: 0.25em;
}

.frame {
  --border-color: #d9d9d9;
  padding: 1.25rem;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}
@media (min-width: 900px) {
  .frame {
    padding: 1.875rem 2.5rem;
  }
}
.frame > :first-child {
  margin-top: 0;
}
.frame > :last-child {
  margin-bottom: 0;
}

.aspect-ratio {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.aspect-ratio__content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio--3by2 {
  padding-bottom: 66.6666666667%;
}
.aspect-ratio--4by3 {
  padding-bottom: 75%;
}
.aspect-ratio--16by9 {
  padding-bottom: 56.25%;
}

.intro {
  margin-bottom: 2em;
  font-weight: 600;
}
.intro {
  font-size: 1.125rem;
}
@media screen and (min-width: 22.5rem) {
  .intro {
    font-size: calc(1.125rem + 0.25 * ((100vw - 22.5rem) / 57.5));
  }
}
@media screen and (min-width: 80rem) {
  .intro {
    font-size: 1.375rem;
  }
}

ul li::marker {
  color: #00afd4;
}

.list--columns-200px {
  -moz-columns: auto 200px;
       columns: auto 200px;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.article__share {
  display: flex;
  justify-content: center;
  margin-top: -1.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .article__share {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100px + 4.375rem);
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -7.5rem;
  }
}
.article__share .social-icons {
  padding-left: 0;
  font-size: 1.25rem;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .article__share .social-icons {
    flex-direction: column;
  }
}
.article__share .social-icons a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #00afd4;
  border-radius: 100%;
}
.article__share .social-icons a.facebook {
  background-color: #3A559F;
}
.article__share .social-icons a.twitter {
  background-color: #50ABF1;
}
.article__share .social-icons a.linkedin {
  background-color: #0A66C2;
}
.article__share .social-icons a .icon {
  font-size: 1em;
}
.article__meta {
  margin-top: 3.125rem;
}
@media (min-width: 600px) {
  .article__meta {
    display: flex;
    justify-content: space-between;
  }
  .article__meta p {
    margin-bottom: 0;
  }
  .article__meta p:last-child {
    padding-left: 1.25rem;
  }
}

.edge-icons {
  position: fixed;
  top: 25vh;
  z-index: 999;
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 0;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
@media (max-width: 1320px) {
  .edge-icons {
    transform: translateX(-100%);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0);
  }
}
.edge-icons .social-icons {
  flex-direction: column;
}
.edge-icons .social-icons .icon {
  font-size: 1.5rem;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.25rem;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  border: 1px solid transparent;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  border-color: #c4e1e6;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  width: auto;
  padding: 0 1em;
  font-weight: 600;
}
.pagination .page-numbers.prev::after, .pagination .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.prev:focus, .pagination .page-numbers.next:hover, .pagination .page-numbers.next:focus {
  border-color: transparent;
  text-decoration: underline;
}
.pagination .page-numbers.prev {
  padding-left: 1.75rem;
}
.pagination .page-numbers.prev::after {
  left: 1rem;
  transform: translate(-50%, -50%) rotate(225deg);
}
.pagination .page-numbers.next {
  padding-right: 1.75rem;
}
.pagination .page-numbers.next::after {
  left: calc(100% - 1rem - 5px);
}
.pagination .page-numbers.current {
  font-weight: 700;
  color: #fff;
  background-color: #00afd4;
  border-color: #00afd4;
}
.pagination .page-numbers.dots {
  border: 0;
}

.slides {
  --swiper-theme-color: #667072;
  --swiper-pagination-color: #00afd4;
  --swiper-pagination-bullet-size: .75rem;
  --swiper-pagination-bullet-inactive-color: #d9d9d9;
  --swiper-pagination-bullet-inactive-opacity: .9;
  --swiper-navigation-size: 1.875rem;
  --media-aspect-ratio: 0.6666666667;
  --bg-color: #667072;
}
.slides .swiper-slide {
  height: auto;
}
.slides .swiper-button-prev,
.slides .swiper-button-next {
  display: none;
}
@media (min-width: 1200px) {
  .slides .swiper-button-prev,
.slides .swiper-button-next {
    display: block;
  }
}
.slides .swiper-button-prev {
  left: 0.25rem;
}
.slides .swiper-button-next {
  right: 0.25rem;
}
.slides--hp {
  background-color: var(--bg-color);
}
.slides--hp .swiper-pagination {
  top: calc(100vw * var(--media-aspect-ratio) - 4.5rem);
  right: 10%;
  bottom: auto;
}
@media (min-width: 900px) {
  .slides--hp .swiper-pagination {
    display: block;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 2rem;
    width: auto;
    transform: translateX(calc(-100% - 3rem));
  }
}
@media (min-width: 1200px) {
  .slides--hp .swiper-pagination {
    left: 66.6666666667%;
    transform: translateX(calc(-100% - 5rem));
  }
}
.slides--cards .swiper-slide {
  padding-bottom: 3.5rem;
}
.slides--cards .card {
  height: 100%;
}

.flatpickr-input[readonly], .flatpickr-input + input.input[readonly] {
  background-color: inherit;
}
.flatpickr-calendar {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.25rem;
  font-size: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.flatpickr-calendar::before, .flatpickr-calendar::after {
  display: none;
}
.flatpickr-calendar.inline {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.flatpickr-calendar.inline .flatpickr-months {
  margin-bottom: 1rem;
}
.flatpickr-calendar.inline .flatpickr-weekdays {
  margin-bottom: 0.5rem;
}
.flatpickr-calendar.inline .flatpickr-day {
  width: 100%;
  max-width: 2.5rem;
}

.flatpickr-months {
  position: relative;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.flatpickr-months .flatpickr-month {
  height: 2rem;
  color: #383838;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  position: relative;
  width: 14.2857142857%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1;
  color: #383838;
}
.flatpickr-months .flatpickr-prev-month::after, .flatpickr-months .flatpickr-next-month::after {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #00afd4;
}
.flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month::after {
  left: calc(50% + 3px);
  transform: translate(-50%, -50%) rotate(225deg);
}
.flatpickr-current-month {
  left: 0;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  margin: 0;
  padding-left: 0;
  font-weight: inherit;
  line-height: inherit;
  text-transform: lowercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}
.flatpickr-current-month .numInputWrapper {
  width: 7ch;
}
.flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}
.flatpickr-current-month .numInputWrapper::before {
  content: attr(data-month);
}
.flatpickr-current-month .numInputWrapper input.cur-year {
  font-weight: inherit;
  line-height: inherit;
}
.flatpickr-innerContainer {
  overflow: initial;
}
.flatpickr-rContainer {
  flex: auto;
}
span.flatpickr-weekday {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
}

.flatpickr-days {
  width: 100%;
  overflow: initial;
}
.flatpickr-days .dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.flatpickr-day {
  width: 2.5rem;
  max-width: none;
  height: 2.5rem;
  max-height: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #383838;
  border-radius: 0;
}
.flatpickr-day.event {
  border: 1px solid #d9d9d9;
}
.flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background: transparent;
  border-color: #c4e1e6;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  color: #383838;
  background: #ebf8fb;
  border-color: #c4e1e6;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  color: #383838;
  background: #ebf8fb;
  border-color: #c4e1e6;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  font-weight: 700;
  color: #fff;
  background: #00afd4;
  border-color: #00afd4;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #00afd4;
}
.flatpickr-day.inRange {
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}
.flatpickr-day.week.selected {
  box-shadow: -5px 0 0 #00afd4, 5px 0 0 #00afd4;
}
.flatpickr-day[data-event-count]::after {
  content: attr(data-event-count);
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  background-color: #0e8bb0;
  border-radius: 50%;
}

/*

// https://unpkg.com/browse/flatpickr@4.6.9/dist/themes/light.css

&.inRange,
    &.prevMonthDay.inRange,
    &.nextMonthDay.inRange,
    &.today.inRange,
    &.prevMonthDay.today.inRange,
    &.nextMonthDay.today.inRange,
    &:hover,
    &.prevMonthDay:hover,
    &.nextMonthDay:hover,
    &:focus,
    &.prevMonthDay:focus,
    &.nextMonthDay:focus {
      background: #e2e2e2;
      border-color: #e2e2e2;
    }

    &.today {
      border-color: #bbb;

      &:hover,
      &:focus {
        border-color: #bbb;
        background: #bbb;
        color: #fff;
      }
    }

    &.selected,
    &.startRange,
    &.endRange,
    &.selected.inRange,
    &.startRange.inRange,
    &.endRange.inRange,
    &.selected:focus,
    &.startRange:focus,
    &.endRange:focus,
    &.selected:hover,
    &.startRange:hover,
    &.endRange:hover,
    &.selected.prevMonthDay,
    &.startRange.prevMonthDay,
    &.endRange.prevMonthDay,
    &.selected.nextMonthDay,
    &.startRange.nextMonthDay,
    &.endRange.nextMonthDay {
      background: #ff5a5f;
      color: #fff;
      border-color: #ff5a5f;
    }

    &.selected.startRange + .endRange:not(:nth-child(7n+1)),
    &.startRange.startRange + .endRange:not(:nth-child(7n+1)),
    &.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
      box-shadow: -10px 0 0 #ff5a5f;
    }

    &.inRange {
      box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
    }

    &.flatpickr-disabled,
    &.flatpickr-disabled:hover,
    &.prevMonthDay,
    &.nextMonthDay,
    &.notAllowed,
    &.notAllowed.prevMonthDay,
    &.notAllowed.nextMonthDay {
      color: rgba(72,72,72,0.3);
      background: transparent;
      border-color: transparent;
    }

    &.flatpickr-disabled,
    &.flatpickr-disabled:hover {
      cursor: not-allowed;
      color: rgba(72,72,72,0.1);
    }

    &.week.selected {
      box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
    }

 */
.basiclightbox__content {
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .basiclightbox__content {
    width: 90vw;
  }
}
.basiclightbox__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
}