@charset "UTF-8";
/*!
 * Primer-core
 * http://primer.github.io
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
.octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  /* 1 */
  display: block;
}

summary {
  display: list-item;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none !important;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 1.5;
  color: #24292e;
  background-color: #fff;
}

a {
  color: #0366d6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

b,
strong {
  font-weight: 600;
}

hr,
.rule {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}
hr::before,
.rule::before {
  display: table;
  content: "";
}
hr::after,
.rule::after {
  display: table;
  clear: both;
  content: "";
}

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

td,
th {
  padding: 0;
}

button {
  cursor: pointer;
  border-radius: 0;
}

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

details summary {
  cursor: pointer;
}
details:not([open]) > *:not(summary) {
  display: none !important;
}

kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #d1d5da;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #d1d5da;
  box-shadow: inset 0 -1px 0 #d1d5da;
}

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

h1 {
  font-size: 32px;
  font-weight: 600;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

h5 {
  font-size: 14px;
  font-weight: 600;
}

h6 {
  font-size: 12px;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

small {
  font-size: 90%;
}

blockquote {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ol {
  list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

dd {
  margin-left: 0;
}

tt,
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
}

.octicon {
  vertical-align: text-bottom;
}

.Box {
  background-color: #fff;
  border: 1px solid #d1d5da;
  border-radius: 3px;
}

.Box--condensed {
  line-height: 1.25;
}
.Box--condensed .Box-header {
  padding: 8px 16px;
}
.Box--condensed .Box-body {
  padding: 8px 16px;
}
.Box--condensed .Box-footer {
  padding: 8px 16px;
}
.Box--condensed .Box-btn-octicon.btn-octicon {
  padding: 8px 16px;
  margin: -8px -16px;
  line-height: 1.25;
}
.Box--condensed .Box-row {
  padding: 8px 16px;
}

.Box--spacious .Box-header {
  padding: 24px;
  line-height: 1.25;
}
.Box--spacious .Box-title {
  font-size: 20px;
}
.Box--spacious .Box-body {
  padding: 24px;
}
.Box--spacious .Box-footer {
  padding: 24px;
}
.Box--spacious .Box-btn-octicon.btn-octicon {
  padding: 24px;
  margin: -24px -24px;
}
.Box--spacious .Box-row {
  padding: 24px;
}

.Box-header {
  padding: 16px;
  margin: -1px -1px 0;
  background-color: #f6f8fa;
  border-color: #d1d5da;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.Box-title {
  font-size: 14px;
  font-weight: 600;
}

.Box-body {
  padding: 16px;
  border-bottom: 1px solid #e1e4e8;
}
.Box-body:last-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.Box-row {
  padding: 16px;
  margin-top: -1px;
  list-style-type: none;
  border-top: 1px solid #e1e4e8;
}
.Box-row:first-of-type {
  border-top-color: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.Box-row:last-of-type {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.Box-row.Box-row--unread, .Box-row.unread {
  -webkit-box-shadow: 2px 0 0 #0366d6 inset;
  box-shadow: 2px 0 0 #0366d6 inset;
}
.Box-row.navigation-focus .Box-row--drag-button {
  color: #0366d6;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 100;
}
.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.Box-row.navigation-focus.sortable-chosen {
  background-color: #fafbfc;
}
.Box-row.navigation-focus.sortable-ghost {
  background-color: #f6f8fa;
}
.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide {
  opacity: 0;
}

.Box-row--focus-gray.navigation-focus {
  background-color: #f6f8fa;
}

.Box-row--focus-blue.navigation-focus {
  background-color: #f1f8ff;
}

.Box-row--hover-gray:hover {
  background-color: #f6f8fa;
}

.Box-row--hover-blue:hover {
  background-color: #f1f8ff;
}

@media (min-width: 768px) {
  .Box-row-link {
    color: #24292e;
    text-decoration: none;
  }
  .Box-row-link:hover {
    color: #0366d6;
    text-decoration: none;
  }
}

.Box-row--drag-button {
  opacity: 0;
}

.Box-footer {
  padding: 16px;
  margin-top: -1px;
  border-top: 1px solid #e1e4e8;
}

.Box--scrollable {
  max-height: 324px;
  overflow: scroll;
}

.Box--blue {
  border-color: #c8e1ff;
}
.Box--blue .Box-header {
  background-color: #f1f8ff;
  border-color: #c8e1ff;
}
.Box--blue .Box-body {
  border-color: #c8e1ff;
}
.Box--blue .Box-row {
  border-color: #c8e1ff;
}
.Box--blue .Box-footer {
  border-color: #c8e1ff;
}

.Box--danger {
  border-color: #d73a49;
}
.Box--danger .Box-row:first-of-type {
  border-color: #d73a49;
}
.Box--danger .Box-body:last-of-type {
  border-color: #d73a49;
}

.Box-header--blue {
  background-color: #f1f8ff;
  border-color: #c8e1ff;
}

.Box-row--yellow {
  background-color: #fffbdd;
}

.Box-row--blue {
  background-color: #f1f8ff;
}

.Box-row--gray {
  background-color: #f6f8fa;
}

.Box-btn-octicon.btn-octicon {
  padding: 16px 16px;
  margin: -16px -16px;
  line-height: 1.5;
}

.breadcrumb-item {
  display: inline-block;
  margin-left: -0.35em;
  white-space: nowrap;
  list-style: none;
}
.breadcrumb-item::after {
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #e1e4e8;
  content: "/";
}
.breadcrumb-item:first-child {
  margin-left: 0;
}

.breadcrumb-item-selected::after {
  content: none;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  border: 1px solid rgba(27, 31, 35, 0.2);
  border-radius: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn i {
  font-style: normal;
  font-weight: 500;
  opacity: 0.75;
}
.btn .octicon {
  vertical-align: text-top;
}
.btn .Counter {
  color: #586069;
  text-shadow: none;
  background-color: rgba(27, 31, 35, 0.1);
}
.btn:hover {
  text-decoration: none;
  background-repeat: repeat-x;
}
.btn:focus {
  outline: 0;
}
.btn:disabled, .btn.disabled {
  cursor: default;
  background-position: 0 0;
}
.btn:active, .btn.selected {
  background-image: none;
}

.btn {
  color: #24292e;
  background-color: #eff3f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), color-stop(90%, #eff3f6));
  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
.btn:focus, .btn.focus {
  -webkit-box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3);
  box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}
.btn:hover, .btn.hover {
  background-color: #e6ebf1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f6), color-stop(90%, #e6ebf1));
  background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
  background-position: -0.5em;
  border-color: rgba(27, 31, 35, 0.35);
}
.btn:active, .btn.selected, [open] > .btn {
  background-color: #e9ecef;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.35);
  -webkit-box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.btn:disabled, .btn.disabled {
  color: rgba(36, 41, 46, 0.4);
  background-color: #eff3f6;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #28a745;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34d058), color-stop(90%, #28a745));
  background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4);
  box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4);
}
.btn-primary:hover, .btn-primary.hover {
  background-color: #269f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2fcb53), color-stop(90%, #269f42));
  background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
  background-position: -0.5em;
  border-color: rgba(27, 31, 35, 0.5);
}
.btn-primary:active, .btn-primary.selected, [open] > .btn-primary {
  background-color: #279f43;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.5);
  -webkit-box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: rgba(255, 255, 255, 0.75);
  background-color: #94d3a2;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary .Counter {
  color: #29b249;
  background-color: #fff;
}

.btn-blue {
  color: #fff;
  background-color: #0361cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0679fc), color-stop(90%, #0361cc));
  background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%);
}
.btn-blue:focus, .btn-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4);
  box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4);
}
.btn-blue:hover, .btn-blue.hover {
  background-color: #035cc2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0374f4), color-stop(90%, #035cc2));
  background-image: linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);
  background-position: -0.5em;
  border-color: rgba(27, 31, 35, 0.5);
}
.btn-blue:active, .btn-blue.selected, [open] > .btn-blue {
  background-color: #045cc1;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.5);
  -webkit-box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.btn-blue:disabled, .btn-blue.disabled {
  color: rgba(255, 255, 255, 0.75);
  background-color: #81b0e6;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-blue .Counter {
  color: #0366d6;
  background-color: #fff;
}

.btn-danger {
  color: #cb2431;
  background-color: #fafbfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), color-stop(90%, #eff3f6));
  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2em rgba(203, 36, 49, 0.4);
  box-shadow: 0 0 0 0.2em rgba(203, 36, 49, 0.4);
}
.btn-danger:hover {
  color: #fff;
  background-color: #cb2431;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de4450), color-stop(90%, #cb2431));
  background-image: linear-gradient(-180deg, #de4450 0%, #cb2431 90%);
  border-color: rgba(27, 31, 35, 0.5);
}
.btn-danger:hover .Counter {
  color: #fff;
}
.btn-danger:active, .btn-danger.selected, [open] > .btn-danger {
  color: #fff;
  background-color: #b5202c;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.5);
  -webkit-box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
  box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: rgba(203, 36, 49, 0.4);
  background-color: #eff3f6;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline {
  color: #0366d6;
  background-color: #fff;
  background-image: none;
}
.btn-outline .Counter {
  background-color: rgba(27, 31, 35, 0.07);
}
.btn-outline:hover, .btn-outline:active, .btn-outline.selected, [open] > .btn-outline {
  color: #fff;
  background-color: #0366d6;
  background-image: none;
  border-color: #0366d6;
}
.btn-outline:hover .Counter, .btn-outline:active .Counter, .btn-outline.selected .Counter, [open] > .btn-outline .Counter {
  color: #0366d6;
  background-color: #fff;
}
.btn-outline:focus {
  border-color: #0366d6;
  -webkit-box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.4);
  box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.4);
}
.btn-outline:disabled, .btn-outline.disabled {
  color: rgba(27, 31, 35, 0.3);
  background-color: #fff;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-with-count {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-sm {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 20px;
}

.btn-large {
  padding: 0.75em 1.25em;
  font-size: inherit;
  border-radius: 6px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-link {
  display: inline-block;
  padding: 0;
  font-size: inherit;
  color: #0366d6;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-link:hover {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link:disabled:hover {
  color: rgba(88, 96, 105, 0.5);
  cursor: default;
}

.btn-invisible {
  color: #0366d6;
  background-color: #fff;
  background-image: none;
  border: 0;
}
.btn-invisible:hover, .btn-invisible:active, .btn-invisible:focus, .btn-invisible.selected, .btn-invisible.zeroclipboard-is-hover, .btn-invisible.zeroclipboard-is-active {
  color: #0366d6;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-octicon {
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  line-height: 1;
  color: #586069;
  vertical-align: middle;
  background: transparent;
  border: 0;
}
.btn-octicon:hover {
  color: #0366d6;
}
.btn-octicon.disabled {
  color: #959da5;
  cursor: default;
}
.btn-octicon.disabled:hover {
  color: #959da5;
}

.btn-octicon-danger:hover {
  color: #cb2431;
}

.BtnGroup {
  display: inline-block;
  vertical-align: middle;
}
.BtnGroup::before {
  display: table;
  content: "";
}
.BtnGroup::after {
  display: table;
  clear: both;
  content: "";
}
.BtnGroup + .BtnGroup,
.BtnGroup + .btn {
  margin-left: 4px;
}

.BtnGroup-item {
  position: relative;
  float: left;
  border-right-width: 0;
  border-radius: 0;
}
.BtnGroup-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.BtnGroup-item:last-child {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.BtnGroup-item.selected, .BtnGroup-item:focus, .BtnGroup-item:active, .BtnGroup-item:hover {
  border-right-width: 1px;
}
.BtnGroup-item.selected + .BtnGroup-item,
.BtnGroup-item.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:focus + .BtnGroup-item,
.BtnGroup-item:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:active + .BtnGroup-item,
.BtnGroup-item:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:hover + .BtnGroup-item,
.BtnGroup-item:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

.BtnGroup-parent {
  float: left;
}
.BtnGroup-parent:first-child .BtnGroup-item {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.BtnGroup-parent:last-child .BtnGroup-item {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.BtnGroup-parent .BtnGroup-item {
  border-right-width: 0;
  border-radius: 0;
}
.BtnGroup-parent.selected .BtnGroup-item, .BtnGroup-parent:focus .BtnGroup-item, .BtnGroup-parent:active .BtnGroup-item, .BtnGroup-parent:hover .BtnGroup-item {
  border-right-width: 1px;
}
.BtnGroup-parent.selected + .BtnGroup-item,
.BtnGroup-parent.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:focus + .BtnGroup-item,
.BtnGroup-parent:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:active + .BtnGroup-item,
.BtnGroup-parent:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:hover + .BtnGroup-item,
.BtnGroup-parent:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

.BtnGroup-item:focus, .BtnGroup-item:active,
.BtnGroup-parent:focus,
.BtnGroup-parent:active {
  z-index: 1;
}

.close-button {
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

.hidden-text-expander {
  display: block;
}
.hidden-text-expander.inline {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
}

.hidden-text-expander a,
.ellipsis-expander {
  display: inline-block;
  height: 12px;
  padding: 0 5px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 6px;
  color: #444d56;
  text-decoration: none;
  vertical-align: middle;
  background: #dfe2e5;
  border: 0;
  border-radius: 1px;
}
.hidden-text-expander a:hover,
.ellipsis-expander:hover {
  text-decoration: none;
  background-color: #c6cbd1;
}
.hidden-text-expander a:active,
.ellipsis-expander:active {
  color: #fff;
  background-color: #2188ff;
}

.social-count {
  float: left;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(27, 31, 35, 0.2);
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.social-count:hover, .social-count:active {
  text-decoration: none;
}
.social-count:hover {
  color: #0366d6;
  cursor: pointer;
}

.TableObject {
  display: table;
}

.TableObject-item {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.TableObject-item--primary {
  width: 99%;
}

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

label {
  font-weight: 600;
}

.form-control,
.form-select {
  min-height: 34px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
}
.form-control.focus, .form-control:focus,
.form-select.focus,
.form-select:focus {
  border-color: #2188ff;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}
@media (min-width: 768px) {
  .form-control,
.form-select {
    font-size: 14px;
  }
}

.input-contrast {
  background-color: #fafbfc;
}
.input-contrast:focus {
  background-color: #fff;
}

.input-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}
.input-dark::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark::-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark:-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark::-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark::placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark.focus, .input-dark:focus {
  border-color: rgba(27, 31, 35, 0.3);
  -webkit-box-shadow: 0 0 0 0.2em rgba(121, 184, 255, 0.4);
  box-shadow: 0 0 0 0.2em rgba(121, 184, 255, 0.4);
}

::-webkit-input-placeholder {
  color: #6a737d;
}

::-moz-placeholder {
  color: #6a737d;
}

:-ms-input-placeholder {
  color: #6a737d;
}

::-ms-input-placeholder {
  color: #6a737d;
}

::placeholder {
  color: #6a737d;
}

.input-sm {
  min-height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
}

.input-lg {
  padding: 4px 10px;
  font-size: 16px;
}

.input-block {
  display: block;
  width: 100%;
}

.input-monospace {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}

.form-checkbox {
  padding-left: 20px;
  margin: 15px 0;
  vertical-align: middle;
}
.form-checkbox label em.highlight {
  position: relative;
  left: -4px;
  padding: 2px 4px;
  font-style: normal;
  background: #fffbdd;
  border-radius: 3px;
}
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio] {
  float: left;
  margin: 5px 0 0 -20px;
  vertical-align: middle;
}
.form-checkbox .note {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #586069;
}

.form-checkbox-details {
  display: none;
}

.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,
.form-checkbox-details-trigger:checked ~ .form-checkbox-details {
  display: block;
}

.hfields {
  margin: 15px 0;
}
.hfields::before {
  display: table;
  content: "";
}
.hfields::after {
  display: table;
  clear: both;
  content: "";
}
.hfields .form-group {
  float: left;
  margin: 0 30px 0 0;
}
.hfields .form-group dt label {
  display: inline-block;
  margin: 5px 0 0;
  color: #586069;
}
.hfields .form-group dt img {
  position: relative;
  top: -2px;
}
.hfields .btn {
  float: left;
  margin: 28px 25px 0 -20px;
}
.hfields .form-select {
  margin-top: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.form-actions::before {
  display: table;
  content: "";
}
.form-actions::after {
  display: table;
  clear: both;
  content: "";
}
.form-actions .btn {
  float: right;
}
.form-actions .btn + .btn {
  margin-right: 5px;
}

.form-warning {
  padding: 8px 10px;
  margin: 10px 0;
  font-size: 14px;
  color: #735c0f;
  background: #fffbdd;
  border: 1px solid #d9d0a5;
  border-radius: 3px;
}
.form-warning p {
  margin: 0;
  line-height: 1.5;
}
.form-warning a {
  font-weight: 600;
}

.form-select {
  display: inline-block;
  max-width: 100%;
  height: 34px;
  padding-right: 24px;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select::-ms-expand {
  opacity: 0;
}
.form-select[multiple] {
  height: auto;
}

.select-sm {
  height: 28px;
  min-height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.select-sm[multiple] {
  height: auto;
  min-height: 0;
}

.form-group {
  margin: 15px 0;
}
.form-group .form-control {
  width: 440px;
  max-width: 100%;
  margin-right: 5px;
  background-color: #fafbfc;
}
.form-group .form-control:focus {
  background-color: #fff;
}
.form-group .form-control.shorter {
  width: 130px;
}
.form-group .form-control.short {
  width: 250px;
}
.form-group .form-control.long {
  width: 100%;
}
.form-group textarea.form-control {
  width: 100%;
  height: 200px;
  min-height: 200px;
}
.form-group textarea.form-control.short {
  height: 50px;
  min-height: 50px;
}
.form-group dt {
  margin: 0 0 6px;
}
.form-group label {
  position: relative;
}
.form-group.flattened dt {
  float: left;
  margin: 0;
  line-height: 32px;
}
.form-group.flattened dd {
  line-height: 32px;
}
.form-group dd h4 {
  margin: 4px 0 0;
}
.form-group dd h4.is-error {
  color: #cb2431;
}
.form-group dd h4.is-success {
  color: #28a745;
}
.form-group dd h4 + .note {
  margin-top: 0;
}
.form-group.required dt label::after {
  padding-left: 5px;
  color: #cb2431;
  content: "*";
}
.form-group .success,
.form-group .error,
.form-group .indicator {
  display: none;
  font-size: 12px;
  font-weight: 600;
}
.form-group.loading {
  opacity: 0.5;
}
.form-group.loading .indicator {
  display: inline;
}
.form-group.loading .spinner {
  display: inline-block;
  vertical-align: middle;
}
.form-group.successful .success {
  display: inline;
  color: #28a745;
}
.form-group.warn .warning,
.form-group.warn .error, .form-group.errored .warning,
.form-group.errored .error {
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 450px;
  padding: 5px 8px;
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}
.form-group.warn .warning::after, .form-group.warn .warning::before,
.form-group.warn .error::after,
.form-group.warn .error::before, .form-group.errored .warning::after, .form-group.errored .warning::before,
.form-group.errored .error::after,
.form-group.errored .error::before {
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 15;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
}
.form-group.warn .warning::after,
.form-group.warn .error::after, .form-group.errored .warning::after,
.form-group.errored .error::after {
  border-width: 5px;
}
.form-group.warn .warning::before,
.form-group.warn .error::before, .form-group.errored .warning::before,
.form-group.errored .error::before {
  margin-left: -1px;
  border-width: 6px;
}
.form-group.warn .warning {
  color: #735c0f;
  background-color: #fffbdd;
  border-color: #d9d0a5;
}
.form-group.warn .warning::after {
  border-bottom-color: #fffbdd;
}
.form-group.warn .warning::before {
  border-bottom-color: #d9d0a5;
}
.form-group.errored label {
  color: #cb2431;
}
.form-group.errored .error {
  color: #86181d;
  background-color: #ffdce0;
  border-color: #cea0a5;
}
.form-group.errored .error::after {
  border-bottom-color: #ffdce0;
}
.form-group.errored .error::before {
  border-bottom-color: #cea0a5;
}

.note {
  min-height: 17px;
  margin: 4px 0 2px;
  font-size: 12px;
  color: #586069;
}
.note .spinner {
  margin-right: 3px;
  vertical-align: middle;
}

dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored {
  padding-right: 30px;
}
dl.form-group > dd .form-control.is-autocheck-loading {
  background-image: url("/images/spinners/octocat-spinner-16px.gif");
}
dl.form-group > dd .form-control.is-autocheck-successful {
  background-image: url("/images/modules/ajax/success.png");
}
dl.form-group > dd .form-control.is-autocheck-errored {
  background-image: url("/images/modules/ajax/error.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored {
    background-size: 16px 16px;
  }
  dl.form-group > dd .form-control.is-autocheck-loading {
    background-image: url("/images/spinners/octocat-spinner-32.gif");
  }
  dl.form-group > dd .form-control.is-autocheck-successful {
    background-image: url("/images/modules/ajax/success@2x.png");
  }
  dl.form-group > dd .form-control.is-autocheck-errored {
    background-image: url("/images/modules/ajax/error@2x.png");
  }
}
.status-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.status-indicator .octicon {
  display: none;
}

.status-indicator-success::before {
  content: "";
}
.status-indicator-success .octicon-check {
  display: inline-block;
  color: #28a745;
  fill: #28a745;
}
.status-indicator-success .octicon-x {
  display: none;
}

.status-indicator-failed::before {
  content: "";
}
.status-indicator-failed .octicon-check {
  display: none;
}
.status-indicator-failed .octicon-x {
  display: inline-block;
  color: #cb2431;
  fill: #d73a49;
}

.status-indicator-loading {
  width: 16px;
  background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;
  background-size: 16px;
}

.inline-form {
  display: inline-block;
}
.inline-form .btn-plain {
  background-color: transparent;
  border: 0;
}

.drag-and-drop {
  padding: 7px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #586069;
  background-color: #fafbfc;
  border: 1px solid #c3c8cf;
  border-top: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.drag-and-drop .default,
.drag-and-drop .loading,
.drag-and-drop .error {
  display: none;
}
.drag-and-drop .error {
  color: #cb2431;
}
.drag-and-drop img {
  vertical-align: top;
}

.is-default .drag-and-drop .default {
  display: inline-block;
}

.is-uploading .drag-and-drop .loading {
  display: inline-block;
}

.is-bad-file .drag-and-drop .bad-file {
  display: inline-block;
}

.is-duplicate-filename .drag-and-drop .duplicate-filename {
  display: inline-block;
}

.is-too-big .drag-and-drop .too-big {
  display: inline-block;
}

.is-hidden-file .drag-and-drop .hidden-file {
  display: inline-block;
}

.is-empty .drag-and-drop .empty {
  display: inline-block;
}

.is-bad-permissions .drag-and-drop .bad-permissions {
  display: inline-block;
}

.is-repository-required .drag-and-drop .repository-required {
  display: inline-block;
}

.drag-and-drop-error-info {
  font-weight: 400;
  color: #586069;
}
.drag-and-drop-error-info a {
  color: #0366d6;
}

.is-failed .drag-and-drop .failed-request {
  display: inline-block;
}

.manual-file-chooser {
  position: absolute;
  width: 240px;
  padding: 5px;
  margin-left: -80px;
  cursor: pointer;
  opacity: 0.0001;
}

.manual-file-chooser:hover + .manual-file-chooser-text {
  text-decoration: underline;
}

.btn .manual-file-chooser {
  top: 0;
  padding: 0;
  line-height: 34px;
}

.upload-enabled textarea {
  display: block;
  border-bottom: 1px dashed #dfe2e5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.upload-enabled.focused {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
  box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}
.upload-enabled.focused .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.upload-enabled.focused .drag-and-drop {
  border-color: #4a9eff;
}

.dragover textarea,
.dragover .drag-and-drop {
  -webkit-box-shadow: #c9ff00 0 0 3px;
  box-shadow: #c9ff00 0 0 3px;
}

.write-content {
  position: relative;
}

.previewable-comment-form {
  position: relative;
}
.previewable-comment-form .tabnav {
  position: relative;
  padding: 8px 8px 0;
}
.previewable-comment-form .comment {
  border: 1px solid #c3c8cf;
}
.previewable-comment-form .comment-form-error {
  margin-bottom: 8px;
}
.previewable-comment-form .write-content,
.previewable-comment-form .preview-content {
  display: none;
  margin: 0 8px 8px;
}
.previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content {
  display: block;
}
.previewable-comment-form textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  padding: 8px;
  resize: vertical;
}

.form-action-spacious {
  margin-top: 10px;
}

div.composer {
  margin-top: 0;
  border: 0;
}

.composer .comment-form-textarea {
  height: 200px;
  min-height: 200px;
}

.composer .tabnav {
  margin: 0 0 10px;
}

h2.account {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #586069;
}

p.explain {
  position: relative;
  font-size: 12px;
  color: #586069;
}
p.explain strong {
  color: #24292e;
}
p.explain .octicon {
  margin-right: 5px;
  color: #959da5;
}
p.explain .minibutton {
  top: -4px;
  float: right;
}

.form-group label {
  position: static;
}

.input-group {
  display: table;
}
.input-group .form-control {
  position: relative;
  width: 100%;
}
.input-group .form-control:focus {
  z-index: 2;
}
.input-group .form-control + .btn {
  margin-left: 0;
}
.input-group.inline {
  display: inline-table;
}

.input-group .form-control,
.input-group-button {
  display: table-cell;
}

.input-group-button {
  width: 1%;
  vertical-align: middle;
}

.input-group .form-control:first-child,
.input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-button:first-child .btn {
  margin-right: -1px;
}

.input-group .form-control:last-child,
.input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-button:last-child .btn {
  margin-left: -1px;
}

.container-sm {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}

.container-md {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}

.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1012px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
.gutter {
  margin-right: -16px;
  margin-left: -16px;
}
.gutter > [class*=col-] {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.gutter-condensed {
  margin-right: -8px;
  margin-left: -8px;
}
.gutter-condensed > [class*=col-] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.gutter-spacious {
  margin-right: -24px;
  margin-left: -24px;
}
.gutter-spacious > [class*=col-] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

@media (min-width: 544px) {
  .gutter-sm {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-sm > [class*=col-] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .gutter-sm-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-sm-condensed > [class*=col-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .gutter-sm-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-sm-spacious > [class*=col-] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .gutter-md {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-md > [class*=col-] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .gutter-md-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-md-condensed > [class*=col-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .gutter-md-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-md-spacious > [class*=col-] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1012px) {
  .gutter-lg {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-lg > [class*=col-] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .gutter-lg-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-lg-condensed > [class*=col-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .gutter-lg-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-lg-spacious > [class*=col-] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) {
  .gutter-xl {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-xl > [class*=col-] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .gutter-xl-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-xl-condensed > [class*=col-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .gutter-xl-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-xl-spacious > [class*=col-] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
.offset-1 {
  margin-left: 8.3333333333% !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .offset-sm-1 {
    margin-left: 8.3333333333% !important;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667% !important;
  }

  .offset-sm-3 {
    margin-left: 25% !important;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333% !important;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667% !important;
  }

  .offset-sm-6 {
    margin-left: 50% !important;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333% !important;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667% !important;
  }

  .offset-sm-9 {
    margin-left: 75% !important;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333% !important;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333% !important;
  }

  .offset-md-2 {
    margin-left: 16.6666666667% !important;
  }

  .offset-md-3 {
    margin-left: 25% !important;
  }

  .offset-md-4 {
    margin-left: 33.3333333333% !important;
  }

  .offset-md-5 {
    margin-left: 41.6666666667% !important;
  }

  .offset-md-6 {
    margin-left: 50% !important;
  }

  .offset-md-7 {
    margin-left: 58.3333333333% !important;
  }

  .offset-md-8 {
    margin-left: 66.6666666667% !important;
  }

  .offset-md-9 {
    margin-left: 75% !important;
  }

  .offset-md-10 {
    margin-left: 83.3333333333% !important;
  }

  .offset-md-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media (min-width: 1012px) {
  .offset-lg-1 {
    margin-left: 8.3333333333% !important;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667% !important;
  }

  .offset-lg-3 {
    margin-left: 25% !important;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333% !important;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667% !important;
  }

  .offset-lg-6 {
    margin-left: 50% !important;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333% !important;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667% !important;
  }

  .offset-lg-9 {
    margin-left: 75% !important;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333% !important;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media (min-width: 1280px) {
  .offset-xl-1 {
    margin-left: 8.3333333333% !important;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667% !important;
  }

  .offset-xl-3 {
    margin-left: 25% !important;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333% !important;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667% !important;
  }

  .offset-xl-6 {
    margin-left: 50% !important;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333% !important;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667% !important;
  }

  .offset-xl-9 {
    margin-left: 75% !important;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333% !important;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667% !important;
  }
}
.menu {
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d1d5da;
  border-radius: 3px;
}

.menu-item {
  position: relative;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #e1e4e8;
}
.menu-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.menu-item:first-child::before {
  border-top-left-radius: 2px;
}
.menu-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.menu-item:last-child::before {
  border-bottom-left-radius: 2px;
}
.menu-item:hover {
  text-decoration: none;
  background-color: #f6f8fa;
}
.menu-item.selected {
  font-weight: 600;
  color: #24292e;
  cursor: default;
  background-color: #fff;
}
.menu-item.selected::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background-color: #e36209;
}
.menu-item .octicon {
  width: 16px;
  margin-right: 5px;
  color: #24292e;
  text-align: center;
}
.menu-item .Counter {
  float: right;
  margin-left: 5px;
}
.menu-item .menu-warning {
  float: right;
  color: #86181d;
}
.menu-item .avatar {
  float: left;
  margin-right: 5px;
}
.menu-item.alert .Counter {
  color: #cb2431;
}

.menu-heading {
  display: block;
  padding: 8px 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #586069;
  background-color: #f3f5f8;
  border-bottom: 1px solid #e1e4e8;
}
.menu-heading:hover {
  text-decoration: none;
}
.menu-heading:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.menu-heading:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.tabnav {
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d5da;
}
.tabnav .Counter {
  margin-left: 5px;
}

.tabnav-tabs {
  margin-bottom: -1px;
}

.tabnav-tab {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #586069;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 0;
}
.tabnav-tab[aria-selected=true], .tabnav-tab.selected {
  color: #24292e;
  background-color: #fff;
  border-color: #d1d5da;
  border-radius: 3px 3px 0 0;
}
.tabnav-tab:hover, .tabnav-tab:focus {
  color: #24292e;
  text-decoration: none;
}

.tabnav-extra {
  display: inline-block;
  padding-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #586069;
}
.tabnav-extra > .octicon {
  margin-right: 2px;
}

a.tabnav-extra:hover {
  color: #0366d6;
  text-decoration: none;
}

.tabnav-btn {
  margin-left: 10px;
}

.filter-list {
  list-style-type: none;
}
.filter-list.small .filter-item {
  padding: 4px 10px;
  margin: 0 0 2px;
  font-size: 12px;
}
.filter-list.pjax-active .filter-item {
  color: #586069;
  background-color: transparent;
}
.filter-list.pjax-active .filter-item.pjax-active {
  color: #fff;
  background-color: #0366d6;
}

.filter-item {
  position: relative;
  display: block;
  padding: 8px 10px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #586069;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}
.filter-item:hover {
  text-decoration: none;
  background-color: #eaecef;
}
.filter-item.selected {
  color: #fff;
  background-color: #0366d6;
}
.filter-item .count {
  float: right;
  font-weight: 600;
}
.filter-item .bar {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  z-index: -1;
  display: inline-block;
  background-color: #eff3f6;
}

.SideNav {
  background-color: #fafbfc;
}

.SideNav-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  color: #586069;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-top: 1px #e1e4e8 solid;
}
.SideNav-item:first-child {
  border-top: 0;
}
.SideNav-item:last-child {
  -webkit-box-shadow: 0 1px 0 #e1e4e8;
  box-shadow: 0 1px 0 #e1e4e8;
}
.SideNav-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 3px;
  pointer-events: none;
  content: "";
}

.SideNav-item:hover,
.SideNav-item:focus {
  color: #24292e;
  text-decoration: none;
  background-color: #f6f8fa;
  outline: none;
}
.SideNav-item:hover::before,
.SideNav-item:focus::before {
  background-color: #d1d5da;
}

.SideNav-item:active {
  background-color: #fff;
}

.SideNav-item[aria-current=page],
.SideNav-item[aria-selected=true] {
  font-weight: 500;
  color: #24292e;
  background-color: #fff;
}
.SideNav-item[aria-current=page]::before,
.SideNav-item[aria-selected=true]::before {
  background-color: #e36209;
}

.SideNav-icon {
  width: 16px;
  color: #6a737d;
}

.SideNav-subItem {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 0;
  color: #0366d6;
  text-align: left;
  background-color: transparent;
  border: 0;
}

.SideNav-subItem:hover,
.SideNav-subItem:focus {
  color: #24292e;
  text-decoration: none;
  outline: none;
}

.SideNav-subItem[aria-current=page],
.SideNav-subItem[aria-selected=true] {
  font-weight: 500;
  color: #24292e;
}

.subnav {
  margin-bottom: 20px;
}
.subnav::before {
  display: table;
  content: "";
}
.subnav::after {
  display: table;
  clear: both;
  content: "";
}

.subnav-bordered {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecef;
}

.subnav-flush {
  margin-bottom: 0;
}

.subnav-item {
  position: relative;
  float: left;
  padding: 6px 14px;
  font-weight: 600;
  line-height: 20px;
  color: #586069;
  border: 1px solid #e1e4e8;
}
.subnav-item + .subnav-item {
  margin-left: -1px;
}
.subnav-item:hover, .subnav-item:focus {
  text-decoration: none;
  background-color: #f6f8fa;
}
.subnav-item.selected, .subnav-item.selected:hover, .subnav-item.selected:focus {
  z-index: 2;
  color: #fff;
  background-color: #0366d6;
  border-color: #0366d6;
}
.subnav-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.subnav-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.subnav-search {
  position: relative;
  margin-left: 10px;
}

.subnav-search-input {
  width: 320px;
  padding-left: 30px;
  color: #586069;
}

.subnav-search-input-wide {
  width: 500px;
}

.subnav-search-icon {
  position: absolute;
  top: 9px;
  left: 8px;
  display: block;
  color: #c6cbd1;
  text-align: center;
  pointer-events: none;
}

.subnav-search-context .btn {
  color: #444d56;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.subnav-search-context .btn:hover, .subnav-search-context .btn:focus, .subnav-search-context .btn:active, .subnav-search-context .btn.selected {
  z-index: 2;
}
.subnav-search-context + .subnav-search {
  margin-left: -1px;
}
.subnav-search-context + .subnav-search .subnav-search-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.subnav-search-context .select-menu-modal-holder {
  z-index: 30;
}
.subnav-search-context .select-menu-modal {
  width: 220px;
}
.subnav-search-context .select-menu-item-icon {
  color: inherit;
}

.subnav-spacer-right {
  padding-right: 10px;
}

.UnderlineNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px #e1e4e8 solid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.UnderlineNav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.UnderlineNav-item {
  padding: 16px 8px;
  margin-right: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #586069;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.UnderlineNav-item:hover, .UnderlineNav-item:focus {
  color: #24292e;
  text-decoration: none;
  border-bottom-color: #d1d5da;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.UnderlineNav-item:hover .UnderlineNav-octicon, .UnderlineNav-item:focus .UnderlineNav-octicon {
  color: #6a737d;
}
.UnderlineNav-item.selected, .UnderlineNav-item[role=tab][aria-selected=true], .UnderlineNav-item[aria-current] {
  font-weight: 600;
  color: #24292e;
  border-bottom-color: #e36209;
}
.UnderlineNav-item.selected .UnderlineNav-octicon, .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon, .UnderlineNav-item[aria-current] .UnderlineNav-octicon {
  color: #6a737d;
}

.UnderlineNav--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.UnderlineNav--right .UnderlineNav-item {
  margin-right: 0;
  margin-left: 16px;
}
.UnderlineNav--right .UnderlineNav-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.UnderlineNav-actions {
  -ms-flex-item-align: center;
  align-self: center;
}

.UnderlineNav--full {
  display: block;
}

.UnderlineNav-octicon {
  color: #959da5;
}

.UnderlineNav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination::before {
  display: table;
  content: "";
}
.pagination::after {
  display: table;
  clear: both;
  content: "";
}
.pagination a,
.pagination span,
.pagination em {
  position: relative;
  float: left;
  padding: 7px 12px;
  margin-left: -1px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #0366d6;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #e1e4e8;
}
.pagination a:first-child,
.pagination span:first-child,
.pagination em:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination a:last-child,
.pagination span:last-child,
.pagination em:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
  z-index: 2;
  text-decoration: none;
  background-color: #eff3f6;
  border-color: #e1e4e8;
}
.pagination .selected {
  z-index: 3;
}
.pagination .current,
.pagination .current:hover {
  z-index: 3;
  color: #fff;
  background-color: #0366d6;
  border-color: #0366d6;
}
.pagination .gap,
.pagination .disabled,
.pagination .gap:hover,
.pagination .disabled:hover {
  color: #d1d5da;
  cursor: default;
  background-color: #fafbfc;
}

.paginate-container {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.paginate-container .pagination {
  display: inline-block;
}

.tooltipped {
  position: relative;
}

.tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.5em 0.75em;
  font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: #1b1f23;
  border-radius: 3px;
  opacity: 0;
}

.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #1b1f23;
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  opacity: 0;
}

@-webkit-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltipped:hover::before, .tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  -webkit-animation-name: tooltip-appear;
  animation-name: tooltip-appear;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
.tooltipped-no-delay:active::before,
.tooltipped-no-delay:active::after,
.tooltipped-no-delay:focus::before,
.tooltipped-no-delay:focus::after {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
  display: table-cell;
}

.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}
.tooltipped-s::before,
.tooltipped-se::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: #1b1f23;
}

.tooltipped-se::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

.tooltipped-sw::after {
  margin-right: -16px;
}

.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 6px;
}
.tooltipped-n::before,
.tooltipped-ne::before,
.tooltipped-nw::before {
  top: -7px;
  right: 50%;
  bottom: auto;
  margin-right: -6px;
  border-top-color: #1b1f23;
}

.tooltipped-ne::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

.tooltipped-nw::after {
  margin-right: -16px;
}

.tooltipped-s::after,
.tooltipped-n::after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: #1b1f23;
}

.tooltipped-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 6px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tooltipped-e::before {
  top: 50%;
  right: -7px;
  bottom: 50%;
  margin-top: -6px;
  border-right-color: #1b1f23;
}

.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
  right: 0;
  margin-right: 0;
}

.tooltipped-align-right-1::before {
  right: 10px;
}

.tooltipped-align-right-2::before {
  right: 15px;
}

.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
  left: 0;
  margin-left: 0;
}

.tooltipped-align-left-1::before {
  left: 5px;
}

.tooltipped-align-left-2::before {
  left: 10px;
}

.tooltipped-multiline::after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate;
}
.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
  right: 100%;
}

@media screen and (min-width: 0\0 ) {
  .tooltipped-multiline::after {
    width: 250px;
  }
}
.tooltipped-sticky::before, .tooltipped-sticky::after {
  display: inline-block;
}
.tooltipped-sticky.tooltipped-multiline::after {
  display: table-cell;
}

.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  display: inline-block;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target, .css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target, .css-truncate.expandable:hover .css-truncate-target, .css-truncate.expandable:hover.css-truncate-target {
  max-width: 10000px !important;
}

/* Fade in an element */
.anim-fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.anim-fade-in.fast {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Fade out an element */
.anim-fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.anim-fade-out.fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Fade in and slide up an element */
.anim-fade-up {
  opacity: 0;
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0.8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0.8;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Fade an element out and slide down */
.anim-fade-down {
  -webkit-animation-name: fade-down;
  animation-name: fade-down;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* Grow an element width from 0 to 100% */
.anim-grow-x {
  width: 0%;
  -webkit-animation-name: grow-x;
  animation-name: grow-x;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes grow-x {
  to {
    width: 100%;
  }
}

@keyframes grow-x {
  to {
    width: 100%;
  }
}
/* Shrink an element from 100% to 0% */
.anim-shrink-x {
  -webkit-animation-name: shrink-x;
  animation-name: shrink-x;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes shrink-x {
  to {
    width: 0%;
  }
}

@keyframes shrink-x {
  to {
    width: 0%;
  }
}
/* Fade in an element and scale it fast */
.anim-scale-in {
  -webkit-animation-name: scale-in;
  animation-name: scale-in;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Pulse an element's opacity */
.anim-pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
/* Pulse in an element */
.anim-pulse-in {
  -webkit-animation-name: pulse-in;
  animation-name: pulse-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Increase scale of an element on hover */
.hover-grow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-grow:hover {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

/* Add a gray border to the left and right */
.border-x {
  border-right: 1px #e1e4e8 solid !important;
  border-left: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the top and bottom */
.border-y {
  border-top: 1px #e1e4e8 solid !important;
  border-bottom: 1px #e1e4e8 solid !important;
}

/* Responsive gray borders */
/* Add a gray border on all sides at/above this breakpoint */
.border {
  border: 1px #e1e4e8 solid !important;
}

/* Set the border width to 0 on all sides at/above this breakpoint */
.border-0 {
  border: 0 !important;
}

/* Add a gray border to the top */
.border-top {
  border-top: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the right */
.border-right {
  border-right: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the bottom */
.border-bottom {
  border-bottom: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the left */
.border-left {
  border-left: 1px #e1e4e8 solid !important;
}

/* Remove the top border */
.border-top-0 {
  border-top: 0 !important;
}

/* Remove the right border */
.border-right-0 {
  border-right: 0 !important;
}

/* Remove the bottom border */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* Remove the left border */
.border-left-0 {
  border-left: 0 !important;
}

/* Remove the border-radius */
.rounded-0 {
  border-radius: 0 !important;
}

/* Add a border-radius to all corners */
.rounded-1 {
  border-radius: 3px !important;
}

/* Add a 2x border-radius to all corners */
.rounded-2 {
  border-radius: 6px !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-top-2 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-right-1 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-right-2 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-left-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-left-1 {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

.rounded-left-2 {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

@media (min-width: 544px) {
  /* Add a gray border on all sides at/above this breakpoint */
  .border-sm {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  .border-sm-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  .border-sm-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  .border-sm-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  .border-sm-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  .border-sm-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  .border-sm-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  .border-sm-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  .border-sm-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  .rounded-sm-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  .rounded-sm-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  .rounded-sm-2 {
    border-radius: 6px !important;
  }

  .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-sm-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .rounded-sm-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-sm-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .rounded-sm-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .rounded-sm-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .rounded-sm-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-sm-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .rounded-sm-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-sm-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .rounded-sm-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  .rounded-sm-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
@media (min-width: 768px) {
  /* Add a gray border on all sides at/above this breakpoint */
  .border-md {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  .border-md-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  .border-md-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  .border-md-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  .border-md-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  .border-md-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  .border-md-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  .border-md-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  .border-md-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  .rounded-md-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  .rounded-md-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  .rounded-md-2 {
    border-radius: 6px !important;
  }

  .rounded-md-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-md-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .rounded-md-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-md-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .rounded-md-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .rounded-md-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .rounded-md-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-md-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .rounded-md-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-md-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .rounded-md-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  .rounded-md-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
@media (min-width: 1012px) {
  /* Add a gray border on all sides at/above this breakpoint */
  .border-lg {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  .border-lg-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  .border-lg-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  .border-lg-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  .border-lg-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  .border-lg-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  .border-lg-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  .border-lg-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  .border-lg-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  .rounded-lg-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  .rounded-lg-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  .rounded-lg-2 {
    border-radius: 6px !important;
  }

  .rounded-lg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-lg-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .rounded-lg-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-lg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .rounded-lg-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .rounded-lg-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .rounded-lg-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-lg-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .rounded-lg-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-lg-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .rounded-lg-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  .rounded-lg-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
@media (min-width: 1280px) {
  /* Add a gray border on all sides at/above this breakpoint */
  .border-xl {
    border: 1px #e1e4e8 solid !important;
  }

  /* Set the border width to 0 on all sides at/above this breakpoint */
  .border-xl-0 {
    border: 0 !important;
  }

  /* Add a gray border to the top */
  .border-xl-top {
    border-top: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the right */
  .border-xl-right {
    border-right: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the bottom */
  .border-xl-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }

  /* Add a gray border to the left */
  .border-xl-left {
    border-left: 1px #e1e4e8 solid !important;
  }

  /* Remove the top border */
  .border-xl-top-0 {
    border-top: 0 !important;
  }

  /* Remove the right border */
  .border-xl-right-0 {
    border-right: 0 !important;
  }

  /* Remove the bottom border */
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  /* Remove the left border */
  .border-xl-left-0 {
    border-left: 0 !important;
  }

  /* Remove the border-radius */
  .rounded-xl-0 {
    border-radius: 0 !important;
  }

  /* Add a border-radius to all corners */
  .rounded-xl-1 {
    border-radius: 3px !important;
  }

  /* Add a 2x border-radius to all corners */
  .rounded-xl-2 {
    border-radius: 6px !important;
  }

  .rounded-xl-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .rounded-xl-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }

  .rounded-xl-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .rounded-xl-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .rounded-xl-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  .rounded-xl-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .rounded-xl-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .rounded-xl-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .rounded-xl-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .rounded-xl-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }

  .rounded-xl-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }

  .rounded-xl-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
}
/* Add a 50% border-radius to make something into a circle */
.circle {
  border-radius: 50% !important;
}

/* Change the border style to dashed, in conjunction with another utility */
.border-dashed {
  border-style: dashed !important;
}

/* Use with .border to turn the border blue */
.border-blue {
  border-color: #0366d6 !important;
}

/* Use with .border to turn the border blue-light */
.border-blue-light {
  border-color: #c8e1ff !important;
}

/* Use with .border to turn the border green */
.border-green {
  border-color: #34d058 !important;
}

/* Use with .border to turn the border green light */
.border-green-light {
  border-color: #a2cbac !important;
}

/* Use with .border to turn the border red */
.border-red {
  border-color: #d73a49 !important;
}

/* Use with .border to turn the border red-light */
.border-red-light {
  border-color: #cea0a5 !important;
}

/* Use with .border to turn the border purple */
.border-purple {
  border-color: #6f42c1 !important;
}

/* Use with .border to turn the border yellow */
.border-yellow {
  border-color: #d9d0a5 !important;
}

/* Use with .border to turn the border gray-light */
.border-gray-light {
  border-color: #eaecef !important;
}

/* Use with .border to turn the border gray-dark */
.border-gray-dark {
  border-color: #d1d5da !important;
}

/* Use with .border to turn the border rgba black 0.15 */
.border-black-fade {
  border-color: rgba(27, 31, 35, 0.15) !important;
}

/* Use with .border to turn the border rgba white 0.15 */
.border-white-fade {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Use with .border to turn the border white w/varying transparency */
.border-white-fade-15 {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.border-white-fade-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-white-fade-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-white-fade-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.border-white-fade-85 {
  border-color: rgba(255, 255, 255, 0.85) !important;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important;
  box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important;
}

.box-shadow-medium {
  -webkit-box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important;
  box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important;
}

.box-shadow-large {
  -webkit-box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
}

.box-shadow-extra-large {
  -webkit-box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important;
  box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Set the background to $bg-white */
.bg-white {
  background-color: #fff !important;
}

/* Set the background to $bg-blue */
.bg-blue {
  background-color: #0366d6 !important;
}

/* Set the background to $bg-blue-light */
.bg-blue-light {
  background-color: #f1f8ff !important;
}

/* Set the background to $bg-gray-dark */
.bg-gray-dark {
  background-color: #24292e !important;
}

/* Set the background to $bg-gray */
.bg-gray {
  background-color: #f6f8fa !important;
}

/* Set the background to $bg-gray-light */
.bg-gray-light {
  background-color: #fafbfc !important;
}

/* Set the background to $bg-green */
.bg-green {
  background-color: #28a745 !important;
}

/* Set the background to $bg-green-light */
.bg-green-light {
  background-color: #dcffe4 !important;
}

/* Set the background to $bg-red */
.bg-red {
  background-color: #d73a49 !important;
}

/* Set the background to $bg-red-light */
.bg-red-light {
  background-color: #ffdce0 !important;
}

/* Set the background to $bg-yellow */
.bg-yellow {
  background-color: #ffd33d !important;
}

/* Set the background to $bg-yellow-light */
.bg-yellow-light {
  background-color: #fff5b1 !important;
}

/* Set the background to $bg-yellow-dark */
.bg-yellow-dark {
  background-color: #dbab09 !important;
}

/* Set the background to $bg-purple */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* Set the background to $bg-pink */
.bg-pink {
  background-color: #ea4aaa !important;
}

/* Set the background to $bg-purple-light */
.bg-purple-light {
  background-color: #f5f0ff !important;
}

.color-gray-0 {
  color: #fafbfc !important;
}

.bg-gray-0 {
  background-color: #fafbfc !important;
}

.color-gray-1 {
  color: #f6f8fa !important;
}

.bg-gray-1 {
  background-color: #f6f8fa !important;
}

.color-gray-2 {
  color: #e1e4e8 !important;
}

.bg-gray-2 {
  background-color: #e1e4e8 !important;
}

.color-gray-3 {
  color: #d1d5da !important;
}

.bg-gray-3 {
  background-color: #d1d5da !important;
}

.color-gray-4 {
  color: #959da5 !important;
}

.bg-gray-4 {
  background-color: #959da5 !important;
}

.color-gray-5 {
  color: #6a737d !important;
}

.bg-gray-5 {
  background-color: #6a737d !important;
}

.color-gray-6 {
  color: #586069 !important;
}

.bg-gray-6 {
  background-color: #586069 !important;
}

.color-gray-7 {
  color: #444d56 !important;
}

.bg-gray-7 {
  background-color: #444d56 !important;
}

.color-gray-8 {
  color: #2f363d !important;
}

.bg-gray-8 {
  background-color: #2f363d !important;
}

.color-gray-9 {
  color: #24292e !important;
}

.bg-gray-9 {
  background-color: #24292e !important;
}

.color-blue-0 {
  color: #f1f8ff !important;
}

.bg-blue-0 {
  background-color: #f1f8ff !important;
}

.color-blue-1 {
  color: #dbedff !important;
}

.bg-blue-1 {
  background-color: #dbedff !important;
}

.color-blue-2 {
  color: #c8e1ff !important;
}

.bg-blue-2 {
  background-color: #c8e1ff !important;
}

.color-blue-3 {
  color: #79b8ff !important;
}

.bg-blue-3 {
  background-color: #79b8ff !important;
}

.color-blue-4 {
  color: #2188ff !important;
}

.bg-blue-4 {
  background-color: #2188ff !important;
}

.color-blue-5 {
  color: #0366d6 !important;
}

.bg-blue-5 {
  background-color: #0366d6 !important;
}

.color-blue-6 {
  color: #005cc5 !important;
}

.bg-blue-6 {
  background-color: #005cc5 !important;
}

.color-blue-7 {
  color: #044289 !important;
}

.bg-blue-7 {
  background-color: #044289 !important;
}

.color-blue-8 {
  color: #032f62 !important;
}

.bg-blue-8 {
  background-color: #032f62 !important;
}

.color-blue-9 {
  color: #05264c !important;
}

.bg-blue-9 {
  background-color: #05264c !important;
}

.color-green-0 {
  color: #f0fff4 !important;
}

.bg-green-0 {
  background-color: #f0fff4 !important;
}

.color-green-1 {
  color: #dcffe4 !important;
}

.bg-green-1 {
  background-color: #dcffe4 !important;
}

.color-green-2 {
  color: #bef5cb !important;
}

.bg-green-2 {
  background-color: #bef5cb !important;
}

.color-green-3 {
  color: #85e89d !important;
}

.bg-green-3 {
  background-color: #85e89d !important;
}

.color-green-4 {
  color: #34d058 !important;
}

.bg-green-4 {
  background-color: #34d058 !important;
}

.color-green-5 {
  color: #28a745 !important;
}

.bg-green-5 {
  background-color: #28a745 !important;
}

.color-green-6 {
  color: #22863a !important;
}

.bg-green-6 {
  background-color: #22863a !important;
}

.color-green-7 {
  color: #176f2c !important;
}

.bg-green-7 {
  background-color: #176f2c !important;
}

.color-green-8 {
  color: #165c26 !important;
}

.bg-green-8 {
  background-color: #165c26 !important;
}

.color-green-9 {
  color: #144620 !important;
}

.bg-green-9 {
  background-color: #144620 !important;
}

.color-yellow-0 {
  color: #fffdef !important;
}

.bg-yellow-0 {
  background-color: #fffdef !important;
}

.color-yellow-1 {
  color: #fffbdd !important;
}

.bg-yellow-1 {
  background-color: #fffbdd !important;
}

.color-yellow-2 {
  color: #fff5b1 !important;
}

.bg-yellow-2 {
  background-color: #fff5b1 !important;
}

.color-yellow-3 {
  color: #ffea7f !important;
}

.bg-yellow-3 {
  background-color: #ffea7f !important;
}

.color-yellow-4 {
  color: #ffdf5d !important;
}

.bg-yellow-4 {
  background-color: #ffdf5d !important;
}

.color-yellow-5 {
  color: #ffd33d !important;
}

.bg-yellow-5 {
  background-color: #ffd33d !important;
}

.color-yellow-6 {
  color: #f9c513 !important;
}

.bg-yellow-6 {
  background-color: #f9c513 !important;
}

.color-yellow-7 {
  color: #dbab09 !important;
}

.bg-yellow-7 {
  background-color: #dbab09 !important;
}

.color-yellow-8 {
  color: #b08800 !important;
}

.bg-yellow-8 {
  background-color: #b08800 !important;
}

.color-yellow-9 {
  color: #735c0f !important;
}

.bg-yellow-9 {
  background-color: #735c0f !important;
}

.color-orange-0 {
  color: #fff8f2 !important;
}

.bg-orange-0 {
  background-color: #fff8f2 !important;
}

.color-orange-1 {
  color: #ffebda !important;
}

.bg-orange-1 {
  background-color: #ffebda !important;
}

.color-orange-2 {
  color: #ffd1ac !important;
}

.bg-orange-2 {
  background-color: #ffd1ac !important;
}

.color-orange-3 {
  color: #ffab70 !important;
}

.bg-orange-3 {
  background-color: #ffab70 !important;
}

.color-orange-4 {
  color: #fb8532 !important;
}

.bg-orange-4 {
  background-color: #fb8532 !important;
}

.color-orange-5 {
  color: #f66a0a !important;
}

.bg-orange-5 {
  background-color: #f66a0a !important;
}

.color-orange-6 {
  color: #e36209 !important;
}

.bg-orange-6 {
  background-color: #e36209 !important;
}

.color-orange-7 {
  color: #d15704 !important;
}

.bg-orange-7 {
  background-color: #d15704 !important;
}

.color-orange-8 {
  color: #c24e00 !important;
}

.bg-orange-8 {
  background-color: #c24e00 !important;
}

.color-orange-9 {
  color: #a04100 !important;
}

.bg-orange-9 {
  background-color: #a04100 !important;
}

.color-red-0 {
  color: #ffeef0 !important;
}

.bg-red-0 {
  background-color: #ffeef0 !important;
}

.color-red-1 {
  color: #ffdce0 !important;
}

.bg-red-1 {
  background-color: #ffdce0 !important;
}

.color-red-2 {
  color: #fdaeb7 !important;
}

.bg-red-2 {
  background-color: #fdaeb7 !important;
}

.color-red-3 {
  color: #f97583 !important;
}

.bg-red-3 {
  background-color: #f97583 !important;
}

.color-red-4 {
  color: #ea4a5a !important;
}

.bg-red-4 {
  background-color: #ea4a5a !important;
}

.color-red-5 {
  color: #d73a49 !important;
}

.bg-red-5 {
  background-color: #d73a49 !important;
}

.color-red-6 {
  color: #cb2431 !important;
}

.bg-red-6 {
  background-color: #cb2431 !important;
}

.color-red-7 {
  color: #b31d28 !important;
}

.bg-red-7 {
  background-color: #b31d28 !important;
}

.color-red-8 {
  color: #9e1c23 !important;
}

.bg-red-8 {
  background-color: #9e1c23 !important;
}

.color-red-9 {
  color: #86181d !important;
}

.bg-red-9 {
  background-color: #86181d !important;
}

.color-purple-0 {
  color: #f5f0ff !important;
}

.bg-purple-0 {
  background-color: #f5f0ff !important;
}

.color-purple-1 {
  color: #e6dcfd !important;
}

.bg-purple-1 {
  background-color: #e6dcfd !important;
}

.color-purple-2 {
  color: #d1bcf9 !important;
}

.bg-purple-2 {
  background-color: #d1bcf9 !important;
}

.color-purple-3 {
  color: #b392f0 !important;
}

.bg-purple-3 {
  background-color: #b392f0 !important;
}

.color-purple-4 {
  color: #8a63d2 !important;
}

.bg-purple-4 {
  background-color: #8a63d2 !important;
}

.color-purple-5 {
  color: #6f42c1 !important;
}

.bg-purple-5 {
  background-color: #6f42c1 !important;
}

.color-purple-6 {
  color: #5a32a3 !important;
}

.bg-purple-6 {
  background-color: #5a32a3 !important;
}

.color-purple-7 {
  color: #4c2889 !important;
}

.bg-purple-7 {
  background-color: #4c2889 !important;
}

.color-purple-8 {
  color: #3a1d6e !important;
}

.bg-purple-8 {
  background-color: #3a1d6e !important;
}

.color-purple-9 {
  color: #29134e !important;
}

.bg-purple-9 {
  background-color: #29134e !important;
}

.color-pink-0 {
  color: #ffeef8 !important;
}

.bg-pink-0 {
  background-color: #ffeef8 !important;
}

.color-pink-1 {
  color: #fedbf0 !important;
}

.bg-pink-1 {
  background-color: #fedbf0 !important;
}

.color-pink-2 {
  color: #f9b3dd !important;
}

.bg-pink-2 {
  background-color: #f9b3dd !important;
}

.color-pink-3 {
  color: #f692ce !important;
}

.bg-pink-3 {
  background-color: #f692ce !important;
}

.color-pink-4 {
  color: #ec6cb9 !important;
}

.bg-pink-4 {
  background-color: #ec6cb9 !important;
}

.color-pink-5 {
  color: #ea4aaa !important;
}

.bg-pink-5 {
  background-color: #ea4aaa !important;
}

.color-pink-6 {
  color: #d03592 !important;
}

.bg-pink-6 {
  background-color: #d03592 !important;
}

.color-pink-7 {
  color: #b93a86 !important;
}

.bg-pink-7 {
  background-color: #b93a86 !important;
}

.color-pink-8 {
  color: #99306f !important;
}

.bg-pink-8 {
  background-color: #99306f !important;
}

.color-pink-9 {
  color: #6d224f !important;
}

.bg-pink-9 {
  background-color: #6d224f !important;
}

.bg-shade-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 31, 35, 0.065)), to(rgba(27, 31, 35, 0))) !important;
  background-image: linear-gradient(180deg, rgba(27, 31, 35, 0.065), rgba(27, 31, 35, 0)) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 200px !important;
}

/* Set the text color to $text-blue */
.text-blue {
  color: #0366d6 !important;
}

/* Set the text color to $text-red */
.text-red {
  color: #cb2431 !important;
}

/* Set the text color to $text-gray-light */
.text-gray-light {
  color: #6a737d !important;
}

/* Set the text color to $text-gray */
.text-gray {
  color: #586069 !important;
}

/* Set the text color to $text-gray-dark */
.text-gray-dark {
  color: #24292e !important;
}

/* Set the text color to $text-green */
.text-green {
  color: #28a745 !important;
}

/* Set the text color to $text-yellow */
.text-yellow {
  color: #b08800 !important;
}

/* Set the text color to $text-orange */
.text-orange {
  color: #a04100 !important;
}

/* Set the text color to $text-orange-light */
.text-orange-light {
  color: #e36209 !important;
}

/* Set the text color to $text-purple */
.text-purple {
  color: #6f42c1 !important;
}

/* Set the text color to $text-pink */
.text-pink {
  color: #ea4aaa !important;
}

/* Set the text color to $text-white */
.text-white {
  color: #fff !important;
}

/* Set the text color to inherit */
.text-inherit {
  color: inherit !important;
}

.link-gray {
  color: #586069 !important;
}
.link-gray:hover {
  color: #0366d6 !important;
}

.link-gray-dark {
  color: #24292e !important;
}
.link-gray-dark:hover {
  color: #0366d6 !important;
}

/* Set the link color to $text-blue on hover
  Useful when you want only part of a link to turn blue on hover */
.link-hover-blue:hover {
  color: #0366d6 !important;
}

/* Make a link $text-gray, then $text-blue on hover and removes the underline */
.muted-link {
  color: #586069 !important;
}
.muted-link:hover {
  color: #0366d6 !important;
  text-decoration: none;
}

.details-overlay[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.details-overlay-dark[open] > summary::before {
  z-index: 99;
  background: rgba(27, 31, 35, 0.5);
}

.details-reset > summary {
  list-style: none;
}
.details-reset > summary::before {
  display: none;
}
.details-reset > summary::-webkit-details-marker {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-justify-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.flex-justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.flex-justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.flex-justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.flex-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.flex-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.flex-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.flex-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.flex-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.flex-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.flex-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.flex-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.flex-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.flex-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.flex-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.flex-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.flex-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.flex-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.flex-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.flex-item-equal {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.flex-order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.flex-order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.flex-order-none {
  -webkit-box-ordinal-group: inherit !important;
  -ms-flex-order: inherit !important;
  order: inherit !important;
}

@media (min-width: 544px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .flex-sm-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .flex-sm-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .flex-sm-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .flex-sm-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .flex-sm-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .flex-sm-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .flex-sm-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .flex-sm-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .flex-sm-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .flex-sm-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .flex-sm-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .flex-sm-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .flex-sm-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .flex-sm-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .flex-sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .flex-sm-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .flex-sm-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .flex-sm-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .flex-sm-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .flex-sm-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .flex-sm-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .flex-sm-item-equal {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-sm-order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .flex-sm-order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .flex-sm-order-none {
    -webkit-box-ordinal-group: inherit !important;
    -ms-flex-order: inherit !important;
    order: inherit !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .flex-md-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .flex-md-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .flex-md-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .flex-md-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .flex-md-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .flex-md-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .flex-md-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .flex-md-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .flex-md-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .flex-md-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .flex-md-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .flex-md-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .flex-md-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .flex-md-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .flex-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .flex-md-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .flex-md-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .flex-md-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .flex-md-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .flex-md-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .flex-md-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .flex-md-item-equal {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-md-order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .flex-md-order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .flex-md-order-none {
    -webkit-box-ordinal-group: inherit !important;
    -ms-flex-order: inherit !important;
    order: inherit !important;
  }
}
@media (min-width: 1012px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .flex-lg-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .flex-lg-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .flex-lg-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .flex-lg-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .flex-lg-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .flex-lg-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .flex-lg-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .flex-lg-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .flex-lg-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .flex-lg-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .flex-lg-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .flex-lg-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .flex-lg-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .flex-lg-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .flex-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .flex-lg-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .flex-lg-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .flex-lg-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .flex-lg-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .flex-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .flex-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .flex-lg-item-equal {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-lg-order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .flex-lg-order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .flex-lg-order-none {
    -webkit-box-ordinal-group: inherit !important;
    -ms-flex-order: inherit !important;
    order: inherit !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .flex-xl-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .flex-xl-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .flex-xl-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .flex-xl-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .flex-xl-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .flex-xl-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .flex-xl-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .flex-xl-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .flex-xl-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .flex-xl-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .flex-xl-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .flex-xl-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .flex-xl-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .flex-xl-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .flex-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .flex-xl-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .flex-xl-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .flex-xl-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .flex-xl-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .flex-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .flex-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .flex-xl-item-equal {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .flex-xl-order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .flex-xl-order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .flex-xl-order-none {
    -webkit-box-ordinal-group: inherit !important;
    -ms-flex-order: inherit !important;
    order: inherit !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

@media (min-width: 544px) {
  .position-sm-static {
    position: static !important;
  }

  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }

  .position-sm-fixed {
    position: fixed !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }

  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1012px) {
  .position-lg-static {
    position: static !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1280px) {
  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }
}
/* Set top 0 */
.top-0 {
  top: 0 !important;
}

/* Set right 0 */
.right-0 {
  right: 0 !important;
}

/* Set bottom 0 */
.bottom-0 {
  bottom: 0 !important;
}

/* Set left 0 */
.left-0 {
  left: 0 !important;
}

/* Vertical align middle */
.v-align-middle {
  vertical-align: middle !important;
}

/* Vertical align top */
.v-align-top {
  vertical-align: top !important;
}

/* Vertical align bottom */
.v-align-bottom {
  vertical-align: bottom !important;
}

/* Vertical align to the top of the text */
.v-align-text-top {
  vertical-align: text-top !important;
}

/* Vertical align to the bottom of the text */
.v-align-text-bottom {
  vertical-align: text-bottom !important;
}

/* Vertical align to the parent's baseline */
.v-align-baseline {
  vertical-align: baseline !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

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

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

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

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* Clear floats around the element */
.clearfix::before {
  display: table;
  content: "";
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

/* Float to the left */
.float-left {
  float: left !important;
}

/* Float to the right */
.float-right {
  float: right !important;
}

/* No float */
.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* Float to the left */
  .float-sm-left {
    float: left !important;
  }

  /* Float to the right */
  .float-sm-right {
    float: right !important;
  }

  /* No float */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* Float to the left */
  .float-md-left {
    float: left !important;
  }

  /* Float to the right */
  .float-md-right {
    float: right !important;
  }

  /* No float */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1012px) {
  /* Float to the left */
  .float-lg-left {
    float: left !important;
  }

  /* Float to the right */
  .float-lg-right {
    float: right !important;
  }

  /* No float */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  /* Float to the left */
  .float-xl-left {
    float: left !important;
  }

  /* Float to the right */
  .float-xl-right {
    float: right !important;
  }

  /* No float */
  .float-xl-none {
    float: none !important;
  }
}
/* Max width 100% */
.width-fit {
  max-width: 100% !important;
}

/* Set the width to 100% */
.width-full {
  width: 100% !important;
}

/* Max height 100% */
.height-fit {
  max-height: 100% !important;
}

/* Set the height to 100% */
.height-full {
  height: 100% !important;
}

/* Remove min-width from element */
.min-width-0 {
  min-width: 0 !important;
}

.width-auto {
  width: auto !important;
}

/* Set the direction to rtl */
.direction-rtl {
  direction: rtl !important;
}

/* Set the direction to ltr */
.direction-ltr {
  direction: ltr !important;
}

@media (min-width: 544px) {
  .width-sm-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  .direction-sm-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  .direction-sm-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 768px) {
  .width-md-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  .direction-md-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  .direction-md-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 1012px) {
  .width-lg-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  .direction-lg-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  .direction-lg-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 1280px) {
  .width-xl-auto {
    width: auto !important;
  }

  /* Set the direction to rtl */
  .direction-xl-rtl {
    direction: rtl !important;
  }

  /* Set the direction to ltr */
  .direction-xl-ltr {
    direction: ltr !important;
  }
}
/* Set a $size margin to all sides at $breakpoint */
.m-0 {
  margin: 0 !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-0 {
  margin-top: 0 !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-0 {
  margin-right: 0 !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-0 {
  margin-left: 0 !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-1 {
  margin: 4px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-1 {
  margin-top: 4px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-1 {
  margin-right: 4px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-1 {
  margin-bottom: 4px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-1 {
  margin-left: 4px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n1 {
  margin-top: -4px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n1 {
  margin-right: -4px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n1 {
  margin-bottom: -4px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n1 {
  margin-left: -4px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-2 {
  margin: 8px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-2 {
  margin-top: 8px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-2 {
  margin-right: 8px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-2 {
  margin-bottom: 8px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-2 {
  margin-left: 8px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n2 {
  margin-top: -8px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n2 {
  margin-right: -8px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n2 {
  margin-bottom: -8px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n2 {
  margin-left: -8px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-3 {
  margin: 16px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-3 {
  margin-top: 16px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-3 {
  margin-right: 16px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-3 {
  margin-bottom: 16px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-3 {
  margin-left: 16px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n3 {
  margin-top: -16px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n3 {
  margin-right: -16px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n3 {
  margin-bottom: -16px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n3 {
  margin-left: -16px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-4 {
  margin: 24px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-4 {
  margin-top: 24px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-4 {
  margin-right: 24px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-4 {
  margin-bottom: 24px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-4 {
  margin-left: 24px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n4 {
  margin-top: -24px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n4 {
  margin-right: -24px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n4 {
  margin-bottom: -24px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n4 {
  margin-left: -24px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-5 {
  margin: 32px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-5 {
  margin-top: 32px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-5 {
  margin-right: 32px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-5 {
  margin-bottom: 32px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-5 {
  margin-left: 32px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n5 {
  margin-top: -32px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n5 {
  margin-right: -32px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n5 {
  margin-bottom: -32px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n5 {
  margin-left: -32px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* Set a $size margin to all sides at $breakpoint */
.m-6 {
  margin: 40px !important;
}

/* Set a $size margin on the top at $breakpoint */
.mt-6 {
  margin-top: 40px !important;
}

/* Set a $size margin on the right at $breakpoint */
.mr-6 {
  margin-right: 40px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
.mb-6 {
  margin-bottom: 40px !important;
}

/* Set a $size margin on the left at $breakpoint */
.ml-6 {
  margin-left: 40px !important;
}

/* Set a negative $size margin on top at $breakpoint */
.mt-n6 {
  margin-top: -40px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
.mr-n6 {
  margin-right: -40px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
.mb-n6 {
  margin-bottom: -40px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
.ml-n6 {
  margin-left: -40px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
.mx-6 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* responsive horizontal auto margins */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 544px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-sm-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-sm-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-sm-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-sm-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-sm-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-sm-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-sm-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-sm-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-sm-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-md-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-md-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-md-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-md-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-md-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-md-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-md-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-md-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-md-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-md-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-md-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-md-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-md-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-md-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-md-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-md-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-md-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-md-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-md-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-md-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-md-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-md-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-md-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-md-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-md-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-md-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-md-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-md-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-md-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-md-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-md-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-md-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-md-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-md-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-lg-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-lg-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-lg-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-lg-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-lg-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-lg-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-lg-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-lg-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-lg-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-0 {
    margin-top: 0 !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-0 {
    margin-right: 0 !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-0 {
    margin-left: 0 !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-1 {
    margin: 4px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-1 {
    margin-top: 4px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-1 {
    margin-right: 4px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-1 {
    margin-left: 4px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n1 {
    margin-top: -4px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n1 {
    margin-right: -4px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n1 {
    margin-left: -4px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-2 {
    margin: 8px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-2 {
    margin-top: 8px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-2 {
    margin-right: 8px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-2 {
    margin-left: 8px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n2 {
    margin-top: -8px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n2 {
    margin-right: -8px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n2 {
    margin-left: -8px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-3 {
    margin: 16px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-3 {
    margin-top: 16px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-3 {
    margin-right: 16px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-3 {
    margin-left: 16px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n3 {
    margin-top: -16px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n3 {
    margin-right: -16px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n3 {
    margin-left: -16px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-4 {
    margin: 24px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-4 {
    margin-top: 24px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-4 {
    margin-right: 24px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-4 {
    margin-left: 24px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n4 {
    margin-top: -24px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n4 {
    margin-right: -24px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n4 {
    margin-left: -24px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-5 {
    margin: 32px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-5 {
    margin-top: 32px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-5 {
    margin-right: 32px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-5 {
    margin-left: 32px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n5 {
    margin-top: -32px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n5 {
    margin-right: -32px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n5 {
    margin-left: -32px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  /* Set a $size margin to all sides at $breakpoint */
  .m-xl-6 {
    margin: 40px !important;
  }

  /* Set a $size margin on the top at $breakpoint */
  .mt-xl-6 {
    margin-top: 40px !important;
  }

  /* Set a $size margin on the right at $breakpoint */
  .mr-xl-6 {
    margin-right: 40px !important;
  }

  /* Set a $size margin on the bottom at $breakpoint */
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }

  /* Set a $size margin on the left at $breakpoint */
  .ml-xl-6 {
    margin-left: 40px !important;
  }

  /* Set a negative $size margin on top at $breakpoint */
  .mt-xl-n6 {
    margin-top: -40px !important;
  }

  /* Set a negative $size margin on the right at $breakpoint */
  .mr-xl-n6 {
    margin-right: -40px !important;
  }

  /* Set a negative $size margin on the bottom at $breakpoint */
  .mb-xl-n6 {
    margin-bottom: -40px !important;
  }

  /* Set a negative $size margin on the left at $breakpoint */
  .ml-xl-n6 {
    margin-left: -40px !important;
  }

  /* Set a $size margin on the left & right at $breakpoint */
  .mx-xl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  /* Set a $size margin on the top & bottom at $breakpoint */
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  /* responsive horizontal auto margins */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
/* Set a $size padding to all sides at $breakpoint */
.p-0 {
  padding: 0 !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-0 {
  padding-top: 0 !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-0 {
  padding-right: 0 !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-0 {
  padding-bottom: 0 !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-0 {
  padding-left: 0 !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-1 {
  padding: 4px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-1 {
  padding-top: 4px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-1 {
  padding-right: 4px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-1 {
  padding-bottom: 4px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-1 {
  padding-left: 4px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-2 {
  padding: 8px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-2 {
  padding-top: 8px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-2 {
  padding-right: 8px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-2 {
  padding-bottom: 8px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-2 {
  padding-left: 8px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-3 {
  padding: 16px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-3 {
  padding-top: 16px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-3 {
  padding-right: 16px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-3 {
  padding-bottom: 16px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-3 {
  padding-left: 16px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-4 {
  padding: 24px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-4 {
  padding-top: 24px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-4 {
  padding-right: 24px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-4 {
  padding-bottom: 24px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-4 {
  padding-left: 24px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-5 {
  padding: 32px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-5 {
  padding-top: 32px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-5 {
  padding-right: 32px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-5 {
  padding-bottom: 32px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-5 {
  padding-left: 32px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* Set a $size padding to all sides at $breakpoint */
.p-6 {
  padding: 40px !important;
}

/* Set a $size padding to the top at $breakpoint */
.pt-6 {
  padding-top: 40px !important;
}

/* Set a $size padding to the right at $breakpoint */
.pr-6 {
  padding-right: 40px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
.pb-6 {
  padding-bottom: 40px !important;
}

/* Set a $size padding to the left at $breakpoint */
.pl-6 {
  padding-left: 40px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
.px-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (min-width: 544px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-sm-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-sm-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-sm-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-sm-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-sm-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-md-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-md-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-md-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-md-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-md-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-md-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-md-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-md-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-md-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-md-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-md-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-md-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-md-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-md-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-md-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-md-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-md-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-md-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-md-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-md-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-md-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-md-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-md-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-md-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-md-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-md-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-md-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-md-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-md-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-md-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1012px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-lg-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-lg-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-lg-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-lg-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-lg-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1280px) {
  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-0 {
    padding-top: 0 !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-0 {
    padding-right: 0 !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-0 {
    padding-left: 0 !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-1 {
    padding: 4px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-1 {
    padding-top: 4px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-1 {
    padding-right: 4px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-1 {
    padding-left: 4px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-2 {
    padding: 8px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-2 {
    padding-top: 8px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-2 {
    padding-right: 8px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-2 {
    padding-left: 8px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-3 {
    padding: 16px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-3 {
    padding-top: 16px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-3 {
    padding-right: 16px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-3 {
    padding-left: 16px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-4 {
    padding: 24px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-4 {
    padding-top: 24px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-4 {
    padding-right: 24px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-4 {
    padding-left: 24px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-5 {
    padding: 32px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-5 {
    padding-top: 32px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-5 {
    padding-right: 32px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-5 {
    padding-left: 32px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  /* Set a $size padding to all sides at $breakpoint */
  .p-xl-6 {
    padding: 40px !important;
  }

  /* Set a $size padding to the top at $breakpoint */
  .pt-xl-6 {
    padding-top: 40px !important;
  }

  /* Set a $size padding to the right at $breakpoint */
  .pr-xl-6 {
    padding-right: 40px !important;
  }

  /* Set a $size padding to the bottom at $breakpoint */
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }

  /* Set a $size padding to the left at $breakpoint */
  .pl-xl-6 {
    padding-left: 40px !important;
  }

  /* Set a $size padding to the left & right at $breakpoint */
  .px-xl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  /* Set a $size padding to the top & bottom at $breakpoint */
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.p-responsive {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 544px) {
  .p-responsive {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1012px) {
  .p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

/* Set the font size to 26px */
.h1 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
.h2 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
.h3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
.h4 {
  font-size: 16px !important;
}

/* Set the font size to 14px */
.h5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
.h6 {
  font-size: 12px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600 !important;
}

/* Set the font size to 26px */
.f1 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  .f1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
.f2 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .f2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
.f3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .f3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
.f4 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .f4 {
    font-size: 16px !important;
  }
}

/* Set the font size to 14px */
.f5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
.f6 {
  font-size: 12px !important;
}

/* Set the font size to 40px and weight to light */
.f00-light {
  font-size: 40px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f00-light {
    font-size: 48px !important;
  }
}

/* Set the font size to 32px and weight to light */
.f0-light {
  font-size: 32px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f0-light {
    font-size: 40px !important;
  }
}

/* Set the font size to 26px and weight to light */
.f1-light {
  font-size: 26px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f1-light {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px and weight to light */
.f2-light {
  font-size: 22px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f2-light {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px and weight to light */
.f3-light {
  font-size: 18px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f3-light {
    font-size: 20px !important;
  }
}

/* Set the font size to ${#h6-size} */
.text-small {
  font-size: 12px !important;
}

/* Large leading paragraphs */
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #586069;
}

/* Set the line height to ultra condensed */
.lh-condensed-ultra {
  line-height: 1 !important;
}

/* Set the line height to condensed */
.lh-condensed {
  line-height: 1.25 !important;
}

/* Set the line height to default */
.lh-default {
  line-height: 1.5 !important;
}

/* Set the line height to zero */
.lh-0 {
  line-height: 0 !important;
}

/* Text align to the right */
.text-right {
  text-align: right !important;
}

/* Text align to the left */
.text-left {
  text-align: left !important;
}

/* Text align to the center */
.text-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* Text align to the right */
  .text-sm-right {
    text-align: right !important;
  }

  /* Text align to the left */
  .text-sm-left {
    text-align: left !important;
  }

  /* Text align to the center */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* Text align to the right */
  .text-md-right {
    text-align: right !important;
  }

  /* Text align to the left */
  .text-md-left {
    text-align: left !important;
  }

  /* Text align to the center */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1012px) {
  /* Text align to the right */
  .text-lg-right {
    text-align: right !important;
  }

  /* Text align to the left */
  .text-lg-left {
    text-align: left !important;
  }

  /* Text align to the center */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  /* Text align to the right */
  .text-xl-right {
    text-align: right !important;
  }

  /* Text align to the left */
  .text-xl-left {
    text-align: left !important;
  }

  /* Text align to the center */
  .text-xl-center {
    text-align: center !important;
  }
}
/* Set the font weight to normal */
.text-normal {
  font-weight: 400 !important;
}

/* Set the font weight to bold */
.text-bold {
  font-weight: 600 !important;
}

/* Set the font to italic */
.text-italic {
  font-style: italic !important;
}

/* Make text uppercase */
.text-uppercase {
  text-transform: uppercase !important;
}

/* Underline text */
.text-underline {
  text-decoration: underline !important;
}

/* Don't underline text */
.no-underline {
  text-decoration: none !important;
}

/* Don't wrap white space */
.no-wrap {
  white-space: nowrap !important;
}

/* Normal white space */
.ws-normal {
  white-space: normal !important;
}

/* Force long "words" to wrap if they exceed the width of the container */
.break-word {
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/*
 * Specifically apply word-break: break-all; per MDN:
 *
 * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,
 * > `word-break: break-all` will create a break at the exact place where text would
 * > otherwise overflow its container (even if putting an entire word on its own line
 * > would negate the need for a break).
 *
 * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values
 */
.wb-break-all {
  word-break: break-all !important;
}

.text-emphasized {
  font-weight: 600;
  color: #24292e;
}

.list-style-none {
  list-style: none !important;
}

/* Add a dark text shadow */
.text-shadow-dark {
  text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75);
}

/* Add a light text shadow */
.text-shadow-light {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Set to monospace font */
.text-mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !important;
}

/* Disallow user from selecting text */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 544px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1012px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }
}
.v-hidden {
  visibility: hidden !important;
}

.v-visible {
  visibility: visible !important;
}

@media (max-width: 543px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1011px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1012px) {
  .hide-xl {
    display: none !important;
  }
}
/* Set the table-layout to fixed */
.table-fixed {
  table-layout: fixed !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
  border: 0;
}

.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.show-on-focus:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("./fonts/space-grotesk/SpaceGrotesk-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("./fonts/space-grotesk/SpaceGrotesk-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Fira";
  src: url("./fonts/space-grotesk/SpaceGrotesk-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Fira";
  src: url("./fonts/fira/FiraCode-Regular.woff2") format("woff2"), url("./fonts/fira/FiraCode-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa/fa-solid-900.eot");
  src: url("fonts/fa/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa/fa-solid-900.woff2") format("woff2"), url("fonts/fa/fa-solid-900.woff") format("woff"), url("fonts/fa/fa-solid-900.ttf") format("truetype"), url("fonts/fa/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/fa/fa-brands-400.eot");
  src: url("fonts/fa/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa/fa-brands-400.woff2") format("woff2"), url("fonts/fa/fa-brands-400.woff") format("woff"), url("fonts/fa/fa-brands-400.ttf") format("truetype"), url("fonts/fa/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome";
  font-weight: 400;
}

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

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

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.far {
  font-weight: 400;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, pt-6 pb-6, main,
audio, canvas, video {
  display: block;
}

.h1,
.rte h1 {
  display: block;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 115%;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.h1:last-child,
.rte h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h1,
.rte h1 {
    font-size: 48px !important;
  }
}

@media (min-width: 1012px) {
  .hero .rte h1,
.hero .h1 {
    font-size: 76px !important;
  }
}

.h2,
.rte h2 {
  display: block;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 115%;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.h2:last-child,
.rte h2:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h2,
.rte h2 {
    font-size: 36px !important;
  }
}

.h3,
.rte h3 {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.h3:last-child,
.rte h3:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h3,
.rte h3 {
    font-size: 36px !important;
  }
}

.h4,
.rte h4 {
  display: block;
  font-style: normal;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 125%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.h4:last-child,
.rte h4:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h4,
.rte h4 {
    font-size: 24px !important;
  }
}

.h5,
.rte h5 {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin-bottom: 16px;
}
.h5:last-child,
.rte h5:last-child {
  margin-bottom: 0;
}
.h5:last-child,
.rte h5:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h5,
.rte h5 {
    font-size: 18px !important;
  }
}

.h6,
.rte h6,
.h6-alt,
.rte .h6-alt {
  display: block;
  font-family: "Fira", mono, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.h6:last-child,
.rte h6:last-child,
.h6-alt:last-child,
.rte .h6-alt:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .h6,
.rte h6,
.h6-alt,
.rte .h6-alt {
    font-size: 16px !important;
  }
}

.font-weight-700 {
  font-weight: 600 !important;
}
.font-weight-700.h6 {
  font-size: 12px !important;
}

.p,
p {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
.p + p,
p + p {
  margin-top: 18px;
}

.rte p + p {
  margin-top: 18px;
}

.p-lg {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 20px;
}

.p-sm,
small {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
}

small {
  font-size: 12px;
  font-style: italic;
}

.link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.link-bold {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.rte b, .rte strong,
b, strong {
  font-weight: 700 !important;
}

.text-white p {
  color: #ffffff;
}

.font-mono {
  font-family: "Fira", mono, sans-serif;
}

.font-weight-500 {
  font-weight: 500 !important;
  letter-spacing: 0;
}

.btn,
.wp-block-button__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 252px;
  min-width: 187px;
  height: 56px;
  border-radius: 50px;
  text-align: center;
  width: auto;
  background: transparent;
  background: #101010;
  color: #ffffff;
  border: 1px solid #101010;
  padding: 13px 36px;
  z-index: 1;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  -webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.btn svg,
.btn box-icon,
.wp-block-button__link svg,
.wp-block-button__link box-icon {
  display: block;
  fill: currentColor;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.btn:hover,
.wp-block-button__link:hover {
  cursor: pointer;
  color: #ffffff;
  background: #073EF5;
  border-color: #073EF5;
}
.btn:hover svg,
.btn:hover box-icon,
.wp-block-button__link:hover svg,
.wp-block-button__link:hover box-icon {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
.btn[disabled],
.wp-block-button__link[disabled] {
  opacity: 0.2;
  pointer-events: none;
}

.btn--outline {
  background: transparent;
  color: #101010;
  border-color: #101010;
}
.btn--outline:hover {
  border-color: #101010;
  background: #101010;
  color: #ffffff;
}

.btn--plain {
  background: transparent;
  color: #FF3F56;
  border-color: transparent;
}
.btn--plain:hover {
  border-color: transparent;
  background: transparent;
  color: #FF3F56;
}

.hero .btn--plain,
.bg-black .btn--plain {
  color: #ffffff;
}

.theme-dark .btn,
.btn--white {
  background: #ffffff;
  border-color: #ffffff;
  color: #101010;
}
.theme-dark .btn:hover,
.btn--white:hover {
  background: #FF3F56;
  border-color: #FF3F56;
}
.theme-dark .btn:hover svg,
.theme-dark .btn:hover box-icon,
.btn--white:hover svg,
.btn--white:hover box-icon {
  fill: #ffffff;
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.icon-link svg {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.icon-link span {
  display: block;
}
.icon-link span + svg {
  margin-left: 12px;
}
.icon-link svg:first-child {
  margin-right: 12px;
}

a.icon-link {
  font-weight: 500;
}
a.icon-link:hover span + svg {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
a.icon-link:hover svg:first-child {
  -webkit-transform: translate3d(-3px, 0, 0);
  transform: translate3d(-3px, 0, 0);
}

.rte .link,
a.link {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
  text-decoration: none;
  font-weight: 500;
  color: #FF3F56;
}
.rte .link:after,
a.link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF3F56;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.rte .link:hover,
a.link:hover {
  text-decoration: none;
  opacity: 1;
}
.rte .link:hover:after,
a.link:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.noTouch .tel,
.noTouch .tel:hover {
  cursor: text;
}

html,
body {
  background: #ffffff;
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #101010;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.page-ready {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}

body,
input,
button,
select,
textarea {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #101010;
}
@media (min-width: 768px) {
  body,
input,
button,
select,
textarea {
    font-size: 16px;
  }
}

main#primary {
  min-height: calc(100vh - 146px);
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  cursor: default;
}

[data-scroll-to],
[data-click-target],
[data-click] {
  cursor: pointer;
}

img,
video {
  height: auto;
  max-width: 100%;
  display: block;
}

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

sup {
  vertical-align: super;
  font-size: smaller;
}

picture > * {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #C9C9D1;
}

::selection {
  background: #C9C9D1;
}

::-moz-selection {
  background: #C9C9D1;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 3px solid #101010;
}

address {
  font-style: normal !important;
}

.wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
}

.wrapper-wide {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 1520px;
}

.wrapper-thin {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 812px;
}

.wrapper-full {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wrapper-after-md {
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper-after-md {
    width: 92%;
    margin: 0 auto;
    max-width: 1248px;
    -webkit-transition: max-width 0.4s ease;
    transition: max-width 0.4s ease;
    max-width: 1248px;
  }
}

.wrapper-form {
  position: relative;
  z-index: 2;
}

.carousel-long {
  width: auto;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1012px) {
  .carousel-long {
    width: 92%;
    margin: 0 auto;
    max-width: 1248px;
    -webkit-transition: max-width 0.4s ease;
    transition: max-width 0.4s ease;
  }
}
.carousel-long::-webkit-scrollbar {
  display: block;
  height: 2px;
  background: #C9C9D1;
}
.carousel-long::-webkit-scrollbar-track {
  background: #C9C9D1;
}
.carousel-long::-webkit-scrollbar-thumb {
  background: #3D3D58;
}
.carousel-long > * {
  width: 220px;
  min-width: 220px;
  height: auto;
  margin: 0 10px;
  background: red;
}
@media (min-width: 768px) {
  .carousel-long > * {
    min-width: auto;
    width: calc(25% - 16px);
  }
}

@media (max-width: 1011px) {
  .wrapper-scroll-h .row {
    width: auto;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 24px;
  }
  .wrapper-scroll-h .row::-webkit-scrollbar {
    display: block;
    height: 2px;
    background: #C9C9D1;
  }
  .wrapper-scroll-h .row::-webkit-scrollbar-track {
    background: #C9C9D1;
  }
  .wrapper-scroll-h .row::-webkit-scrollbar-thumb {
    background: #3D3D58;
  }
  .wrapper-scroll-h .row > * {
    min-width: 244px;
  }
}
@media (min-width: 1012px) {
  .wrapper-scroll-h .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapper-scroll-h .row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .wrapper-scroll-h .row > * > * {
    padding-bottom: 24px;
    border-bottom: 1px solid #C9C9D1;
  }
}
.wrapper-thin {
  width: 92%;
  margin: 0 auto;
  max-width: 1248px;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
  max-width: 820px;
}

.my-7 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1012px) {
  .my-7 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.py-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1012px) {
  .py-7 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.my-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1012px) {
  .my-8 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}

.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1012px) {
  .py-8 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

body {
  padding-top: 66px;
}
@media (min-width: 960px) {
  body {
    padding-top: 72px;
  }
}

.site-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  color: #ffffff;
  background: #101010;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.site-header .site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  padding: 0;
}
@media (min-width: 960px) {
  .site-header .site-header__inner {
    padding: 0 4%;
    height: 72px;
  }
}
.site-header.is-sticky {
  opacity: 0;
  pointer-events: none;
}
.site-header.scrolling-up, .site-header.is-sticky.scrolling-up {
  opacity: 1;
  pointer-events: inherit;
}

html.theme-dark {
  background: #101010;
  color: #ffffff;
}
html.theme-dark body {
  background: #101010;
  color: #ffffff;
}

html.header-dark .site-header,
html.header-dark .menu-toggle {
  color: #101010;
}
html.header-dark .menu-is-open .site-header,
html.header-dark .menu-is-open .menu-toggle {
  color: #ffffff;
}

.site-branding {
  width: 134px;
  margin-left: 4%;
}
.site-branding a {
  display: block;
  max-width: 162px;
}
.site-branding svg * {
  fill: currentColor;
}
.site-branding img {
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .site-branding {
    margin-left: 0;
  }
}

.desktop-navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 959px) {
  .desktop-navigation {
    display: none;
  }
}
.desktop-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.desktop-navigation ul li {
  margin: 0 12px;
}
@media (min-width: 1280px) {
  .desktop-navigation ul li {
    margin: 0 16px;
  }
}
.desktop-navigation a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 0;
  font-family: "Space Grotesk", sans-serif;
}
.desktop-navigation a.external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.desktop-navigation a.external-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background: url("./images/svgs/arrow-external.svg") center/cover no-repeat;
}
.desktop-navigation a:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -14px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #5ACAFA;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.desktop-navigation a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.desktop-navigation li.current-menu-item a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.twitter-link {
  margin-left: 12px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.twitter-link:before, .twitter-link:after {
  display: none !important;
}
.twitter-link:hover {
  cursor: pointer;
  opacity: 0.4;
}

#desktop-search {
  margin: 0 12px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#desktop-search:hover {
  cursor: pointer;
  opacity: 0.4;
}

.desktop-utility {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.desktop-utility a {
  white-space: nowrap;
}
.desktop-utility a + a {
  margin-left: 16px;
}
.desktop-utility .btn {
  min-width: 112px;
  height: 40px;
  padding: 0;
}
@media (min-width: 1160px) {
  .desktop-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .desktop-utility {
    width: 280px;
  }
  .desktop-utility a + a {
    margin-left: 24px;
  }
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 0 4%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 54px;
  color: #ffffff;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle rect, .menu-toggle circle {
  fill: currentColor;
}
.menu-toggle span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.menu-toggle span:last-child {
  opacity: 0;
}
.menu-toggle #b-top {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.menu-toggle #b-btm {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.menu-toggle #b-md {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.menu-toggle:hover {
  cursor: pointer;
}
.menu-toggle:hover #b-top {
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.menu-toggle:hover #b-btm {
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.menu-toggle:hover #b-md {
  -webkit-transform: scaleX(0.4);
  transform: scaleX(0.4);
}
.menu-toggle box-icon {
  fill: #ffffff;
}
.menu-toggle box-icon[name=x] {
  display: none;
}
.menu-toggle img {
  width: 20px;
  height: 14px;
}

.menu-is-open .menu-toggle span,
.menu-is-open .menu-toggle:hover span {
  opacity: 0;
}
.menu-is-open .menu-toggle span:last-child,
.menu-is-open .menu-toggle:hover span:last-child {
  opacity: 1;
}
.menu-is-open .menu-toggle #b-top,
.menu-is-open .menu-toggle:hover #b-top {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.menu-is-open .menu-toggle #b-btm,
.menu-is-open .menu-toggle:hover #b-btm {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.menu-is-open .menu-toggle #b-md,
.menu-is-open .menu-toggle:hover #b-md {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-is-open box-icon[name=menu] {
  display: none;
}
.menu-is-open box-icon[name=x] {
  display: block;
}

body.logged-in.admin-bar #wpadminbar {
  position: fixed;
}
body.logged-in.admin-bar #wpadminbar #wp-admin-bar-search {
  display: none !important;
}
body.logged-in.admin-bar #wpadminbar input[type=submit] {
  border: none !important;
  background: transparent !important;
  text-align: left !important;
}
body.logged-in.admin-bar .site-header {
  top: 46px;
}
body.logged-in.admin-bar .navigation-drawer {
  top: 112px;
}
@media (min-width: 783px) {
  body.logged-in.admin-bar .site-header {
    top: 32px;
  }
  body.logged-in.admin-bar .navigation-drawer {
    top: 98px;
  }
}

#search-bar {
  position: absolute;
  top: 66px;
  background: #101010;
  border-top: 1px solid #222;
  width: 100%;
  padding: 12px 0;
  display: none;
}
#search-bar.is-active {
  display: block;
}
@media (min-width: 960px) {
  #search-bar {
    top: 72px;
  }
}

.site-header__search .close {
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.site-header__search .close:hover {
  opacity: 0.4;
  cursor: pointer;
}
.site-header__search form {
  width: 92%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  height: 44px;
}
.site-header__search input {
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 16px;
  width: 100%;
}
.site-header__search input:focus, .site-header__search input:active {
  outline: none;
}
.site-header__search button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  width: 60px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.site-header__search button:hover {
  opacity: 0.4;
  cursor: pointer;
}
.site-header__search button svg {
  fill: #101010;
}

.navigation-drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #101010;
  top: 66px;
  left: 0;
  z-index: 7;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 960px) {
  .navigation-drawer {
    display: none;
  }
}
.navigation-drawer > * {
  overflow: hidden;
  min-height: calc(100% - 66px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 65px;
}
.navigation-drawer > * > ul {
  margin: 48px 4%;
  text-align: left;
}
@media (min-width: 960px) {
  .navigation-drawer > * > ul {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
  }
}
.navigation-drawer > * > ul li {
  margin-bottom: 6px;
}
.navigation-drawer a {
  font-weight: 500;
  display: block;
  padding: 6px 0;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.navigation-drawer a.external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-drawer a.external-link:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background: url("./images/svgs/arrow-external.svg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .navigation-drawer a {
    font-size: 24px;
  }
}
.navigation-drawer a:hover {
  opacity: 0.6;
}
.navigation-drawer li.current-menu-item a {
  color: #FF3F56;
}

.navigation-drawer ul.sub-menu {
  position: relative;
  padding-left: 18px;
  padding-top: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #3D3D58;
  border-left: 1px solid #3D3D58;
  margin-top: 8px;
}
.navigation-drawer ul.sub-menu:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #3D3D58;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.navigation-drawer ul.sub-menu a {
  font-weight: 400 !important;
}

.menu-item-has-children > a {
  position: relative;
}
.menu-item-has-children > a:before, .menu-item-has-children > a:after {
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
  content: "";
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.menu-item-has-children > a:before {
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.menu-item-has-children > a:after {
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg) translate3d(0, -50%, 0);
  transform: rotate(90deg) translate3d(0, -50%, 0);
}
.menu-item-has-children.is-active > a:after {
  opacity: 0;
  -webkit-transform: rotate(-180deg) translate3d(0, -50%, 0);
  transform: rotate(-180deg) translate3d(0, -50%, 0);
}

li.menu-item {
  border-radius: 0;
  padding: 0;
  border: none;
}
li.menu-item:hover {
  background: transparent;
}

body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open .site-header {
  background: #101010;
}
body.menu-is-open .navigation-drawer {
  opacity: 1;
  pointer-events: inherit;
}
body.menu-is-open .navigation-screen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
body.menu-is-open .navigation-screen:hover {
  cursor: crosshair;
}

.mobile-utility {
  background: #101010;
  padding: 24px 4%;
}
.mobile-utility .site-header__search form {
  width: 100%;
  max-width: 100%;
}
.mobile-utility .site-header__search form,
.mobile-utility .site-header__search input,
.mobile-utility .site-header__search button {
  height: 56px;
}
.mobile-utility a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  padding: 12px 0;
}
.mobile-utility a + a {
  margin-top: 12px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row--flush {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
  margin-right: 0;
}
.row--flush:after {
  content: "";
  display: table;
  clear: both;
}
.row--flush *[class*=col--xs--],
.row--flush *[class*=col--sm--],
.row--flush *[class*=col--md--],
.row--flush *[class*=col--lg--] {
  padding-left: 0;
  padding-right: 0;
}

.col--xs--1, .col--sm--1, .col--md--1, .col--lg--1, .col--xs--2, .col--sm--2, .col--md--2, .col--lg--2, .col--xs--3, .col--sm--3, .col--md--3, .col--lg--3, .col--xs--4, .col--sm--4, .col--md--4, .col--lg--4, .col--xs--5, .col--sm--5, .col--md--5, .col--lg--5, .col--xs--6, .col--sm--6, .col--md--6, .col--lg--6, .col--xs--7, .col--sm--7, .col--md--7, .col--lg--7, .col--xs--8, .col--sm--8, .col--md--8, .col--lg--8, .col--xs--9, .col--sm--9, .col--md--9, .col--lg--9, .col--xs--10, .col--sm--10, .col--md--10, .col--lg--10, .col--xs--11, .col--sm--11, .col--md--11, .col--lg--11, .col--xs--12, .col--sm--12, .col--md--12, .col--lg--12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col--xs--1 {
  width: 8.3333333333%;
}

.col--xs--2 {
  width: 16.6666666667%;
}

.col--xs--3 {
  width: 25%;
}

.col--xs--4 {
  width: 33.3333333333%;
}

.col--xs--5 {
  width: 41.6666666667%;
}

.col--xs--6 {
  width: 50%;
}

.col--xs--7 {
  width: 58.3333333333%;
}

.col--xs--8 {
  width: 66.6666666667%;
}

.col--xs--9 {
  width: 75%;
}

.col--xs--10 {
  width: 83.3333333333%;
}

.col--xs--11 {
  width: 91.6666666667%;
}

.col--xs--12 {
  width: 100%;
}

.col--xs--pull--0 {
  right: auto;
}

.col--xs--pull--1 {
  right: 8.3333333333%;
}

.col--xs--pull--2 {
  right: 16.6666666667%;
}

.col--xs--pull--3 {
  right: 25%;
}

.col--xs--pull--4 {
  right: 33.3333333333%;
}

.col--xs--pull--5 {
  right: 41.6666666667%;
}

.col--xs--pull--6 {
  right: 50%;
}

.col--xs--pull--7 {
  right: 58.3333333333%;
}

.col--xs--pull--8 {
  right: 66.6666666667%;
}

.col--xs--pull--9 {
  right: 75%;
}

.col--xs--pull--10 {
  right: 83.3333333333%;
}

.col--xs--pull--11 {
  right: 91.6666666667%;
}

.col--xs--pull--12 {
  right: 100%;
}

.col--xs--push--0 {
  left: auto;
}

.col--xs--push--1 {
  left: 8.3333333333%;
}

.col--xs--push--2 {
  left: 16.6666666667%;
}

.col--xs--push--3 {
  left: 25%;
}

.col--xs--push--4 {
  left: 33.3333333333%;
}

.col--xs--push--5 {
  left: 41.6666666667%;
}

.col--xs--push--6 {
  left: 50%;
}

.col--xs--push--7 {
  left: 58.3333333333%;
}

.col--xs--push--8 {
  left: 66.6666666667%;
}

.col--xs--push--9 {
  left: 75%;
}

.col--xs--push--10 {
  left: 83.3333333333%;
}

.col--xs--push--11 {
  left: 91.6666666667%;
}

.col--xs--push--12 {
  left: 100%;
}

.col--xs--offset--0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col--xs--offset--12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col--sm--1 {
    width: 8.3333333333%;
  }

  .col--sm--2 {
    width: 16.6666666667%;
  }

  .col--sm--3 {
    width: 25%;
  }

  .col--sm--4 {
    width: 33.3333333333%;
  }

  .col--sm--5 {
    width: 41.6666666667%;
  }

  .col--sm--6 {
    width: 50%;
  }

  .col--sm--7 {
    width: 58.3333333333%;
  }

  .col--sm--8 {
    width: 66.6666666667%;
  }

  .col--sm--9 {
    width: 75%;
  }

  .col--sm--10 {
    width: 83.3333333333%;
  }

  .col--sm--11 {
    width: 91.6666666667%;
  }

  .col--sm--12 {
    width: 100%;
  }

  .col--sm--pull--0 {
    right: auto;
  }

  .col--sm--pull--1 {
    right: 8.3333333333%;
  }

  .col--sm--pull--2 {
    right: 16.6666666667%;
  }

  .col--sm--pull--3 {
    right: 25%;
  }

  .col--sm--pull--4 {
    right: 33.3333333333%;
  }

  .col--sm--pull--5 {
    right: 41.6666666667%;
  }

  .col--sm--pull--6 {
    right: 50%;
  }

  .col--sm--pull--7 {
    right: 58.3333333333%;
  }

  .col--sm--pull--8 {
    right: 66.6666666667%;
  }

  .col--sm--pull--9 {
    right: 75%;
  }

  .col--sm--pull--10 {
    right: 83.3333333333%;
  }

  .col--sm--pull--11 {
    right: 91.6666666667%;
  }

  .col--sm--pull--12 {
    right: 100%;
  }

  .col--sm--push--0 {
    left: auto;
  }

  .col--sm--push--1 {
    left: 8.3333333333%;
  }

  .col--sm--push--2 {
    left: 16.6666666667%;
  }

  .col--sm--push--3 {
    left: 25%;
  }

  .col--sm--push--4 {
    left: 33.3333333333%;
  }

  .col--sm--push--5 {
    left: 41.6666666667%;
  }

  .col--sm--push--6 {
    left: 50%;
  }

  .col--sm--push--7 {
    left: 58.3333333333%;
  }

  .col--sm--push--8 {
    left: 66.6666666667%;
  }

  .col--sm--push--9 {
    left: 75%;
  }

  .col--sm--push--10 {
    left: 83.3333333333%;
  }

  .col--sm--push--11 {
    left: 91.6666666667%;
  }

  .col--sm--push--12 {
    left: 100%;
  }

  .col--sm--offset--0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col--sm--offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col--md--1 {
    width: 8.3333333333%;
  }

  .col--md--2 {
    width: 16.6666666667%;
  }

  .col--md--3 {
    width: 25%;
  }

  .col--md--4 {
    width: 33.3333333333%;
  }

  .col--md--5 {
    width: 41.6666666667%;
  }

  .col--md--6 {
    width: 50%;
  }

  .col--md--7 {
    width: 58.3333333333%;
  }

  .col--md--8 {
    width: 66.6666666667%;
  }

  .col--md--9 {
    width: 75%;
  }

  .col--md--10 {
    width: 83.3333333333%;
  }

  .col--md--11 {
    width: 91.6666666667%;
  }

  .col--md--12 {
    width: 100%;
  }

  .col--md--pull--0 {
    right: auto;
  }

  .col--md--pull--1 {
    right: 8.3333333333%;
  }

  .col--md--pull--2 {
    right: 16.6666666667%;
  }

  .col--md--pull--3 {
    right: 25%;
  }

  .col--md--pull--4 {
    right: 33.3333333333%;
  }

  .col--md--pull--5 {
    right: 41.6666666667%;
  }

  .col--md--pull--6 {
    right: 50%;
  }

  .col--md--pull--7 {
    right: 58.3333333333%;
  }

  .col--md--pull--8 {
    right: 66.6666666667%;
  }

  .col--md--pull--9 {
    right: 75%;
  }

  .col--md--pull--10 {
    right: 83.3333333333%;
  }

  .col--md--pull--11 {
    right: 91.6666666667%;
  }

  .col--md--pull--12 {
    right: 100%;
  }

  .col--md--push--0 {
    left: auto;
  }

  .col--md--push--1 {
    left: 8.3333333333%;
  }

  .col--md--push--2 {
    left: 16.6666666667%;
  }

  .col--md--push--3 {
    left: 25%;
  }

  .col--md--push--4 {
    left: 33.3333333333%;
  }

  .col--md--push--5 {
    left: 41.6666666667%;
  }

  .col--md--push--6 {
    left: 50%;
  }

  .col--md--push--7 {
    left: 58.3333333333%;
  }

  .col--md--push--8 {
    left: 66.6666666667%;
  }

  .col--md--push--9 {
    left: 75%;
  }

  .col--md--push--10 {
    left: 83.3333333333%;
  }

  .col--md--push--11 {
    left: 91.6666666667%;
  }

  .col--md--push--12 {
    left: 100%;
  }

  .col--md--offset--0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col--md--offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 1012px) {
  .col--lg--1 {
    width: 8.3333333333%;
  }

  .col--lg--2 {
    width: 16.6666666667%;
  }

  .col--lg--3 {
    width: 25%;
  }

  .col--lg--4 {
    width: 33.3333333333%;
  }

  .col--lg--5 {
    width: 41.6666666667%;
  }

  .col--lg--6 {
    width: 50%;
  }

  .col--lg--7 {
    width: 58.3333333333%;
  }

  .col--lg--8 {
    width: 66.6666666667%;
  }

  .col--lg--9 {
    width: 75%;
  }

  .col--lg--10 {
    width: 83.3333333333%;
  }

  .col--lg--11 {
    width: 91.6666666667%;
  }

  .col--lg--12 {
    width: 100%;
  }

  .col--lg--pull--0 {
    right: auto;
  }

  .col--lg--pull--1 {
    right: 8.3333333333%;
  }

  .col--lg--pull--2 {
    right: 16.6666666667%;
  }

  .col--lg--pull--3 {
    right: 25%;
  }

  .col--lg--pull--4 {
    right: 33.3333333333%;
  }

  .col--lg--pull--5 {
    right: 41.6666666667%;
  }

  .col--lg--pull--6 {
    right: 50%;
  }

  .col--lg--pull--7 {
    right: 58.3333333333%;
  }

  .col--lg--pull--8 {
    right: 66.6666666667%;
  }

  .col--lg--pull--9 {
    right: 75%;
  }

  .col--lg--pull--10 {
    right: 83.3333333333%;
  }

  .col--lg--pull--11 {
    right: 91.6666666667%;
  }

  .col--lg--pull--12 {
    right: 100%;
  }

  .col--lg--push--0 {
    left: auto;
  }

  .col--lg--push--1 {
    left: 8.3333333333%;
  }

  .col--lg--push--2 {
    left: 16.6666666667%;
  }

  .col--lg--push--3 {
    left: 25%;
  }

  .col--lg--push--4 {
    left: 33.3333333333%;
  }

  .col--lg--push--5 {
    left: 41.6666666667%;
  }

  .col--lg--push--6 {
    left: 50%;
  }

  .col--lg--push--7 {
    left: 58.3333333333%;
  }

  .col--lg--push--8 {
    left: 66.6666666667%;
  }

  .col--lg--push--9 {
    left: 75%;
  }

  .col--lg--push--10 {
    left: 83.3333333333%;
  }

  .col--lg--push--11 {
    left: 91.6666666667%;
  }

  .col--lg--push--12 {
    left: 100%;
  }

  .col--lg--offset--0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col--lg--offset--12 {
    margin-left: 100%;
  }
}
*[data-animate-in=up] {
  opacity: 0;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
*[data-animate-in=up].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

*[data-animate-in=up-slow] {
  opacity: 0;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0);
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 0.4s ease-out;
  transition: transform 1s ease-out, opacity 0.4s ease-out, -webkit-transform 1s ease-out;
}
*[data-animate-in=up-slow].in-view {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

*[data-animate-in=fade] {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
*[data-animate-in=fade].in-view {
  opacity: 1;
}

*[data-animate-in=left] {
  opacity: 0;
  -webkit-transform: translate3d(-12x, 0, 0);
  transform: translate3d(-12x, 0, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
*[data-animate-in=left].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

*[data-animate-in=right] {
  opacity: 0;
  -webkit-transform: translate3d(12px, 0, 0);
  transform: translate3d(12px, 0, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out;
  transition: transform 0.3s ease-out, opacity 0.6s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
*[data-animate-in=right].in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.post-list-sm a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.post-list-sm a:hover {
  color: #073EF5;
}
.post-list-sm p * {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  display: inline;
}
.post-list-sm .post-list-date {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  display: inline;
  color: #3D3D58;
}
.post-list-sm .post-list-date time {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  display: inline;
  text-transform: capitalize;
  color: #3D3D58;
}

.work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.work-list li {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .work-list li {
    width: calc(50% - 24px);
  }
}
.work-list a {
  display: block;
}
.work-list a figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  margin-bottom: 24px;
}
.work-list a figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.work-list a h2 {
  font-size: 18px;
  line-height: 100%;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
}
.work-list a p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 125%;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  position: relative;
  -webkit-transition: -webkit-text-decoration-color 0.4s ease;
  transition: -webkit-text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease, -webkit-text-decoration-color 0.4s ease;
}
.work-list a:hover p {
  -webkit-text-decoration-color: #FF3F56;
  text-decoration-color: #FF3F56;
}

@media (min-width: 768px) {
  .stat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

.stat {
  border-top: 1px solid #C9C9D1;
  padding-top: 24px;
  width: 100%;
}
.stat + .stat {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .stat {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 0 24px;
  }
  .stat + .stat {
    margin-top: 0;
  }
}
.stat .number {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
@media (min-width: 1012px) {
  .stat .number {
    font-size: 80px;
    margin-bottom: 18px;
  }
}

.category-list {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.category-list li {
  margin-bottom: 16px;
}

.social-list-stacked li + li {
  margin-top: 2px;
}
.social-list-stacked a {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #C9C9D1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding: 4px 0;
}
.social-list-stacked a box-icon {
  fill: #F8F9FB;
  margin-right: 12px;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
  width: 20px;
}
.social-list-stacked a:hover {
  color: #FF3F56;
}
.social-list-stacked a:hover box-icon {
  fill: #FF3F56;
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social-list li {
  margin-right: 12px;
}
.social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #101010;
  width: 40px;
  height: 40px;
  color: #101010;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
.social-list a:hover {
  background: #101010;
  color: #ffffff;
}
.social-list svg {
  display: block;
  width: auto;
  height: 16px;
  fill: currentColor;
}

.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  margin-bottom: 8px;
}
.checklist li:before {
  content: "";
  width: 14px;
  height: 11px;
  display: block;
  background: url("./images/svgs/check.svg") center/cover no-repeat;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  margin-right: 12px;
}

@media (min-width: 768px) {
  .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.cta-card {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cta-card {
    width: calc(33% - 20px);
    height: 380px;
    margin-bottom: 0;
  }
}
@media (min-width: 1012px) {
  .cta-card {
    height: 480px;
  }
}
.cta-card figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-card figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-card__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 36px 16px;
}
@media (min-width: 768px) {
  .cta-card__content {
    padding: 36px 24px;
  }
}
.cta-card__content img {
  margin: 0 auto;
}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo-list > * {
  width: 50%;
  margin-bottom: 60px;
}
@media (min-width: 544px) {
  .logo-list > * {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .logo-list > * {
    width: 20%;
  }
}
.logo-list img {
  max-width: 120px;
  max-height: 50px;
  margin: 0 auto;
}

.theme-dark .logo-list-wrap {
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.theme-dark .logo-list-wrap:before, .theme-dark .logo-list-wrap:after {
  content: "";
  width: 100%;
  height: 105px;
  background: #101010;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .theme-dark .logo-list-wrap:before, .theme-dark .logo-list-wrap:after {
    height: 140px;
  }
}
@media (min-width: 1012px) {
  .theme-dark .logo-list-wrap:before, .theme-dark .logo-list-wrap:after {
    height: 180px;
  }
}
.theme-dark .logo-list-wrap:before {
  top: 0;
}
.theme-dark .logo-list-wrap:after {
  bottom: 0;
  height: 120px;
}
@media (min-width: 1012px) {
  .theme-dark .logo-list-wrap:after {
    height: 160px;
  }
}
.theme-dark .line-wrap__bd {
  padding: 36px 24px 0;
}
@media (min-width: 768px) {
  .theme-dark .line-wrap__bd {
    padding: 100px 92px 20px;
  }
}

.wrapper-full.img-height-auto picture, .wrapper-full.img-height-auto img {
  width: 100%;
}

.video-wrap {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.video-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-wrap iframe,
.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-image img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bg-image.bg-image--fallback img {
  display: none;
}

svg {
  display: block;
  fill: currentColor;
}

.event-preview {
  width: 100%;
  z-index: 1;
  position: relative;
}
.event-preview:after {
  content: "";
  width: 236px;
  height: 276px;
  position: absolute;
  z-index: -1;
  background: url("./images/svgs/dot-group.svg") center/cover no-repeat;
  top: 120px;
  left: -14px;
}
@media (min-width: 768px) {
  .event-preview:after {
    width: 376px;
    height: 440px;
    top: 60px;
    left: -140px;
  }
}
@media (min-width: 768px) {
  .event-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.event-preview__media {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
  background: #ffffff;
}
.event-preview__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 768px) {
  .event-preview__media {
    width: calc(50% - 24px);
    height: 430px;
  }
}

.event-preview__content {
  margin: 48px 0;
}
@media (min-width: 768px) {
  .event-preview__content {
    width: calc(50% - 24px);
    margin: 72px 0;
  }
}

.soft-img {
  max-width: 384px;
  margin: 0 auto;
}

.sotf-preview {
  width: 100%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.sotf-preview:hover {
  cursor: pointer;
}
.sotf-preview:hover .sotf-preview__content {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}
.sotf-preview__media {
  width: 60px;
  min-width: 60px;
}
.sotf-preview__media img {
  width: 100%;
}
@media (min-width: 768px) {
  .sotf-preview__media {
    width: 108px;
    min-width: 108px;
  }
}

.sotf-preview__content {
  margin-left: 16px;
  -webkit-transition: color 0.4s ease, -webkit-text-decoration 0.4s ease;
  transition: color 0.4s ease, -webkit-text-decoration 0.4s ease;
  transition: color 0.4s ease, text-decoration 0.4s ease;
  transition: color 0.4s ease, text-decoration 0.4s ease, -webkit-text-decoration 0.4s ease;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
}
@media (min-width: 768px) {
  .sotf-preview__content {
    margin-left: 24px;
  }
}

.responsible-data-list li + li {
  border-top: 1px solid #101010;
}

.responsible-data-preview {
  width: 100%;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  padding: 12px 0;
}
.responsible-data-preview svg {
  margin-left: auto;
  width: 16px;
  min-width: 16px;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.responsible-data-preview:hover {
  cursor: pointer;
}
.responsible-data-preview:hover .responsible-data-preview__content {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}
.responsible-data-preview:hover svg {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}
.responsible-data-preview__media {
  width: 60px;
  min-width: 60px;
}
.responsible-data-preview__media img {
  width: 100%;
}

.responsible-data-preview__content {
  margin-left: 16px;
  -webkit-transition: color 0.4s ease, -webkit-text-decoration 0.4s ease;
  transition: color 0.4s ease, -webkit-text-decoration 0.4s ease;
  transition: color 0.4s ease, text-decoration 0.4s ease;
  transition: color 0.4s ease, text-decoration 0.4s ease, -webkit-text-decoration 0.4s ease;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .responsible-data-preview__content {
    margin-left: 24px;
  }
}

.subscribe-form,
.widget_blog_subscription form,
.wpcf7-form {
  position: relative;
  display: block;
}
.subscribe-form input:focus,
.widget_blog_subscription form input:focus,
.wpcf7-form input:focus {
  outline: 0;
}
.subscribe-form .mc-field-group,
.subscribe-form .field-group,
.widget_blog_subscription form .mc-field-group,
.widget_blog_subscription form .field-group,
.wpcf7-form .mc-field-group,
.wpcf7-form .field-group {
  width: 100%;
}
.subscribe-form input[type=email],
.subscribe-form input[type=text],
.subscribe-form textarea,
.widget_blog_subscription form input[type=email],
.widget_blog_subscription form input[type=text],
.widget_blog_subscription form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form textarea {
  display: block;
  background-color: transparent;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #101010;
  padding-left: 0;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  font-family: "Fira", mono, sans-serif;
}
@media (max-width: 959px) {
  .subscribe-form input[type=email],
.subscribe-form input[type=text],
.subscribe-form textarea,
.widget_blog_subscription form input[type=email],
.widget_blog_subscription form input[type=text],
.widget_blog_subscription form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form textarea {
    height: 60px;
    font-size: 16px;
  }
}
.subscribe-form textarea,
.widget_blog_subscription form textarea,
.wpcf7-form textarea {
  height: 120px;
  border: 1px solid #101010;
  padding: 12px;
}
.subscribe-form button,
.subscribe-form input[type=submit],
.widget_blog_subscription form button,
.widget_blog_subscription form input[type=submit],
.wpcf7-form button,
.wpcf7-form input[type=submit] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 252px;
  min-width: 187px;
  height: 56px;
  border-radius: 50px;
  text-align: center;
  width: auto;
  background: transparent;
  background: #101010;
  color: #ffffff;
  border: 1px solid #101010;
  padding: 13px 36px;
  z-index: 1;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  -webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  background: #101010;
  margin-top: 18px;
}
.subscribe-form button svg,
.subscribe-form button box-icon,
.subscribe-form input[type=submit] svg,
.subscribe-form input[type=submit] box-icon,
.widget_blog_subscription form button svg,
.widget_blog_subscription form button box-icon,
.widget_blog_subscription form input[type=submit] svg,
.widget_blog_subscription form input[type=submit] box-icon,
.wpcf7-form button svg,
.wpcf7-form button box-icon,
.wpcf7-form input[type=submit] svg,
.wpcf7-form input[type=submit] box-icon {
  display: block;
  fill: currentColor;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.subscribe-form button:hover,
.subscribe-form input[type=submit]:hover,
.widget_blog_subscription form button:hover,
.widget_blog_subscription form input[type=submit]:hover,
.wpcf7-form button:hover,
.wpcf7-form input[type=submit]:hover {
  cursor: pointer;
  color: #ffffff;
  background: #073EF5;
  border-color: #073EF5;
}
.subscribe-form button:hover svg,
.subscribe-form button:hover box-icon,
.subscribe-form input[type=submit]:hover svg,
.subscribe-form input[type=submit]:hover box-icon,
.widget_blog_subscription form button:hover svg,
.widget_blog_subscription form button:hover box-icon,
.widget_blog_subscription form input[type=submit]:hover svg,
.widget_blog_subscription form input[type=submit]:hover box-icon,
.wpcf7-form button:hover svg,
.wpcf7-form button:hover box-icon,
.wpcf7-form input[type=submit]:hover svg,
.wpcf7-form input[type=submit]:hover box-icon {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
.subscribe-form button[disabled],
.subscribe-form input[type=submit][disabled],
.widget_blog_subscription form button[disabled],
.widget_blog_subscription form input[type=submit][disabled],
.wpcf7-form button[disabled],
.wpcf7-form input[type=submit][disabled] {
  opacity: 0.2;
  pointer-events: none;
}
.subscribe-form button:after,
.subscribe-form input[type=submit]:after,
.widget_blog_subscription form button:after,
.widget_blog_subscription form input[type=submit]:after,
.wpcf7-form button:after,
.wpcf7-form input[type=submit]:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url("./images/svgs/arrow-right.svg") center/cover no-repeat;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.subscribe-form button:hover, .subscribe-form button:active, .subscribe-form button:focus,
.subscribe-form input[type=submit]:hover,
.subscribe-form input[type=submit]:active,
.subscribe-form input[type=submit]:focus,
.widget_blog_subscription form button:hover,
.widget_blog_subscription form button:active,
.widget_blog_subscription form button:focus,
.widget_blog_subscription form input[type=submit]:hover,
.widget_blog_subscription form input[type=submit]:active,
.widget_blog_subscription form input[type=submit]:focus,
.wpcf7-form button:hover,
.wpcf7-form button:active,
.wpcf7-form button:focus,
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:active,
.wpcf7-form input[type=submit]:focus {
  cursor: pointer;
  outline: none;
}
.subscribe-form button:hover:after, .subscribe-form button:active:after, .subscribe-form button:focus:after,
.subscribe-form input[type=submit]:hover:after,
.subscribe-form input[type=submit]:active:after,
.subscribe-form input[type=submit]:focus:after,
.widget_blog_subscription form button:hover:after,
.widget_blog_subscription form button:active:after,
.widget_blog_subscription form button:focus:after,
.widget_blog_subscription form input[type=submit]:hover:after,
.widget_blog_subscription form input[type=submit]:active:after,
.widget_blog_subscription form input[type=submit]:focus:after,
.wpcf7-form button:hover:after,
.wpcf7-form button:active:after,
.wpcf7-form button:focus:after,
.wpcf7-form input[type=submit]:hover:after,
.wpcf7-form input[type=submit]:active:after,
.wpcf7-form input[type=submit]:focus:after {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

.wpcf7-response-output {
  border: none !important;
  color: #101010;
  font-weight: bold;
  padding: 12px !important;
  margin: 0 !important;
  background: #FF595A;
}

.mce_inline_error {
  display: none;
}

#mc_embed_signup .mce_inline_error + .mce_inline_error,
#mce-success-response {
  display: block;
  position: absolute;
  bottom: -44px;
  left: 0;
  background: transparent !important;
  color: #cb2431 !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  font-size: 14px;
}

#mce-success-response {
  color: #28a745 !important;
}

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

::-webkit-input-placeholder {
  color: #101010;
  opacity: 1;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
}

::-moz-placeholder {
  color: #101010;
  opacity: 1;
  font-weight: 500;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  color: #101010;
  opacity: 1;
  font-weight: 500;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

:-moz-placeholder {
  color: #101010;
  opacity: 1;
  font-weight: 500;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 499px) {
  :-moz-placeholder {
    font-size: 14px;
  }
}

input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus::-moz-placeholder {
  opacity: 0.4;
}
input:focus:-ms-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder {
  opacity: 0.4;
}

#eloquaForm {
  text-align: left;
}

.text-error {
  color: #ea4a5a;
}

.form-control-invalid-text {
  display: none;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}

#eloquaForm input[type=text],
#eloquaForm input[type=email],
#eloquaForm input[type=tel],
#eloquaForm select,
#eloquaForm textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  border-radius: 0;
  color: #101010;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
}
#eloquaForm input[type=text]:focus, #eloquaForm input[type=text]:active,
#eloquaForm input[type=email]:focus,
#eloquaForm input[type=email]:active,
#eloquaForm input[type=tel]:focus,
#eloquaForm input[type=tel]:active,
#eloquaForm select:focus,
#eloquaForm select:active,
#eloquaForm textarea:focus,
#eloquaForm textarea:active {
  outline: none;
}
#eloquaForm button {
  max-width: 200px;
  margin: 16px 0 0;
}
#eloquaForm label {
  display: block;
  margin: 0;
  position: relative;
  z-index: -1;
  left: 0;
  -webkit-transform: translate3d(0, 34px, 0);
  transform: translate3d(0, 34px, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#eloquaForm .form-group {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
#eloquaForm .form-group:after {
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#eloquaForm .form-group.is-active label {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#eloquaForm .form-group.is-active:after {
  opacity: 1;
}
#eloquaForm .form-group.error:after {
  background: #d73a49;
  opacity: 1;
}
#eloquaForm .form-group.error .form-control-invalid-text {
  display: block;
}

#eloquaForm .checkbox-wrap {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#eloquaForm .checkbox-wrap:after {
  display: none;
}
#eloquaForm .checkbox-wrap input {
  margin-top: 4px;
  margin-right: 12px;
}
#eloquaForm .checkbox-wrap label {
  font-family: "Fira", mono, sans-serif;
  letter-spacing: -0.05em;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#eloquaForm .checkbox-wrap label:hover {
  cursor: pointer;
}

#eloquaForm .select-wrap {
  position: relative;
  z-index: 2;
}
#eloquaForm .select-wrap:before {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 19px;
  background: url("../img/svgs/chevron-down.svg") center/cover no-repeat;
}
#eloquaForm .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ratings input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ratings label {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  margin: 8px;
}
.ratings label:hover {
  cursor: pointer;
}
.ratings label:before, .ratings label:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ratings label:before {
  z-index: 1;
  background: url("../img/svgs/star-outline.svg") center/cover no-repeat;
}
.ratings label:after {
  opacity: 0;
  z-index: 2;
  background: url("../img/svgs/star.svg") center/cover no-repeat;
}
.ratings label.is-hover:after {
  opacity: 1;
}
.ratings input.is-active + label:after,
.ratings input:checked + label:after {
  opacity: 1;
}
.ratings input:hover + label:after {
  opacity: 1;
}

.resource-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.resource-preview .post-list-date .posted-on {
  font-size: 12px !important;
  color: #3D3D58;
}
.resource-preview .h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.4s ease;
  transition: -webkit-text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease, -webkit-text-decoration-color 0.4s ease;
}
.resource-preview:hover .h4 {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}

.resource-preview__media {
  width: 120px;
  min-width: 120px;
  margin-right: 12px;
}

.post-preview-list .js-resource {
  margin-bottom: 36px;
}

.post-list .h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.4s ease;
  transition: -webkit-text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease;
  transition: text-decoration-color 0.4s ease, -webkit-text-decoration-color 0.4s ease;
}
.post-list a.h4:hover {
  -webkit-text-decoration-color: #101010;
  text-decoration-color: #101010;
}
.post-list p * {
  display: inline;
}
.post-list .post-list-date {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  display: inline;
  color: #3D3D58;
}
.post-list .post-list-date time {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
  display: inline;
  text-transform: capitalize;
  color: #3D3D58;
}

.posted-on {
  display: block;
  font-family: "Fira", mono, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-bottom: 12px;
}
.posted-on:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .posted-on {
    font-size: 16px !important;
  }
}

.author a {
  color: #101010;
  text-decoration: underline;
  text-transform: capitalize;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.author a:hover {
  color: #FF3F56;
}

@media (min-width: 768px) {
  .post-list--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-list--split li {
    width: calc(50% - 24px);
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tags svg {
  margin-right: 12px;
}
.tags a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #33333E;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.tags a:after {
  content: ", ";
  margin-right: 4px;
}
.tags a:last-child:after {
  display: none;
}
.tags a:hover {
  color: #073EF5;
}

.wp-block-quote {
  position: relative;
  z-index: 2;
  padding-left: 28px;
  width: 100%;
  margin: 36px 0;
  border: none !important;
}
.wp-block-quote p {
  font-weight: 500;
  font-size: 20px !important;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .wp-block-quote p {
    font-size: 28px !important;
  }
}
.wp-block-quote cite {
  color: #FF3F56;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  font-style: normal !important;
}
@media (min-width: 768px) {
  .wp-block-quote cite {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .wp-block-quote {
    width: 120%;
    padding-left: 60px;
  }
}

.social-share {
  width: 100%;
}
@media (min-width: 768px) {
  .social-share {
    max-width: 226px;
  }
}
@media (max-width: 767px) {
  .social-share {
    margin: 0 auto 24px;
  }
}
.social-share .social-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 12px;
}
.social-share a {
  margin: 4px;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background: #FF3F56;
  -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
}
.social-share a + a {
  margin-left: 12px;
}
.social-share a:hover {
  color: #ffffff;
  background: #ff0c29;
  cursor: pointer;
}
.post-sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  .post-sidebar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 1300px) {
  .post-sidebar {
    width: 20%;
    min-width: 20%;
  }
}

.tabs {
  position: relative;
  z-index: 2;
}

.tabs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #101010;
  position: relative;
  z-index: 13;
  margin-bottom: 32px;
}
@media (max-width: 1011px) {
  .tabs__tabs {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.tabs__tabs::-webkit-scrollbar {
  display: none;
}

.tabs__tab {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  color: #101010;
  padding: 3px 0;
  height: 60px;
  border-radius: 0;
  -webkit-transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
  white-space: nowrap;
  font-size: 18px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .tabs__tab {
    margin-right: 48px;
  }
}
.tabs__tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #073EF5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tabs__tab:focus {
  cursor: pointer;
  color: #FF3F56;
  outline: none;
}
.tabs__tab:hover {
  cursor: pointer;
  color: #586069;
}
.tabs__tab:hover:after {
  -webkit-transform: scaleX(0.4);
  transform: scaleX(0.4);
}
.tabs__tab.is-active {
  color: #FF3F56;
}
.tabs__tab.is-active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tabs__body {
  position: relative;
}

.tabs__body .tabs__content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.tabs__body .tabs__content.is-active {
  position: relative;
  pointer-events: inherit;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tabs-content .tabs__content {
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.tabs-content .tabs__content.is-active {
  display: block;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  position: relative;
  pointer-events: inherit;
}

.no-js .tabs__content {
  opacity: 1;
  display: block;
  pointer-events: inherit;
}

.posts-navigation {
  display: block;
  margin-top: 24px;
}
.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  margin-right: 16px;
  display: block;
}
.posts-navigation a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 252px;
  min-width: 187px;
  height: 56px;
  border-radius: 50px;
  text-align: center;
  width: auto;
  background: transparent;
  background: #101010;
  color: #ffffff;
  border: 1px solid #101010;
  padding: 13px 36px;
  z-index: 1;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  -webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  min-width: 148px;
  height: 48px;
  padding: 10px 24px;
  border-radius: 50px !important;
}
.posts-navigation a svg,
.posts-navigation a box-icon {
  display: block;
  fill: currentColor;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.posts-navigation a:hover {
  cursor: pointer;
  color: #ffffff;
  background: #073EF5;
  border-color: #073EF5;
}
.posts-navigation a:hover svg,
.posts-navigation a:hover box-icon {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
.posts-navigation a[disabled] {
  opacity: 0.2;
  pointer-events: none;
}

.cta-block {
  display: block;
  padding: 60px 28px 48px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1012px) {
  .cta-block {
    max-width: 375px;
    margin-left: auto;
  }
}
.cta-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F7CF46;
  border-radius: 0px 16px 0px 0px;
  z-index: -1;
}
.cta-block:after {
  content: "";
  width: 236px;
  height: 376px;
  position: absolute;
  z-index: -2;
  background: url("./images/svgs/dot-group.svg") center/cover no-repeat;
  top: 40px;
  right: -14px;
}
@media (min-width: 768px) {
  .cta-block:after {
    width: 376px;
    height: 440px;
    top: auto;
    bottom: -48px;
    right: -82px;
  }
}
.cta-block .widget_blog_subscription p + p {
  margin: 0;
}
.cta-block .widget_blog_subscription .widget-title {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin-bottom: 16px;
  margin-bottom: 0 !important;
}
.cta-block .widget_blog_subscription .widget-title:last-child {
  margin-bottom: 0;
}
.cta-block .widget_blog_subscription .widget-title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .cta-block .widget_blog_subscription .widget-title {
    font-size: 18px !important;
  }
}
.cta-block .widget_blog_subscription .jetpack-subscribe-count p {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  margin: 18px 0 24px !important;
}
.cta-block .widget_blog_subscription .jetpack-subscribe-count p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .cta-block .widget_blog_subscription .jetpack-subscribe-count p {
    font-size: 36px !important;
  }
}
.cta-block .widget_blog_subscription form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cta-block .widget_blog_subscription form .jetpack-subscribe-count {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.cta-block .widget_blog_subscription form #subscribe-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cta-block .widget_blog_subscription form #subscribe-text p {
  margin-bottom: 0;
}
.cta-block .widget_blog_subscription form #subscribe-email {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 28px;
}
.cta-block .widget_blog_subscription form #subscribe-submit {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.wp-block-jetpack-contact-form {
  background: #F7CF46;
  padding: 48px 36px;
}
.wp-block-jetpack-contact-form input[type=email],
.wp-block-jetpack-contact-form input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #101010;
}
.wp-block-jetpack-contact-form textarea {
  background: transparent;
  border: 1px solid #101010;
}

.js-filtered-list {
  position: relative;
  min-height: 286px;
}
.js-filtered-list:after {
  content: "";
  width: 36px;
  height: 36px;
  top: 120px;
  left: calc(50% - 18px);
  background: url("./images/svgs/sync.svg") center/cover no-repeat;
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 2s ease-in-out;
  transition: opacity 0.3s ease, -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out, opacity 0.3s ease;
  transition: transform 2s ease-in-out, opacity 0.3s ease, -webkit-transform 2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.js-filtered-list li {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.js-filtered-list.is-thinking li {
  opacity: 0.2;
}
.js-filtered-list.is-thinking:after {
  opacity: 1;
  -webkit-transform: rotate(-720deg);
  transform: rotate(-720deg);
}
.js-filtered-list.is-filtered .js-resource {
  display: none;
}
.js-filtered-list.is-filtered .js-resource.has-active-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1011px) {
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
  .filters .screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(16, 16, 16, 0.8);
    z-index: -1;
    cursor: crosshair;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .filters .filters__inner {
    position: relative;
    overflow: hidden;
    width: 90%;
    padding: 48px 12px 48px;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media (min-width: 1012px) {
  .filters {
    margin-bottom: 16px;
  }
  .filters .filters__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.filters .reset-desk {
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1011px) {
  .filters .reset-desk {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 252px;
    min-width: 187px;
    height: 56px;
    border-radius: 50px;
    text-align: center;
    width: auto;
    background: transparent;
    background: #101010;
    color: #ffffff;
    border: 1px solid #101010;
    padding: 13px 36px;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    -webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    width: 100%;
  }
  .filters .reset-desk svg,
.filters .reset-desk box-icon {
    display: block;
    fill: currentColor;
    margin-left: 8px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .filters .reset-desk:hover {
    cursor: pointer;
    color: #ffffff;
    background: #073EF5;
    border-color: #073EF5;
  }
  .filters .reset-desk:hover svg,
.filters .reset-desk:hover box-icon {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
  .filters .reset-desk[disabled] {
    opacity: 0.2;
    pointer-events: none;
  }
}
@media (min-width: 1012px) {
  .filters .reset-desk {
    text-decoration: underline;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    margin-left: auto;
  }
  .filters .reset-desk:hover {
    opacity: 0.8;
  }
}

.filter {
  font-size: 14px;
}
@media (max-width: 1011px) {
  .filter {
    margin-bottom: 24px;
  }
}
@media (min-width: 1012px) {
  .filter {
    padding: 12px 0;
    margin-right: 24px;
  }
}
.filter p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 1012px) {
  .filter p {
    color: #61616A;
    font-size: 14px;
  }
}
.filter select {
  font-size: 14px;
  padding-right: 12px;
  padding-left: 0;
}
@media (max-width: 1011px) {
  .filter select {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    height: 44px;
    padding: 0 8px;
    margin-top: 8px;
  }
  .filter select option {
    padding-right: 12px;
  }
  .filter select svg {
    margin-right: 6px;
  }
}
@media (min-width: 1012px) {
  .filter select {
    margin-left: 12px;
    background: #ffffff;
  }
}

.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkboxes > div {
  width: 100%;
}

.checkbox + .checkbox {
  margin-top: 12px;
}
.checkbox input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkbox label {
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
}
.checkbox label:hover {
  cursor: pointer;
}
.checkbox label:before, .checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
}
.checkbox label:before {
  z-index: 2;
  border: 1px solid #101010;
  background: transparent;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.checkbox label:after {
  z-index: 3;
  background: url("./images/svgs/check.svg") center/10px 12px no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.75);
  transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.75);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.75);
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.75), -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.75);
  cursor: pointer;
}
.checkbox input:checked + label:before {
  background-color: #073EF5;
  border-color: #073EF5;
}
.checkbox input:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkboxes--rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.checkboxes--rows > div {
  width: calc(50% - 12px);
}

.filter__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
}
.filter__close:hover {
  cursor: pointer;
}

@media (max-width: 1011px) {
  body.filters-open {
    overflow: hidden;
  }
  body.filters-open .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.filters-open .filters__inner,
body.filters-open .screen {
    opacity: 1;
  }
}
.comment {
  border-top: 1px solid #C9C9D1;
  padding: 24px 0;
}
.comment img {
  display: none;
}
.comment .fn {
  text-transform: capitalize;
  font-weight: 400 !important;
}
.comment .says {
  display: none;
}
.comment .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.comment .comment-author {
  margin-right: 8px;
}
.comment .comment-author:after {
  content: "|";
  margin-left: 4px;
  color: #33333E;
  font-size: 14px;
}
.comment .comment-metadata {
  font-size: 14px;
}
.comment .comment-metadata time {
  color: #33333E;
}

.comment-reply-link {
  display: block;
  font-family: "Fira", mono, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 24px;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.comment-reply-link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.children {
  margin-top: 24px;
  max-width: 94%;
  margin-left: auto;
  list-style-type: none;
}
.children .comment {
  border-top: none;
}
@media (min-width: 1012px) {
  .children {
    min-width: 500px;
  }
}

.comment-respond {
  background: #F7CF46;
  margin-top: 36px;
  padding: 24px;
}
@media (min-width: 768px) {
  .comment-respond {
    padding: 24px 36px;
  }
}
.comment-respond #reply-title {
  display: block;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin-bottom: 16px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.comment-respond #reply-title:last-child {
  margin-bottom: 0;
}
.comment-respond #reply-title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1012px) {
  .comment-respond #reply-title {
    font-size: 18px !important;
  }
}

#commentform label {
  display: block;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform textarea {
  display: block;
  background-color: transparent;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #101010;
  padding-left: 0;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  font-family: "Fira", mono, sans-serif;
}
@media (max-width: 959px) {
  #commentform input[type=text],
#commentform input[type=email],
#commentform textarea {
    height: 60px;
    font-size: 16px;
  }
}
#commentform input[type=text]:focus, #commentform input[type=text]:active,
#commentform input[type=email]:focus,
#commentform input[type=email]:active,
#commentform textarea:focus,
#commentform textarea:active {
  opacity: 0.8;
  outline: none;
}
#commentform .comment-form-url {
  display: none;
}
#commentform textarea {
  border: 1px solid #101010;
  min-height: 120px;
  padding: 12px;
}
#commentform .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#commentform .comment-form-cookies-consent input {
  margin-right: 12px;
}
#commentform .form-submit input {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 252px;
  min-width: 187px;
  height: 56px;
  border-radius: 50px;
  text-align: center;
  width: auto;
  background: transparent;
  background: #101010;
  color: #ffffff;
  border: 1px solid #101010;
  padding: 13px 36px;
  z-index: 1;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  -webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
#commentform .form-submit input svg,
#commentform .form-submit input box-icon {
  display: block;
  fill: currentColor;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#commentform .form-submit input:hover {
  cursor: pointer;
  color: #ffffff;
  background: #073EF5;
  border-color: #073EF5;
}
#commentform .form-submit input:hover svg,
#commentform .form-submit input:hover box-icon {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
#commentform .form-submit input[disabled] {
  opacity: 0.2;
  pointer-events: none;
}

.children .comment-respond {
  background: #F7CF46;
  margin-top: 24px;
  padding: 36px 24px;
}
@media (min-width: 768px) {
  .children .comment-respond {
    padding: 12px 24px;
  }
}
.children #reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rte {
  font-weight: normal;
  font-style: normal;
}
.rte:after {
  content: "";
  display: table;
  clear: both;
}
.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte h5 a,
.rte h6 a {
  text-decoration: none !important;
}
.rte + .btn {
  margin-top: 20px;
}
@media (min-width: 544px) {
  .rte + .btn {
    margin-top: 30px;
  }
}
.rte > *:last-child {
  margin-bottom: 0 !important;
}
.rte p[style="text-align: center;"], .rte p[style="text-align:center"], .rte p[style="text-align: center"], .text-center .rte p {
  margin-left: auto;
  margin-right: auto;
}
.rte p + h1, .rte p + h2, .rte p + h3,
.rte p + h4, .rte p + h5, .rte p + h6 {
  margin-top: 30px;
}
.rte b, .rte strong {
  font-weight: 500 !important;
  display: inline;
  margin-bottom: 0;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .rte b, .rte strong {
    margin-bottom: 0;
  }
}
.rte h1:last-child, .rte h2:last-child, .rte h3:last-child,
.rte h4:last-child, .rte h5:last-child, .rte h6:last-child {
  margin-bottom: 0;
}
.rte a:not(.wp-block-button__link) {
  color: #FF3F56;
  font-weight: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.rte a:not(.wp-block-button__link):hover {
  opacity: 0.7;
  text-decoration: underline;
}
.rte .wp-block-button__link {
  margin-top: 24px;
}
.rte ul,
.rte ol,
.rte dl {
  margin: 24px 0;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .rte ul,
.rte ol,
.rte dl {
    padding-left: 48px;
  }
}
.rte ul li + li,
.rte ol li + li,
.rte dl li + li {
  margin-top: 12px;
}
.rte ul {
  list-style-type: disc;
}
.rte ol {
  list-style-type: decimal;
}
.rte dt {
  font-weight: bold;
}
.rte ul ul,
.rte ul ol,
.rte ul dl,
.rte ol ul,
.rte ol ol,
.rte ol dl,
.rte dl ul,
.rte dl ol,
.rte dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
.rte ol ul,
.rte ul ul {
  list-style-type: circle;
}
.rte ol ol ul,
.rte ol ul ul,
.rte ul ol ul,
.rte ul ul ul {
  list-style-type: square;
}
.rte blockquote {
  font-style: italic;
  border-left: 2px solid #FF3F56;
}
.rte address {
  font-style: italic;
}
.rte hr {
  margin: 24px 0;
  padding: 0;
  border: none;
  border-top: 3px solid #101010;
}
.rte em,
.rte i {
  font-style: italic;
}
.rte del,
.rte strike,
.rte s {
  text-decoration: line-through;
}
.rte u,
.rte ins {
  text-decoration: underline;
}
.rte sup {
  vertical-align: super;
  font-size: smaller;
}
.rte sub {
  vertical-align: sub;
  font-size: smaller;
}
.rte big {
  font-size: larger;
}
.rte small {
  font-size: smaller;
}
.rte abbr,
.rte acronym {
  border-bottom: none;
  text-decoration: none;
}
.rte cite,
.rte dfn {
  font-style: italic;
}
.rte q {
  font-style: italic;
}
.rte q::before {
  content: open-quote;
}
.rte q::after {
  content: close-quote;
}
.rte q:lang(en) {
  quotes: "“" "”" "‘" "’";
}
.rte bdo {
  direction: rtl;
}
.rte pre {
  margin: 0 0 12px 0;
  font-family: "Lucida Console", Monaco, monospace;
  white-space: normal;
}
.rte code,
.rte samp,
.rte tt,
.rte kbd {
  font-family: "Lucida Console", Monaco, monospace;
}
.rte var {
  font-style: italic;
}
.rte img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.rte img.alignleft {
  margin-right: auto;
}
.rte img.alignright {
  margin-left: auto;
}
.rte .size-medium {
  width: 50%;
  float: left;
  padding-right: 24px;
  margin: 18px 0;
}
.rte .size-medium + p {
  margin: 18px 0;
}
.rte .size-medium img {
  width: 100%;
  margin: 0;
}
.rte del {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.rte del:before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  background: url("./images/svgs/scribble.svg") center/100% auto no-repeat;
  z-index: 2;
  top: 0;
  left: -5px;
}
.rte del:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url("./images/svgs/redacted.svg") center/auto no-repeat;
  z-index: 3;
  top: 0;
  left: 0;
}
.rte img,
.rte video,
.rte audio {
  max-width: 100% !important;
  margin: 24px 0;
}

.wp-block-preformatted {
  font-family: "Fira", mono, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #073EF5;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px 8px 8px 0px;
}

.rte--sm p {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
}

.rte--lg p {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 20px;
}

.site-notice {
  background: #FF3F56;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 48px 21px 24px;
  position: relative;
  display: none;
}
@media (min-width: 1012px) {
  .site-notice {
    padding-right: 60px;
  }
}
.site-notice p {
  margin-bottom: 0;
}
.site-notice a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.site-notice a:hover {
  opacity: 0.6;
}
.site-notice .close {
  position: absolute;
  top: 21px;
  right: 24px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.site-notice .close svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.site-notice .close:hover {
  opacity: 0.6;
  cursor: pointer;
}

.site-notice.site-notice--white {
  background: #ffffff;
  color: #101010;
  border-bottom: 1px solid #C9C9D1;
}
.site-notice.site-notice--white a {
  color: #101010;
}

.footer {
  overflow: hidden;
  background: #101010;
  color: #ffffff;
}
.footer p {
  font-size: 14px;
}
.footer b {
  display: block;
  font-weight: 500 !important;
}
.footer a {
  color: #ffffff;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.footer a:hover {
  opacity: 0.6;
}
@media (max-width: 1011px) {
  .footer {
    text-align: center;
  }
  .footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.site-footer__signup {
  max-width: 310px;
}
.site-footer__signup > a {
  display: block;
  width: 32px;
}
.site-footer__signup > a img {
  width: 100%;
}
.site-footer__legal {
  background: #101010;
  border-top: 1px solid #3D3D58;
  margin-top: 36px;
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer__legal ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1012px) {
  .site-footer__legal ul {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.site-footer__legal ul li {
  display: block;
  margin-left: 12px;
}
.site-footer__legal ul a {
  font-size: 14px;
}
.site-footer__legal small {
  font-size: 14px;
  margin-top: 24px;
  font-style: normal;
  width: 100%;
}
@media (min-width: 1012px) {
  .site-footer__legal small {
    width: auto;
    margin-top: 0;
    text-align: left;
    min-width: 320px;
  }
}

.line-wrap {
  border: 1px solid #C9C9D1;
  position: relative;
}

.line-wrap__hd {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #ffffff;
  padding: 4px 36px;
  margin-top: -1px;
}
.line-wrap__hd .h5 {
  line-height: 1;
  white-space: nowrap;
}
.line-wrap__hd:before, .line-wrap__hd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9C9D1;
}
.line-wrap__hd:before {
  left: 0;
}
.line-wrap__hd:after {
  right: 0;
}

.line-wrap__bd {
  padding: 36px 24px 0;
}
@media (min-width: 768px) {
  .line-wrap__bd {
    padding: 92px 92px 0;
  }
}

.line-right,
.line-left {
  display: inline-block;
  position: relative;
}
.line-right:before,
.line-left:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3D3D58;
  border-radius: 6px;
  display: block;
  position: absolute;
  left: calc(100% + 8px);
  top: calc(50% - 3px);
}
.line-right:after,
.line-left:after {
  content: "";
  width: 120vw;
  height: 1px;
  background: #3D3D58;
  border-radius: 6px;
  display: block;
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) scale(0);
  transform: translate3d(0, -50%, 0) scale(0);
  -webkit-transition: -webkit-transform 3s ease-in-out;
  transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.line-right.in-view:after,
.line-left.in-view:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
}

.line-left {
  display: block;
}
.line-left:before {
  right: calc(100% + 34px);
  left: auto;
  top: 11px;
}
.line-left:after {
  left: auto;
  right: calc(100% + 36px);
  top: 14px;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.line-left.in-view:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
}

.theme-dark .line-wrap {
  border-color: #3D3D58;
}
.theme-dark .line-wrap__hd {
  background: #101010;
  color: #ffffff;
}
.theme-dark .line-wrap__hd:before, .theme-dark .line-wrap__hd:after {
  background: #3D3D58;
}

.page-id-165 .logo-list-wrap {
  background: #101010;
}
.page-id-165 .line-wrap {
  border: none;
}
.page-id-165 .line-wrap__hd {
  background: #101010;
  color: #ffffff;
}
.page-id-165 .line-wrap__hd:before, .page-id-165 .line-wrap__hd:after {
  display: none;
}

.moon-wrap {
  position: relative;
}

.moon-left {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(-100%, -50%, 0);
  transform: translate3d(-100%, -50%, 0);
  -webkit-transition: -webkit-transform 3s ease-in-out;
  transition: -webkit-transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
}
.moon-left.in-view {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 544px) {
  .flex-flip-sm {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.text-center {
  text-align: center;
}
.text-center p, .text-center img, .text-center .text-thin {
  margin-left: auto;
  margin-right: auto;
}

.text-thin {
  max-width: 560px;
}

.text-brand {
  color: #FF3F56;
}

.text-white {
  color: #ffffff !important;
}

.text-light {
  color: #C9C9D1;
}

.text-italic {
  font-style: italic;
}

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

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

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bg-light {
  background: #F8F9FB;
}

.bg-brand {
  background: #101010;
  color: #ffffff;
}
.bg-brand p {
  color: #ffffff;
}

.bg-dark,
.bg-black {
  background: #101010;
  color: #ffffff;
}
.bg-dark p,
.bg-black p {
  color: #ffffff;
}

#__bs_notify__ {
  opacity: 0;
  bottom: 0 !important;
  top: auto !important;
  height: 50px;
}

body.localhost:after {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: white;
  font-size: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px;
  content: "Mobile";
}
@media (min-width: 544px) {
  body.localhost:after {
    content: "Small";
  }
}
@media (min-width: 768px) {
  body.localhost:after {
    content: "Medium";
  }
}
@media (min-width: 1012px) {
  body.localhost:after {
    content: "Large";
  }
}
@media (min-width: 1280px) {
  body.localhost:after {
    content: "x-large";
  }
}