@import url(http://hello.myfonts.net/count/37ed99);
/* Base - site-specific settings */
/* Brand Colors */
/*Grid*/
/*Breakpoints*/
/*Container Widths*/
/* Input Placeholder Color */
@font-face {
  font-family: "Raleway";
  src: url("../ttf/raleway-regular.ttf");
}
@font-face {
  font-family: "Raleway Italic";
  src: url("../ttf/raleway-italic.ttf");
}
@font-face {
  font-family: "Raleway Medium";
  src: url("../ttf/raleway-medium.ttf");
}
@font-face {
  font-family: "Raleway Medium Italic";
  src: url("../ttf/raleway-mediumitalic.ttf");
}
@font-face {
  font-family: "Raleway Semibold";
  src: url("../ttf/raleway-semibold.ttf");
}
@font-face {
  font-family: "Raleway Semibold Italic";
  src: url("../ttf/raleway-semibolditalic.ttf");
}
@font-face {
  font-family: "Raleway Bold";
  src: url("../ttf/raleway-bold.ttf");
}
@font-face {
  font-family: "Raleway Bold Italic";
  src: url("../ttf/raleway-bolditalic.ttf");
}
@font-face {
  font-family: "MonaLisa";
  src: url("../eot/37ed99_0_0.eot");
  src: url("../eot/37ed99_0_0d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/37ed99_0_0.woff2") format("woff2"), url("../woff/37ed99_0_0.woff") format("woff"), url("../ttf/37ed99_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "MonaLisa-SolidOS";
  src: url("../eot/37ed99_1_0.eot");
  src: url("../eot/37ed99_1_0d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/37ed99_1_0.woff2") format("woff2"), url("../woff/37ed99_1_0.woff") format("woff"), url("../ttf/37ed99_1_0.ttf") format("truetype");
}
/* Vendor - unedited vendor base styles */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-ms: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1250px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-ms,
.col-ms-auto, .col-ms-12, .col-ms-11, .col-ms-10, .col-ms-9, .col-ms-8, .col-ms-7, .col-ms-6, .col-ms-5, .col-ms-4, .col-ms-3, .col-ms-2, .col-ms-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-ms {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-ms-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-ms-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ms-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ms-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-ms-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-ms-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ms-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-ms-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-ms-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ms-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-ms-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-ms-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-ms-first {
    order: -1;
  }

  .order-ms-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-ms-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-ms-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-ms-none {
    display: none !important;
  }

  .d-ms-inline {
    display: inline !important;
  }

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

  .d-ms-block {
    display: block !important;
  }

  .d-ms-table {
    display: table !important;
  }

  .d-ms-table-row {
    display: table-row !important;
  }

  .d-ms-table-cell {
    display: table-cell !important;
  }

  .d-ms-flex {
    display: flex !important;
  }

  .d-ms-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

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

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-ms-row {
    flex-direction: row !important;
  }

  .flex-ms-column {
    flex-direction: column !important;
  }

  .flex-ms-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

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

  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-ms-center {
    justify-content: center !important;
  }

  .justify-content-ms-between {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

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

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

  .align-content-ms-between {
    align-content: space-between !important;
  }

  .align-content-ms-around {
    align-content: space-around !important;
  }

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

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

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

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

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

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

  .align-self-ms-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 375px) {
  .float-ms-left {
    float: left !important;
  }

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

  .float-ms-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-ms-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-ms-0 {
    padding: 0 !important;
  }

  .pt-ms-0,
.py-ms-0 {
    padding-top: 0 !important;
  }

  .pr-ms-0,
.px-ms-0 {
    padding-right: 0 !important;
  }

  .pb-ms-0,
.py-ms-0 {
    padding-bottom: 0 !important;
  }

  .pl-ms-0,
.px-ms-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-ms-auto,
.mx-ms-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 375px) {
  .text-ms-left {
    text-align: left !important;
  }

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

  .text-ms-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

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

  thead {
    display: table-header-group;
  }

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

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

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

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 1.4rem;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

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

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

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

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

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

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

#slick-prev,
#slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  font-size: 2.2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #slick-prev,
#slick-next {
    width: 45px;
    height: 45px;
  }
}
#slick-prev::before,
#slick-next::before {
  position: absolute;
  top: 2px;
  left: 10px;
}
@media (min-width: 768px) {
  #slick-prev::before,
#slick-next::before {
    top: 10px;
    left: 17px;
  }
}

#slick-prev::before {
  content: "<";
}

#slick-next::before {
  content: ">";
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display: flex;
}
@media (min-width: 992px) {
  .slick-dots {
    bottom: 20px;
  }
}
.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  background: #646567;
}
.slick-dots li {
  margin: 0 4px;
}
.slick-dots li.slick-active button {
  background: #e50278;
  transform: scale(1.1);
}

body {
  font-size: 1.6rem;
  line-height: 1.67;
  font-family: "Raleway", sans-serif;
  background: #fff;
  color: #646567;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 2rem;
  }
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .woocommerce-order-details__title,
.woocommerce-column__title, #add_payment_method #payment ul.payment_methods li > label,
.woocommerce-cart #payment ul.payment_methods li > label,
.woocommerce-checkout #payment ul.payment_methods li > label, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h1.image-replacement, h2.image-replacement, h3.image-replacement, h4.image-replacement, h5.image-replacement, h6.image-replacement,
.h1.image-replacement, .h2.image-replacement, .h3.image-replacement, .image-replacement.woocommerce-order-details__title,
.image-replacement.woocommerce-column__title, #add_payment_method #payment ul.payment_methods li > label.image-replacement,
.woocommerce-cart #payment ul.payment_methods li > label.image-replacement,
.woocommerce-checkout #payment ul.payment_methods li > label.image-replacement, .h4.image-replacement, .h5.image-replacement, .h6.image-replacement {
  padding: 0;
  background: none;
}
h1.image-replacement::before, h1.image-replacement::after, h2.image-replacement::before, h2.image-replacement::after, h3.image-replacement::before, h3.image-replacement::after, h4.image-replacement::before, h4.image-replacement::after, h5.image-replacement::before, h5.image-replacement::after, h6.image-replacement::before, h6.image-replacement::after,
.h1.image-replacement::before,
.h1.image-replacement::after, .h2.image-replacement::before, .h2.image-replacement::after, .h3.image-replacement::before, .image-replacement.woocommerce-order-details__title::before,
.image-replacement.woocommerce-column__title::before, #add_payment_method #payment ul.payment_methods li > label.image-replacement::before,
.woocommerce-cart #payment ul.payment_methods li > label.image-replacement::before,
.woocommerce-checkout #payment ul.payment_methods li > label.image-replacement::before, .h3.image-replacement::after, .image-replacement.woocommerce-order-details__title::after,
.image-replacement.woocommerce-column__title::after, #add_payment_method #payment ul.payment_methods li > label.image-replacement::after,
.woocommerce-cart #payment ul.payment_methods li > label.image-replacement::after,
.woocommerce-checkout #payment ul.payment_methods li > label.image-replacement::after, .h4.image-replacement::before, .h4.image-replacement::after, .h5.image-replacement::before, .h5.image-replacement::after, .h6.image-replacement::before, .h6.image-replacement::after {
  display: none;
}
h1 .subtitle, h2 .subtitle, h3 .subtitle, h4 .subtitle, h5 .subtitle, h6 .subtitle,
.h1 .subtitle, .h2 .subtitle, .h3 .subtitle, .woocommerce-order-details__title .subtitle,
.woocommerce-column__title .subtitle, #add_payment_method #payment ul.payment_methods li > label .subtitle,
.woocommerce-cart #payment ul.payment_methods li > label .subtitle,
.woocommerce-checkout #payment ul.payment_methods li > label .subtitle, .h4 .subtitle, .h5 .subtitle, .h6 .subtitle {
  color: #646567;
}

h1, .h1 {
  font-family: "MonaLisa", sans-serif;
  font-size: 4.8rem;
  color: #e50278;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 6.5rem;
  }
}

h2, .h2 {
  font-family: "MonaLisa", sans-serif;
  font-size: 4.2rem;
  color: #ba2c92;
  background: url("../svg/title-dot.svg") no-repeat left 7px;
  background-size: 10px auto;
  padding-left: 18px;
  position: relative;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 5.7rem;
    background-size: 15px auto;
    padding-left: 24px;
  }
}
h2::before, h2::after, .h2::before, .h2::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../svg/title-dot.svg") no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (min-width: 992px) {
  h2::before, h2::after, .h2::before, .h2::after {
    width: 15px;
    height: 15px;
    top: 7px;
  }
}
h2::before, .h2::before {
  transform: translateY(12px);
}
@media (min-width: 992px) {
  h2::before, .h2::before {
    transform: translateY(18px);
  }
}
h2::after, .h2::after {
  transform: translateY(24px);
}
@media (min-width: 992px) {
  h2::after, .h2::after {
    transform: translateY(36px);
  }
}
h2.h3, h2.woocommerce-order-details__title,
h2.woocommerce-column__title, h2.h4, h2.h5, h2.h6, h2.title, .h2.h3, .h2.woocommerce-order-details__title,
.h2.woocommerce-column__title, #add_payment_method #payment ul.payment_methods li > label.h2,
.woocommerce-cart #payment ul.payment_methods li > label.h2,
.woocommerce-checkout #payment ul.payment_methods li > label.h2, .h2.h4, .h2.h5, .h2.h6, .h2.title {
  background: none;
  padding-left: 0;
}
h2.h3::before, h2.woocommerce-order-details__title::before,
h2.woocommerce-column__title::before, h2.h3::after, h2.woocommerce-order-details__title::after,
h2.woocommerce-column__title::after, h2.h4::before, h2.h4::after, h2.h5::before, h2.h5::after, h2.h6::before, h2.h6::after, h2.title::before, h2.title::after, .h2.h3::before, .h2.woocommerce-order-details__title::before,
.h2.woocommerce-column__title::before, #add_payment_method #payment ul.payment_methods li > label.h2::before,
.woocommerce-cart #payment ul.payment_methods li > label.h2::before,
.woocommerce-checkout #payment ul.payment_methods li > label.h2::before, .h2.h3::after, .h2.woocommerce-order-details__title::after,
.h2.woocommerce-column__title::after, #add_payment_method #payment ul.payment_methods li > label.h2::after,
.woocommerce-cart #payment ul.payment_methods li > label.h2::after,
.woocommerce-checkout #payment ul.payment_methods li > label.h2::after, .h2.h4::before, .h2.h4::after, .h2.h5::before, .h2.h5::after, .h2.h6::before, .h2.h6::after, .h2.title::before, .h2.title::after {
  display: none;
}

h3, .h3, .woocommerce-order-details__title,
.woocommerce-column__title, #add_payment_method #payment ul.payment_methods li > label,
.woocommerce-cart #payment ul.payment_methods li > label,
.woocommerce-checkout #payment ul.payment_methods li > label {
  font-family: "Raleway Medium", sans-serif;
  font-size: 2.8rem;
  color: #e50278;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h3, .h3, .woocommerce-order-details__title,
.woocommerce-column__title, #add_payment_method #payment ul.payment_methods li > label,
.woocommerce-cart #payment ul.payment_methods li > label,
.woocommerce-checkout #payment ul.payment_methods li > label {
    font-size: 3.2rem;
  }
}

h4, .h4 {
  font-family: "Raleway Semibold", sans-serif;
  font-size: 2.4rem;
  color: #e50278;
}

h5, .h5 {
  font-family: "Raleway Semibold", sans-serif;
  font-size: 2.2rem;
  color: #646567;
  text-transform: none;
}

h6, .h6 {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  color: #e50278;
}

a {
  color: #e50278;
  text-decoration: underline;
}
a:hover {
  color: #ba2c92;
}

ul, ol {
  margin-bottom: 2em;
}
ul.reset, ol.reset {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}

dl {
  margin-bottom: 2em;
}
dl dt {
  font-family: "Raleway Bold", sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 400;
  font-family: "Raleway Bold", sans-serif;
}

em {
  font-family: "Raleway Italic", sans-serif;
}

mark {
  background: none;
}

hr {
  border: 0;
  border-top: solid 2px #eeeeee;
  margin: 2em 0;
}

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

#site-content {
  background: url("../png/spiration-light.png");
}

.huge-price {
  font-size: 6rem;
  line-height: 1;
  color: #e50278;
  margin-bottom: 30px;
}
.huge-price sup {
  font-size: 50%;
}
@media (min-width: 768px) {
  .huge-price {
    font-size: 12rem;
  }
}

/* Components - specific elements that make up a page */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button,
input[type=submit],
.btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "Raleway Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  background: #e50278;
  color: #FFF;
  padding: 12px 20px;
  transition: 0.2s;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 992px) {
  .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button,
input[type=submit],
.btn {
    font-size: 2.2rem;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
button:hover,
input[type=submit]:hover,
.btn:hover {
  color: #FFF;
  text-decoration: none;
  background: #f3658f;
}
.woocommerce #respond input#submit.btn-previous,
.woocommerce a.button.btn-previous,
.woocommerce button.button.btn-previous,
.woocommerce input.button.btn-previous,
.woocommerce #respond input#submit.alt.btn-previous,
.woocommerce a.button.alt.btn-previous,
.woocommerce button.button.alt.btn-previous,
.woocommerce input.button.alt.btn-previous,
button.btn-previous,
input[type=submit].btn-previous,
.btn.btn-previous {
  background-image: url("../svg/left-white.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.woocommerce #respond input#submit.btn-next,
.woocommerce a.button.btn-next,
.woocommerce button.button.btn-next,
.woocommerce input.button.btn-next,
.woocommerce #respond input#submit.alt.btn-next,
.woocommerce a.button.alt.btn-next,
.woocommerce button.button.alt.btn-next,
.woocommerce input.button.alt.btn-next,
button.btn-next,
input[type=submit].btn-next,
.btn.btn-next {
  background-image: url("../svg/right-white.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.woocommerce #respond input#submit.list-expander,
.woocommerce a.button.list-expander,
.woocommerce button.button.list-expander,
.woocommerce input.button.list-expander,
.woocommerce #respond input#submit.alt.list-expander,
.woocommerce a.button.alt.list-expander,
.woocommerce button.button.alt.list-expander,
.woocommerce input.button.alt.list-expander,
button.list-expander,
input[type=submit].list-expander,
.btn.list-expander {
  padding: 0;
  background: none;
  font-family: "Raleway", sans-serif;
  color: #e50278;
  text-transform: none;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .woocommerce #respond input#submit.list-expander,
.woocommerce a.button.list-expander,
.woocommerce button.button.list-expander,
.woocommerce input.button.list-expander,
.woocommerce #respond input#submit.alt.list-expander,
.woocommerce a.button.alt.list-expander,
.woocommerce button.button.alt.list-expander,
.woocommerce input.button.alt.list-expander,
button.list-expander,
input[type=submit].list-expander,
.btn.list-expander {
    font-size: 1.8rem;
  }
}
.woocommerce #respond input#submit.list-expander span,
.woocommerce a.button.list-expander span,
.woocommerce button.button.list-expander span,
.woocommerce input.button.list-expander span,
.woocommerce #respond input#submit.alt.list-expander span,
.woocommerce a.button.alt.list-expander span,
.woocommerce button.button.alt.list-expander span,
.woocommerce input.button.alt.list-expander span,
button.list-expander span,
input[type=submit].list-expander span,
.btn.list-expander span {
  padding-left: 4px;
}
.woocommerce #respond input#submit.list-expander::before,
.woocommerce a.button.list-expander::before,
.woocommerce button.button.list-expander::before,
.woocommerce input.button.list-expander::before,
.woocommerce #respond input#submit.alt.list-expander::before,
.woocommerce a.button.alt.list-expander::before,
.woocommerce button.button.alt.list-expander::before,
.woocommerce input.button.alt.list-expander::before,
button.list-expander::before,
input[type=submit].list-expander::before,
.btn.list-expander::before {
  content: ">";
  display: inline-block;
}
.woocommerce #respond input#submit.list-expander.expanded::before,
.woocommerce a.button.list-expander.expanded::before,
.woocommerce button.button.list-expander.expanded::before,
.woocommerce input.button.list-expander.expanded::before,
.woocommerce #respond input#submit.alt.list-expander.expanded::before,
.woocommerce a.button.alt.list-expander.expanded::before,
.woocommerce button.button.alt.list-expander.expanded::before,
.woocommerce input.button.alt.list-expander.expanded::before,
button.list-expander.expanded::before,
input[type=submit].list-expander.expanded::before,
.btn.list-expander.expanded::before {
  transform: rotate(-90deg);
}
.woocommerce #respond input#submit.group-toggle,
.woocommerce a.button.group-toggle,
.woocommerce button.button.group-toggle,
.woocommerce input.button.group-toggle,
.woocommerce #respond input#submit.alt.group-toggle,
.woocommerce a.button.alt.group-toggle,
.woocommerce button.button.alt.group-toggle,
.woocommerce input.button.alt.group-toggle,
button.group-toggle,
input[type=submit].group-toggle,
.btn.group-toggle {
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  width: 100%;
  text-align: left;
}
.woocommerce #respond input#submit.group-toggle::before,
.woocommerce a.button.group-toggle::before,
.woocommerce button.button.group-toggle::before,
.woocommerce input.button.group-toggle::before,
.woocommerce #respond input#submit.alt.group-toggle::before,
.woocommerce a.button.alt.group-toggle::before,
.woocommerce button.button.alt.group-toggle::before,
.woocommerce input.button.alt.group-toggle::before,
button.group-toggle::before,
input[type=submit].group-toggle::before,
.btn.group-toggle::before {
  content: "";
  background: #FFF;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
}
.woocommerce #respond input#submit.group-toggle::after,
.woocommerce a.button.group-toggle::after,
.woocommerce button.button.group-toggle::after,
.woocommerce input.button.group-toggle::after,
.woocommerce #respond input#submit.alt.group-toggle::after,
.woocommerce a.button.alt.group-toggle::after,
.woocommerce button.button.alt.group-toggle::after,
.woocommerce input.button.alt.group-toggle::after,
button.group-toggle::after,
input[type=submit].group-toggle::after,
.btn.group-toggle::after {
  content: ">";
  color: #e50278;
  transform: rotate(90deg);
  position: absolute;
  right: 15px;
  top: 13px;
  display: block;
  transition: 0.2s;
}
.woocommerce #respond input#submit.group-toggle.single:hover::after,
.woocommerce a.button.group-toggle.single:hover::after,
.woocommerce button.button.group-toggle.single:hover::after,
.woocommerce input.button.group-toggle.single:hover::after,
.woocommerce #respond input#submit.alt.group-toggle.single:hover::after,
.woocommerce a.button.alt.group-toggle.single:hover::after,
.woocommerce button.button.alt.group-toggle.single:hover::after,
.woocommerce input.button.alt.group-toggle.single:hover::after,
button.group-toggle.single:hover::after,
input[type=submit].group-toggle.single:hover::after,
.btn.group-toggle.single:hover::after {
  color: #f3658f;
}
.woocommerce #respond input#submit.group-toggle.single::after,
.woocommerce a.button.group-toggle.single::after,
.woocommerce button.button.group-toggle.single::after,
.woocommerce input.button.group-toggle.single::after,
.woocommerce #respond input#submit.alt.group-toggle.single::after,
.woocommerce a.button.alt.group-toggle.single::after,
.woocommerce button.button.alt.group-toggle.single::after,
.woocommerce input.button.alt.group-toggle.single::after,
button.group-toggle.single::after,
input[type=submit].group-toggle.single::after,
.btn.group-toggle.single::after {
  transform: none;
  top: 9px;
}
.woocommerce #respond input#submit[disabled], .woocommerce #respond input#submit.disabled,
.woocommerce a.button[disabled],
.woocommerce a.button.disabled,
.woocommerce button.button[disabled],
.woocommerce button.button.disabled,
.woocommerce input.button[disabled],
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.alt[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt[disabled],
.woocommerce input.button.alt.disabled,
button[disabled],
button.disabled,
input[type=submit][disabled],
input[type=submit].disabled,
.btn[disabled],
.btn.disabled {
  background: #eeeeee;
  color: #bbbbbb;
}
.woocommerce #respond input#submit.single_add_to_cart_button,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce input.button.single_add_to_cart_button,
.woocommerce #respond input#submit.alt.single_add_to_cart_button,
.woocommerce a.button.alt.single_add_to_cart_button,
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce input.button.alt.single_add_to_cart_button,
button.single_add_to_cart_button,
input[type=submit].single_add_to_cart_button,
.btn.single_add_to_cart_button {
  font-size: 2rem;
}

.option-group {
  margin-bottom: 5px;
  position: relative;
  max-width: 240px;
}
.option-group:hover button {
  background: #e50278;
}
.option-group:hover .options {
  display: block;
}
.option-group .options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #eeeeee;
  border-bottom: solid 8px #e50278;
  padding: 20px 45px;
  left: 0;
  transform: none;
  width: 100%;
}
.option-group .options::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: solid 12px #e50278;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.option-group .options a {
  font-family: "Raleway Medium", sans-serif;
  font-size: 2rem;
  color: #e50278;
  white-space: nowrap;
  display: block;
}
.option-group .options a:hover {
  color: #646567;
  text-decoration: none;
}
.option-group .options::before {
  left: auto;
  right: -2px;
}
.option-group .options a {
  text-decoration: none;
}

.entry-header {
  padding-top: 30px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .entry-header {
    padding-top: 70px;
  }
}
.entry-header .entry-title {
  margin: 0;
}
.entry-header.has-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.entry-content {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .entry-content {
    padding-bottom: 60px;
  }
}

.post-thumbnail {
  margin-bottom: 2em;
}
.post-thumbnail.normal img {
  border-radius: 0;
}
.post-thumbnail img {
  border-radius: 50%;
  max-width: 180px;
}
@media (min-width: 768px) {
  .post-thumbnail img {
    max-width: min(224px, 100%);
  }
}

.entry-title a {
  text-decoration: none;
}

.entry-meta {
  border-top: solid 2px #eeeeee;
  border-bottom: solid 2px #eeeeee;
  padding: 10px 0;
  margin-bottom: 23px;
}
.entry-meta a {
  color: #646567;
  text-decoration: none;
  font-family: "Raleway Bold", sans-serif;
}
.entry-meta a:hover {
  color: #e50278;
}

.title-reference::before,
.posted-in::before {
  content: "|";
  padding-right: 4px;
}

.entry-item {
  height: 100%;
}
.entry-item .hentry.post {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 0;
}
.entry-item .hentry.post a {
  text-decoration: none;
}
.entry-item .hentry.post .post-thumbnail {
  margin-bottom: 30px;
}
.entry-item .hentry.post .post-thumbnail img {
  border-radius: 0;
  max-width: 100%;
}
.entry-item .hentry.post .title {
  line-height: 1;
}
.entry-item .hentry.post .summary {
  font-size: 1.6rem;
  flex: 1;
}
.entry-item .hentry.post .entry-meta {
  font-size: 1.4rem;
  margin-bottom: 60px;
  border-bottom: 0;
  padding-bottom: 0;
}

.field-group,
.form-row,
.search-form {
  margin-bottom: 1.5em;
}
.field-group label,
.form-row label,
.search-form label {
  display: block;
}
.field-group textarea,
.form-row textarea,
.search-form textarea {
  width: 100%;
}
.field-group input[type=text],
.field-group input[type=tel],
.field-group input[type=search],
.field-group input[type=email],
.field-group input[type=password],
.field-group textarea,
.form-row input[type=text],
.form-row input[type=tel],
.form-row input[type=search],
.form-row input[type=email],
.form-row input[type=password],
.form-row textarea,
.search-form input[type=text],
.search-form input[type=tel],
.search-form input[type=search],
.search-form input[type=email],
.search-form input[type=password],
.search-form textarea {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: solid 1px #eeeeee;
  padding: 4px 12px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .field-group input[type=text],
.field-group input[type=tel],
.field-group input[type=search],
.field-group input[type=email],
.field-group input[type=password],
.field-group textarea,
.form-row input[type=text],
.form-row input[type=tel],
.form-row input[type=search],
.form-row input[type=email],
.form-row input[type=password],
.form-row textarea,
.search-form input[type=text],
.search-form input[type=tel],
.search-form input[type=search],
.search-form input[type=email],
.search-form input[type=password],
.search-form textarea {
    font-size: 16px;
  }
}
.field-group input[type=text]:focus,
.field-group input[type=tel]:focus,
.field-group input[type=search]:focus,
.field-group input[type=email]:focus,
.field-group input[type=password]:focus,
.field-group textarea:focus,
.form-row input[type=text]:focus,
.form-row input[type=tel]:focus,
.form-row input[type=search]:focus,
.form-row input[type=email]:focus,
.form-row input[type=password]:focus,
.form-row textarea:focus,
.search-form input[type=text]:focus,
.search-form input[type=tel]:focus,
.search-form input[type=search]:focus,
.search-form input[type=email]:focus,
.search-form input[type=password]:focus,
.search-form textarea:focus {
  outline: none;
  border-color: #646567;
}

select {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: solid 1px #eeeeee;
  padding: 0 30px 0 15px;
  color: #646567;
  background: url("../svg/select.svg") no-repeat right center;
}
@media (max-width: 991.98px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  outline: none;
  border-color: #646567;
}

input[type=checkbox] {
  -webkit-appearance: none;
  border: solid 1px #eeeeee;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
input[type=checkbox]:checked {
  background: url("../svg/check.svg") no-repeat center center;
  background-size: 80% auto;
}

input[type=radio] {
  -webkit-appearance: none;
  border: solid 1px #eeeeee;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
input[type=radio]:checked {
  background: url("../svg/selected.svg") no-repeat center center;
  background-size: 40% auto;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.form-block {
  padding: 70px 0 95px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.form-block .title {
  font-family: "Raleway Medium", sans-serif;
  font-size: 3rem;
  color: #e50278;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .form-block .title {
    text-align: right;
  }
}
.form-block .description {
  font-family: "Raleway Semibold", sans-serif;
}
@media (min-width: 768px) {
  .form-block .description {
    text-align: right;
  }
}

#form-block-1 {
  background-image: url("../jpg/keyboard.jpg");
}

#form-block-2 {
  background-image: url("../jpg/kristen.jpg");
}

#form-block-3 {
  background-image: url("../jpg/laptop.jpg");
}

#form-block-4 {
  background-image: url("../jpg/recharge.jpg");
}

#form-block-5 {
  background-image: url("../jpg/reward.jpg");
}

#form-block-6 {
  background-image: url("../jpg/reward.jpg");
}

.gform_wrapper ul.gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}

#site-content .gform_wrapper .gform_fields .ginput_container {
  margin: 0;
}
#site-content .gform_wrapper .gform_fields .gfield {
  padding: 0;
  margin: 0 0 45px;
  position: relative;
}
#site-content .gform_wrapper .gform_fields .gfield.gfield_error {
  border: 0;
  background: none;
  margin-bottom: 45px !important;
}
#site-content .gform_wrapper .gform_fields .gfield.gfield_error .gfield_label {
  margin: 0;
  color: #000;
}
#site-content .gform_wrapper .gform_fields .gfield.focused .gfield_label {
  transform: translateY(-100%) scale(0.8);
}
#site-content .gform_wrapper .gform_fields .gfield.no-floating .gfield_label {
  position: static;
}
#site-content .gform_wrapper .gform_fields .gfield.no-floating select {
  width: 100%;
  background-image: url("../svg/select-dark.svg");
  border: 0;
  border-bottom: solid 2px #646567;
}
#site-content .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: none;
  border-bottom: solid 2px #646567;
  color: #646567;
}
@media (max-width: 991.98px) {
  #site-content .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
  }
}
#site-content .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).medium {
  width: 100%;
}
#site-content .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: none;
  border-bottom-color: #e50278;
}
#site-content .gform_wrapper .gform_fields .gfield textarea {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: none;
  color: #646567;
}
@media (max-width: 991.98px) {
  #site-content .gform_wrapper .gform_fields .gfield textarea {
    font-size: 16px;
  }
}
#site-content .gform_wrapper .gform_fields .gfield textarea:focus {
  outline: none;
}
#site-content .gform_wrapper .gform_fields .gfield .gfield_label {
  position: absolute;
  text-transform: uppercase;
  transition: 0.3s;
  transform-origin: top left;
  top: 0;
}
#site-content .gform_wrapper .validation_error {
  background: #ba2c92;
  border: 0;
  color: #FFF;
  padding: 30px;
  margin-bottom: 30px;
}
#site-content .gform_wrapper .validation_message {
  padding-top: 4px;
  color: #ba2c92;
}
#site-content .gform_confirmation_message {
  text-align: center;
  font-family: "MonaLisa", sans-serif;
  font-size: 4.3rem;
  line-height: 1;
  color: #e50278;
}

.hero-slide {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .hero-slide {
    display: flex;
    align-items: center;
  }
}
.hero-slide .content {
  text-align: center;
  color: #e50278;
  flex: 1;
}
.hero-slide .content .title {
  font-size: 4.8rem;
  line-height: 1;
  background: none;
  color: #e50278;
  margin-bottom: 0;
}
.hero-slide .content .title::before, .hero-slide .content .title::after {
  display: none;
}
@media (min-width: 992px) {
  .hero-slide .content .title {
    font-size: 6.5rem;
  }
}
.hero-slide .content .subtitle {
  text-transform: uppercase;
}
.hero-slide .content .huge-price {
  margin: 0;
}
@media (max-width: 767.98px) {
  .hero-slide .content .huge-price {
    font-size: 6.5rem;
  }
}
@media (min-width: 992px) {
  .hero-slide .content .price-label {
    margin-bottom: 80px;
  }
}
.hero-slide .image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero-slide .image {
    margin-bottom: 0;
  }
}

.huge-price {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#newsletter {
  background: url("../jpg/glitter.jpg");
  padding: 15px 0;
}
@media (min-width: 768px) {
  #newsletter {
    padding: 70px 0;
  }
}
#newsletter .inner {
  background: #FFF;
  padding: 30px;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}
@media (min-width: 768px) {
  #newsletter .inner {
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#newsletter .inner .title {
  font-family: "MonaLisa", sans-serif;
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 768px) {
  #newsletter .inner .title {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 992px) {
  #newsletter .inner .title {
    margin: 0 100px 0 0;
    font-size: 6rem;
  }
}

body.page-id-6792 #newsletter {
  display: none;
}

#site-footer {
  background: #646567;
  padding: 40px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #site-footer {
    text-align: left;
  }
}
#site-footer a {
  color: #FFF;
}
@media (min-width: 768px) {
  #site-footer [class^=col]:last-child {
    text-align: right;
  }
}

#site-header {
  background: url("../png/spiration.png");
  padding-top: 41px;
  border-bottom: solid 7px #e50278;
}
@media (min-width: 992px) {
  #site-header {
    padding-top: 59px;
    border: none;
  }
}

#site-navigation {
  background: #e50278;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  height: 41px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #site-navigation {
    height: 59px;
    justify-content: center;
  }
}
#site-navigation .menu-toggle {
  position: relative;
  padding-left: 50px;
  transition: none;
}
#site-navigation .menu-toggle:hover {
  background: #e50278;
}
#site-navigation .menu-toggle:focus {
  outline: none;
}
@media (min-width: 992px) {
  #site-navigation .menu-toggle {
    display: none;
  }
}
#site-navigation .menu-toggle .toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 15px;
  top: 47%;
}
#site-navigation .menu-toggle .toggle-bar:nth-child(1) {
  transform: translateY(-6px);
}
#site-navigation .menu-toggle .toggle-bar:nth-child(2) {
  transform: translateY(6px);
}
#site-navigation .menu-toggle .toggle-text {
  display: inline-block;
  vertical-align: middle;
}
#site-navigation #social-toggle,
#site-navigation #search-toggle {
  padding-left: 0;
  padding-right: 40px;
  background: url("../svg/share.svg") no-repeat right 15px top 50%;
}
#site-navigation #social-toggle .toggle-bar,
#site-navigation #search-toggle .toggle-bar {
  display: none;
  left: auto;
  right: 15px;
}
#site-navigation #social-toggle .toggle-bar:nth-child(1),
#site-navigation #search-toggle .toggle-bar:nth-child(1) {
  transform: rotate(45deg);
}
#site-navigation #social-toggle .toggle-bar:nth-child(2),
#site-navigation #search-toggle .toggle-bar:nth-child(2) {
  transform: rotate(-45deg);
}
#site-navigation #search-toggle {
  background-image: url("../svg/search.svg");
}
@media (min-width: 992px) {
  #site-navigation #search-toggle {
    display: block;
  }
  #site-navigation #search-toggle .toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

body.navigation-open #site-navigation .toggle-bar:nth-child(1) {
  transform: rotate(45deg);
}
body.navigation-open #site-navigation .toggle-bar:nth-child(2) {
  transform: rotate(-45deg);
}
body.navigation-open #site-navigation .toggle-bar:nth-child(3) {
  display: none;
}
body.navigation-open #primary-navigation {
  left: 0;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.3);
}

#primary-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  left: -100%;
  height: 100%;
  width: 375px;
  padding-bottom: 46px;
  overflow: scroll;
  transition: left 0.3s ease-out;
  -webkit-overflow-scrolling: touch;
  background: #646567;
  z-index: 100;
  top: 41px;
}
@media (min-width: 992px) {
  #primary-navigation {
    position: static;
    display: flex;
    justify-content: center;
    overflow: visible;
    background: none;
    width: auto;
    padding: 0;
  }
}
#primary-navigation a {
  text-decoration: none;
}
#primary-navigation > .menu-item {
  position: relative;
  border-bottom: solid 1px #7d7e81;
}
@media (min-width: 992px) {
  #primary-navigation > .menu-item {
    border: none;
  }
  #primary-navigation > .menu-item:hover .sub-menu {
    display: block;
  }
}
#primary-navigation > .menu-item.sub-menu-open .sub-menu-toggle {
  transform: rotate(180deg);
}
#primary-navigation > .menu-item.sub-menu-open .sub-menu {
  display: block;
}
#primary-navigation > .menu-item > a {
  color: #FFF;
  font-family: "Raleway Medium", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 13px 15px;
  display: inline-block;
}
@media (min-width: 992px) {
  #primary-navigation > .menu-item > a {
    display: block;
  }
  #primary-navigation > .menu-item > a:hover {
    text-decoration: none;
    opacity: 0.9;
  }
}
#primary-navigation > .menu-item .sub-menu-toggle {
  position: absolute;
  right: 15px;
  top: 26px;
  background: none;
  padding: 0;
}
#primary-navigation > .menu-item .sub-menu-toggle:focus {
  outline: none;
}
#primary-navigation > .menu-item .sub-menu-toggle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 8px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
@media (min-width: 992px) {
  #primary-navigation > .menu-item .sub-menu-toggle {
    display: none;
  }
}
#primary-navigation .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 30px;
  display: none;
}
#primary-navigation .sub-menu a {
  color: #eeeeee;
  display: block;
  padding: 4px 0;
}
@media (min-width: 992px) {
  #primary-navigation .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #eeeeee;
    border-bottom: solid 8px #e50278;
    padding: 20px 45px;
  }
  #primary-navigation .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: solid 12px #e50278;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  #primary-navigation .sub-menu a {
    font-family: "Raleway Medium", sans-serif;
    font-size: 2rem;
    color: #e50278;
    white-space: nowrap;
    display: block;
  }
  #primary-navigation .sub-menu a:hover {
    color: #646567;
    text-decoration: none;
  }
}

#site-branding {
  height: 104px;
  position: relative;
}
@media (min-width: 768px) {
  #site-branding {
    height: 132px;
  }
}
@media (min-width: 992px) {
  #site-branding {
    height: 218px;
  }
}
#site-branding .site-title {
  position: absolute;
  margin: 0;
  top: 15px;
  left: 50%;
  width: 345px;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  #site-branding .site-title {
    width: 450px;
  }
}
@media (min-width: 992px) {
  #site-branding .site-title {
    width: 767px;
    top: 30px;
  }
}
#site-branding .site-title img {
  width: 100%;
}

#social-navigation {
  background: #646567;
  position: fixed;
  z-index: 100;
  top: 41px;
  padding: 20px 0 0;
  width: 375px;
  right: -375px;
  transition: right 0.3s ease-out;
}
@media (min-width: 992px) {
  #social-navigation {
    background: #e50278;
    font-size: 0;
    position: static;
    width: auto;
    padding: 20px 0;
    display: block;
  }
}
#social-navigation .container {
  max-width: 797px;
  position: relative;
  z-index: 10;
}

body.social-open #social-navigation {
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
body.social-open #site-navigation #social-toggle {
  background: none;
}
body.social-open #site-navigation #social-toggle .toggle-bar {
  display: block;
}

#social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#social-links li {
  width: 25%;
  margin-bottom: 20px;
}
#social-links li:nth-child(1) {
  width: 100%;
}
@media (min-width: 992px) {
  #social-links li:nth-child(1) {
    width: auto;
  }
}
@media (min-width: 992px) {
  #social-links li {
    width: auto;
    margin: 0 14px 0 0;
  }
}
#social-links .social-link {
  width: 33px;
  height: 33px;
  display: inline-block;
  background-size: 100% auto;
  vertical-align: top;
}
#social-links .social-link:hover {
  text-decoration: none;
  opacity: 0.9;
}
#social-links .social-link.newsletter {
  font-family: "Raleway Semibold", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  width: auto;
  color: #e50278;
  text-transform: uppercase;
  text-decoration: none;
  background: #FFF;
  border-radius: 16px;
  padding: 10px 15px;
}
#social-links .social-link.bookbub {
  background-image: url("../svg/bookbub.svg");
}
#social-links .social-link.email {
  background-image: url("../svg/email.svg");
}
#social-links .social-link.facebook {
  background-image: url("../svg/facebook.svg");
}
#social-links .social-link.twitter {
  background-image: url("../svg/twitter.svg");
}
#social-links .social-link.tiktok {
  background-image: url("../svg/tiktok.svg");
}
#social-links .social-link.pinterest {
  background-image: url("../svg/pinterest.svg");
}
#social-links .social-link.instagram {
  background-image: url("../svg/instagram.svg");
}
#social-links .social-link.goodreads {
  background-image: url("../svg/goodreads.svg");
}
#social-links .social-link.amazon {
  background-image: url("../svg/amazon.svg");
}

#search-panel {
  position: fixed;
  top: -59px;
  background: #fff;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 99;
  transition: 0.3s;
  text-align: center;
}
#search-panel .search-form {
  margin: 0;
  display: flex;
  justify-content: center;
}
#search-panel .search-form label {
  display: block;
  margin: 0;
}
#search-panel .search-form input[type=search] {
  width: auto;
  height: 100%;
}

body.search-open #search-panel {
  top: 41px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  body.search-open #search-panel {
    top: 59px;
  }
}
body.search-open #site-navigation #search-toggle {
  background: none;
}
body.search-open #site-navigation #search-toggle .toggle-bar {
  display: block;
}

.terms-list {
  background: #e50278;
  color: #fff;
  line-height: 1;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .terms-list {
    text-align: center;
  }
}
.terms-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .terms-list ul li {
    display: inline-block;
    border-right: solid 1px #fff;
  }
  .terms-list ul li:last-child {
    border: none;
  }
  .terms-list ul li:nth-child(2) a {
    padding-left: 0;
  }
}
.terms-list a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .terms-list a {
    padding: 0 9px;
  }
}
@media (min-width: 992px) {
  .terms-list a:hover {
    text-decoration: underline;
  }
}
.terms-list .label {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  border: none;
}
@media (min-width: 992px) {
  .terms-list .label {
    display: inline;
    padding-right: 6px;
    margin: 0;
    font-family: "Raleway", sans-serif;
  }
}

.archive .terms-list, .single-recipe .terms-list {
  margin-top: 30px;
  background: #eeeeee;
  color: #e50278;
}
@media (min-width: 768px) {
  .archive .terms-list ul li, .single-recipe .terms-list ul li {
    border-right-color: #e50278;
  }
}
.archive .terms-list a, .single-recipe .terms-list a {
  color: #e50278;
}

.tertiary-content {
  background: #f5f5f5 url("../svg/swirl-light.svg") center center no-repeat;
  background-size: 600px auto;
  padding: 60px 0 30px;
}
@media (min-width: 768px) {
  .tertiary-content {
    background-size: 800px auto;
  }
}
@media (min-width: 992px) {
  .tertiary-content {
    background-size: 1110px auto;
  }
}
@media (min-width: 992px) {
  .tertiary-content {
    padding: 100px 0;
  }
}
.tertiary-content.more-pages {
  text-align: center;
}
.tertiary-content.more-pages h2 {
  display: inline-block;
}
.tertiary-content.product-feature {
  background: #f5f5f5 url("../png/swirl-medium.png") no-repeat;
  background-size: 500px auto;
  background-position: center top -60px;
}
@media (min-width: 768px) {
  .tertiary-content.product-feature {
    background-size: 530px auto;
    background-position: right -70px top -110px;
  }
}
@media (min-width: 992px) {
  .tertiary-content.product-feature {
    background-size: auto;
  }
}
.tertiary-content.product-feature .content {
  text-align: center;
  color: #e50278;
}
.tertiary-content.product-feature .content h2 {
  display: inline-block;
}
.tertiary-content.product-feature .content h3 em, .tertiary-content.product-feature .content .h3 em, .tertiary-content.product-feature .content .woocommerce-order-details__title em,
.tertiary-content.product-feature .content .woocommerce-column__title em, .tertiary-content.product-feature .content #add_payment_method #payment ul.payment_methods li > label em, #add_payment_method #payment ul.payment_methods .tertiary-content.product-feature .content li > label em,
.tertiary-content.product-feature .content .woocommerce-cart #payment ul.payment_methods li > label em,
.woocommerce-cart #payment ul.payment_methods .tertiary-content.product-feature .content li > label em,
.tertiary-content.product-feature .content .woocommerce-checkout #payment ul.payment_methods li > label em,
.woocommerce-checkout #payment ul.payment_methods .tertiary-content.product-feature .content li > label em {
  font-style: normal;
  font-family: "MonaLisa", sans-serif;
  font-size: 4.3rem;
  display: block;
  text-transform: none;
}

.page-icon {
  color: #646567;
  font-family: "Raleway Bold", sans-serif;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-icon {
    margin-bottom: 0;
  }
}
.page-icon .icon {
  display: block;
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
}
.page-icon .icon img {
  width: 100%;
  height: auto;
}

/* Views - styles specific to templates */
.error404 #site-content {
  padding: 45px 0;
  text-align: center;
}
.error404 .search-form label {
  display: inline;
}
.error404 .search-form input[type=search] {
  width: auto;
}

/*
Archive Page
 */
.archive #site-content {
  padding: 45px 0;
}
.archive .entry-header,
.archive .entry-content {
  padding: 0;
}
.archive .hentry {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .archive .hentry {
    padding-bottom: 90px;
  }
}
.archive .post-thumbnail {
  margin-bottom: 0;
}
.archive .ka-title {
  text-align: center;
  height: 100%;
}
.archive .ka-title .entry-title {
  margin: 30px 0;
}
.archive .ka-title a {
  color: #646567;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .archive .ka-title a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.archive .ka-title a:hover .post-thumbnail {
  opacity: 0.7;
}
.archive .ka-title a:hover .btn {
  background: #f3658f;
}
.archive .ka-title .post-thumbnail {
  transition: 0.3s;
}
.archive .ka-title .entry-title {
  flex: 1;
}
.archive .ka-title .series-name {
  display: block;
  margin-bottom: 30px;
}
.archive .ka-title .no-series-name {
  display: block;
}
@media (min-width: 768px) {
  .archive .ka-title .no-series-name {
    margin-bottom: 30px;
  }
}

/*
Archive list within a page
 */
#site-content .archive {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #FFF;
}

.nav-links {
  border-top: solid 2px #eeeeee;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  margin: 0 7.5px;
}
.nav-links .nav-previous.disabled,
.nav-links .nav-next.disabled {
  pointer-events: none;
}
.nav-links .nav-previous.disabled .btn,
.nav-links .nav-next.disabled .btn {
  background-color: #eeeeee;
}
.nav-links .nav-previous {
  right: 50%;
}
.nav-links .nav-next {
  left: 50%;
}

body.blog #site-main {
  padding-bottom: 30px;
}

.faq-question {
  background: none;
  color: #646567;
  font-family: "Raleway Semibold", sans-serif;
  text-transform: none;
  padding: 0 0 0 28px;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.faq-question.active::before {
  transform: rotate(135deg);
}
.faq-question.active::after {
  transform: rotate(225deg);
}
.faq-question::before, .faq-question::after {
  content: "";
  width: 9px;
  height: 2px;
  background: #e50278;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .faq-question::before, .faq-question::after {
    top: 10px;
  }
}
.faq-question::after {
  transform: rotate(90deg);
}
.faq-question:hover {
  background: none;
  color: #e50278;
}
.faq-question:focus {
  outline: none;
}

.faq-answer {
  display: none;
  padding-left: 28px;
}

.event dt {
  display: inline;
}
.event dd {
  display: inline;
}
.event dd::after {
  content: "\a";
  white-space: pre;
}
.event dd p:last-child {
  margin-bottom: 0;
}

.home #rock-chick-programs {
  background: url("../png/spiration-light.png");
}
.home #recent-titles {
  background: none;
  text-align: center;
}
.home #recent-titles h2 {
  display: inline-block;
  margin: 1em 0;
}
.home #recent-titles .entry-title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .home .tertiary-content.product-feature {
    background-position: center bottom -60px;
  }
}

#hero-slider {
  max-width: 1300px;
  margin: 0 auto;
}
#hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#hero-slider .slick-arrow.slick-prev {
  left: 30px;
}
#hero-slider .slick-arrow.slick-next {
  right: 30px;
}

#upcoming-events {
  background-image: url("../jpg/kristen.jpg");
  background-size: cover;
  text-align: center;
  background-position: center top;
}
#upcoming-events h2 {
  display: inline-block;
}
#upcoming-events .event {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  #upcoming-events .event {
    margin: 0;
  }
}

.media-category {
  margin-bottom: 45px;
}
.media-category.headshot .media-item img {
  border-radius: 50%;
}

.media-item {
  display: block;
  margin-bottom: 30px;
}

.tax-recipe_category #site-content,
.post-type-archive-recipe #site-content {
  background: #FFF;
}

.recipe {
  background: #FFF;
}
.recipe .recipe-title {
  display: none;
}
.recipe .terms-list {
  background: #eeeeee;
  color: #e50278;
  margin: 2em 0;
}
.recipe .terms-list a {
  color: #e50278;
}

.recipe-title-reference {
  background: url("../png/spiration-light.png");
  padding: 45px 0;
}

.recipe-widget {
  margin-bottom: 45px;
}
.recipe-widget .post-thumbnail {
  display: none;
}

.recipe-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding: 6px 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .recipe-meta {
    display: flex;
  }
}
.recipe-meta li {
  flex: 1;
  text-align: center;
}
.recipe-meta .title {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 6px;
}

.recipe-directions li {
  margin-bottom: 1em;
}

/*
Print
 */
.page-template-page-print-recipe #site-header,
.page-template-page-print-recipe #site-footer,
.page-template-page-print-recipe #newsletter,
.page-template-page-print-recipe #print-recipe-trigger {
  display: none;
}
.page-template-page-print-recipe #site-header,
.page-template-page-print-recipe #site-content {
  background: #FFF;
}
.page-template-page-print-recipe .recipe-title,
.page-template-page-print-recipe h3 {
  color: #000;
}
.page-template-page-print-recipe .recipe-widget {
  background: none;
}
.page-template-page-print-recipe .recipe-widget .post-thumbnail {
  display: block;
  float: right;
  margin-left: 30px;
  width: 150px;
}
.page-template-page-print-recipe .recipe-meta {
  border-top-color: #000;
  border-bottom-color: #000;
}
.page-template-page-print-recipe .recipe-meta:before, .page-template-page-print-recipe .recipe-meta:after {
  background: #000;
}

@media (max-width: 991.98px) {
  #print-recipe-trigger {
    display: none;
  }
}

#rock-chick-mission {
  text-align: center;
}
#rock-chick-mission h2 {
  display: inline-block;
}
#rock-chick-mission p {
  font-family: "Raleway Semibold Italic", sans-serif;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  #rock-chick-mission p {
    font-size: 3rem;
  }
}
#rock-chick-mission strong {
  color: #e50278;
}

#rock-chick-tally {
  background: none;
  text-align: center;
}
#rock-chick-tally h2 {
  display: inline-block;
}

#rock-chick-programs {
  background: #FFF;
  text-align: center;
}
#rock-chick-programs .image-replacement {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#rock-chick-programs .image-replacement a,
#rock-chick-programs .rock-chick-program {
  opacity: 1;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #rock-chick-programs .image-replacement a:hover,
#rock-chick-programs .rock-chick-program:hover {
    opacity: 0.5;
  }
}

#rock-chick-programs-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 45px;
}
#rock-chick-programs-list .rock-chick-program {
  display: block;
  width: 200px;
}
@media (min-width: 992px) {
  #rock-chick-programs-list .rock-chick-program {
    width: 260px;
  }
}

#rendezvous-features .item,
#rendezvous-schedule .item {
  margin-bottom: 45px;
}
#rendezvous-features .item .content p:last-child,
#rendezvous-schedule .item .content p:last-child {
  margin-bottom: 0;
}

#rendezvous-features h2 {
  display: inline-block;
  margin-bottom: 45px;
}
#rendezvous-features .item .title.with-subtitle {
  margin-bottom: 0;
}
#rendezvous-features .item .post-thumbnail {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
#rendezvous-features .item .post-thumbnail.medium {
  max-width: 254px;
}

#rendezvous-event {
  background: #e50278;
  padding: 10px 0;
  position: relative;
}
#rendezvous-event::after {
  content: "";
  z-index: 1;
  display: block;
  background: #ba2c92;
  position: absolute;
  top: 59%;
  height: 41%;
  width: 100%;
  border-top: solid 1px #fff;
}
@media (min-width: 992px) {
  #rendezvous-event::after {
    border: none;
    border-left: solid 1px #fff;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
  }
}
#rendezvous-event .row {
  position: relative;
  z-index: 10;
  align-items: center;
}

#countdown {
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
#countdown .segment {
  text-align: center;
  border-right: solid 1px #fff;
  padding: 0 15px;
}
#countdown .segment:last-child {
  border: 0;
}
#countdown .time {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7.5rem;
  line-height: 1;
}

#registration-link {
  font-size: 7.5rem;
  font-family: "Raleway Medium", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  display: block;
  text-align: center;
  opacity: 1;
  transition: 0.2s;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  #registration-link {
    padding: 0;
  }
}
#registration-link:hover {
  opacity: 0.7;
}

#rendezvous-schedule {
  background: #f5f5f5;
}
#rendezvous-schedule .item .title {
  text-align: right;
  font-family: "Raleway Semibold", sans-serif;
}
#rendezvous-schedule .item .title a {
  padding-left: 4px;
}

#rock-chick-shop #rock-chick-tally {
  background: #f5f5f5 url("../svg/swirl-light.svg") center center no-repeat;
  background-size: 600px auto;
}
@media (min-width: 768px) {
  #rock-chick-shop #rock-chick-tally {
    background-size: 800px auto;
  }
}
@media (min-width: 992px) {
  #rock-chick-shop #rock-chick-tally {
    background-size: 1110px auto;
  }
}
#rock-chick-shop #rock-chick-tally .tally-content {
  display: none;
}

#rock-chick-products {
  background: #FFF;
  text-align: center;
}
#rock-chick-products .title {
  margin-bottom: 20px;
}

.search-results {
  padding: 45px 0;
}
.search-results .entry-header {
  padding-top: 0;
  margin-bottom: 10px;
}
.search-results .entry-header .meta {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.2rem;
  background: #eeeeee;
  padding: 4px 8px;
  display: inline-block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .search-results .entry-header .meta {
    margin: 0 0 10px;
  }
}
.search-results .entry-content {
  padding: 0 0 90px;
}
.search-results .recipe {
  background: none;
}

.tax-ka_title_series #site-content {
  padding-bottom: 0;
}
.tax-ka_title_series .tertiary-content {
  background: #f5f5f5;
}

body.single-post #site-main {
  padding-bottom: 30px;
}
body.single-post .post-thumbnail img {
  border-radius: 0;
  max-width: 100%;
  width: 100%;
}
body.single-post .entry-header {
  text-align: center;
}
body.single-post .entry-footer {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body.single-post .entry-footer {
    margin-bottom: 60px;
  }
}

#back-to-blog {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 40px;
  text-decoration: none;
}

#tags-list {
  display: flex;
  flex-wrap: wrap;
}
#tags-list a {
  background: #FDE0E9;
  margin: 4px;
  padding: 0.25em 0.75em;
  text-decoration: none;
}

#sharing {
  padding-right: 30px;
}

#share-icons {
  display: flex;
}
#share-icons a {
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
#share-icons a:hover {
  text-decoration: none;
  opacity: 0.9;
}
#share-icons a svg {
  width: 100%;
  height: 100%;
}

body.page-template-page-launch-teaser {
  background: url("../webp/bg.webp") no-repeat;
  background-size: cover;
  height: auto;
}
body.page-template-page-launch-teaser #site-header,
body.page-template-page-launch-teaser #site-footer,
body.page-template-page-launch-teaser #newsletter {
  display: none;
}
body.page-template-page-launch-teaser #site-content {
  background: none;
  min-height: 110svh;
  position: relative;
}
@media (min-width: 992px) {
  body.page-template-page-launch-teaser #site-content {
    min-height: 250svh;
  }
}
body.page-template-page-launch-teaser #text {
  text-align: center;
  max-width: 80vw;
  height: 100svh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 50;
}
@media (min-width: 992px) {
  body.page-template-page-launch-teaser #text {
    max-width: 97.45%;
    padding-top: 75vh;
    height: auto;
  }
}
body.page-template-page-launch-teaser .button {
  text-transform: uppercase;
  background: rgba(70, 44, 86, 0.5);
  color: white;
  border-radius: 60px;
  padding-inline: 2em;
  padding-block: 0.5em;
  text-decoration: none;
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 3em;
}
body.page-template-page-launch-teaser .button:hover {
  background: rgba(70, 44, 86, 0.9);
}
body.page-template-page-launch-teaser .layer {
  position: absolute;
  width: 100%;
  top: 10%;
  z-index: 20;
  left: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  body.page-template-page-launch-teaser .layer {
    top: 50%;
    transform: translateY(-50%);
  }
}
body.page-template-page-launch-teaser .layer.over {
  z-index: 60;
}
body.page-template-page-launch-teaser .layer svg {
  width: 100%;
  height: auto;
  display: block;
}

/* 
	General
*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: solid 7px #e50278;
  background: #f5f5f5;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #e50278;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e50278;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #e50278;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #eeeeee;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 1.5em;
}

.woocommerce span.onsale {
  background: #e50278;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  color: #e50278;
  display: block;
  margin-bottom: 22.5px;
}
.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount {
  color: #e50278;
  font-size: 1.8rem;
}
.woocommerce div.product p.price del, .woocommerce div.product p.price ins,
.woocommerce div.product span.price del,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

/*
Main Shop Page
 */
.post-type-archive-product #site-content {
  padding-bottom: 0;
}

/*
Category Page
 */
.tax-product_cat #site-content {
  padding: 0;
}
.tax-product_cat .woocommerce-ordering,
.tax-product_cat .woocommerce-result-count {
  float: none;
}
.tax-product_cat .woocommerce-ordering {
  text-align: right;
  margin-bottom: 45px;
}

.store-content {
  background: #FFF;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .store-content {
    padding: 100px 0;
  }
}
.store-content.is-front {
  text-align: center;
}
.store-content.is-front .row {
  justify-content: center;
}
.store-content.is-front .shop-title {
  display: inline-block;
}
@media (min-width: 992px) {
  .store-content.is-front .product img {
    max-width: 165px;
  }
}

.woocommerce .product-loop div.product,
.product-loop div.product {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .woocommerce .product-loop div.product,
.product-loop div.product {
    margin-bottom: 90px;
  }
}
.woocommerce .product-loop div.product a,
.product-loop div.product a {
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.woocommerce .product-loop div.product a:hover img,
.product-loop div.product a:hover img {
  opacity: 0.7;
}
.woocommerce .product-loop div.product a:hover .btn:not(.disabled),
.product-loop div.product a:hover .btn:not(.disabled) {
  background: #f3658f;
}
.woocommerce .product-loop div.product .title,
.product-loop div.product .title {
  flex: 1;
}
.woocommerce .product-loop div.product.shop-landing img,
.product-loop div.product.shop-landing img {
  max-width: 100px;
}
.woocommerce .product-loop div.product img,
.product-loop div.product img {
  display: block;
  margin: 0 auto 30px;
  transition: 0.3s;
  max-width: 180px;
}
@media (min-width: 992px) {
  .woocommerce .product-loop div.product img,
.product-loop div.product img {
    max-width: 100%;
  }
}
.woocommerce .product-loop .subcategory,
.product-loop .subcategory {
  margin-bottom: 45px;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
  font-family: "Raleway Semibold", sans-serif;
  font-size: 1.8rem;
  background: none;
  color: #646567;
  padding: 0;
  margin-bottom: 0;
  flex: 1;
}
@media (min-width: 992px) {
  .woocommerce-loop-product__title,
.woocommerce-loop-category__title {
    font-size: 2.2rem;
  }
}
.woocommerce-loop-product__title::before, .woocommerce-loop-product__title::after,
.woocommerce-loop-category__title::before,
.woocommerce-loop-category__title::after {
  display: none;
}
.woocommerce-loop-product__title .count,
.woocommerce-loop-category__title .count {
  display: none;
}

.woocommerce-loop-category__title {
  margin-bottom: 30px;
}

/*
Single Product
 */
.single-product .store-content {
  padding-bottom: 0;
}
.single-product div.product .entry-summary p.price .amount,
.single-product div.product .entry-summary span.price .amount {
  font-size: 1em;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
}

.series-title {
  margin-bottom: 45px;
}

.woocommerce-Tabs-panel {
  padding: 0;
  margin-bottom: 45px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 2em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  padding: 5px;
  border: solid 1px transparent;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2).active {
  border-color: #e50278;
}

.woocommerce div.product p.stock {
  display: none;
}
.woocommerce div.product p.stock.out-of-stock {
  font-size: 2.2rem;
  padding: 10px;
  text-align: center;
  background: #f5f5f5;
  color: #646567;
  display: block;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 30px;
}
.woocommerce div.product form.cart div.quantity .qty {
  width: auto;
  text-align: center;
  height: 44px;
  width: 68px;
  font-size: 1.8rem;
  border: solid 1px #eeeeee;
}

.product_meta {
  font-family: "Raleway Bold", sans-serif;
}
.product_meta a {
  font-family: "Raleway", sans-serif;
}

.related-products {
  text-align: center;
}
@media (min-width: 768px) {
  .related-products {
    padding-bottom: 60px;
  }
}

/*
	Cart
 */
.woocommerce-cart #site-content {
  background: #FFF;
}
@media (min-width: 992px) {
  .woocommerce-cart #coupon_code {
    width: 155px;
  }
}

#coupon_code {
  height: 40px;
}
@media (min-width: 992px) {
  #coupon_code {
    height: 46px;
  }
}

.woocommerce a.remove {
  color: #e50278 !important;
  font-weight: 400;
}
.woocommerce a.remove:hover {
  background: none;
  color: #646567 !important;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  padding: 12px 6px;
}
@media (min-width: 992px) {
  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 24px 12px;
  }
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 85px;
}

#add_payment_method table.cart .product-remove,
.woocommerce-cart table.cart .product-remove,
.woocommerce-checkout table.cart .product-remove {
  width: 64px;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  width: 109px;
}
@media (min-width: 992px) {
  #add_payment_method table.cart .product-name,
.woocommerce-cart table.cart .product-name,
.woocommerce-checkout table.cart .product-name {
    max-width: 300px;
  }
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
}

.order-total .amount {
  color: #e50278;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: none;
}

@media (max-width: 991.98px) {
  .woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
    width: 100%;
    float: none;
  }
  .woocommerce form.checkout_coupon #coupon_code {
    height: auto;
  }
}
/*
	Checkout
 */
.woocommerce-checkout #site-content {
  background: #FFF;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.woocommerce-form-login-toggle {
  text-transform: capitalize;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 0;
  border: 0;
  margin-top: 0;
}

.woocommerce form.login button {
  margin-right: 15px;
}

.woocommerce-additional-fields,
#customer_details {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  #order_review {
    width: 48%;
  }
}
#order_review table.shop_table thead th {
  border-bottom: solid 1px #eeeeee;
}
#order_review table.shop_table tbody td, #order_review table.shop_table tbody th, #order_review table.shop_table tfoot td, #order_review table.shop_table tfoot th {
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
#order_review table.shop_table tbody th,
#order_review table.shop_table tfoot td,
#order_review table.shop_table tfoot th {
  font-weight: 400;
  font-family: "Raleway Semibold", sans-serif;
}
#order_review table.shop_table tfoot .order-total td, #order_review table.shop_table tfoot .order-total th {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  font-family: "Raleway Bold", sans-serif;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  text-transform: none;
  font-size: 1.4rem;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 1em;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  display: block;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px #eeeeee;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: none;
  margin: 0;
  padding: 0;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}

/*
Order
 */
.woocommerce .woocommerce-customer-details address {
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
  font-family: "Raleway Semibold", sans-serif;
}

/*
Account
 */
.woocommerce-account #site-content {
  background: #FFF;
}
.woocommerce-account #site-content .woocommerce-MyAccount-content,
.woocommerce-account #site-content .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce table.my_account_orders {
  font-size: 1.8rem;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 8px 0;
  border-bottom: solid 1px #eeeeee;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}

.single-ka-title #site-content {
  background: #f5f5f5 url("../png/swirl-medium.png") no-repeat;
  background-size: 500px auto;
  background-position: center top -60px;
}
@media (min-width: 768px) {
  .single-ka-title #site-content {
    background-size: 530px auto;
    background-position: right -70px top -110px;
  }
}
@media (min-width: 992px) {
  .single-ka-title #site-content {
    background-size: auto;
  }
}
.single-ka-title #site-content > .ka-title {
  text-align: left;
}
.single-ka-title #site-content .archive {
  padding: 0;
}
.single-ka-title #site-content .archive .tertiary-content {
  background: #f5f5f5;
}
.single-ka-title .post-thumbnail {
  padding-top: 35px;
  text-align: center;
}
@media (min-width: 992px) {
  .single-ka-title .post-thumbnail {
    margin-bottom: 45px;
  }
}
.single-ka-title .post-thumbnail img {
  max-width: 180px;
}
@media (min-width: 768px) {
  .single-ka-title .post-thumbnail img {
    max-width: 100%;
  }
}
.single-ka-title .entry-content {
  padding-bottom: 30px;
}

.title-meta {
  margin-bottom: 2em;
}

.title-summary {
  background: url("../png/spiration-light.png");
  padding: 45px 0;
}
@media (min-width: 992px) {
  .title-summary p:last-child {
    margin-bottom: 0;
  }
}

.playlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.playlist .additional-items {
  display: none;
}

.accolade {
  margin-bottom: 30px;
}

.options {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
.options a {
  text-decoration: none;
}

#title-nomadic-md #title-nomadic {
  padding-bottom: 30px;
}
