@charset "UTF-8";
/*!
Theme Name: Reblog - CLTDEV MOD
Theme URI: https://themepalace.com/downloads/reblog/
Author: Moral Themes
Author URI: https://www.moralthemes.com
Description: Reblog is a clean, minimalistic and responsive masonry blog WordPress theme. Reblog simply gives your grid boxes layout and does not require any complicated setup. It is perfectly suited for a simple magazine, blog or portfolio website.
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reblog
Tags: two-columns, four-columns, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, portfolio, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Reblog is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Layouts and Titles
# Media
  ## Captions
  ## Galleries
# Social Icons
# Breadcrumb List
# Post Archives
# Footer
# Responsive

--------------------------------------------------------------*/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 16, 2017 */
@font-face {
  font-family: "Forum";
  src: url("forum/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "huge";
  src: url("huge/huge_agb_v5-webfont.eot?#iefix") format("embedded-opentype"), url("huge/huge_agb_v5-webfont.woff") format("woff"), url("huge/huge_agb_v5-webfont.ttf") format("truetype"), url("huge/huge_agb_v5-webfont.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("poppins/Poppins-Regular.ttf");
  src: url("poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("poppins/Poppins-Bold.ttf");
  src: url("poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("poppins/Poppins-Thin.ttf");
  src: url("poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  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: 1rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -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-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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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 embed, .embed-responsive iframe, .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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5, .mx-n5 {
  margin-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: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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: 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;
  }
}
.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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

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

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

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

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

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

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

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

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

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

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

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

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

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

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    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;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.parallax-container {
  position: relative;
  overflow: hidden;
  min-height: 75vh;
}

.parallax-container2 {
  position: relative;
  overflow: hidden;
  min-height: 175vh;
}

.parallax-container2Mobile {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #fff;
  position: fixed;
  display: table;
  width: 100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 9999;
}

.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align: center;
  text-transform: uppercase;
}

#preloader {
  position: relative;
  margin: auto;
  width: 100px;
}

#preloader span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #fff;
  position: absolute;
  animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

#preloader span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

#preloader span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

#preloader span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #117eff;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #117eff;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #117eff;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #117eff;
  }
}
.backtotop {
  background-color: #fe7082;
  z-index: 300;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #040404;
}

.backtotop:hover {
  background-color: #e7c2dd;
}

.backtotop svg {
  display: inline-block;
  vertical-align: middle;
  fill: #040404;
}

@-webkit-keyframes colorchange {
  0% {
    border-color: #e30048;
  }
  25% {
    border-color: #117eff;
  }
  50% {
    border-color: #9acf0b;
  }
  75% {
    border-color: #a93d7b;
  }
  100% {
    border-color: #f1ad02;
  }
}
@keyframes colorchange {
  0% {
    border-color: #e30048;
  }
  25% {
    border-color: #117eff;
  }
  50% {
    border-color: #9acf0b;
  }
  75% {
    border-color: #a93d7b;
  }
  100% {
    border-color: #f1ad02;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
  font-family: 'Lora', serif;

}*/
html {
  background: #040404 url(images/wall.png) repeat;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html body {
  background-color: transparent;
  overflow-x: hidden;
}
html ::-webkit-scrollbar {
  width: 3px;
}
html ::-webkit-scrollbar-track {
  background-color: #040404;
}
html ::-webkit-scrollbar-thumb {
  background: url(images/gradient.jpg) center center repeat;
  background-size: contain contain;
}

html,
body {
  color: #ece5e7;
  font-family: "Forum";
  letter-spacing: normal;
  font-size: 100%;
  letter-spacing: 0.15em;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  /*h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    color: #333;
    margin: 16px 0;
    line-height: 1.3;

      font-family: 'Raleway', sans-serif;
  }

  mark {
    background: #ff0;
    color: #333;
  }

  small {
    font-size: 80%;
  }

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

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  img {
    border: 0;
  }

  figure {
    margin: 1em 40px;
  }

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

  pre {
    overflow: auto;
  }

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

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button,
  select {
    text-transform: none;
  }

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

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input {
    line-height: normal;
  }

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

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

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

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
  }

  optgroup {

  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  tbody {
      text-align: left;
  }
  tr {
      border: 1px solid #ccc;
  }
  td,
  th {
    padding: 10px 25px;

  }

  th {
    color: #333;
  }

  td#next {
      text-align: right;
  }
  table#wp-calendar {
      display: table;
      width: 100%;
  }
  table#wp-calendar td, 
  table#wp-calendar th {
      padding: 5px;
  }*/
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  /*p {
    margin: 0 0 1em;
    color: $white;
  }
  dfn,
  cite,
  em,
  i {
    font-style: italic;
  }

  blockquote {
    margin: 0 1.5em;
  }

  address {
    margin: 0 0 1.5em;
  }

  pre {
    background: #fff;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }

  code,
  kbd,
  tt,
  var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  abbr,
  acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
  }

  mark,
  ins {
    background: #fff9c0;
    text-decoration: none;
  }

  big {
    font-size: 125%;
  }*/
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  /*html {
    box-sizing: border-box;
  }

  *,
  *:before,
  *:after {  Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
    box-sizing: inherit;
  } */
  /*body {
    background: #fff;  Fallback for when there is no custom background color defined. 
  }
  blockquote {
      padding: 0 15px;
      font-size: 22px;
      line-height: 32px;
      font-family: 'Raleway', sans-serif;
  }
  blockquote p {
    color: #333;

      text-align: center;
  }
  blockquote.alignright {
      padding-right: 0;
      margin-bottom: 14px;
  }

  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }

  ul,
  ol {
    margin: 0;
      padding-left: 1.5em;
  }

  ul {
    list-style: disc;
  }

  ol {
    list-style: decimal;
  }

  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 0.5em;
  }

  dt {

      margin-bottom: 1em;
  }

  dd {
    margin: 0 1.5em 1.5em;
  }*/
  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  /*button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
  }

  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
  }

  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 3px;
      font-family: 'Raleway', sans-serif;
  }

  select {
    border: 1px solid #e0e0e0;
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
  }

  textarea {
    width: 100%;
  }

  textarea,
  #respond input,
  .wpcf7 input {
      width: 100%;
      border: 1px solid #e9e9e9;
      border-radius: 0;
      padding: 0 15px;
  }
  #respond input {
    border: none;
  }
  #respond textarea {
      height: 200px;
      padding: 15px;
      border: none;
      background-color: $peach;
      border-radius: 0;
  }
  #respond input[type="text"],
  #respond input[type="email"],
  #respond input[type="url"] {
      background-color: $peach;
      border-radius: 0;
      min-height: 50px;
  }
  #respond input[type="submit"] {
      padding: 3px 50px;
      font-size: 16px;
      line-height: 35px;
      display: inline-block;
      border-radius: 25px;
      min-width: 153px;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      background-color: #117eff;
      color: #fff;
      border: none;
      position: relative;
      text-align: center;
      font-family: 'Raleway', sans-serif;

  }
  #respond input[type="submit"]:hover,
  #respond input[type="submit"]:focus {
    background-color: #333;
      color: #fff;
  }
  #respond .comment-form-cookies-consent input[type="checkbox"], 
  .comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 20px;
  }
  #respond .comment-form-cookies-consent label, 
  .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
  }
  .comment-form-cookies-consent {
      clear: both;
      margin-top: 15px;
      display: inline-block;
      width: 100%;
  }
  p.form-submit {
      clear: both;
      display: inline-block;
      position: relative;
  }
  .comment-notes {
      font-size: 12px;
      font-style: italic;

      margin-top: 0;
      margin-bottom: 20px;
  }
  #respond label {
      color: #273238;
      margin-bottom: 11px;
      display: inline-block;
  }
  #commentform p {    
      margin-bottom: 21px;
  }
  #commentform p.comment-form-comment {
      margin-bottom: 0;
  }
  #commentform p.form-submit {
    margin: 21px 0 0;
    text-align: left;
      width: 100%;
  }
  #commentform p.comment-subscription-form {
      margin-top: 21px;
      margin-bottom: 0;
  }
  .wpcf7 input {
      height: 40px;
      padding: 0 15px;
      background-color: $peach;
      border: none;
  }
  .wpcf7 textarea {
      padding: 15px;
      background-color: $peach;
      border: none;
  }
  .wpcf7 input[type="submit"] {
      padding: 3px 50px;
      font-size: 16px;
      line-height: 35px;
      display: inline-block;
      border-radius: 25px;
      min-width: 153px;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      background-color: #117eff;
      color: #fff;
      border: none;
      position: relative;
      text-align: center;
      font-family: 'Raleway', sans-serif;

  }
  .wpcf7 input[type="submit"]:hover,
  .wpcf7 input[type="submit"]:focus {
      background-color: #333;
      color: #fff;
  }*/
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  /*------------------------------------------------------------
    Secondary navigation
  /*-----------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  /* Make sure select elements fit in widgets. */
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  /*--------------------------------------------------------------
  # Layouts and titles
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /* Make sure embeds and iframes fit their containers. */
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Social Icons
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Social Icons Hover Color
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #  Page Site Header
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #  Breadcrumb List
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #  Post Archives
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Search and 404 Page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #           Instagram Section
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #           Woocommerce
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Woocommerce Single
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # My Account
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #           Footer
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  #           RESPONSIVE
  --------------------------------------------------------------*/
}
html #page,
body #page {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 15px #aaa;
}
html .boxed-layout,
html .frame-layout,
body .boxed-layout,
body .frame-layout {
  background-image: url("assets/img/pattern.png");
}
html #content,
body #content {
  position: relative;
}
html #inner-content-wrapper,
body #inner-content-wrapper {
  padding: 0;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html main,
html menu,
html nav,
html section,
html summary,
body article,
body aside,
body details,
body figcaption,
body figure,
body footer,
body header,
body main,
body menu,
body nav,
body section,
body summary {
  display: block;
}
html audio,
html canvas,
html progress,
html video,
body audio,
body canvas,
body progress,
body video {
  display: inline-block;
  vertical-align: baseline;
}
html audio:not([controls]),
body audio:not([controls]) {
  display: none;
  height: 0;
}
html [hidden],
html template,
body [hidden],
body template {
  display: none;
}
html a,
body a {
  background-color: transparent;
}
html abbr[title],
body abbr[title] {
  border-bottom: 1px dotted;
}
html b,
html strong,
body b,
body strong {
  color: #ece5e7;
}
html dfn,
body dfn {
  font-style: italic;
}
html body,
body body {
  color: #ece5e7;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  word-wrap: break-word;
}
html article img,
body article img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}
html a,
body a {
  color: #117eff;
  text-decoration: none;
}
html a:hover,
html a:focus,
html a:active,
body a:hover,
body a:focus,
body a:active {
  color: #333;
}
html #masthead,
body #masthead {
  position: relative;
  width: 100%;
  z-index: 3000;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html #navigation-menu,
body #navigation-menu {
  background-color: #fff;
  position: relative;
  z-index: 3;
  min-height: 70px;
}
html #masthead .wrapper,
html #navigation-menu .wrapper,
body #masthead .wrapper,
body #navigation-menu .wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
html #masthead .social-icons,
body #masthead .social-icons {
  margin: 10px 0 0;
}
html #site-menu,
body #site-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
html #site-menu .search-menu,
html #search-menu,
body #site-menu .search-menu,
body #search-menu {
  width: 60px;
  text-align: center;
}
html #site-menu .search-menu a,
html #search-menu a,
body #site-menu .search-menu a,
body #search-menu a {
  width: 60px;
  height: 70px;
  line-height: 70px;
  display: block;
}
html #social-navigation .social-icons,
body #social-navigation .social-icons {
  display: none;
}
html .site-branding,
body .site-branding {
  text-align: center;
}
html .site-logo,
html #site-identity,
body .site-logo,
body #site-identity {
  display: inline-block;
  vertical-align: middle;
}
html .site-logo,
body .site-logo {
  margin-right: 10px;
}
html .site-title,
body .site-title {
  margin: 0;
  line-height: 1.2;
  font-family: "Forum";
  font-size: 26px;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html .site-title a,
body .site-title a {
  color: #fff;
}
html .site-title a:hover,
html .site-title a:focus,
body .site-title a:hover,
body .site-title a:focus {
  opacity: 0.8;
}
html .site-description,
body .site-description {
  color: #fff;
  line-height: 1.34;
  font-size: 12px;
  margin-bottom: 0;
  font-style: italic;
}
html .main-navigation,
html .secondary-navigation,
body .main-navigation,
body .secondary-navigation {
  display: block;
  position: relative;
}
html .secondary-menu-toggle svg,
body .secondary-menu-toggle svg {
  fill: #000;
}
html #filter-posts ul,
body #filter-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html #filter-posts ul li,
body #filter-posts ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-family: "Forum";
}
html #filter-posts ul li a,
body #filter-posts ul li a {
  color: #3a3a3a;
}
html #filter-posts ul li.active a,
body #filter-posts ul li.active a {
  color: #117eff;
}
html #filter-posts ul li a:hover,
html #filter-posts ul li a:focus,
body #filter-posts ul li a:hover,
body #filter-posts ul li a:focus {
  color: #117eff;
}
html #filter-posts ul li:last-child,
body #filter-posts ul li:last-child {
  margin-right: 0;
}
html #posts-view,
body #posts-view {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  border-radius: 0;
  width: 60px;
  height: 70px;
  display: block;
  background-color: transparent;
  border: none;
}
html #posts-view svg.icon-list,
body #posts-view svg.icon-list {
  display: none;
  width: 18px;
  height: 18px;
}
html #posts-view.active .icon-grid,
body #posts-view.active .icon-grid {
  display: none;
}
html #posts-view.active .icon-list,
body #posts-view.active .icon-list {
  display: block;
}
html #posts-view svg,
body #posts-view svg {
  display: inline-block;
  margin-right: 5px;
  fill: #999999;
}
html #posts-view svg:last-child,
body #posts-view svg:last-child {
  margin-right: 0;
}
html #filter-posts,
body #filter-posts {
  text-align: center;
  padding: 22px 100px;
}
html .modern-design #filter-posts,
html .sleek-design #filter-posts,
body .modern-design #filter-posts,
body .sleek-design #filter-posts {
  background-color: #fe7082;
}
html .main-navigation ul#primary-menu li.current-menu-item > a,
html .main-navigation ul#primary-menu li:hover > a,
html .secondary-navigation ul#secondary-menu li.current-menu-item > a,
html .secondary-navigation ul#secondary-menu li:hover > a,
body .main-navigation ul#primary-menu li.current-menu-item > a,
body .main-navigation ul#primary-menu li:hover > a,
body .secondary-navigation ul#secondary-menu li.current-menu-item > a,
body .secondary-navigation ul#secondary-menu li:hover > a {
  color: #117eff;
}
html .main-navigation ul#primary-menu li:hover > svg,
html .main-navigation li.menu-item-has-children:hover > a > svg,
html .main-navigation li.menu-item-has-children > a:hover > svg,
html .main-navigation ul#primary-menu > li.current-menu-item > a > svg,
html .secondary-navigation ul#secondary-menu li:hover > svg,
html .secondary-navigation ul#secondary-menu > li.current-menu-item > a > svg,
body .main-navigation ul#primary-menu li:hover > svg,
body .main-navigation li.menu-item-has-children:hover > a > svg,
body .main-navigation li.menu-item-has-children > a:hover > svg,
body .main-navigation ul#primary-menu > li.current-menu-item > a > svg,
body .secondary-navigation ul#secondary-menu li:hover > svg,
body .secondary-navigation ul#secondary-menu > li.current-menu-item > a > svg {
  fill: #117eff;
}
html .main-navigation ul ul,
html .secondary-navigation ul ul,
body .main-navigation ul ul,
body .secondary-navigation ul ul {
  background-color: #fff;
  text-align: left;
  padding: 0;
}
html .main-navigation ul.sub-menu li a,
html .secondary-navigation ul.sub-menu li a,
body .main-navigation ul.sub-menu li a,
body .secondary-navigation ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  border-bottom: 1px solid #eee;
}
html .main-navigation ul.sub-menu a:after,
html .secondary-navigation ul.sub-menu a:after,
body .main-navigation ul.sub-menu a:after,
body .secondary-navigation ul.sub-menu a:after {
  float: right;
}
html .main-navigation ul,
html .secondary-navigation ul,
body .main-navigation ul,
body .secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
html .main-navigation .social-menu-item ul,
html .secondary-navigation .social-menu-item ul,
body .main-navigation .social-menu-item ul,
body .secondary-navigation .social-menu-item ul {
  display: block;
  border: none;
}
html .main-navigation .social-menu-item ul li a,
html .secondary-navigation .social-menu-item ul li a,
body .main-navigation .social-menu-item ul li a,
body .secondary-navigation .social-menu-item ul li a {
  width: 40px;
  border: 1px solid #d6d6d6;
}
html .main-navigation .social-menu-item ul li,
html .secondary-navigation .social-menu-item ul li,
body .main-navigation .social-menu-item ul li,
body .secondary-navigation .social-menu-item ul li {
  margin-right: 10px;
}
html #masthead .main-navigation .social-menu-item .social-icons,
body #masthead .main-navigation .social-menu-item .social-icons {
  margin: 0;
  padding: 20px 15px 20px 25px;
}
html .main-navigation + .social-icons,
body .main-navigation + .social-icons {
  display: none;
}
html .main-navigation li,
html .secondary-navigation li,
body .main-navigation li,
body .secondary-navigation li {
  position: relative;
}
html .main-navigation ul.nav-menu > li > a,
html .secondary-navigation ul.nav-menu > li > a,
body .main-navigation ul.nav-menu > li > a,
body .secondary-navigation ul.nav-menu > li > a {
  padding: 22px 12px;
  color: #333;
}
html .main-navigation form.search-form input,
body .main-navigation form.search-form input {
  background-color: #333;
  border-color: #333;
  color: #333;
}
html .main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
html .main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
html .main-navigation li.search-menu a:hover svg,
html .main-navigation li.search-menu a:focus svg,
html .main-navigation li.search-menu a.search-active svg,
body .main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
body .main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
body .main-navigation li.search-menu a:hover svg,
body .main-navigation li.search-menu a:focus svg,
body .main-navigation li.search-menu a.search-active svg {
  fill: #117eff;
}
html .main-navigation a:hover,
html .main-navigation ul.nav-menu > li > a:hover,
html .secondary-navigation a:hover,
html .secondary-navigation ul.nav-menu > li > a:hover,
body .main-navigation a:hover,
body .main-navigation ul.nav-menu > li > a:hover,
body .secondary-navigation a:hover,
body .secondary-navigation ul.nav-menu > li > a:hover {
  color: #117eff;
}
html .main-navigation ul.nav-menu,
html .secondary-navigation ul.nav-menu,
body .main-navigation ul.nav-menu,
body .secondary-navigation ul.nav-menu {
  margin-right: -25px;
}
html .main-navigation a,
html .secondary-navigation a,
body .main-navigation a,
body .secondary-navigation a {
  display: block;
  text-decoration: none;
  color: #333;
  font-family: "Forum";
}
html .main-navigation ul ul,
html .secondary-navigation ul ul,
body .main-navigation ul ul,
body .secondary-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
html .main-navigation ul ul ul,
html .secondary-navigation ul ul ul,
body .main-navigation ul ul ul,
body .secondary-navigation ul ul ul {
  left: -999em;
  top: 0;
}
html .main-navigation ul ul a,
html .secondary-navigation ul ul a,
body .main-navigation ul ul a,
body .secondary-navigation ul ul a {
  width: 225px;
}
html .main-navigation .current_page_item > a,
html .main-navigation .current-menu-item > a,
html .main-navigation .current_page_ancestor > a,
html .main-navigation .current-menu-ancestor > a,
html .secondary-navigation .current_page_item > a,
html .secondary-navigation .current-menu-item > a,
html .secondary-navigation .current_page_ancestor > a,
html .secondary-navigation .current-menu-ancestor > a,
body .main-navigation .current_page_item > a,
body .main-navigation .current-menu-item > a,
body .main-navigation .current_page_ancestor > a,
body .main-navigation .current-menu-ancestor > a,
body .secondary-navigation .current_page_item > a,
body .secondary-navigation .current-menu-item > a,
body .secondary-navigation .current_page_ancestor > a,
body .secondary-navigation .current-menu-ancestor > a {
  color: #333;
}
html form.search-form,
body form.search-form {
  width: 100%;
  max-width: 100%;
  position: relative;
}
html .main-navigation form.search-form,
body .main-navigation form.search-form {
  min-width: 320px;
}
html input.search-field,
body input.search-field {
  height: 45px;
  border-radius: 0;
  padding: 0 50px 0 15px;
  width: 100%;
}
html .main-navigation svg.icon-close,
html .secondary-navigation svg.icon-close,
body .main-navigation svg.icon-close,
body .secondary-navigation svg.icon-close {
  display: none;
}
html #search.hidden-small form.search-form,
body #search.hidden-small form.search-form {
  position: absolute;
  left: 0;
  right: 0;
}
html .backtotop svg,
body .backtotop svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
html .search-menu svg.icon-search,
body .search-menu svg.icon-search {
  fill: #949494;
}
html svg.icon-search,
html svg.icon-close,
body svg.icon-search,
body svg.icon-close {
  width: 15px;
  height: 15px;
  fill: #fff;
}
html .search-submit svg.icon-search,
body .search-submit svg.icon-search {
  fill: #adadad;
  opacity: 1;
}
html .main-navigation svg.icon-down,
html .secondary-navigation svg.icon-down,
body .main-navigation svg.icon-down,
body .secondary-navigation svg.icon-down {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  fill: #eee;
}
html .main-navigation .sub-menu svg,
html .secondary-navigation .sub-menu svg,
body .main-navigation .sub-menu svg,
body .secondary-navigation .sub-menu svg {
  width: 12px;
  height: 12px;
  fill: #ece5e7;
  position: absolute;
  right: 15px;
  top: 17px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html #site-menu #search,
body #site-menu #search {
  display: none;
}
html #search-menu,
body #search-menu {
  display: none;
}
html #search-menu .icon-close,
html #search-menu.active .icon-search,
html .search-menu .icon-close,
html .search-menu.active .icon-search,
body #search-menu .icon-close,
body #search-menu.active .icon-search,
body .search-menu .icon-close,
body .search-menu.active .icon-search {
  display: none;
}
html #search-menu.active .icon-close,
html .search-menu.active .icon-close,
body #search-menu.active .icon-close,
body .search-menu.active .icon-close {
  display: inline-block;
}
html #search-menu button .icon-search,
html .search-menu button .icon-search,
html #search-menu.active button .icon-search,
html .search-menu.active button .icon-search,
body #search-menu button .icon-search,
body .search-menu button .icon-search,
body #search-menu.active button .icon-search,
body .search-menu.active button .icon-search {
  display: inline-block;
}
html #search-menu input[type=search],
body #search-menu input[type=search] {
  color: #000;
  padding-left: 40px;
  border-radius: 4px;
  min-height: 35px;
  height: auto;
  background-color: #fe7082;
  border-color: #fe7082;
  padding: 1px 15px 0px 40px;
  font-size: 14px;
}
html #search-menu form.search-form button.search-submit,
body #search-menu form.search-form button.search-submit {
  min-height: 35px;
  height: auto;
}
html .menu-toggle,
html .secondary-menu-toggle,
body .menu-toggle,
body .secondary-menu-toggle {
  border-radius: 0;
  width: 60px;
  height: 70px;
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
}
html .secondary-menu-toggle,
body .secondary-menu-toggle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
html .secondary-menu-toggle svg,
body .secondary-menu-toggle svg {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}
html .secondary-menu-toggle svg.icon-close,
body .secondary-menu-toggle svg.icon-close {
  display: none;
  fill: #000;
  width: 16px;
  height: 16px;
}
html .secondary-menu-toggle.active svg.icon-menu-bar,
body .secondary-menu-toggle.active svg.icon-menu-bar {
  display: none;
}
html .secondary-menu-toggle.active svg.icon-close,
body .secondary-menu-toggle.active svg.icon-close {
  display: block;
}
html #site-menu .menu-toggle.active svg,
body #site-menu .menu-toggle.active svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
html .menu-label,
body .menu-label {
  float: right;
  color: #333;
  padding: 7px 0 0 10px;
  display: none;
}
html svg.icon-menu,
body svg.icon-menu {
  fill: #fff;
  opacity: 0.7;
  vertical-align: baseline;
}
html button.dropdown-toggle,
body button.dropdown-toggle {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  width: 45px;
  height: 57px;
  line-height: 62px;
}
html .main-navigation .dropdown-toggle.active > svg,
html .secondary-navigation .dropdown-toggle.active > svg,
body .main-navigation .dropdown-toggle.active > svg,
body .secondary-navigation .dropdown-toggle.active > svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
html #search-menu input[type=search]::-webkit-input-placeholder,
body #search-menu input[type=search]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
html #search-menu input[type=search]::-moz-placeholder,
body #search-menu input[type=search]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
html #search-menu input[type=search]:-moz-placeholder,
body #search-menu input[type=search]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
html #search-menu input[type=search]::-ms-input-placeholder,
body #search-menu input[type=search]::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
html .widget_search form.search-form input[type=search]::-webkit-input-placeholder,
body .widget_search form.search-form input[type=search]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
html .widget_search form.search-form input[type=search]::-moz-placeholder,
body .widget_search form.search-form input[type=search]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
html .widget_search form.search-form input[type=search]:-moz-placeholder,
body .widget_search form.search-form input[type=search]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
html .widget_search form.search-form input[type=search]::-ms-input-placeholder,
body .widget_search form.search-form input[type=search]::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
html .secondary-navigation a,
body .secondary-navigation a {
  border-bottom: 1px solid #eee;
}
html .secondary-navigation ul ul a,
body .secondary-navigation ul ul a {
  width: 100%;
}
html .secondary-navigation ul ul,
html .secondary-navigation ul ul ul,
body .secondary-navigation ul ul,
body .secondary-navigation ul ul ul {
  box-shadow: none;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  display: none;
}
html .secondary-navigation ul.sub-menu li,
body .secondary-navigation ul.sub-menu li {
  padding-right: 0;
}
html .secondary-navigation .menu-item-has-children > a:before,
body .secondary-navigation .menu-item-has-children > a:before {
  content: "";
  float: right;
  position: relative;
  right: 25px;
  background-color: #ccc;
  width: 1px;
  height: 25px;
}
html .secondary-navigation .menu-item-has-children > a:after,
body .secondary-navigation .menu-item-has-children > a:after {
  padding-top: 3px;
}
html .secondary-navigation ul.nav-menu > li > a,
html .secondary-navigation ul.sub-menu li a,
body .secondary-navigation ul.nav-menu > li > a,
body .secondary-navigation ul.sub-menu li a {
  padding: 15px 15px 15px 25px;
}
html .secondary-navigation ul.sub-menu li a,
body .secondary-navigation ul.sub-menu li a {
  padding-left: 50px;
}
html .secondary-navigation ul.sub-menu ul li a,
body .secondary-navigation ul.sub-menu ul li a {
  padding-left: 75px;
}
html .secondary-navigation ul.sub-menu ul ul li a,
body .secondary-navigation ul.sub-menu ul ul li a {
  padding-left: 100px;
}
html .secondary-navigation ul.sub-menu ul ul ul li a,
body .secondary-navigation ul.sub-menu ul ul ul li a {
  padding-left: 125px;
}
html .secondary-navigation .menu-item-has-children a svg,
body .secondary-navigation .menu-item-has-children a svg {
  display: none;
}
html .secondary-navigation ul.sub-menu li a,
body .secondary-navigation ul.sub-menu li a {
  border-left: none;
}
html .secondary-navigation ul.nav-menu,
body .secondary-navigation ul.nav-menu {
  margin-right: 0;
  background-color: #fff;
  border-top: 1px solid #eee;
}
html .secondary-navigation,
body .secondary-navigation {
  position: static;
}
html .secondary-navigation a,
body .secondary-navigation a {
  color: #333;
}
html .secondary-navigation svg.icon-search,
html .secondary-navigation svg.icon-down,
body .secondary-navigation svg.icon-search,
body .secondary-navigation svg.icon-down {
  fill: #333;
  margin-top: -5px;
}
html .secondary-navigation ul.sub-menu,
body .secondary-navigation ul.sub-menu {
  border: none;
}
html .secondary-navigation,
body .secondary-navigation {
  margin-top: 0;
  position: absolute;
  z-index: 3;
  max-width: 100%;
  top: 100%;
  left: auto;
  right: 0;
  width: 100%;
  display: none;
}
html .secondary-navigation .search-menu a,
body .secondary-navigation .search-menu a {
  display: none;
}
html .secondary-navigation form.search-form input,
body .secondary-navigation form.search-form input {
  background-color: #fff;
  border: none;
  min-height: 55px;
}
html .secondary-navigation form.search-form button.search-submit,
body .secondary-navigation form.search-form button.search-submit {
  height: 59px;
}
html .secondary-navigation form.search-form input,
body .secondary-navigation form.search-form input {
  padding-left: 25px;
}
html .secondary-navigation .sub-menu svg,
body .secondary-navigation .sub-menu svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  top: 28px;
}
html .menu-overlay,
body .menu-overlay {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
html .menu-overlay.active,
body .menu-overlay.active {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 3;
}
html .site-main .comment-navigation,
html .site-main .posts-navigation,
html .site-main .post-navigation,
body .site-main .comment-navigation,
body .site-main .posts-navigation,
body .site-main .post-navigation {
  margin: 0;
  overflow: hidden;
}
html .comment-navigation .nav-previous,
html .posts-navigation .nav-previous,
html .post-navigation .nav-previous,
body .comment-navigation .nav-previous,
body .posts-navigation .nav-previous,
body .post-navigation .nav-previous {
  float: left;
  width: 50%;
  position: relative;
}
html .comment-navigation .nav-next,
html .posts-navigation .nav-next,
html .post-navigation .nav-next,
body .comment-navigation .nav-next,
body .posts-navigation .nav-next,
body .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  position: relative;
}
html .navigation.post-navigation,
html .navigation.posts-navigation,
body .navigation.post-navigation,
body .navigation.posts-navigation {
  margin-top: 20px;
  background-color: #fff;
  padding: 23px 20px;
}
html .post-navigation a,
html .posts-navigation a,
body .post-navigation a,
body .posts-navigation a {
  color: #333;
  font-family: "Forum";
}
html .post-navigation a:hover,
html .posts-navigation a:hover,
html .post-navigation a:focus,
html .posts-navigation a:focus,
body .post-navigation a:hover,
body .posts-navigation a:hover,
body .post-navigation a:focus,
body .posts-navigation a:focus {
  color: #117eff;
}
html .post-navigation,
html .posts-navigation,
body .post-navigation,
body .posts-navigation {
  padding: 0;
  position: relative;
}
html .pagination .page-numbers,
html .pagination .page-numbers.dots:hover,
html .pagination .page-numbers.dots:focus,
body .pagination .page-numbers,
body .pagination .page-numbers.dots:hover,
body .pagination .page-numbers.dots:focus {
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  background-color: #333;
}
html .pagination .page-numbers,
body .pagination .page-numbers {
  margin-bottom: 7px;
}
html .pagination .page-numbers.current,
html .pagination .page-numbers:hover,
html .pagination .page-numbers:focus,
body .pagination .page-numbers.current,
body .pagination .page-numbers:hover,
body .pagination .page-numbers:focus {
  color: #fff;
  background-color: #117eff;
}
html .pagination .page-numbers.prev,
html .pagination .page-numbers.next,
body .pagination .page-numbers.prev,
body .pagination .page-numbers.next {
  margin-right: 25px;
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  background-color: transparent;
  color: #117eff;
}
html .pagination .page-numbers.prev:hover,
html .pagination .page-numbers.next:hover,
html .pagination .page-numbers.prev:focus,
html .pagination .page-numbers.next:focus,
body .pagination .page-numbers.prev:hover,
body .pagination .page-numbers.next:hover,
body .pagination .page-numbers.prev:focus,
body .pagination .page-numbers.next:focus {
  color: #333;
  background-color: transparent;
}
html .pagination .page-numbers.prev:hover svg,
html .pagination .page-numbers.next:hover svg,
body .pagination .page-numbers.prev:hover svg,
body .pagination .page-numbers.next:hover svg {
  fill: #117eff;
}
html .pagination .prev.page-numbers svg,
html .pagination .next.page-numbers svg,
body .pagination .prev.page-numbers svg,
body .pagination .next.page-numbers svg {
  display: inline-block;
  vertical-align: middle;
  fill: #999;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
html .pagination .next.page-numbers svg,
body .pagination .next.page-numbers svg {
  margin-left: 7px;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  fill: #999;
  display: inline-block;
  vertical-align: middle;
}
html .pagination .page-numbers.next,
html .pagination .page-numbers.prev,
body .pagination .page-numbers.next,
body .pagination .page-numbers.prev {
  margin-left: 18px;
  margin-right: 0;
  background-color: transparent;
  color: #333;
  font-family: "Forum";
}
html .pagination .page-numbers.prev,
body .pagination .page-numbers.prev {
  margin-right: 18px;
  margin-left: 0;
}
html .pagination .page-numbers.next:hover,
html .pagination .page-numbers.next:focus,
html .pagination .page-numbers.prev:hover,
html .pagination .page-numbers.prev:focus,
body .pagination .page-numbers.next:hover,
body .pagination .page-numbers.next:focus,
body .pagination .page-numbers.prev:hover,
body .pagination .page-numbers.prev:focus {
  color: #117eff;
}
html .prev.page-numbers svg,
html .next.page-numbers svg,
body .prev.page-numbers svg,
body .next.page-numbers svg {
  fill: #cecece;
}
html .nav-previous span,
body .nav-previous span {
  padding-left: 38px;
  float: left;
  text-align: left;
}
html .nav-next span,
body .nav-next span {
  padding-right: 38px;
  float: right;
  text-align: right;
}
html .navigation .nav-previous svg,
body .navigation .nav-previous svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  top: 3px;
  left: 0;
}
html .navigation .nav-next svg,
body .navigation .nav-next svg {
  position: absolute;
  top: 3px;
  right: 0;
}
html .post-navigation span,
html .posts-navigation span,
body .post-navigation span,
body .posts-navigation span {
  display: table;
}
html .screen-reader-text,
body .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
html .screen-reader-text:focus,
body .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
html #content[tabindex="-1"]:focus,
body #content[tabindex="-1"]:focus {
  outline: 0;
}
html .alignleft,
body .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
html .alignright,
body .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
html .aligncenter,
body .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html .clear:before,
html .clear:after,
html .entry-content:before,
html .entry-content:after,
html .comment-content:before,
html .comment-content:after,
html .site-header:before,
html .site-header:after,
html .site-content:before,
html .site-content:after,
html .site-footer:before,
html .site-footer:after,
html .footer-widgets-area:before,
html .footer-widgets-area:after,
html .wrapper:before,
html .wrapper:after,
html .widget:before,
html .widget:after,
html .post-archive:before,
html .post-archive:after,
body .clear:before,
body .clear:after,
body .entry-content:before,
body .entry-content:after,
body .comment-content:before,
body .comment-content:after,
body .site-header:before,
body .site-header:after,
body .site-content:before,
body .site-content:after,
body .site-footer:before,
body .site-footer:after,
body .footer-widgets-area:before,
body .footer-widgets-area:after,
body .wrapper:before,
body .wrapper:after,
body .widget:before,
body .widget:after,
body .post-archive:before,
body .post-archive:after {
  content: "";
  display: table;
  table-layout: fixed;
}
html .clear:after,
html .entry-content:after,
html .comment-content:after,
html .site-header:after,
html .site-content:after,
html .site-footer:after,
html .footer-widgets-area:before,
html .footer-widgets-area:after,
html .wrapper:before,
html .wrapper:after,
html .widget:before,
html .widget:after,
html .post-archive:before,
html .post-archive:after,
body .clear:after,
body .entry-content:after,
body .comment-content:after,
body .site-header:after,
body .site-content:after,
body .site-footer:after,
body .footer-widgets-area:before,
body .footer-widgets-area:after,
body .wrapper:before,
body .wrapper:after,
body .widget:before,
body .widget:after,
body .post-archive:before,
body .post-archive:after {
  clear: both;
}
html .widget,
body .widget {
  margin: 0 0 20px;
}
html .widget:last-child,
body .widget:last-child {
  margin-bottom: 0;
}
html .widget select,
body .widget select {
  max-width: 100%;
  background-color: #fe7082;
  padding: 10px;
  border: none;
  width: 100%;
  max-width: 300px;
}
html .widget input,
body .widget input {
  height: 40px;
  border-radius: 0;
  padding: 0 15px;
  border: none;
}
html form.search-form button.search-submit,
body form.search-form button.search-submit {
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
  width: 40px;
  border-radius: 0;
}
html .widget_search form.search-form .search-submit,
body .widget_search form.search-form .search-submit {
  width: auto;
  color: #fff;
  background-color: #333;
  left: auto;
  right: 0;
  font-size: 14px;
  height: 40px;
  line-height: 25px;
  min-width: 91px;
}
html .widget_search form.search-form .search-submit:hover,
html .widget_search form.search-form .search-submit:focus,
body .widget_search form.search-form .search-submit:hover,
body .widget_search form.search-form .search-submit:focus {
  background-color: #117eff;
  color: #fff;
}
html .widget_search form.search-form .search-submit svg,
body .widget_search form.search-form .search-submit svg {
  fill: #b9b9b9;
  width: 16px;
  height: 16px;
}
html .widget_search form.search-form .search-submit:hover svg,
html .widget_search form.search-form .search-submit:focus svg,
body .widget_search form.search-form .search-submit:hover svg,
body .widget_search form.search-form .search-submit:focus svg {
  fill: #117eff;
}
html .widget_search form.search-form input,
body .widget_search form.search-form input {
  border: none;
}
html .widget_search form.search-form input,
body .widget_search form.search-form input {
  padding: 0 100px 0 15px;
  height: 40px;
  background-color: #fe7082;
}
html form.search-form,
body form.search-form {
  position: relative;
}
html form.search-form input,
body form.search-form input {
  width: 100%;
  padding: 0 15px 0 40px;
  font-weight: 300;
}
html #wp-calendar tbody td,
body #wp-calendar tbody td {
  text-align: center;
}
html #wp-calendar caption,
body #wp-calendar caption {
  margin-bottom: 15px;
}
html .widget-title,
body .widget-title {
  font-size: 22px;
  margin: 0 0 20px;
}
html .widget li:not(:last-child),
body .widget li:not(:last-child) {
  margin-bottom: 13px;
}
html .widget_instagram ul,
body .widget_instagram ul {
  list-style: none;
  margin: -5px;
  padding: 0;
}
html .widget.widget_instagram li,
body .widget.widget_instagram li {
  margin: 0;
  padding: 5px;
}
html .widget_instagram .col-1 li,
body .widget_instagram .col-1 li {
  width: 100%;
  float: none;
}
html .widget_instagram .col-2 li,
body .widget_instagram .col-2 li {
  width: 50%;
  float: left;
}
html .widget_instagram .col-3 li,
body .widget_instagram .col-3 li {
  width: 33.33%;
  float: left;
}
html .widget_instagram .col-4 li,
body .widget_instagram .col-4 li {
  width: 25%;
  float: left;
}
html .widget_instagram .col-5 li,
body .widget_instagram .col-5 li {
  width: 20%;
  float: left;
}
html .widget_instagram li img,
body .widget_instagram li img {
  width: 100%;
}
html #secondary .widget-title,
html #secondary .widgettitle,
body #secondary .widget-title,
body #secondary .widgettitle {
  margin: 0 0 20px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
html #secondary .widget:not(:last-child),
body #secondary .widget:not(:last-child) {
  margin-bottom: 25px;
}
html #secondary .widget_search form.search-form .search-submit,
html #colophon .widget_search form.search-form .search-submit,
body #secondary .widget_search form.search-form .search-submit,
body #colophon .widget_search form.search-form .search-submit {
  width: 40px;
  min-width: auto;
}
html #secondary .widget_search form.search-form .search-submit svg,
html #colophon .widget_search form.search-form .search-submit svg,
body #secondary .widget_search form.search-form .search-submit svg,
body #colophon .widget_search form.search-form .search-submit svg {
  fill: #b9b9b9;
  width: 14px;
  height: 14px;
}
html #secondary .widget_search form.search-form input,
html #colophon .widget_search form.search-form input,
body #secondary .widget_search form.search-form input,
body #colophon .widget_search form.search-form input {
  padding-right: 50px;
}
html #secondary .widget_search form.search-form .search-submit:hover svg,
html #colophon .widget_search form.search-form .search-submit:hover svg,
html #secondary .widget_search form.search-form .search-submit:focus svg,
html #colophon .widget_search form.search-form .search-submit:focus svg,
body #secondary .widget_search form.search-form .search-submit:hover svg,
body #colophon .widget_search form.search-form .search-submit:hover svg,
body #secondary .widget_search form.search-form .search-submit:focus svg,
body #colophon .widget_search form.search-form .search-submit:focus svg {
  fill: #fff;
}
html #colophon .gallery-item,
body #colophon .gallery-item {
  text-align: left;
}
html input[type=submit],
body input[type=submit] {
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
html input[type=submit]:hover,
html input[type=submit]:focus,
body input[type=submit]:hover,
body input[type=submit]:focus {
  background-color: #117eff;
}
html .jetpack_subscription_widget form,
body .jetpack_subscription_widget form {
  position: relative;
}
html .jetpack_subscription_widget input[type=email],
body .jetpack_subscription_widget input[type=email] {
  width: 100%;
  min-height: 50px;
  padding: 15px;
  background-color: #fe7082;
  max-width: 304px;
}
html .modern-design .jetpack_subscription_widget input[type=email],
html .sleek-design .jetpack_subscription_widget input[type=email],
body .modern-design .jetpack_subscription_widget input[type=email],
body .sleek-design .jetpack_subscription_widget input[type=email] {
  background-color: #fff;
}
html .jetpack_subscription_widget input[type=submit],
body .jetpack_subscription_widget input[type=submit] {
  padding: 3px 50px;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  border-radius: 25px;
  min-width: 140px;
  background-color: #117eff;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  font-family: "Forum";
}
html .jetpack_subscription_widget input[type=submit]:hover,
html .jetpack_subscription_widget input[type=submit]:focus,
body .jetpack_subscription_widget input[type=submit]:hover,
body .jetpack_subscription_widget input[type=submit]:focus {
  background-color: #333;
}
html .jetpack_subscription_widget #subscribe-text,
body .jetpack_subscription_widget #subscribe-text {
  display: inline-block;
  margin-bottom: 10px;
}
html .jetpack_subscription_widget #subscribe-text p,
body .jetpack_subscription_widget #subscribe-text p {
  margin-top: 0;
  line-height: 25px;
}
html .jetpack_subscription_widget #subscribe-submit,
body .jetpack_subscription_widget #subscribe-submit {
  display: inline-block;
  margin: 0;
  position: relative;
}
html .jetpack_subscription_widget .widget-title,
body .jetpack_subscription_widget .widget-title {
  margin-bottom: 5px;
}
html #subscribe-email label,
body #subscribe-email label {
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
}
html .widget_popular_post ul,
html .widget_latest_post ul,
html .widget_featured_post ul,
body .widget_popular_post ul,
body .widget_latest_post ul,
body .widget_featured_post ul {
  padding: 0;
  margin: 0;
  list-style: none;
  clear: both;
  display: table;
}
html .widget.widget_popular_post ul li,
html .widget.widget_latest_post ul li,
html .widget.widget_featured_post ul li,
body .widget.widget_popular_post ul li,
body .widget.widget_latest_post ul li,
body .widget.widget_featured_post ul li {
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
html .widget.widget_popular_post ul li:last-child,
html .widget.widget_latest_post ul li:last-child,
html .widget.widget_featured_post ul li:last-child,
body .widget.widget_popular_post ul li:last-child,
body .widget.widget_latest_post ul li:last-child,
body .widget.widget_featured_post ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
html .widget_popular_post h3,
html .widget_latest_post h3,
html .widget_featured_post h3,
body .widget_popular_post h3,
body .widget_latest_post h3,
body .widget_featured_post h3 {
  font-size: 16px;
  line-height: 1.5;
  display: table-row;
  letter-spacing: 0.01em;
}
html .widget_popular_post h3 a,
html .widget_latest_post h3 a,
html .widget_featured_post h3 a,
body .widget_popular_post h3 a,
body .widget_latest_post h3 a,
body .widget_featured_post h3 a {
  display: block;
}
html .widget_popular_post time,
html .widget_latest_post time,
html .widget_featured_post time,
body .widget_popular_post time,
body .widget_latest_post time,
body .widget_featured_post time {
  display: table-row;
}
html .widget_popular_post h3 a,
html .widget_popular_post a:hover time,
html .widget_popular_post a:focus time,
html .widget_latest_post h3 a,
html .widget_latest_post a:hover time,
html .widget_latest_post a:focus time,
html .widget_featured_post h3 a,
html .widget_featured_post a:hover time,
html .widget_featured_post a:focus time,
body .widget_popular_post h3 a,
body .widget_popular_post a:hover time,
body .widget_popular_post a:focus time,
body .widget_latest_post h3 a,
body .widget_latest_post a:hover time,
body .widget_latest_post a:focus time,
body .widget_featured_post h3 a,
body .widget_featured_post a:hover time,
body .widget_featured_post a:focus time {
  color: #333;
}
html .widget_popular_post h3 a:hover,
html .widget_popular_post h3 a:focus,
html .widget_popular_post a:hover time,
html .widget_popular_post a:focus time,
html .widget_latest_post h3 a:hover,
html .widget_latest_post h3 a:focus,
html .widget_latest_post a:hover time,
html .widget_latest_post a:focus time,
html .widget_featured_post h3 a:hover,
html .widget_featured_post h3 a:focus,
html .widget_featured_post a:hover time,
html .widget_featured_post a:focus time,
body .widget_popular_post h3 a:hover,
body .widget_popular_post h3 a:focus,
body .widget_popular_post a:hover time,
body .widget_popular_post a:focus time,
body .widget_latest_post h3 a:hover,
body .widget_latest_post h3 a:focus,
body .widget_latest_post a:hover time,
body .widget_latest_post a:focus time,
body .widget_featured_post h3 a:hover,
body .widget_featured_post h3 a:focus,
body .widget_featured_post a:hover time,
body .widget_featured_post a:focus time {
  color: #117eff;
}
html .widget_popular_post a time,
html .widget_popular_post time,
html .widget_latest_post a time,
html .widget_latest_post time,
html .widget_featured_post a time,
html .widget_featured_post time,
body .widget_popular_post a time,
body .widget_popular_post time,
body .widget_latest_post a time,
body .widget_latest_post time,
body .widget_featured_post a time,
body .widget_featured_post time {
  color: #117eff;
  font-family: "Forum";
}
html .widget_popular_post img,
html .widget_latest_post img,
html .widget_featured_post img,
body .widget_popular_post img,
body .widget_latest_post img,
body .widget_featured_post img {
  max-width: 95px;
  width: 95px;
  height: 95px;
  float: left;
  margin-right: 14px;
}
html .textwidget img,
body .textwidget img {
  margin-bottom: 25px;
  display: block;
}
html .widget.widget_text .btn,
body .widget.widget_text .btn {
  margin-top: 20px;
}
html .textwidget a,
body .textwidget a {
  line-height: 1.5;
  display: inline-block;
}
html #secondary .jetpack_subscription_widget input[type=email],
body #secondary .jetpack_subscription_widget input[type=email] {
  height: 50px;
  min-height: auto;
  background-color: #fff;
  border-color: #fff;
  padding: 15px 18px;
}
html #secondary .jetpack_subscription_widget input[type=submit],
body #secondary .jetpack_subscription_widget input[type=submit] {
  position: relative;
  margin: auto;
  min-height: 50px;
  border-radius: 0;
  background-color: #333;
  min-width: 151px;
  margin: 0;
  text-transform: uppercase;
}
html #secondary .jetpack_subscription_widget input[type=submit]:hover,
html #secondary .jetpack_subscription_widget input[type=submit]:focus,
body #secondary .jetpack_subscription_widget input[type=submit]:hover,
body #secondary .jetpack_subscription_widget input[type=submit]:focus {
  background-color: #117eff;
}
html #secondary p#subscribe-email,
body #secondary p#subscribe-email {
  margin-top: 0;
}
html #secondary .widget .social-icons,
body #secondary .widget .social-icons {
  text-align: center;
  margin-top: -10px;
}
html #secondary .widget .social-icons li a:hover svg,
html #secondary .widget .social-icons li a:focus svg,
body #secondary .widget .social-icons li a:hover svg,
body #secondary .widget .social-icons li a:focus svg {
  fill: #fff;
}
html #secondary .widget,
body #secondary .widget {
  background-color: #fff;
  padding: 25px;
}
html .widget svg,
body .widget svg {
  fill: #117eff;
}
html #secondary,
html #secondary a,
body #secondary,
body #secondary a {
  font-family: "Forum";
}
html #secondary a,
html #secondary .textwidget a:hover,
html #secondary .textwidget a:focus,
body #secondary a,
body #secondary .textwidget a:hover,
body #secondary .textwidget a:focus {
  color: #333;
}
html #secondary a:hover,
html #secondary a:focus,
html #secondary .textwidget a,
body #secondary a:hover,
body #secondary a:focus,
body #secondary .textwidget a {
  color: #117eff;
}
html #secondary .widget ul li a:hover,
body #secondary .widget ul li a:hover {
  text-decoration: underline;
}
html #secondary .widget_tag_cloud .tagcloud a,
html #colophon .widget_tag_cloud .tagcloud a,
body #secondary .widget_tag_cloud .tagcloud a,
body #colophon .widget_tag_cloud .tagcloud a {
  display: inline-block;
  line-height: 1;
  border: 1px solid #ccc;
  font-size: 14px !important;
  padding: 5px 10px;
  margin-right: 2px;
  margin-bottom: 6px;
}
html #secondary .widget_tag_cloud .tagcloud a:hover,
html #secondary .widget_tag_cloud .tagcloud a:focus,
html #colophon .widget_tag_cloud .tagcloud a:hover,
html #colophon .widget_tag_cloud .tagcloud a:focus,
body #secondary .widget_tag_cloud .tagcloud a:hover,
body #secondary .widget_tag_cloud .tagcloud a:focus,
body #colophon .widget_tag_cloud .tagcloud a:hover,
body #colophon .widget_tag_cloud .tagcloud a:focus {
  background-color: #117eff;
  border-color: #117eff;
  color: #fff;
}
html .sticky,
body .sticky {
  display: block;
}
html .hentry,
body .hentry {
  margin: 0;
}
html .updated:not(.published),
body .updated:not(.published) {
  display: none;
}
html .single .byline,
html .group-blog .byline,
body .single .byline,
body .group-blog .byline {
  display: inline;
}
html .page-content,
html .entry-content,
html .entry-summary,
body .page-content,
body .entry-content,
body .entry-summary {
  margin: 0;
}
html .page-links,
body .page-links {
  clear: both;
  margin: 0 0 1.5em;
}
html nav.navigation.pagination,
body nav.navigation.pagination {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
html .navigation.pagination svg,
body .navigation.pagination svg {
  fill: #cecece;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
html .navigation.posts-navigation svg,
html .navigation.post-navigation svg,
body .navigation.posts-navigation svg,
body .navigation.post-navigation svg {
  width: 20px;
  height: 20px;
  fill: #999;
  display: inline-block;
  vertical-align: middle;
}
html .navigation.posts-navigation a:hover svg,
html .navigation.post-navigation a:hover svg,
body .navigation.posts-navigation a:hover svg,
body .navigation.post-navigation a:hover svg {
  fill: #117eff;
}
html .navigation.posts-navigation svg.icon-left,
html .navigation.post-navigation svg.icon-left,
body .navigation.posts-navigation svg.icon-left,
body .navigation.post-navigation svg.icon-left {
  margin-right: 20px;
}
html .navigation.posts-navigation svg.icon-right,
html .navigation.post-navigation svg.icon-right,
body .navigation.posts-navigation svg.icon-right,
body .navigation.post-navigation svg.icon-right {
  margin-left: 20px;
}
html .post-categories a,
body .post-categories a {
  color: #117eff;
  font-size: 14px;
  text-transform: uppercase;
}
html .single-post .site-main .comment-navigation,
html .single-post .site-main .posts-navigation,
html .single-post .site-main .post-navigation,
body .single-post .site-main .comment-navigation,
body .single-post .site-main .posts-navigation,
body .single-post .site-main .post-navigation {
  margin-bottom: 0;
}
html .post-navigation .previous-article span span,
html .posts-navigation .previous-article span span,
html .post-navigation .next-article span span,
html .posts-navigation .next-article span span,
body .post-navigation .previous-article span span,
body .posts-navigation .previous-article span span,
body .post-navigation .next-article span span,
body .posts-navigation .next-article span span {
  display: block;
}
html .post-navigation span.previous-article b,
html .post-navigations span.previous-article b,
html .post-navigation span.next-article b,
html .post-navigations span.next-article b,
body .post-navigation span.previous-article b,
body .post-navigations span.previous-article b,
body .post-navigation span.next-article b,
body .post-navigations span.next-article b {
  font-size: 22px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
html .post-navigation span.previous-article,
html .post-navigations span.previous-article,
body .post-navigation span.previous-article,
body .post-navigations span.previous-article {
  display: table;
}
html .no-sidebar #comments,
html .no-sidebar .navigation,
body .no-sidebar #comments,
body .no-sidebar .navigation {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
html .single-featured-image,
body .single-featured-image {
  text-align: center;
}
html .singular-section #primary #main > article,
body .singular-section #primary #main > article {
  background-color: #fff;
  padding: 23px 40px;
}
html .singular-section .entry-header,
body .singular-section .entry-header {
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
html .singular-section .single-featured-image + .entry-header,
body .singular-section .single-featured-image + .entry-header {
  margin-top: 30px;
}
html .singular-section .entry-title,
body .singular-section .entry-title {
  font-size: 32px;
  margin-bottom: 0;
}
html .singular-section .entry-title + .cat-links,
body .singular-section .entry-title + .cat-links {
  margin-top: 15px;
  display: inline-block;
}
html .singular-section .entry-meta,
body .singular-section .entry-meta {
  text-align: center;
}
html .singular-section .entry-content + .entry-meta,
body .singular-section .entry-content + .entry-meta {
  text-align: left;
}
html .singular-section .single-featured-image + .entry-meta,
body .singular-section .single-featured-image + .entry-meta {
  margin-top: -30px;
}
html .singular-section span.tags-links,
body .singular-section span.tags-links {
  display: block;
  margin-top: 5px;
}
html .singular-section span.byline,
html .singular-section span.byline a,
html .singular-section span.tags-links,
html .singular-section span.tags-links a,
body .singular-section span.byline,
body .singular-section span.byline a,
body .singular-section span.tags-links,
body .singular-section span.tags-links a {
  color: #333;
}
html .singular-section span.byline a:hover,
html .singular-section span.byline a:focus,
html .singular-section span.tags-links a:hover,
html .singular-section span.tags-links a:focus,
body .singular-section span.byline a:hover,
body .singular-section span.byline a:focus,
body .singular-section span.tags-links a:hover,
body .singular-section span.tags-links a:focus {
  color: #117eff;
}
html .singular-section span.tags-links a:not(:last-child):after,
body .singular-section span.tags-links a:not(:last-child):after {
  content: ",";
  margin-left: 1px;
  color: #333;
}
html .comment-content a,
body .comment-content a {
  word-wrap: break-word;
}
html .bypostauthor,
body .bypostauthor {
  display: block;
}
html #reply-title,
html .comments-title,
body #reply-title,
body .comments-title {
  font-size: 42px;
  margin: 0;
}
html .comments-title,
html #reply-title,
body .comments-title,
body #reply-title {
  margin-bottom: 43px;
  font-size: 32px;
}
html ul.post-categories li:after,
body ul.post-categories li:after {
  content: ",";
}
html ul.post-categories li:last-child:after,
body ul.post-categories li:last-child:after {
  display: none;
}
html ol.comment-list,
body ol.comment-list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
html #comments ol,
body #comments ol {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
html #comments ol.comment-list,
body #comments ol.comment-list {
  position: relative;
  overflow: hidden;
}
html #comments ol.children,
body #comments ol.children {
  margin-left: 90px;
}
html .says,
body .says {
  display: none;
}
html .comment-meta img,
body .comment-meta img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
}
html #comments time:before,
body #comments time:before {
  display: none;
}
html .comment-body,
body .comment-body {
  position: relative;
}
html .reply,
body .reply {
  padding-left: 80px;
  display: inline-block;
  margin-top: 3px;
}
html #comments article,
body #comments article {
  margin-bottom: 15px;
  clear: both;
}
html .comment-meta .fn,
body .comment-meta .fn {
  margin-left: 20px;
  margin-top: 18px;
}
html .comment-content,
body .comment-content {
  margin-bottom: 13px;
  margin-top: -50px;
  margin-left: 80px;
  background-color: #fff;
  padding: 55px 20px 20px;
}
html #comments ol.comment-list > li:last-child article:last-child,
html #comments ol.comment-list > li:last-child,
body #comments ol.comment-list > li:last-child article:last-child,
body #comments ol.comment-list > li:last-child {
  border-bottom: none;
}
html #comments ol.comment-list > li:first-child,
body #comments ol.comment-list > li:first-child {
  padding-top: 0;
}
html #comments ol.comment-list > li,
body #comments ol.comment-list > li {
  margin-bottom: 30px;
}
html #comments ol.comment-list > li article:last-child .reply,
body #comments ol.comment-list > li article:last-child .reply {
  border-bottom: none;
  padding-bottom: 0;
}
html .reply a,
body .reply a {
  display: inline-block;
  border-radius: 0;
  color: #333;
  position: relative;
  font-size: 16px;
  font-family: "Forum";
  text-transform: uppercase;
}
html .reply a:hover,
html .reply a:focus,
body .reply a:hover,
body .reply a:focus {
  color: #117eff;
}
html .comment-meta .fn,
body .comment-meta .fn {
  display: inline-block;
  color: #333;
  font-size: 16px;
  margin-right: 5px;
  font-family: "Forum";
}
html .comment-meta .fn a,
body .comment-meta .fn a {
  color: #333;
}
html .comment-meta .fn:after,
body .comment-meta .fn:after {
  content: "|";
  color: #72757a;
  margin-left: 5px;
}
html .comment-meta .url:hover,
html .comment-meta .url:focus,
html .comment-metadata a,
html .comment-metadata a time,
body .comment-meta .url:hover,
body .comment-meta .url:focus,
body .comment-metadata a,
body .comment-metadata a time {
  color: #117eff;
}
html .comment-metadata a,
html .comment-metadata a time,
body .comment-metadata a,
body .comment-metadata a time {
  font-family: "Forum";
  color: #72757a;
}
html .comment-metadata a:hover,
html .comment-metadata a:focus,
html .comment-metadata a:hover time,
html .comment-metadata a:focus time,
body .comment-metadata a:hover,
body .comment-metadata a:focus,
body .comment-metadata a:hover time,
body .comment-metadata a:focus time {
  color: #333;
}
html .comment-metadata,
body .comment-metadata {
  display: inline-block;
  margin-left: -5px;
}
html .comment-content p,
body .comment-content p {
  color: #72757a;
  margin-bottom: 0;
}
html #comments,
body #comments {
  margin-top: 20px;
}
html .singular-section article + #comments,
body .singular-section article + #comments {
  margin-top: 45px;
}
html .comment-wrap,
body .comment-wrap {
  background-color: #fff;
  padding: 20px;
  margin-left: 80px;
}
html #respond form,
body #respond form {
  background-color: #fff;
  padding: 25px 20px 30px 20px;
}
html .infinite-scroll .posts-navigation,
html .infinite-scroll.neverending .site-footer,
body .infinite-scroll .posts-navigation,
body .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}
html .infinity-end.neverending .site-footer,
body .infinity-end.neverending .site-footer {
  display: block;
}
html section,
body section {
  position: relative;
}
html .relative,
body .relative {
  display: block;
  position: relative;
}
html .relative:before,
html .relative:after,
body .relative:before,
body .relative:after {
  content: "";
  display: table;
  clear: both;
}
html .page-section,
body .page-section {
  padding: 30px 0;
}
html .entry-content,
body .entry-content {
  margin-top: 0;
}
html .wrapper,
body .wrapper {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
html .entry-title,
html .section-title,
body .entry-title,
body .section-title {
  font-size: 22px;
  margin: 0 0 10px;
  word-wrap: break-word;
}
html .section-title,
body .section-title {
  margin-bottom: 20px;
}
html .section-subtitle,
body .section-subtitle {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
html .section-subtitle:after,
body .section-subtitle:after {
  content: "";
  background-color: #FF8736;
  width: 72px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}
html .overlay,
body .overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
html .align-left,
body .align-left {
  text-align: left;
}
html .align-center,
body .align-center {
  text-align: center;
}
html .align-right,
body .align-right {
  text-align: right;
}
html .btn,
body .btn {
  padding: 3px 15px;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  border-radius: 25px;
  min-width: 140px;
  background-color: #117eff;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  font-family: "Forum";
}
html .btn:hover,
html .btn:focus,
body .btn:hover,
body .btn:focus {
  background-color: #333;
  color: #fff;
}
html #infinite-handle,
html #infinite-post-wrap + .posts-navigation,
html #infinite-post-wrap + .post-navigation,
html nav.navigation.pagination,
body #infinite-handle,
body #infinite-post-wrap + .posts-navigation,
body #infinite-post-wrap + .post-navigation,
body nav.navigation.pagination {
  text-align: center;
  margin-bottom: 30px;
}
html .infinite-loader,
body .infinite-loader {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  width: 35px;
  text-indent: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
html button:focus,
body button:focus {
  border: none;
}
html #infinite-handle span,
body #infinite-handle span {
  background-color: transparent;
}
html #infinite-handle span button,
html #infinite-handle span button:hover,
html #infinite-handle span button:focus,
body #infinite-handle span button,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus {
  padding: 3px 15px;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  border-radius: 25px;
  min-width: 140px;
  background-color: #117eff;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  font-family: "Forum";
}
html #infinite-handle span button:hover,
html #infinite-handle span button:focus,
body #infinite-handle span button:hover,
body #infinite-handle span button:focus {
  background-color: #333;
  color: #fff;
}
html .page-content .wp-smiley,
html .entry-content .wp-smiley,
html .comment-content .wp-smiley,
body .page-content .wp-smiley,
body .entry-content .wp-smiley,
body .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
html embed,
html iframe,
html object,
body embed,
body iframe,
body object {
  max-width: 100%;
}
html .wp-caption,
body .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
html .wp-caption img[class*=wp-image-],
body .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html .wp-caption .wp-caption-text,
body .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
html .wp-caption-text,
body .wp-caption-text {
  text-align: center;
}
html .gallery,
body .gallery {
  margin: -5px;
}
html .gallery-item,
body .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
}
html .gallery-columns-2 .gallery-item,
body .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
html .gallery-columns-3 .gallery-item,
body .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
html .gallery-columns-4 .gallery-item,
body .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
html .gallery-columns-5 .gallery-item,
body .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
html .gallery-columns-6 .gallery-item,
body .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
html .gallery-columns-7 .gallery-item,
body .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
html .gallery-columns-8 .gallery-item,
body .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
html .gallery-columns-9 .gallery-item,
body .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
html .gallery-caption,
body .gallery-caption {
  display: block;
}
html .social-icons li,
body .social-icons li {
  display: inline-block;
  height: auto;
  text-align: center;
  position: relative;
  list-style: none;
}
html .footer-widgets-area .widget .social-icons li,
body .footer-widgets-area .widget .social-icons li {
  display: inline-block;
  width: auto;
}
html .social-icons li:not(:last-child),
body .social-icons li:not(:last-child) {
  margin-right: 5px;
}
html .social-icons,
html .social-icons ul,
body .social-icons,
body .social-icons ul {
  margin: 0;
  padding: 0;
}
html .social-icons li a,
body .social-icons li a {
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: block;
}
html #masthead .social-icons li a,
body #masthead .social-icons li a {
  line-height: 40px;
}
html .social-icons li a:hover svg,
html .social-icons li a:focus svg,
body .social-icons li a:hover svg,
body .social-icons li a:focus svg {
  fill: #fff;
}
html .social-icons li a:hover svg,
html .social-icons li a:focus svg,
body .social-icons li a:hover svg,
body .social-icons li a:focus svg {
  fill: #fff;
}
html .social-icons li a svg,
body .social-icons li a svg {
  fill: #949494;
}
html #colophon .social-icons li a svg,
body #colophon .social-icons li a svg {
  fill: #fff;
}
html .social-icons li a[href*="facebook.com"]:hover,
html .social-icons li a[href*="fb.com"]:hover,
html .social-icons li a[href*="facebook.com"]:focus,
html .social-icons li a[href*="fb.com"]:focus,
body .social-icons li a[href*="facebook.com"]:hover,
body .social-icons li a[href*="fb.com"]:hover,
body .social-icons li a[href*="facebook.com"]:focus,
body .social-icons li a[href*="fb.com"]:focus {
  background-color: #3c5798 !important;
}
html .social-icons li a[href*="twitter.com"]:hover,
html .social-icons li a[href*="twitter.com"]:focus,
body .social-icons li a[href*="twitter.com"]:hover,
body .social-icons li a[href*="twitter.com"]:focus {
  background-color: #1ea0f1 !important;
}
html .social-icons li a[href*="linkedin.com"]:hover,
html .social-icons li a[href*="linkedin.com"]:focus,
body .social-icons li a[href*="linkedin.com"]:hover,
body .social-icons li a[href*="linkedin.com"]:focus {
  background-color: #0077B5 !important;
}
html .social-icons li a[href*="plus.google.com"]:hover,
html .social-icons li a[href*="plus.google.com"]:focus,
body .social-icons li a[href*="plus.google.com"]:hover,
body .social-icons li a[href*="plus.google.com"]:focus {
  background-color: #ec7161 !important;
}
html .social-icons li a[href*="youtube.com"]:hover,
html .social-icons li a[href*="youtube.com"]:focus,
body .social-icons li a[href*="youtube.com"]:hover,
body .social-icons li a[href*="youtube.com"]:focus {
  background-color: #cc181e !important;
}
html .social-icons li a[href*="dribbble.com"]:hover,
html .social-icons li a[href*="dribbble.com"]:focus,
body .social-icons li a[href*="dribbble.com"]:hover,
body .social-icons li a[href*="dribbble.com"]:focus {
  background-color: #f4a09c !important;
}
html .social-icons li a[href*="pinterest.com"]:hover,
html .social-icons li a[href*="pinterest.com"]:focus,
body .social-icons li a[href*="pinterest.com"]:hover,
body .social-icons li a[href*="pinterest.com"]:focus {
  background-color: #bd081b !important;
}
html .social-icons li a[href*="bitbucket.org"]:hover,
html .social-icons li a[href*="bitbucket.org"]:focus,
body .social-icons li a[href*="bitbucket.org"]:hover,
body .social-icons li a[href*="bitbucket.org"]:focus {
  background-color: #205081 !important;
}
html .social-icons li a[href*="github.com"]:hover,
html .social-icons li a[href*="github.com"]:focus,
body .social-icons li a[href*="github.com"]:hover,
body .social-icons li a[href*="github.com"]:focus {
  background-color: #323131 !important;
}
html .social-icons li a[href*="codepen.io"]:hover,
html .social-icons li a[href*="codepen.io"]:focus,
body .social-icons li a[href*="codepen.io"]:hover,
body .social-icons li a[href*="codepen.io"]:focus {
  background-color: #333 !important;
}
html .social-icons li a[href*="flickr.com"]:hover,
html .social-icons li a[href*="flickr.com"]:focus,
body .social-icons li a[href*="flickr.com"]:hover,
body .social-icons li a[href*="flickr.com"]:focus {
  background-color: #025FDF !important;
}
html .social-icons li a[href$="/feed/"]:hover,
html .social-icons li a[href$="/feed/"]:focus,
body .social-icons li a[href$="/feed/"]:hover,
body .social-icons li a[href$="/feed/"]:focus {
  background-color: #089DE3 !important;
}
html .social-icons li a[href*="foursquare.com"]:hover,
html .social-icons li a[href*="foursquare.com"]:focus,
body .social-icons li a[href*="foursquare.com"]:hover,
body .social-icons li a[href*="foursquare.com"]:focus {
  background-color: #F94877 !important;
}
html .social-icons li a[href*="instagram.com"]:hover,
html .social-icons li a[href*="instagram.com"]:focus,
body .social-icons li a[href*="instagram.com"]:hover,
body .social-icons li a[href*="instagram.com"]:focus {
  background-color: #B9358A !important;
}
html .social-icons li a[href*="tumblr.com"]:hover,
html .social-icons li a[href*="tumblr.com"]:focus,
body .social-icons li a[href*="tumblr.com"]:hover,
body .social-icons li a[href*="tumblr.com"]:focus {
  background-color: #56BC8A !important;
}
html .social-icons li a[href*="reddit.com"]:hover,
html .social-icons li a[href*="reddit.com"]:focus,
body .social-icons li a[href*="reddit.com"]:hover,
body .social-icons li a[href*="reddit.com"]:focus {
  background-color: #FF4500 !important;
}
html .social-icons li a[href*="vimeo.com"]:hover,
html .social-icons li a[href*="vimeo.com"]:focus,
body .social-icons li a[href*="vimeo.com"]:hover,
body .social-icons li a[href*="vimeo.com"]:focus {
  background-color: #00ADEF !important;
}
html .social-icons li a[href*="digg.com"]:hover,
html .social-icons li a[href*="digg.com"]:focus,
body .social-icons li a[href*="digg.com"]:hover,
body .social-icons li a[href*="digg.com"]:focus {
  background-color: #00ADEF !important;
}
html .social-icons li a[href*="twitch.tv"]:hover,
html .social-icons li a[href*="twitch.tv"]:focus,
body .social-icons li a[href*="twitch.tv"]:hover,
body .social-icons li a[href*="twitch.tv"]:focus {
  background-color: #0E9DD9 !important;
}
html .social-icons li a[href*="stumbleupon.com"]:hover,
html .social-icons li a[href*="stumbleupon.com"]:focus,
body .social-icons li a[href*="stumbleupon.com"]:hover,
body .social-icons li a[href*="stumbleupon.com"]:focus {
  background-color: #EB4924 !important;
}
html .social-icons li a[href*="delicious.com"]:hover,
html .social-icons li a[href*="delicious.com"]:focus,
body .social-icons li a[href*="delicious.com"]:hover,
body .social-icons li a[href*="delicious.com"]:focus {
  background-color: #0076E8 !important;
}
html .social-icons li a[href*="mailto:"]:hover,
html .social-icons li a[href*="mailto:"]:focus,
body .social-icons li a[href*="mailto:"]:hover,
body .social-icons li a[href*="mailto:"]:focus {
  background-color: #4169E1 !important;
}
html .social-icons li a[href*="soundcloud.com"]:hover,
html .social-icons li a[href*="soundcloud.com"]:focus,
body .social-icons li a[href*="soundcloud.com"]:hover,
body .social-icons li a[href*="soundcloud.com"]:focus {
  background-color: #FF5500 !important;
}
html .social-icons li a[href*="wordpress.org"]:hover,
html .social-icons li a[href*="wordpress.org"]:focus,
body .social-icons li a[href*="wordpress.org"]:hover,
body .social-icons li a[href*="wordpress.org"]:focus {
  background-color: #0073AA !important;
}
html .social-icons li a[href*="wordpress.com"]:hover,
body .social-icons li a[href*="wordpress.com"]:hover {
  background-color: #00AADC !important;
}
html .social-icons li a[href*="jsfiddle.net"]:hover,
html .social-icons li a[href*="jsfiddle.net"]:focus,
body .social-icons li a[href*="jsfiddle.net"]:hover,
body .social-icons li a[href*="jsfiddle.net"]:focus {
  background-color: #396AB1 !important;
}
html .social-icons li a[href*="tripadvisor.com"]:hover,
html .social-icons li a[href*="tripadvisor.com"]:focus,
body .social-icons li a[href*="tripadvisor.com"]:hover,
body .social-icons li a[href*="tripadvisor.com"]:focus {
  background-color: #FFE090 !important;
}
html .social-icons li a[href*="angel.co"]:hover,
html .social-icons li a[href*="angel.co"]:focus,
body .social-icons li a[href*="angel.co"]:hover,
body .social-icons li a[href*="angel.co"]:focus {
  background-color: #333 !important;
}
html .social-icons li a[href*="slack.com"]:hover,
html .social-icons li a[href*="slack.com"]:focus,
body .social-icons li a[href*="slack.com"]:hover,
body .social-icons li a[href*="slack.com"]:focus {
  background-color: #E60264 !important;
}
html #page-site-header,
body #page-site-header {
  padding: 50px 0;
  text-align: center;
  background-color: #333;
  color: #fff;
}
html #page-site-header .page-title,
body #page-site-header .page-title {
  font-size: 36px;
  color: #fff;
}
html .trail-items,
body .trail-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
html .trail-items li,
body .trail-items li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
html .trail-items li a,
body .trail-items li a {
  color: rgba(255, 255, 255, 0.6);
}
html .trail-items li a:hover,
html .trail-items li a:focus,
body .trail-items li a:hover,
body .trail-items li a:focus {
  color: #fff;
}
html .trail-items li:not(:last-child):after,
body .trail-items li:not(:last-child):after {
  content: "/";
  color: rgba(255, 255, 255, 0.6);
  padding-left: 4px;
  padding-right: 2px;
}
html .post-archive,
body .post-archive {
  margin: 30px -10px;
}
html .post-archive ul.products,
body .post-archive ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .post-archive article,
html .post-archive ul.products > li,
html .woocommerce ul.products[class*=columns-] li.product,
html .woocommerce-page ul.products[class*=columns-] li.product,
body .post-archive article,
body .post-archive ul.products > li,
body .woocommerce ul.products[class*=columns-] li.product,
body .woocommerce-page ul.products[class*=columns-] li.product {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
html .post-archive article p,
html .post-archive ul.products > li p,
html .woocommerce ul.products[class*=columns-] li.product p,
html .woocommerce-page ul.products[class*=columns-] li.product p,
body .post-archive article p,
body .post-archive ul.products > li p,
body .woocommerce ul.products[class*=columns-] li.product p,
body .woocommerce-page ul.products[class*=columns-] li.product p {
  text-align: left;
}
html .post-archive ul.products > li,
html .woocommerce ul.products[class*=columns-] li.product,
html .woocommerce-page ul.products[class*=columns-] li.product,
body .post-archive ul.products > li,
body .woocommerce ul.products[class*=columns-] li.product,
body .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
}
html .post-archive article:last-child,
html .post-archive ul.products > li:last-child,
html .woocommerce ul.products[class*=columns-] li.product:last-child,
html .woocommerce-page ul.products[class*=columns-] li.product:last-child,
body .post-archive article:last-child,
body .post-archive ul.products > li:last-child,
body .woocommerce ul.products[class*=columns-] li.product:last-child,
body .woocommerce-page ul.products[class*=columns-] li.product:last-child {
  margin-bottom: 0;
}
html .modern-design .post-archive article,
html .modern-design .post-archive ul.products > li,
body .modern-design .post-archive article,
body .modern-design .post-archive ul.products > li {
  text-align: left;
}
html .modern-design article.no-post-thumbnail .entry-container,
html .modern-design .post-archive ul.products > li.no-post-thumbnail .entry-container,
body .modern-design article.no-post-thumbnail .entry-container,
body .modern-design .post-archive ul.products > li.no-post-thumbnail .entry-container {
  border: 1px solid #fe7082;
  border-radius: 10px;
  text-align: center;
}
html .post-archive article .post-thumbnail img,
html .post-archive ul.products > li .post-thumbnail img,
body .post-archive article .post-thumbnail img,
body .post-archive ul.products > li .post-thumbnail img {
  width: 100%;
  border: 5px solid #a0908a;
  border-bottom: 0;
}
html .modern-design .post-archive article .post-thumbnail img,
html .modern-design .post-archive ul.products > li .post-thumbnail img,
body .modern-design .post-archive article .post-thumbnail img,
body .modern-design .post-archive ul.products > li .post-thumbnail img {
  border-radius: 10px;
}
html .post-archive article .entry-container,
body .post-archive article .entry-container {
  padding: 30px;
  background-color: #a0908a;
}
html .modern-design .post-archive article.has-post-thumbnail .entry-container,
html .sleek-design .post-archive article .entry-container,
html .modern-design .post-archive ul.products > li.has-post-thumbnail .entry-container,
html .sleek-design .post-archive ul.products > li .entry-container,
body .modern-design .post-archive article.has-post-thumbnail .entry-container,
body .sleek-design .post-archive article .entry-container,
body .modern-design .post-archive ul.products > li.has-post-thumbnail .entry-container,
body .sleek-design .post-archive ul.products > li .entry-container {
  padding: 30px 0;
}
html .modern-design .post-archive article.no-post-thumbnail .entry-container,
html .modern-design .post-archive ul.products > li.no-post-thumbnail .entry-container,
body .modern-design .post-archive article.no-post-thumbnail .entry-container,
body .modern-design .post-archive ul.products > li.no-post-thumbnail .entry-container {
  padding: 42px 15px;
}
html .post-archive article:not(.has-post-thumbnail) .entry-container,
html .post-archive ul.products > li:not(.has-post-thumbnail) .entry-container,
body .post-archive article:not(.has-post-thumbnail) .entry-container,
body .post-archive ul.products > li:not(.has-post-thumbnail) .entry-container {
  padding-top: 42px;
}
html .posted-on,
body .posted-on {
  width: 60px;
  height: 60px;
  background-color: #d35737;
  display: block;
  color: #040404;
  margin: 0 auto 32px;
  text-transform: uppercase;
  font-family: "huge";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html .onsale,
body .onsale {
  margin-top: -30px;
  display: block;
  position: relative;
  font-family: "Forum";
  visibility: hidden;
}
html .onsale:before,
body .onsale:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #333;
  display: block;
  color: #fff;
  margin: 0 auto 32px;
  text-transform: uppercase;
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Forum";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html .onsale:after,
body .onsale:after {
  content: "Sale";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 60px;
  visibility: visible;
}
html .modern-design .posted-on,
html .sleek-design .posted-on,
html .modern-design ul.products > li .posted-on,
html .sleek-design ul.products > li .posted-on,
body .modern-design .posted-on,
body .sleek-design .posted-on,
body .modern-design ul.products > li .posted-on,
body .sleek-design ul.products > li .posted-on {
  width: auto;
  height: auto;
  background-color: transparent;
  display: block;
  color: #117eff;
  margin: 0 auto 10px;
  text-transform: none;
  font-family: "Forum";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
html .modern-design .posted-on time,
html .sleek-design .posted-on time,
body .modern-design .posted-on time,
body .sleek-design .posted-on time {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
html .modern-design .post-archive article.has-post-thumbnail .posted-on,
html .sleek-design .post-archive article.has-post-thumbnail .posted-on,
body .modern-design .post-archive article.has-post-thumbnail .posted-on,
body .sleek-design .post-archive article.has-post-thumbnail .posted-on {
  margin-top: 0;
}
html .post-archive article.has-post-thumbnail .posted-on,
body .post-archive article.has-post-thumbnail .posted-on {
  margin-top: -60px;
}
html .posted-on time,
body .posted-on time {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  padding: 10px;
}
html .modern-design .posted-on time,
html .sleek-design .posted-on time,
body .modern-design .posted-on time,
body .sleek-design .posted-on time {
  padding: 0;
}
html .posted-on time span,
body .posted-on time span {
  font-size: 22px;
  display: block;
}
html .cat-links a,
body .cat-links a {
  color: #81b3b4;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "huge";
  letter-spacing: normal;
}
html .modern-design .cat-links a,
html .sleek-design .cat-links a,
body .modern-design .cat-links a,
body .sleek-design .cat-links a {
  text-transform: none;
  font-size: 16px;
}
html .modern-design .post-archive article.has-post-thumbnail .cat-links:after,
html .modern-design .post-archive article.no-post-thumbnail .entry-container .entry-title:after,
html .sleek-design .post-archive article .entry-container .entry-title:after,
body .modern-design .post-archive article.has-post-thumbnail .cat-links:after,
body .modern-design .post-archive article.no-post-thumbnail .entry-container .entry-title:after,
body .sleek-design .post-archive article .entry-container .entry-title:after {
  content: "";
  background-color: #333;
  width: 35px;
  height: 1px;
  display: block;
  margin-top: 21px;
}
html .modern-design .post-archive article.no-post-thumbnail .entry-container .entry-title:after,
html .sleek-design .post-archive article .entry-container .entry-title:after,
body .modern-design .post-archive article.no-post-thumbnail .entry-container .entry-title:after,
body .sleek-design .post-archive article .entry-container .entry-title:after {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
html .modern-design article.no-post-thumbnail .cat-links,
html .sleek-design article .cat-links,
body .modern-design article.no-post-thumbnail .cat-links,
body .sleek-design article .cat-links {
  margin-top: 8px;
  display: inline-block;
}
html .sleek-design article .cat-links,
body .sleek-design article .cat-links {
  margin-top: 5px;
}
html .post-archive article .entry-container .entry-meta,
body .post-archive article .entry-container .entry-meta {
  margin-bottom: 14px;
}
html .post-archive article .entry-container .entry-title,
html .woocommerce-loop-product__title,
body .post-archive article .entry-container .entry-title,
body .woocommerce-loop-product__title {
  font-size: 22px;
  margin-bottom: 17px;
}
html .modern-design .post-archive article.has-post-thumbnail .entry-container .entry-title,
body .modern-design .post-archive article.has-post-thumbnail .entry-container .entry-title {
  font-size: 18px;
}
html .modern-design .post-archive article .entry-container .entry-title,
html .sleek-design .post-archive article .entry-container .entry-title,
body .modern-design .post-archive article .entry-container .entry-title,
body .sleek-design .post-archive article .entry-container .entry-title {
  font-family: "Forum";
}
html .sleek-design .post-archive article.no-post-thumbnail .entry-container .entry-title,
body .sleek-design .post-archive article.no-post-thumbnail .entry-container .entry-title {
  font-size: 32px;
}
html .post-archive article .entry-container .entry-title a,
html .woocommerce-loop-product__title a,
body .post-archive article .entry-container .entry-title a,
body .woocommerce-loop-product__title a {
  color: #fe7082;
}
html .post-archive article .entry-container .entry-title a:hover,
html .post-archive article .entry-container .entry-title a:focus,
html .cat-links a:hover,
html .cat-links a:focus,
html .woocommerce-loop-product__title a:hover,
html .woocommerce-loop-product__title a:focus,
body .post-archive article .entry-container .entry-title a:hover,
body .post-archive article .entry-container .entry-title a:focus,
body .cat-links a:hover,
body .cat-links a:focus,
body .woocommerce-loop-product__title a:hover,
body .woocommerce-loop-product__title a:focus {
  color: #e7c2dd;
}
html .post-archive article .entry-container .entry-content p,
body .post-archive article .entry-container .entry-content p {
  margin-bottom: 0;
}
html .product_meta .cat-links a:not(:last-child):after,
body .product_meta .cat-links a:not(:last-child):after {
  content: ",";
  display: inline-block;
}
html .products li .button,
body .products li .button {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-transform: uppercase;
  font-family: "Forum";
  border-top: 1px solid #fe7082;
}
html .products li .button:hover,
html .products li .button:focus,
html .woocommerce a.added_to_cart:hover,
html .woocommerce a.added_to_cart:focus,
body .products li .button:hover,
body .products li .button:focus,
body .woocommerce a.added_to_cart:hover,
body .woocommerce a.added_to_cart:focus {
  color: #117eff;
}
html .products li .product_meta,
html .products li .price,
html .products li .star-rating,
html .products li .woocommerce-loop-product__title,
body .products li .product_meta,
body .products li .price,
body .products li .star-rating,
body .products li .woocommerce-loop-product__title {
  padding-left: 20px;
  padding-right: 20px;
}
html .products li .price,
body .products li .price {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
html .products li .woocommerce-loop-product__title,
body .products li .woocommerce-loop-product__title {
  margin: 8px 0;
}
html .post-archive ul.products > li .entry-container,
body .post-archive ul.products > li .entry-container {
  padding: 30px 0 0;
  background-color: #fff;
}
html .post-archive ul.products > li.sale .entry-container,
body .post-archive ul.products > li.sale .entry-container {
  padding: 70px 0 0;
}
html .woocommerce #respond input#submit.loading::after,
html .woocommerce a.button.loading::after,
html .woocommerce button.button.loading::after,
html .woocommerce input.button.loading::after,
body .woocommerce #respond input#submit.loading::after,
body .woocommerce a.button.loading::after,
body .woocommerce button.button.loading::after,
body .woocommerce input.button.loading::after {
  top: 15px;
}
html .error404 .singular-section .entry-header,
body .error404 .singular-section .entry-header {
  margin: 0;
}
html .error404 .singular-section,
body .error404 .singular-section {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
html .error404 .singular-section .entry-header h1,
body .error404 .singular-section .entry-header h1 {
  font-size: 100px;
  margin: 0;
}
html .search.search-no-results #infinite-post-wrap article,
body .search.search-no-results #infinite-post-wrap article {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  left: 0;
  right: 0;
  position: relative !important;
}
html .search.search-no-results #infinite-post-wrap article .search-form,
body .search.search-no-results #infinite-post-wrap article .search-form {
  margin-top: 25px;
}
html .section-header,
body .section-header {
  text-align: center;
}
html #instagram-section,
body #instagram-section {
  background-color: #fff;
  padding-bottom: 0;
}
html .modern-design #instagram-section,
html .sleek-design #instagram-section,
body .modern-design #instagram-section,
body .sleek-design #instagram-section {
  background-color: #fe7082;
}
html .widget.null-instagram-feed ul,
body .widget.null-instagram-feed ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
html .widget.null-instagram-feed ul li,
body .widget.null-instagram-feed ul li {
  padding: 0 5px;
}
html #secondary .widget.null-instagram-feed ul li,
html #colophon .widget.null-instagram-feed ul li,
body #secondary .widget.null-instagram-feed ul li,
body #colophon .widget.null-instagram-feed ul li {
  padding: 0 3px;
  margin-bottom: 6px;
}
html #secondary .widget.null-instagram-feed ul,
html #colophon .widget.null-instagram-feed ul,
body #secondary .widget.null-instagram-feed ul,
body #colophon .widget.null-instagram-feed ul {
  margin: 0 -3px;
}
html #secondary .widget.null-instagram-feed ul li:nth-last-child(-n+5),
html #colophon .widget.null-instagram-feed ul li:nth-last-child(-n+5),
body #secondary .widget.null-instagram-feed ul li:nth-last-child(-n+5),
body #colophon .widget.null-instagram-feed ul li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
html #secondary .widget.null-instagram-feed ul,
body #secondary .widget.null-instagram-feed ul {
  margin: 0 -3px;
}
html .widget.null-instagram-feed ul li img,
body .widget.null-instagram-feed ul li img {
  width: 100%;
}
html .widget.null-instagram-feed ul li,
body .widget.null-instagram-feed ul li {
  width: 20%;
  float: left;
  margin-bottom: 10px;
}
html .widget.null-instagram-feed,
body .widget.null-instagram-feed {
  margin-bottom: 0;
}
html .widget.null-instagram-feed ul li:nth-last-child(-n+5),
body .widget.null-instagram-feed ul li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
html .widget.null-instagram-feed ul li:nth-child(5n+1),
body .widget.null-instagram-feed ul li:nth-child(5n+1) {
  clear: left;
}
html .widget.null-instagram-feed p,
body .widget.null-instagram-feed p {
  margin: 30px 0 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
html .woocommerce span.onsale,
body .woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 0;
  position: relative;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  z-index: 1;
}
html .woocommerce ul.products li.product .onsale,
body .woocommerce ul.products li.product .onsale {
  margin: -30px 0 0;
}
html .woocommerce ul.products li.product a img,
body .woocommerce ul.products li.product a img {
  margin: 0;
}
html .woocommerce .products .star-rating,
body .woocommerce .products .star-rating {
  margin: 0 auto 10px;
}
html .woocommerce ul.products li.product .star-rating,
body .woocommerce ul.products li.product .star-rating {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
html .woocommerce #respond input#submit,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button,
html .woocommerce .added_to_cart,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce .added_to_cart {
  background-color: transparent;
  display: block;
  padding: 15px 20px;
  color: #333;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Forum";
  border-top: 1px solid #fe7082;
}
html .woocommerce a.added_to_cart,
body .woocommerce a.added_to_cart {
  display: block;
  padding: 15px 0;
  margin: 0;
  line-height: 1;
}
html .woocommerce #respond input#submit:hover,
html .woocommerce a.button:hover,
html .woocommerce button.button:hover,
html .woocommerce input.button:hover,
html .woocommerce #respond input#submit:focus,
html .woocommerce a.button:focus,
html .woocommerce button.button:focus,
html .woocommerce input.button:focus,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce #respond input#submit:focus,
body .woocommerce a.button:focus,
body .woocommerce button.button:focus,
body .woocommerce input.button:focus {
  background-color: transparent;
}
html .woocommerce ul.products li.product .woocommerce-loop-category__title,
html .woocommerce ul.products li.product .woocommerce-loop-product__title,
html .woocommerce ul.products li.product h3,
body .woocommerce ul.products li.product .woocommerce-loop-category__title,
body .woocommerce ul.products li.product .woocommerce-loop-product__title,
body .woocommerce ul.products li.product h3 {
  padding: 0 20px 0;
  margin: 8px 0 13px;
  font-size: 22px;
}
html .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added,
body .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
html .woocommerce .star-rating::before,
body .woocommerce .star-rating::before {
  color: #d5d5d5;
}
html .woocommerce ul.products li.product .price,
body .woocommerce ul.products li.product .price {
  color: #b8b8b8;
}
html .woocommerce ul.products li.product .price del,
body .woocommerce ul.products li.product .price del {
  opacity: 1;
  margin-right: 5px;
}
html .woocommerce ul.products li.product .price,
body .woocommerce ul.products li.product .price {
  margin-bottom: 25px;
}
html .woocommerce ul.products li.product.no-post-thumbnail .onsale,
body .woocommerce ul.products li.product.no-post-thumbnail .onsale {
  margin: 0;
}
html .woocommerce ul.products li.product.no-post-thumbnail .post-thumbnail,
body .woocommerce ul.products li.product.no-post-thumbnail .post-thumbnail {
  background-color: #fff;
  padding-top: 40px;
}
html .woocommerce ul.products li.product.no-post-thumbnail:not(.sale) .post-thumbnail,
body .woocommerce ul.products li.product.no-post-thumbnail:not(.sale) .post-thumbnail {
  background-color: transparent;
  padding-top: 0;
}
html ins,
body ins {
  background-color: transparent;
  font-size: 22px;
  font-family: "Forum";
  color: #117eff;
}
html del,
body del {
  color: #b8b8b8;
  font-size: 22px;
  font-family: "Forum";
}
html .star-rating,
body .star-rating {
  margin-bottom: 10px;
}
html .woocommerce nav.woocommerce-pagination,
body .woocommerce nav.woocommerce-pagination {
  clear: both;
}
html .woocommerce .woocommerce-result-count,
body .woocommerce .woocommerce-result-count {
  margin: 0;
  float: left;
  padding: 8px 0;
}
html .woocommerce .woocommerce-ordering,
body .woocommerce .woocommerce-ordering {
  margin: 0;
  float: right;
}
html .woocommerce-filtering,
body .woocommerce-filtering {
  margin-top: 30px;
}
html .woocommerce .woocommerce-ordering select,
body .woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px;
  border: none;
}
html .woocommerce nav.woocommerce-pagination ul li,
html .woocommerce nav.woocommerce-pagination ul,
body .woocommerce nav.woocommerce-pagination ul li,
body .woocommerce nav.woocommerce-pagination ul {
  border: none;
}
html a.page-numbers,
body a.page-numbers {
  background-color: #c9e2ff;
  color: #117eff;
}
html .page-numbers.current,
html .woocommerce nav.woocommerce-pagination ul li a:focus,
html .woocommerce nav.woocommerce-pagination ul li a:hover,
html .woocommerce nav.woocommerce-pagination ul li span.current,
body .page-numbers.current,
body .woocommerce nav.woocommerce-pagination ul li a:focus,
body .woocommerce nav.woocommerce-pagination ul li a:hover,
body .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #117eff;
  color: #fff;
}
html .woocommerce nav.woocommerce-pagination ul li a,
html .woocommerce nav.woocommerce-pagination ul li span,
body .woocommerce nav.woocommerce-pagination ul li a,
body .woocommerce nav.woocommerce-pagination ul li span {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-family: "Forum";
}
html .woocommerce nav.woocommerce-pagination ul li,
body .woocommerce nav.woocommerce-pagination ul li {
  float: none;
  display: inline-block;
  margin-right: 5px;
}
html .woocommerce nav.woocommerce-pagination ul,
body .woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  list-style: none;
}
html nav.woocommerce-pagination,
body nav.woocommerce-pagination {
  margin-bottom: 30px;
}
html .woocommerce ul.products li.product .price span.woocommerce-Price-amount.amount,
body .woocommerce ul.products li.product .price span.woocommerce-Price-amount.amount {
  font-size: 22px;
  font-family: "Forum";
  color: #117eff;
}
html .woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount,
body .woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount {
  color: #b8b8b8;
}
html .woocommerce .summary.entry-summary .quantity .qty,
body .woocommerce .summary.entry-summary .quantity .qty {
  min-height: 41px;
  margin-right: 10px;
  border: 1px solid #117eff;
  border-radius: 25px;
}
html .woocommerce .singular-section .product > span.onsale,
body .woocommerce .singular-section .product > span.onsale {
  position: absolute;
  left: 30px;
  top: 30px;
  text-align: center;
  padding-left: 21px;
}
html .woocommerce div.product div.images .flex-control-thumbs li,
body .woocommerce div.product div.images .flex-control-thumbs li {
  padding: 10px 5px;
}
html .woocommerce div.product div.images .flex-control-thumbs,
body .woocommerce div.product div.images .flex-control-thumbs {
  margin: 0 -5px;
}
html img.woocommerce-placeholder.wp-post-image,
body img.woocommerce-placeholder.wp-post-image {
  display: none;
}
html .product_meta > span,
body .product_meta > span {
  display: block;
}
html .woocommerce .star-rating span,
html .woocommerce-product-rating a,
body .woocommerce .star-rating span,
body .woocommerce-product-rating a {
  color: #333;
}
html .product_meta > span a,
html span.sku_wrapper span,
body .product_meta > span a,
body span.sku_wrapper span {
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Forum";
}
html .product_meta > span a:hover,
html .product_meta > span a:focus,
html .woocommerce-product-rating a:hover,
html .woocommerce-product-rating a:focus,
body .product_meta > span a:hover,
body .product_meta > span a:focus,
body .woocommerce-product-rating a:hover,
body .woocommerce-product-rating a:focus {
  color: #117eff;
}
html .summary.entry-summary .price .woocommerce-Price-amount.amount,
body .summary.entry-summary .price .woocommerce-Price-amount.amount {
  font-family: "Forum";
  font-size: 32px;
  color: #117eff;
}
html .woocommerce div.product .product_title,
body .woocommerce div.product .product_title {
  margin-bottom: 15px;
  font-size: 32px;
}
html .woocommerce-product-details__short-description,
body .woocommerce-product-details__short-description {
  margin: 43px 0;
}
html .woocommerce table.shop_attributes,
body .woocommerce table.shop_attributes {
  border-top: none;
}
html .woocommerce table.shop_attributes th,
html .woocommerce table.shop_attributes td,
body .woocommerce table.shop_attributes th,
body .woocommerce table.shop_attributes td {
  padding: 10px;
}
html .woocommerce #review_form #respond textarea,
body .woocommerce #review_form #respond textarea {
  min-height: 150px;
}
html .related.products h2,
body .related.products h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
html .woocommerce-Tabs-panel h2,
body .woocommerce-Tabs-panel h2 {
  font-size: 26px;
}
html .woocommerce div.product div.summary,
body .woocommerce div.product div.summary {
  margin-bottom: 50px;
}
html .related.products ul li .entry-container,
body .related.products ul li .entry-container {
  background-color: #fff;
  text-align: center;
  padding: 35px 0 0;
}
html .related.products ul li.sale .entry-container,
body .related.products ul li.sale .entry-container {
  padding: 70px 0 0;
}
html .summary.entry-summary .price del .woocommerce-Price-amount.amount,
body .summary.entry-summary .price del .woocommerce-Price-amount.amount {
  color: #b8b8b8;
  font-size: 32px;
  margin-right: 15px;
}
html ul.products li .entry-container a:hover h2,
body ul.products li .entry-container a:hover h2 {
  color: #117eff;
}
html .woocommerce ul.products li.product,
html .woocommerce-page ul.products li.product,
body .woocommerce ul.products li.product,
body .woocommerce-page ul.products li.product {
  margin: 0;
}
html .woocommerce .related.products ul.products,
body .woocommerce .related.products ul.products {
  margin: 0 -10px;
}
html .woocommerce .related.products ul.products li img,
body .woocommerce .related.products ul.products li img {
  width: 100%;
}
html .woocommerce-account .singular-section #primary #main > article,
body .woocommerce-account .singular-section #primary #main > article {
  padding: 0;
}
html nav.woocommerce-MyAccount-navigation ul,
body nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #333;
}
html nav.woocommerce-MyAccount-navigation ul li a,
body nav.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
  position: relative;
}
html nav.woocommerce-MyAccount-navigation ul li.is-active a,
html nav.woocommerce-MyAccount-navigation ul li a:hover,
body nav.woocommerce-MyAccount-navigation ul li.is-active a,
body nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #222;
}
html nav.woocommerce-MyAccount-navigation ul li.is-active a:after,
body nav.woocommerce-MyAccount-navigation ul li.is-active a:after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  position: absolute;
  right: 0;
  top: 16px;
}
html .woocommerce-MyAccount-content,
body .woocommerce-MyAccount-content {
  padding: 25px;
}
html .woocommerce-MyAccount-content .woocommerce-Button.button,
body .woocommerce-MyAccount-content .woocommerce-Button.button {
  padding: 5px;
}
html .woocommerce-MyAccount-content .woocommerce-Button.button:hover,
body .woocommerce-MyAccount-content .woocommerce-Button.button:hover {
  color: #117eff;
}
html .woocommerce-MyAccount-content button.woocommerce-Button.button,
html .woocommerce .cart .button,
html .woocommerce .cart input.button,
html .woocommerce #respond input#submit.disabled,
html .woocommerce #respond input#submit:disabled,
html .woocommerce #respond input#submit:disabled[disabled],
html .woocommerce a.button.disabled,
html .woocommerce a.button:disabled,
html .woocommerce a.button:disabled[disabled],
html .woocommerce button.button.disabled,
html .woocommerce button.button:disabled,
html .woocommerce button.button:disabled[disabled],
html .woocommerce input.button.disabled,
html .woocommerce input.button:disabled,
html .woocommerce input.button:disabled[disabled],
html #add_payment_method .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
html .woocommerce #respond input#submit.alt,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce-page .woocommerce-message .button,
html .woocommerce #review_form #respond .form-submit input,
html .woocommerce form.login .button.woocommerce-Button.button,
html form.woocommerce-ResetPassword.lost_reset_password .button.woocommerce-Button.button,
body .woocommerce-MyAccount-content button.woocommerce-Button.button,
body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled],
body #add_payment_method .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .woocommerce-page .woocommerce-message .button,
body .woocommerce #review_form #respond .form-submit input,
body .woocommerce form.login .button.woocommerce-Button.button,
body form.woocommerce-ResetPassword.lost_reset_password .button.woocommerce-Button.button {
  padding: 3px 30px;
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  border-radius: 25px;
  min-width: 153px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #117eff;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  font-family: "Forum";
}
html .woocommerce-page .woocommerce-message .button,
body .woocommerce-page .woocommerce-message .button {
  padding: 6px 30px;
}
html .woocommerce #respond input#submit.disabled,
html .woocommerce #respond input#submit:disabled,
html .woocommerce #respond input#submit:disabled[disabled],
html .woocommerce a.button.disabled,
html .woocommerce a.button:disabled,
html .woocommerce a.button:disabled[disabled],
html .woocommerce button.button.disabled,
html .woocommerce button.button:disabled,
html .woocommerce button.button:disabled[disabled],
html .woocommerce input.button.disabled,
html .woocommerce input.button:disabled,
html .woocommerce input.button:disabled[disabled],
body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
  margin-left: 10px;
}
html .woocommerce-MyAccount-content button.woocommerce-Button.button,
body .woocommerce-MyAccount-content button.woocommerce-Button.button {
  margin-top: 15px;
}
html .woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
html .woocommerce-MyAccount-content button.woocommerce-Button.button:focus,
html .woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
html .woocommerce .cart .button:hover,
html .woocommerce .cart input.button:hover,
html .woocommerce #respond input#submit.disabled:hover,
html .woocommerce #respond input#submit:disabled:hover,
html .woocommerce #respond input#submit:disabled[disabled]:hover,
html .woocommerce a.button.disabled:hover,
html .woocommerce a.button:disabled:hover,
html .woocommerce a.button:disabled[disabled]:hover,
html .woocommerce button.button.disabled:hover,
html .woocommerce button.button:disabled:hover,
html .woocommerce button.button:disabled[disabled]:hover,
html .woocommerce input.button.disabled:hover,
html .woocommerce input.button:disabled:hover,
html .woocommerce input.button:disabled[disabled]:hover,
html .woocommerce-MyAccount-content button.woocommerce-Button.button:focus,
html .woocommerce .cart .button:focus,
html .woocommerce .cart input.button:focus,
html .woocommerce #respond input#submit.disabled:focus,
html .woocommerce #respond input#submit:disabled:focus,
html .woocommerce #respond input#submit:disabled[disabled]:focus,
html .woocommerce a.button.disabled:focus,
html .woocommerce a.button:disabled:focus,
html .woocommerce a.button:disabled[disabled]:focus,
html .woocommerce button.button.disabled:focus,
html .woocommerce button.button:disabled:focus,
html .woocommerce button.button:disabled[disabled]:focus,
html .woocommerce input.button.disabled:focus,
html .woocommerce input.button:disabled:focus,
html .woocommerce input.button:disabled[disabled]:focus,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
html #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
html .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
html .woocommerce #respond input#submit.alt:hover,
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
html .woocommerce #respond input#submit.alt:focus,
html .woocommerce a.button.alt:focus,
html .woocommerce button.button.alt:focus,
html .woocommerce input.button.alt:focus,
html .woocommerce-page .woocommerce-message .button:hover,
html .woocommerce-page .woocommerce-message .button:focus,
html .woocommerce #review_form #respond .form-submit input:hover,
html .woocommerce #review_form #respond .form-submit input:focus,
html .woocommerce form.login .button.woocommerce-Button.button:hover,
html .woocommerce form.login .button.woocommerce-Button.button:focus,
html form.woocommerce-ResetPassword.lost_reset_password .button.woocommerce-Button.button:hover,
html form.woocommerce-ResetPassword.lost_reset_password .button.woocommerce-Button.button:focus,
body .woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
body .woocommerce-MyAccount-content button.woocommerce-Button.button:focus,
body .woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
body .woocommerce .cart .button:hover,
body .woocommerce .cart input.button:hover,
body .woocommerce #respond input#submit.disabled:hover,
body .woocommerce #respond input#submit:disabled:hover,
body .woocommerce #respond input#submit:disabled[disabled]:hover,
body .woocommerce a.button.disabled:hover,
body .woocommerce a.button:disabled:hover,
body .woocommerce a.button:disabled[disabled]:hover,
body .woocommerce button.button.disabled:hover,
body .woocommerce button.button:disabled:hover,
body .woocommerce button.button:disabled[disabled]:hover,
body .woocommerce input.button.disabled:hover,
body .woocommerce input.button:disabled:hover,
body .woocommerce input.button:disabled[disabled]:hover,
body .woocommerce-MyAccount-content button.woocommerce-Button.button:focus,
body .woocommerce .cart .button:focus,
body .woocommerce .cart input.button:focus,
body .woocommerce #respond input#submit.disabled:focus,
body .woocommerce #respond input#submit:disabled:focus,
body .woocommerce #respond input#submit:disabled[disabled]:focus,
body .woocommerce a.button.disabled:focus,
body .woocommerce a.button:disabled:focus,
body .woocommerce a.button:disabled[disabled]:focus,
body .woocommerce button.button.disabled:focus,
body .woocommerce button.button:disabled:focus,
body .woocommerce button.button:disabled[disabled]:focus,
body .woocommerce input.button.disabled:focus,
body .woocommerce input.button:disabled:focus,
body .woocommerce input.button:disabled[disabled]:focus,
body #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
body #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
body .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .woocommerce #respond input#submit.alt:focus,
body .woocommerce a.button.alt:focus,
body .woocommerce button.button.alt:focus,
body .woocommerce input.button.alt:focus,
body .woocommerce-page .woocommerce-message .button:hover,
body .woocommerce-page .woocommerce-message .button:focus,
body .woocommerce #review_form #respond .form-submit input:hover,
body .woocommerce #review_form #respond .form-submit input:focus,
body .woocommerce form.login .button.woocommerce-Button.button:hover,
body .woocommerce form.login .button.woocommerce-Button.button:focus,
body form.woocommerce-ResetPassword.lost_reset_password .button.woocommerce-Button.button:hover,
body form.woocommerce-ResetPassword.lost_reset_password .button.woocommerce-Button.button:focus {
  background-color: #333;
  color: #fff;
}
html .woocommerce #content table.cart td.actions .input-text,
html .woocommerce table.cart td.actions .input-text,
html .woocommerce-page #content table.cart td.actions .input-text,
html .woocommerce-page table.cart td.actions .input-text,
body .woocommerce #content table.cart td.actions .input-text,
body .woocommerce table.cart td.actions .input-text,
body .woocommerce-page #content table.cart td.actions .input-text,
body .woocommerce-page table.cart td.actions .input-text {
  width: auto;
}
html .woocommerce #review_form #respond p.form-submit,
body .woocommerce #review_form #respond p.form-submit {
  margin-top: 15px;
}
html .woocommerce #review_form #respond p.comment-subscription-form,
body .woocommerce #review_form #respond p.comment-subscription-form {
  margin-top: 15px;
}
html .woocommerce #respond label,
body .woocommerce #respond label {
  margin-top: 10px;
}
html .woocommerce #review_form #respond p,
body .woocommerce #review_form #respond p {
  text-align: left;
}
html .woocommerce #review_form #respond p,
body .woocommerce #review_form #respond p {
  margin: 0;
}
html .infinite-scroll .woocommerce-pagination,
body .infinite-scroll .woocommerce-pagination {
  display: block;
}
html .woocommerce-account .woocommerce-MyAccount-content,
body .woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
}
html input#coupon_code,
body input#coupon_code {
  height: 41px;
  margin-right: 10px;
}
html .woocommerce table.shop_table,
body .woocommerce table.shop_table {
  display: inline-table;
}
html .woocommerce form .form-row input.input-text,
html .woocommerce form .form-row textarea,
body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
  background-color: #fe7082;
  border-radius: 0;
  min-height: 50px;
  padding: 0 15px;
  border: none;
}
html .woocommerce form .form-row textarea,
body .woocommerce form .form-row textarea {
  padding: 15px;
  min-height: 150px;
}
html .woocommerce-info,
html .woocommerce-message,
body .woocommerce-info,
body .woocommerce-message {
  border-top-color: #117eff;
}
html .woocommerce-info::before,
html .woocommerce-message::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
  color: #117eff;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
html .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
html .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
body .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
body .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
body .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border-bottom: 4px solid #117eff;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li,
body .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  border-radius: 0;
  margin: 0 50px 0 0;
  padding: 0;
  border-bottom: 4px solid transparent;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0 0 12px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
html .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
}
html .woocommerce-Tabs-panel #comments,
body .woocommerce-Tabs-panel #comments {
  margin-top: 0;
}
html .woocommerce #reviews #comments ol.commentlist li .comment-text,
body .woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: #fff;
  border: none;
}
html .woocommerce #reviews #reply-title,
body .woocommerce #reviews #reply-title {
  display: inline-block;
  color: #333;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 22px;
}
html .woocommerce-store-notice,
html p.demo_store,
body .woocommerce-store-notice,
body p.demo_store {
  position: relative;
}
html .customize-support p.demo_store,
body .customize-support p.demo_store {
  top: 0;
}
html .woocommerce-store-notice,
html p.demo_store,
body .woocommerce-store-notice,
body p.demo_store {
  background-color: #117eff;
}
html .woocommerce form.login,
html .woocommerce form.register,
body .woocommerce form.login,
body .woocommerce form.register {
  border: none;
  margin: 0;
  padding: 20px 50px;
}
html .woocommerce label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline,
body .woocommerce label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  display: block;
  margin-top: 15px;
}
html .woocommerce form.login .button.woocommerce-Button.button,
body .woocommerce form.login .button.woocommerce-Button.button {
  margin-top: 10px;
}
html .woocommerce-account:not(.customize-support) .woocommerce > h2,
body .woocommerce-account:not(.customize-support) .woocommerce > h2 {
  padding-left: 50px;
  margin-bottom: 0;
  margin-top: 30px;
}
html .woocommerce-lost-password .woocommerce,
body .woocommerce-lost-password .woocommerce {
  padding: 50px;
}
html .woocommerce-lost-password .woocommerce .woocommerce-form-row.form-row,
body .woocommerce-lost-password .woocommerce .woocommerce-form-row.form-row {
  margin: 15px 0 0;
  padding: 0;
}
html #colophon,
body #colophon {
  background-color: #fff;
  color: #ece5e7;
  font-size: 16px;
}
html #colophon ul,
body #colophon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html #colophon a,
html #colophon p,
html #colophon li,
body #colophon a,
body #colophon p,
body #colophon li {
  color: #ece5e7;
  font-size: 16px;
}
html #colophon a:hover,
html #colophon a:focus,
body #colophon a:hover,
body #colophon a:focus {
  color: #117eff;
}
html .footer-widgets-area .widget ul li a:hover,
body .footer-widgets-area .widget ul li a:hover {
  text-decoration: underline;
}
html #colophon .social-icons li:not(:last-child),
body #colophon .social-icons li:not(:last-child) {
  margin-right: 13px;
}
html #colophon .widget-title,
html #colophon .widgettitle,
body #colophon .widget-title,
body #colophon .widgettitle {
  color: #333;
}
html .footer-widgets-area,
body .footer-widgets-area {
  padding: 30px 0;
}
html #colophon .social-icons li a,
body #colophon .social-icons li a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  background-color: #999;
}
html .modern-design #colophon .social-icons li a,
html .sleek-design #colophon .social-icons li a,
body .modern-design #colophon .social-icons li a,
body .sleek-design #colophon .social-icons li a {
  background-color: #333;
}
html .footer-widgets-area + .site-info .wrapper,
body .footer-widgets-area + .site-info .wrapper {
  border-top: 1px solid #e1e1e1;
}
html .site-info .wrapper,
body .site-info .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
html .site-info,
body .site-info {
  text-align: center;
}
html .site-info span,
body .site-info span {
  display: block;
  text-align: center;
  margin: 10px 0;
}
html .site-info,
body .site-info {
  margin: 0;
}
html #colophon .site-info a,
body #colophon .site-info a {
  color: #117eff;
}
html #colophon .site-info a:hover,
html #colophon .site-info a:focus,
html #colophon .widget.widget_archive li a,
body #colophon .site-info a:hover,
body #colophon .site-info a:focus,
body #colophon .widget.widget_archive li a {
  text-decoration: underline;
}
html .footer-widgets-area .widget ul li:last-child,
html .footer-widgets-area .widget .social-icons li,
body .footer-widgets-area .widget ul li:last-child,
body .footer-widgets-area .widget .social-icons li {
  margin-bottom: 0;
}
html .footer-widgets-area .hentry,
body .footer-widgets-area .hentry {
  margin-bottom: 45px;
}
html .footer-widgets-area.col-1 .hentry,
body .footer-widgets-area.col-1 .hentry {
  text-align: center;
}
html .footer-widgets-area.col-1 .hentry:last-child,
body .footer-widgets-area.col-1 .hentry:last-child {
  margin-bottom: 0;
}
html .footer-widgets-area.col-1 .textwidget img,
body .footer-widgets-area.col-1 .textwidget img {
  margin-left: auto;
  margin-right: auto;
}
html .footer-widgets-area.col-1,
body .footer-widgets-area.col-1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
html #colophon .wrapper,
html #instagram-section .wrapper,
body #colophon .wrapper,
body #instagram-section .wrapper {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 480px) {
  html .post-archive article,
  html .post-archive ul.products > li,
  html .woocommerce ul.products[class*=columns-] li.product,
  html .woocommerce-page ul.products[class*=columns-] li.product,
  body .post-archive article,
  body .post-archive ul.products > li,
  body .woocommerce ul.products[class*=columns-] li.product,
  body .woocommerce-page ul.products[class*=columns-] li.product {
    width: 50%;
    float: left;
  }
  html .post-archive article:nth-child(2n+1),
  html .post-archive ul.products > li:nth-child(2n+1),
  html .woocommerce ul.products[class*=columns-] li.product:nth-child(2n+1),
  html .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n+1),
  body .post-archive article:nth-child(2n+1),
  body .post-archive ul.products > li:nth-child(2n+1),
  body .woocommerce ul.products[class*=columns-] li.product:nth-child(2n+1),
  body .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n+1) {
    clear: left;
  }
  html #filter-posts ul li,
  body #filter-posts ul li {
    margin-right: 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 567px) {
  html #inner-content-wrapper,
  body #inner-content-wrapper {
    padding: 0;
  }
  html .section-title,
  body .section-title {
    margin-bottom: 25px;
  }
  html .post-archive,
  body .post-archive {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html .page-section,
  body .page-section {
    padding: 40px 0;
  }
  html #infinite-handle,
  html #infinite-post-wrap + .posts-navigation,
  html #infinite-post-wrap + .post-navigation,
  html nav.navigation.pagination,
  body #infinite-handle,
  body #infinite-post-wrap + .posts-navigation,
  body #infinite-post-wrap + .post-navigation,
  body nav.navigation.pagination {
    margin-bottom: 40px;
  }
  html .site-logo img,
  body .site-logo img {
    max-height: 65px;
    width: auto;
  }
  html #site-menu,
  body #site-menu {
    padding: 0 25px;
  }
  html .secondary-menu-toggle,
  body .secondary-menu-toggle {
    left: 25px;
  }
  html #posts-view,
  body #posts-view {
    right: 25px;
  }
  html .comment-meta .comment-author.vcard,
  body .comment-meta .comment-author.vcard {
    display: inline-block;
  }
  html .comment-content,
  body .comment-content {
    margin-top: -60px;
  }
  html .woocommerce-filtering,
  body .woocommerce-filtering {
    margin-top: 40px;
  }
  html .woocommerce div.product .product_title,
  body .woocommerce div.product .product_title {
    font-size: 42px;
  }
  html #colophon .wrapper,
  html #instagram-section .wrapper,
  body #colophon .wrapper,
  body #instagram-section .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  html .related.products h2,
  body .related.products h2 {
    font-size: 32px;
  }
  html .footer-widgets-area.col-2 .hentry,
  html .footer-widgets-area.col-4 .hentry,
  body .footer-widgets-area.col-2 .hentry,
  body .footer-widgets-area.col-4 .hentry {
    width: 50%;
    float: left;
  }
  html .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
  html .footer-widgets-area.col-4 .hentry:nth-child(2n+1),
  body .footer-widgets-area.col-2 .hentry:nth-child(2n+1),
  body .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
    clear: left;
  }
  html .footer-widgets-area.col-2 .hentry:nth-child(odd),
  html .footer-widgets-area.col-4 .hentry:nth-child(odd),
  body .footer-widgets-area.col-2 .hentry:nth-child(odd),
  body .footer-widgets-area.col-4 .hentry:nth-child(odd) {
    padding-right: 40px;
  }
  html .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
  html .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2),
  body .footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
  body .footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  html .post-archive article,
  html .post-archive ul.products > li,
  html .woocommerce ul.products[class*=columns-] li.product,
  html .woocommerce-page ul.products[class*=columns-] li.product,
  body .post-archive article,
  body .post-archive ul.products > li,
  body .woocommerce ul.products[class*=columns-] li.product,
  body .woocommerce-page ul.products[class*=columns-] li.product {
    width: 33.33%;
  }
  html .post-archive article:nth-child(2n+1),
  html .post-archive ul.products > li:nth-child(2n+1),
  html .woocommerce ul.products[class*=columns-] li.product:nth-child(2n+1),
  html .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n+1),
  body .post-archive article:nth-child(2n+1),
  body .post-archive ul.products > li:nth-child(2n+1),
  body .woocommerce ul.products[class*=columns-] li.product:nth-child(2n+1),
  body .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n+1) {
    clear: none;
  }
  html .post-archive article:nth-child(3n+1),
  html .post-archive ul.products > li:nth-child(3n+1),
  html .woocommerce ul.products[class*=columns-] li.product:nth-child(3n+1),
  html .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n+1),
  body .post-archive article:nth-child(3n+1),
  body .post-archive ul.products > li:nth-child(3n+1),
  body .woocommerce ul.products[class*=columns-] li.product:nth-child(3n+1),
  body .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n+1) {
    clear: left;
  }
  html #filter-posts ul li,
  body #filter-posts ul li {
    margin-right: 45px;
  }
  html .related.products h2,
  body .related.products h2 {
    margin-bottom: 50px;
  }
  html .woocommerce div.product div.images,
  body .woocommerce div.product div.images {
    margin-bottom: 70px;
  }
  html #secondary-navigation,
  body #secondary-navigation {
    max-width: 450px;
    left: 0;
    right: auto;
  }
  html .singular-section .entry-title,
  body .singular-section .entry-title {
    font-size: 42px;
  }
  html .summary.entry-summary .price .woocommerce-Price-amount.amount,
  body .summary.entry-summary .price .woocommerce-Price-amount.amount {
    font-size: 42px;
  }
  html .comment-navigation .nav-previous,
  html .posts-navigation .nav-previous,
  html .post-navigation .nav-previous,
  body .comment-navigation .nav-previous,
  body .posts-navigation .nav-previous,
  body .post-navigation .nav-previous {
    padding-right: 25px;
  }
  html .comment-navigation .nav-next,
  html .posts-navigation .nav-next,
  html .post-navigation .nav-next,
  body .comment-navigation .nav-next,
  body .posts-navigation .nav-next,
  body .post-navigation .nav-next {
    padding-left: 25px;
  }
  html .footer-widgets-area.col-3 .hentry,
  body .footer-widgets-area.col-3 .hentry {
    margin-bottom: 0;
    width: 33.33%;
    float: left;
  }
  html .footer-widgets-area.col-3 .hentry:not(:last-child),
  body .footer-widgets-area.col-3 .hentry:not(:last-child) {
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  html .widget.null-instagram-feed ul,
  body .widget.null-instagram-feed ul {
    margin: 0 -15px;
  }
  html .widget.null-instagram-feed ul li,
  body .widget.null-instagram-feed ul li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  html .singular-section .entry-header,
  body .singular-section .entry-header {
    margin-bottom: 50px;
  }
  html .singular-section .single-featured-image + .entry-header,
  body .singular-section .single-featured-image + .entry-header {
    margin-top: 40px;
  }
  html .singular-section article + #comments,
  body .singular-section article + #comments {
    margin-top: 50px;
  }
  html .woocommerce div.product .product_title,
  body .woocommerce div.product .product_title {
    font-size: 52px;
  }
  html .no-sidebar .comment-form-author,
  html .no-sidebar .comment-form-email,
  html .no-sidebar .comment-form-url,
  body .no-sidebar .comment-form-author,
  body .no-sidebar .comment-form-email,
  body .no-sidebar .comment-form-url {
    width: 33.33%;
    float: left;
  }
  html .no-sidebar .comment-form-author input,
  html .no-sidebar .comment-form-email input,
  body .no-sidebar .comment-form-author input,
  body .no-sidebar .comment-form-email input {
    max-width: 93%;
  }
  html .footer-widgets-area.col-4 .hentry,
  body .footer-widgets-area.col-4 .hentry {
    width: 25%;
    padding-right: 40px;
  }
  html .footer-widgets-area.col-5 .hentry,
  body .footer-widgets-area.col-5 .hentry {
    width: 20%;
    float: left;
  }
  html .footer-widgets-area.col-4 .hentry:last-child,
  body .footer-widgets-area.col-4 .hentry:last-child {
    padding-right: 0;
  }
  html .footer-widgets-area.col-4 .hentry:nth-child(2n+1),
  body .footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
    clear: none;
  }
  html .footer-widgets-area.col-4 .hentry:nth-child(4n+1),
  html .footer-widgets-area.col-5 .hentry:nth-child(5n+1),
  body .footer-widgets-area.col-4 .hentry:nth-child(4n+1),
  body .footer-widgets-area.col-5 .hentry:nth-child(5n+1) {
    clear: left;
  }
  html .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
  body .footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  html .site-info.col-2 .wrapper > span,
  body .site-info.col-2 .wrapper > span {
    width: 50%;
    float: left;
    text-align: left;
  }
  html .site-info.col-2 .wrapper > span:nth-child(2),
  body .site-info.col-2 .wrapper > span:nth-child(2) {
    float: right;
    text-align: right;
  }
  html .site-info.col-2 .wrapper,
  body .site-info.col-2 .wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  html #masthead,
  body #masthead {
    padding: 0 25px 0 40px;
  }
  html #masthead .social-icons li:not(:last-child),
  body #masthead .social-icons li:not(:last-child) {
    margin-right: 0;
  }
  html #masthead .social-icons,
  body #masthead .social-icons {
    margin: 0;
  }
  html #site-menu,
  body #site-menu {
    padding: 0;
    float: left;
    align-items: center;
    justify-content: flex-start;
  }
  html #social-navigation,
  body #social-navigation {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
  }
  html #social-navigation .social-icons,
  body #social-navigation .social-icons {
    display: inline-block;
  }
  html .site-branding,
  body .site-branding {
    text-align: left;
    float: left;
    margin-right: 25px;
  }
  html .main-navigation li.social-menu-item,
  body .main-navigation li.social-menu-item {
    display: none;
  }
  html #site-menu .search-menu,
  body #site-menu .search-menu {
    display: none;
  }
  html #search-menu a svg,
  body #search-menu a svg {
    fill: #949494;
  }
  html .main-navigation,
  body .main-navigation {
    float: left;
    display: block !important;
  }
  html .main-navigation a,
  html .main-navigation ul.nav-menu > li > a,
  body .main-navigation a,
  body .main-navigation ul.nav-menu > li > a {
    color: #eee;
  }
  html .main-navigation li.menu-item-has-children:hover > a > svg,
  html .main-navigation li.menu-item-has-children > a:hover > svg,
  body .main-navigation li.menu-item-has-children:hover > a > svg,
  body .main-navigation li.menu-item-has-children > a:hover > svg {
    fill: #fff;
  }
  html #masthead .main-navigation ul#primary-menu > li.current-menu-item > a,
  html #masthead .main-navigation ul.nav-menu > li > a:hover,
  html .main-navigation ul#primary-menu li:hover > a,
  body #masthead .main-navigation ul#primary-menu > li.current-menu-item > a,
  body #masthead .main-navigation ul.nav-menu > li > a:hover,
  body .main-navigation ul#primary-menu li:hover > a {
    color: #fff;
  }
  html .main-navigation ul#primary-menu > li.current-menu-item > a > svg,
  body .main-navigation ul#primary-menu > li.current-menu-item > a > svg {
    fill: #fff;
  }
  html .main-navigation ul.nav-menu,
  body .main-navigation ul.nav-menu {
    display: block !important;
    height: auto !important;
  }
  html .main-navigation ul li:hover > ul,
  html .main-navigation ul li.focus > ul,
  body .main-navigation ul li:hover > ul,
  body .main-navigation ul li.focus > ul {
    left: 0;
    right: auto;
  }
  html .main-navigation ul ul li:hover > ul,
  html .main-navigation ul ul li.focus > ul,
  body .main-navigation ul ul li:hover > ul,
  body .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }
  html .main-navigation ul.sub-menu li a,
  body .main-navigation ul.sub-menu li a {
    border-bottom: none;
  }
  html .main-navigation ul ul li:not(:last-child),
  body .main-navigation ul ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  html .main-navigation ul ul,
  body .main-navigation ul ul {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  html .main-navigation ul.sub-menu li:hover > a,
  html .main-navigation ul.sub-menu li:focus > a,
  body .main-navigation ul.sub-menu li:hover > a,
  body .main-navigation ul.sub-menu li:focus > a {
    background-color: #444;
    color: #fff;
  }
  html .main-navigation ul.sub-menu > li:last-child > a,
  body .main-navigation ul.sub-menu > li:last-child > a {
    border-bottom: none;
  }
  html .main-navigation li.search-menu,
  body .main-navigation li.search-menu {
    display: none;
  }
  html #search,
  body #search {
    position: absolute;
    z-index: 30;
    right: 0;
    top: 100%;
    display: none;
  }
  html .main-navigation .search-active .icon-search,
  body .main-navigation .search-active .icon-search {
    display: none;
  }
  html .main-navigation .search-active .icon-close,
  body .main-navigation .search-active .icon-close {
    display: inline-block;
  }
  html #masthead .main-navigation ul ul li.menu-item-has-children > a,
  body #masthead .main-navigation ul ul li.menu-item-has-children > a {
    padding-right: 35px;
  }
  html #masthead .main-navigation ul ul li a svg,
  body #masthead .main-navigation ul ul li a svg {
    display: inline-block;
    top: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  html .main-navigation ul#primary-menu ul li:hover > a,
  html .main-navigation ul#primary-menu ul li:focus > a,
  body .main-navigation ul#primary-menu ul li:hover > a,
  body .main-navigation ul#primary-menu ul li:focus > a {
    color: #fff;
  }
  html .main-navigation ul ul li.menu-item-has-children:hover > a > svg,
  html .main-navigation ul ul li.menu-item-has-children > a:hover > svg,
  body .main-navigation ul ul li.menu-item-has-children:hover > a > svg,
  body .main-navigation ul ul li.menu-item-has-children > a:hover > svg {
    fill: #fff;
  }
  html #search:before,
  body #search:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #999;
    position: absolute;
    top: -9px;
    right: 5px;
  }
  html #search-menu,
  body #search-menu {
    display: block;
    float: right;
  }
  html #search-menu form.search-form,
  body #search-menu form.search-form {
    position: absolute;
    right: 80px;
    left: auto;
    max-width: 250px;
    top: 15px;
    display: none;
  }
  html #search-menu form.search-form button.search-submit,
  body #search-menu form.search-form button.search-submit {
    right: auto;
  }
  html button.dropdown-toggle,
  html .menu-toggle,
  body button.dropdown-toggle,
  body .menu-toggle {
    display: none;
  }
  html #secondary-navigation .dropdown-toggle,
  body #secondary-navigation .dropdown-toggle {
    display: block;
  }
  html .main-navigation ul,
  body .main-navigation ul {
    display: block;
  }
  html .main-navigation li,
  body .main-navigation li {
    display: inline-block;
  }
  html .main-navigation .left-menu,
  body .main-navigation .left-menu {
    padding-left: 50px;
  }
  html .main-navigation ul.nav-menu > li.left-menu > a,
  html .main-navigation ul.nav-menu > li.right-menu > a,
  body .main-navigation ul.nav-menu > li.left-menu > a,
  body .main-navigation ul.nav-menu > li.right-menu > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  html .main-navigation li.left-menu + li.right-menu:before,
  body .main-navigation li.left-menu + li.right-menu:before {
    content: "/";
    position: absolute;
    top: 50%;
    margin-left: -6px;
    color: #fff;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  html .main-navigation form.search-form,
  body .main-navigation form.search-form {
    border: 20px solid #333;
  }
  html .main-navigation form.search-form input,
  body .main-navigation form.search-form input {
    background-color: #fff;
    border-color: #fff;
    color: #333;
  }
  html .main-navigation form.search-form svg.icon-search,
  body .main-navigation form.search-form svg.icon-search {
    fill: #333;
  }
  html .menu-sticky #masthead,
  html .menu-sticky #masthead.nav-shrink,
  body .menu-sticky #masthead,
  body .menu-sticky #masthead.nav-shrink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  html .menu-sticky #masthead.nav-shrink,
  body .menu-sticky #masthead.nav-shrink {
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  html .menu-sticky #masthead.nav-shrink.nav-sticky,
  body .menu-sticky #masthead.nav-shrink.nav-sticky {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  html .menu-sticky.customize-support #masthead.nav-shrink.nav-sticky,
  body .menu-sticky.customize-support #masthead.nav-shrink.nav-sticky {
    top: 32px;
  }
  html .menu-sticky #masthead,
  body .menu-sticky #masthead {
    position: relative;
    top: 0;
  }
  html .right-sidebar #primary,
  html .left-sidebar #primary,
  body .right-sidebar #primary,
  body .left-sidebar #primary {
    width: 70%;
    float: left;
    padding-right: 30px;
  }
  html .right-sidebar #secondary,
  html .left-sidebar #secondary,
  body .right-sidebar #secondary,
  body .left-sidebar #secondary {
    width: 30%;
    float: left;
  }
  html .left-sidebar #primary,
  body .left-sidebar #primary {
    padding-left: 30px;
    padding-right: 0;
    float: right;
  }
  html .no-sidebar #primary,
  body .no-sidebar #primary {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  html .boxed-layout #page,
  body .boxed-layout #page {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  html .frame-layout,
  body .frame-layout {
    max-width: 100%;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin: 50px auto;
  }
}
@media screen and (min-width: 1200px) {
  html #inner-content-wrapper,
  body #inner-content-wrapper {
    padding: 0;
  }
  html .page-section,
  body .page-section {
    padding: 60px 0;
  }
  html .woocommerce .post-archive.grid,
  body .woocommerce .post-archive.grid {
    margin-top: 40px;
  }
  html .secondary-menu-toggle,
  body .secondary-menu-toggle {
    left: 40px;
  }
  html #masthead,
  body #masthead {
    padding: 0 60px;
  }
  html #masthead.site-header.nav-shrink.nav-sticky,
  body #masthead.site-header.nav-shrink.nav-sticky {
    padding-top: 0;
    padding-bottom: 0;
  }
  html #search-menu,
  body #search-menu {
    display: block;
    min-width: 300px;
    margin-left: 18px;
  }
  html #search-menu a,
  body #search-menu a {
    display: none;
  }
  html #search-menu form.search-form,
  body #search-menu form.search-form {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    max-width: 100%;
  }
  html #posts-view,
  body #posts-view {
    right: 40px;
  }
  html .post-archive,
  body .post-archive {
    margin: 60px -15px;
  }
  html .post-archive article,
  html .post-archive ul.products > li,
  html .woocommerce ul.products[class*=columns-] li.product,
  html .woocommerce-page ul.products[class*=columns-] li.product,
  body .post-archive article,
  body .post-archive ul.products > li,
  body .woocommerce ul.products[class*=columns-] li.product,
  body .woocommerce-page ul.products[class*=columns-] li.product {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  html .post-archive article:nth-child(3n+1),
  html .post-archive ul.products > li:nth-child(3n+1),
  html .woocommerce ul.products[class*=columns-] li.product:nth-child(3n+1),
  html .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n+1),
  body .post-archive article:nth-child(3n+1),
  body .post-archive ul.products > li:nth-child(3n+1),
  body .woocommerce ul.products[class*=columns-] li.product:nth-child(3n+1),
  body .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n+1) {
    clear: none;
  }
  html .post-archive article:nth-child(4n+1),
  html .post-archive ul.products > li:nth-child(4n+1),
  html .woocommerce ul.products[class*=columns-] li.product:nth-child(4n+1),
  html .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n+1),
  body .post-archive article:nth-child(4n+1),
  body .post-archive ul.products > li:nth-child(4n+1),
  body .woocommerce ul.products[class*=columns-] li.product:nth-child(4n+1),
  body .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n+1) {
    clear: left;
  }
  html #infinite-handle,
  html #infinite-post-wrap + .posts-navigation,
  html #infinite-post-wrap + .post-navigation,
  html nav.navigation.pagination,
  body #infinite-handle,
  body #infinite-post-wrap + .posts-navigation,
  body #infinite-post-wrap + .post-navigation,
  body nav.navigation.pagination {
    margin-bottom: 60px;
  }
  html .woocommerce-filtering,
  body .woocommerce-filtering {
    margin-top: 60px;
  }
  html nav.woocommerce-pagination,
  body nav.woocommerce-pagination {
    margin-bottom: 53px;
  }
  html #colophon .wrapper,
  html #instagram-section .wrapper,
  body #colophon .wrapper,
  body #instagram-section .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1900px) {
  html #inner-content-wrapper,
  body #inner-content-wrapper {
    padding: 0;
  }
  html .page-section,
  body .page-section {
    padding: 100px 0;
  }
  html .woocommerce .post-archive.grid,
  body .woocommerce .post-archive.grid {
    margin-top: 60px;
  }
  html .section-title,
  body .section-title {
    margin-bottom: 43px;
  }
  html .secondary-menu-toggle,
  body .secondary-menu-toggle {
    left: 80px;
  }
  html .site-branding,
  body .site-branding {
    margin-right: 37px;
  }
  html #masthead,
  body #masthead {
    padding: 0 100px;
  }
  html #posts-view,
  body #posts-view {
    right: 80px;
  }
  html .infinite-loader,
  body .infinite-loader {
    margin-top: 30px;
  }
  html .post-archive,
  body .post-archive {
    margin: 100px -25px;
  }
  html .post-archive article,
  html .post-archive ul.products > li,
  html .woocommerce ul.products[class*=columns-] li.product,
  html .woocommerce-page ul.products[class*=columns-] li.product,
  body .post-archive article,
  body .post-archive ul.products > li,
  body .woocommerce ul.products[class*=columns-] li.product,
  body .woocommerce-page ul.products[class*=columns-] li.product {
    width: 20%;
    padding: 0 25px;
    margin-bottom: 50px;
  }
  html .sleek-design .post-archive article:nth-last-child(-n+5) .entry-container,
  body .sleek-design .post-archive article:nth-last-child(-n+5) .entry-container {
    padding-bottom: 0;
  }
  html .post-archive article:nth-child(4n+1),
  html .post-archive ul.products > li:nth-child(4n+1),
  html .woocommerce ul.products[class*=columns-] li.product:nth-child(4n+1),
  html .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n+1),
  body .post-archive article:nth-child(4n+1),
  body .post-archive ul.products > li:nth-child(4n+1),
  body .woocommerce ul.products[class*=columns-] li.product:nth-child(4n+1),
  body .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n+1) {
    clear: none;
  }
  html .post-archive article:nth-child(5n+1),
  html .post-archive ul.products > li:nth-child(5n+1),
  html .woocommerce ul.products[class*=columns-] li.product:nth-child(5n+1),
  html .woocommerce-page ul.products[class*=columns-] li.product:nth-child(5n+1),
  body .post-archive article:nth-child(5n+1),
  body .post-archive ul.products > li:nth-child(5n+1),
  body .woocommerce ul.products[class*=columns-] li.product:nth-child(5n+1),
  body .woocommerce-page ul.products[class*=columns-] li.product:nth-child(5n+1) {
    clear: left;
  }
  html .woocommerce .related.products ul.products,
  body .woocommerce .related.products ul.products {
    margin: 0 -25px;
  }
  html .woocommerce .related.products ul.products li,
  body .woocommerce .related.products ul.products li {
    width: 25%;
  }
  html .widget.null-instagram-feed ul,
  body .widget.null-instagram-feed ul {
    margin: 0 -25px;
  }
  html .widget.null-instagram-feed ul li,
  body .widget.null-instagram-feed ul li {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  html #infinite-handle,
  html #infinite-post-wrap + .posts-navigation,
  html #infinite-post-wrap + .post-navigation,
  html nav.navigation.pagination,
  body #infinite-handle,
  body #infinite-post-wrap + .posts-navigation,
  body #infinite-post-wrap + .post-navigation,
  body nav.navigation.pagination {
    margin-bottom: 100px;
  }
  html .btn,
  html #infinite-handle span button,
  html #infinite-handle span button:hover,
  html #infinite-handle span button:focus,
  body .btn,
  body #infinite-handle span button,
  body #infinite-handle span button:hover,
  body #infinite-handle span button:focus {
    min-width: 180px;
  }
  html .singular-section .entry-title,
  body .singular-section .entry-title {
    font-size: 52px;
  }
  html .singular-section .entry-header,
  body .singular-section .entry-header {
    margin-bottom: 90px;
    margin-top: 15px;
  }
  html .singular-section .single-featured-image + .entry-header,
  body .singular-section .single-featured-image + .entry-header {
    margin-top: 75px;
  }
  html #comments,
  body #comments {
    margin-top: 65px;
  }
  html #comments ol.comment-list,
  body #comments ol.comment-list {
    margin-bottom: 50px;
  }
  html .singular-section .entry-content + .entry-meta,
  body .singular-section .entry-content + .entry-meta {
    margin-bottom: 43px;
  }
  html .woocommerce-filtering,
  body .woocommerce-filtering {
    margin-top: 93px;
  }
  html .woocommerce div.product div.images,
  body .woocommerce div.product div.images {
    margin-bottom: 90px;
  }
  html nav.woocommerce-pagination,
  body nav.woocommerce-pagination {
    margin-bottom: 93px;
  }
  html #secondary .widget:not(:last-child),
  body #secondary .widget:not(:last-child) {
    margin-bottom: 50px;
  }
  html .right-sidebar #primary,
  body .right-sidebar #primary {
    padding-right: 50px;
  }
  html .left-sidebar #primary,
  body .left-sidebar #primary {
    padding-left: 50px;
  }
  html #colophon .wrapper,
  html #instagram-section .wrapper,
  body #colophon .wrapper,
  body #instagram-section .wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
  html .footer-widgets-area.col-3 .hentry:not(:last-child),
  html .footer-widgets-area.col-2 .hentry:nth-child(odd),
  body .footer-widgets-area.col-3 .hentry:not(:last-child),
  body .footer-widgets-area.col-2 .hentry:nth-child(odd) {
    padding-right: 100px;
  }
  html .boxed-layout #page,
  body .boxed-layout #page {
    max-width: 1600px;
    width: 90%;
  }
  html .frame-layout,
  body .frame-layout {
    padding-left: 70px;
    padding-right: 70px;
    margin: 70px auto;
  }
  html .related.products h2,
  body .related.products h2 {
    margin-bottom: 63px;
  }
  html .woocommerce div.product .woocommerce-tabs .panel,
  body .woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 50px;
  }
  html .woocommerce div.product div.images .flex-control-thumbs li,
  body .woocommerce div.product div.images .flex-control-thumbs li {
    padding: 20px 10px;
  }
  html .woocommerce div.product div.images .flex-control-thumbs,
  body .woocommerce div.product div.images .flex-control-thumbs {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1023px) {
  html #masthead,
  body #masthead {
    margin-bottom: 0;
    position: relative;
  }
  html .search-disabled .site-branding,
  body .search-disabled .site-branding {
    text-align: right;
  }
  html .main-navigation a,
  html .secondary-navigation a,
  body .main-navigation a,
  body .secondary-navigation a {
    border-bottom: 1px solid #eee;
  }
  html .main-navigation ul ul a,
  html .secondary-navigation ul ul a,
  body .main-navigation ul ul a,
  body .secondary-navigation ul ul a {
    width: 100%;
  }
  html .main-navigation ul ul,
  html .main-navigation ul ul ul,
  html .secondary-navigation ul ul,
  html .secondary-navigation ul ul ul,
  body .main-navigation ul ul,
  body .main-navigation ul ul ul,
  body .secondary-navigation ul ul,
  body .secondary-navigation ul ul ul {
    box-shadow: none;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    display: none;
  }
  html .main-navigation ul.sub-menu li,
  html .secondary-navigation ul.sub-menu li,
  body .main-navigation ul.sub-menu li,
  body .secondary-navigation ul.sub-menu li {
    padding-right: 0;
  }
  html .main-navigation .menu-item-has-children > a:before,
  html .secondary-navigation .menu-item-has-children > a:before,
  body .main-navigation .menu-item-has-children > a:before,
  body .secondary-navigation .menu-item-has-children > a:before {
    content: "";
    float: right;
    position: relative;
    right: 25px;
    background-color: #ccc;
    width: 1px;
    height: 25px;
  }
  html .main-navigation .menu-item-has-children > a:after,
  html .secondary-navigation .menu-item-has-children > a:after,
  body .main-navigation .menu-item-has-children > a:after,
  body .secondary-navigation .menu-item-has-children > a:after {
    padding-top: 3px;
  }
  html .main-navigation ul.nav-menu > li > a,
  html .main-navigation ul.sub-menu li a,
  html .secondary-navigation ul.nav-menu > li > a,
  html .secondary-navigation ul.sub-menu li a,
  body .main-navigation ul.nav-menu > li > a,
  body .main-navigation ul.sub-menu li a,
  body .secondary-navigation ul.nav-menu > li > a,
  body .secondary-navigation ul.sub-menu li a {
    padding: 15px 15px 15px 25px;
  }
  html .main-navigation ul.sub-menu li a,
  html .secondary-navigation ul.sub-menu li a,
  body .main-navigation ul.sub-menu li a,
  body .secondary-navigation ul.sub-menu li a {
    padding-left: 50px;
  }
  html .main-navigation ul.sub-menu ul li a,
  html .secondary-navigation ul.sub-menu ul li a,
  body .main-navigation ul.sub-menu ul li a,
  body .secondary-navigation ul.sub-menu ul li a {
    padding-left: 75px;
  }
  html .main-navigation ul.sub-menu ul ul li a,
  html .secondary-navigation ul.sub-menu ul ul li a,
  body .main-navigation ul.sub-menu ul ul li a,
  body .secondary-navigation ul.sub-menu ul ul li a {
    padding-left: 100px;
  }
  html .main-navigation ul.sub-menu ul ul ul li a,
  html .secondary-navigation ul.sub-menu ul ul ul li a,
  body .main-navigation ul.sub-menu ul ul ul li a,
  body .secondary-navigation ul.sub-menu ul ul ul li a {
    padding-left: 125px;
  }
  html .main-navigation .menu-item-has-children a svg,
  html .secondary-navigation .menu-item-has-children a svg,
  body .main-navigation .menu-item-has-children a svg,
  body .secondary-navigation .menu-item-has-children a svg {
    display: none;
  }
  html .main-navigation ul.sub-menu li a,
  html .secondary-navigation ul.sub-menu li a,
  body .main-navigation ul.sub-menu li a,
  body .secondary-navigation ul.sub-menu li a {
    border-left: none;
  }
  html .main-navigation ul.nav-menu,
  html .secondary-navigation ul.nav-menu,
  body .main-navigation ul.nav-menu,
  body .secondary-navigation ul.nav-menu {
    margin-right: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
  }
  html .main-navigation,
  html .secondary-navigation,
  body .main-navigation,
  body .secondary-navigation {
    position: static;
  }
  html .main-navigation a,
  html .secondary-navigation a,
  body .main-navigation a,
  body .secondary-navigation a {
    color: #333;
  }
  html .main-navigation svg.icon-search,
  html .main-navigation svg.icon-down,
  html .secondary-navigation svg.icon-search,
  html .secondary-navigation svg.icon-down,
  body .main-navigation svg.icon-search,
  body .main-navigation svg.icon-down,
  body .secondary-navigation svg.icon-search,
  body .secondary-navigation svg.icon-down {
    fill: #333;
    margin-top: -5px;
  }
  html .main-navigation ul.sub-menu,
  html .secondary-navigation ul.sub-menu,
  body .main-navigation ul.sub-menu,
  body .secondary-navigation ul.sub-menu {
    border: none;
  }
  html #masthead.site-header .main-navigation,
  html .secondary-navigation,
  body #masthead.site-header .main-navigation,
  body .secondary-navigation {
    margin-top: 0;
    position: absolute;
    z-index: 3;
    max-width: 100%;
    top: 100%;
    left: auto;
    right: 0;
    width: 100%;
    display: none;
  }
  html .main-navigation .search-menu a,
  html .secondary-navigation .search-menu a,
  body .main-navigation .search-menu a,
  body .secondary-navigation .search-menu a {
    display: none;
  }
  html .main-navigation form.search-form input,
  html .secondary-navigation form.search-form input,
  body .main-navigation form.search-form input,
  body .secondary-navigation form.search-form input {
    background-color: #fff;
    border: none;
    min-height: 55px;
  }
  html .main-navigation form.search-form button.search-submit,
  html .secondary-navigation form.search-form button.search-submit,
  body .main-navigation form.search-form button.search-submit,
  body .secondary-navigation form.search-form button.search-submit {
    height: 59px;
  }
  html .main-navigation form.search-form input,
  html .secondary-navigation form.search-form input,
  body .main-navigation form.search-form input,
  body .secondary-navigation form.search-form input {
    padding-left: 25px;
  }
  html .main-navigation .sub-menu svg,
  html .secondary-navigation .sub-menu svg,
  body .main-navigation .sub-menu svg,
  body .secondary-navigation .sub-menu svg {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    top: 28px;
  }
  html .search-menu form.search-form input,
  html .search-menu form.search-form button.search-submit,
  body .search-menu form.search-form input,
  body .search-menu form.search-form button.search-submit {
    height: 71px;
  }
  html #secondary,
  body #secondary {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  html .comments-title,
  html #reply-title,
  body .comments-title,
  body #reply-title {
    font-size: 28px;
  }
  html .site-info span.footer-copyright + span.social-menu,
  body .site-info span.footer-copyright + span.social-menu {
    margin-top: 20px;
  }
  html #filter-posts,
  body #filter-posts {
    padding: 22px 80px;
  }
  html .backtotop,
  body .backtotop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html #masthead.site-header .main-navigation ul.nav-menu,
  body #masthead.site-header .main-navigation ul.nav-menu {
    max-width: 100%;
  }
  html .comment-navigation .nav-previous,
  html .post-navigation .nav-previous,
  html .comment-navigation .nav-next,
  html .post-navigation .nav-next,
  body .comment-navigation .nav-previous,
  body .post-navigation .nav-previous,
  body .comment-navigation .nav-next,
  body .post-navigation .nav-next {
    width: 100%;
    margin: 15px 0;
  }
  html .post-navigation span.previous-article b,
  html .post-navigations span.previous-article b,
  html .post-navigation span.next-article b,
  html .post-navigations span.next-article b,
  body .post-navigation span.previous-article b,
  body .post-navigations span.previous-article b,
  body .post-navigation span.next-article b,
  body .post-navigations span.next-article b {
    font-size: 18px;
  }
  html .comment-wrap,
  body .comment-wrap {
    margin-left: 0;
  }
  html #commentform p.comment-form-comment,
  html #commentform p.form-submit,
  body #commentform p.comment-form-comment,
  body #commentform p.form-submit {
    margin-top: 21px;
  }
  html nav.navigation.pagination,
  body nav.navigation.pagination {
    margin-top: 20px;
  }
  html .comments-title,
  html #reply-title,
  body .comments-title,
  body #reply-title {
    font-size: 26px;
  }
  html #comments,
  body #comments {
    margin-top: 40px;
  }
  html .woocommerce div.product .woocommerce-tabs ul.tabs li,
  body .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 567px) {
  html #filter-posts,
  body #filter-posts {
    padding: 22px 50px;
  }
  html .woocommerce .woocommerce-ordering,
  body .woocommerce .woocommerce-ordering {
    float: none;
    margin-top: 10px;
    display: inline-block;
  }
  html .woocommerce .woocommerce-result-count,
  body .woocommerce .woocommerce-result-count {
    padding-top: 0;
  }
  html nav.woocommerce-pagination,
  body nav.woocommerce-pagination {
    margin-bottom: 40px;
  }
  html .pagination .page-numbers.prev,
  html .pagination .page-numbers.next,
  body .pagination .page-numbers.prev,
  body .pagination .page-numbers.next {
    top: 0;
  }
  html .pagination .prev.page-numbers:before,
  html .pagination .next.page-numbers:before,
  body .pagination .prev.page-numbers:before,
  body .pagination .next.page-numbers:before {
    width: 35px;
    height: 10px;
  }
  html .pagination .page-numbers.prev,
  html .pagination .page-numbers.next,
  body .pagination .page-numbers.prev,
  body .pagination .page-numbers.next {
    margin-left: 0;
    margin-right: 0;
  }
  html .comment-content,
  body .comment-content {
    margin-left: 0;
    background-color: #fff;
    margin-top: 25px;
    padding: 15px 20px;
  }
  html .reply,
  body .reply {
    padding-left: 0;
  }
  html #comments ol.children,
  body #comments ol.children {
    margin-left: 25px;
  }
  html .comment-meta .fn,
  body .comment-meta .fn {
    margin-left: 0;
    margin-top: 10px;
  }
  html .footer-widgets-area,
  body .footer-widgets-area {
    text-align: center;
  }
  html .footer-widgets-area .hentry:last-child,
  html .footer-widgets-area.col-3 .hentry:last-child,
  body .footer-widgets-area .hentry:last-child,
  body .footer-widgets-area.col-3 .hentry:last-child {
    margin-bottom: 0;
    padding-right: 0;
  }
  html .woocommerce div.product .woocommerce-tabs ul.tabs li,
  html .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  html .woocommerce div.product .woocommerce-tabs ul.tabs li,
  html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  html .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
  body .woocommerce div.product .woocommerce-tabs ul.tabs li,
  body .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  body .woocommerce div.product .woocommerce-tabs ul.tabs li,
  body .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  body .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin-right: 0;
    margin-bottom: 15px;
    display: table;
  }
  html .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
  html .woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child,
  html .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
  html .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child,
  html .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child,
  body .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
  body .woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child,
  body .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
  body .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child,
  body .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-bottom: 0;
  }
  html .woocommerce div.product .woocommerce-tabs ul.tabs,
  body .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
  }
  html .woocommerce form.login,
  html .woocommerce form.register,
  body .woocommerce form.login,
  body .woocommerce form.register {
    padding: 20px 30px;
  }
  html .woocommerce-account:not(.customize-support) .woocommerce > h2,
  body .woocommerce-account:not(.customize-support) .woocommerce > h2 {
    padding-left: 30px;
  }
  html .woocommerce-cart #content table.cart td.actions .coupon .input-text,
  body .woocommerce-cart #content table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 10px;
  }
  html .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  body .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    float: none;
    width: 100%;
  }
  html .woocommerce button.button:disabled,
  html .woocommerce button.button:disabled[disabled],
  body .woocommerce button.button:disabled,
  body .woocommerce button.button:disabled[disabled] {
    margin-left: 0;
  }
}

html.front-page {
  background: #040404 url(images/wall.png) repeat;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html.front-page body {
  background-color: transparent;
  overflow-x: hidden;
}
html.front-page ::-webkit-scrollbar {
  width: 3px;
}
html.front-page ::-webkit-scrollbar-track {
  background-color: #040404;
}
html.front-page ::-webkit-scrollbar-thumb {
  background: url(images/gradient.jpg) center center repeat;
  background-size: contain contain;
}

html.front-page,
html.front-page body {
  color: #ece5e7;
  font-family: "Forum";
  letter-spacing: normal;
  font-size: 100%;
  letter-spacing: 0.15em;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
}
html.front-page a:link,
html.front-page a:visited,
html.front-page a:active,
html.front-page body a:link,
html.front-page body a:visited,
html.front-page body a:active {
  transition: all 0.35s ease-in-out 0s;
}
html.front-page a:link:hover,
html.front-page a:visited:hover,
html.front-page a:active:hover,
html.front-page body a:link:hover,
html.front-page body a:visited:hover,
html.front-page body a:active:hover {
  opacity: 0.85;
}
html.front-page h1,
html.front-page h2,
html.front-page h3,
html.front-page h4,
html.front-page h5,
html.front-page h6,
html.front-page body h1,
html.front-page body h2,
html.front-page body h3,
html.front-page body h4,
html.front-page body h5,
html.front-page body h6 {
  color: #fe7082;
  font-family: "huge";
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
html.front-page .anchor a,
html.front-page body .anchor a {
  display: block;
  height: 1px;
}
html.front-page #sideNav,
html.front-page body #sideNav {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -125px;
  z-index: 999;
}
html.front-page #sideNav ul,
html.front-page #sideNav ul li,
html.front-page body #sideNav ul,
html.front-page body #sideNav ul li {
  margin: 0;
  padding: 0;
}
html.front-page #sideNav ul,
html.front-page body #sideNav ul {
  padding: 10px 7px 0;
}
html.front-page #sideNav ul li,
html.front-page body #sideNav ul li {
  list-style: none;
  margin-bottom: 10px;
}
html.front-page #sideNav ul li a,
html.front-page body #sideNav ul li a {
  border: 1px solid #ece5e7;
  display: block;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 992px) {
  html.front-page #sideNav,
  html.front-page body #sideNav {
    display: none;
  }
}
html.front-page #container #header,
html.front-page body #container #header {
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  z-index: 999;
  width: 100%;
}
html.front-page #container #header .menu-trigger-container,
html.front-page body #container #header .menu-trigger-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
html.front-page #container #header .menu-trigger-container .menu-trigger,
html.front-page body #container #header .menu-trigger-container .menu-trigger {
  background: transparent;
  border: none;
  outline: none;
  height: 30px;
  cursor: pointer;
  width: 30px;
  margin: auto;
  transition: all 0.35s ease-in-out 0s;
}
html.front-page #container #header .menu-trigger-container .menu-trigger span,
html.front-page body #container #header .menu-trigger-container .menu-trigger span {
  background-color: #81b3b4;
  display: block;
  height: 3px;
  position: relative;
  width: 30px;
}
html.front-page #container #header .menu-trigger-container .menu-trigger span:nth-child(1),
html.front-page body #container #header .menu-trigger-container .menu-trigger span:nth-child(1) {
  top: 12px;
}
html.front-page #container #header .menu-trigger-container .menu-trigger span:nth-child(2),
html.front-page body #container #header .menu-trigger-container .menu-trigger span:nth-child(2) {
  top: 10px;
  transform: rotate(90deg);
}
html.front-page #container #header .menu-trigger-container .close-trigger,
html.front-page body #container #header .menu-trigger-container .close-trigger {
  height: 30px;
  cursor: pointer;
  width: 30px;
  margin: auto;
  transform: rotate(-45deg);
}
html.front-page #container #header .menu-trigger-container .close-trigger span,
html.front-page body #container #header .menu-trigger-container .close-trigger span {
  background-color: #fe7082;
  display: block;
  position: relative;
  height: 3px;
  width: 30px;
}
html.front-page #container #header .menu-trigger-container .close-trigger span:nth-child(1),
html.front-page body #container #header .menu-trigger-container .close-trigger span:nth-child(1) {
  top: 12px;
}
html.front-page #container #header .menu-trigger-container .close-trigger span:nth-child(2),
html.front-page body #container #header .menu-trigger-container .close-trigger span:nth-child(2) {
  top: 10px;
  transform: rotate(90deg);
}
html.front-page #container #header .social .menu-social-menu-links-container,
html.front-page body #container #header .social .menu-social-menu-links-container {
  width: 100%;
}
html.front-page #container #header .social .menu-social-menu-links-container ul.menu,
html.front-page #container #header .social .menu-social-menu-links-container ul.menu li,
html.front-page body #container #header .social .menu-social-menu-links-container ul.menu,
html.front-page body #container #header .social .menu-social-menu-links-container ul.menu li {
  margin: 0;
  padding: 0;
}
html.front-page #container #header .social .menu-social-menu-links-container ul.menu,
html.front-page body #container #header .social .menu-social-menu-links-container ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 75px;
}
html.front-page #container #header .social .menu-social-menu-links-container ul.menu li,
html.front-page body #container #header .social .menu-social-menu-links-container ul.menu li {
  display: block;
  width: 30px;
}
html.front-page #container #header .social .menu-social-menu-links-container ul.menu li a,
html.front-page body #container #header .social .menu-social-menu-links-container ul.menu li a {
  color: #ece5e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.front-page #container #header .social .menu-social-menu-links-container ul.menu li a svg,
html.front-page body #container #header .social .menu-social-menu-links-container ul.menu li a svg {
  display: block;
  fill: #ece5e7;
  width: 30px;
}
html.front-page #container #header .nav .menu-primary-menu-links-container,
html.front-page body #container #header .nav .menu-primary-menu-links-container {
  width: 100%;
}
html.front-page #container #header .nav .menu-primary-menu-links-container ul.menu,
html.front-page #container #header .nav .menu-primary-menu-links-container ul.menu li,
html.front-page body #container #header .nav .menu-primary-menu-links-container ul.menu,
html.front-page body #container #header .nav .menu-primary-menu-links-container ul.menu li {
  margin: 0;
  padding: 0;
}
html.front-page #container #header .nav .menu-primary-menu-links-container ul.menu,
html.front-page body #container #header .nav .menu-primary-menu-links-container ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
html.front-page #container #header .nav .menu-primary-menu-links-container ul.menu li,
html.front-page body #container #header .nav .menu-primary-menu-links-container ul.menu li {
  display: block;
  float: left;
  font-family: "Huge";
  font-size: 1em;
  letter-spacing: -0.1em;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  flex: 0 1 auto;
}
html.front-page #container #header .nav .menu-primary-menu-links-container ul.menu li a,
html.front-page body #container #header .nav .menu-primary-menu-links-container ul.menu li a {
  color: #ece5e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.front-page #container #header .nav .menu-primary-menu-links-container ul.menu li a svg,
html.front-page body #container #header .nav .menu-primary-menu-links-container ul.menu li a svg {
  display: block;
  fill: #ece5e7;
  height: 75px;
}
@media screen and (max-width: 992px) {
  html.front-page #container #header .nav,
  html.front-page body #container #header .nav {
    display: none;
  }
  html.front-page #container #header .nav .menu-primary-menu-links-container ul.menu li,
  html.front-page body #container #header .nav .menu-primary-menu-links-container ul.menu li {
    font-family: "Forum";
    letter-spacing: normal;
    font-size: 1.3em;
    line-height: 75px;
    width: 100%;
  }
  html.front-page #container #header .nav-expanded,
  html.front-page body #container #header .nav-expanded {
    display: block;
  }
}
html.front-page #container #header .title,
html.front-page body #container #header .title {
  font-family: "huge";
  font-size: 5em;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
html.front-page #container #header .title a,
html.front-page body #container #header .title a {
  color: #fe7082;
  display: block;
}
html.front-page #container #header .title a svg,
html.front-page body #container #header .title a svg {
  fill: #81b3b4;
  width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
html.front-page #container .section,
html.front-page body #container .section {
  padding-top: 45px;
  padding-bottom: 45px;
}
html.front-page #container .section .section-title h3,
html.front-page body #container .section .section-title h3 {
  line-height: 60px;
}
html.front-page #container #section0,
html.front-page body #container #section0 {
  min-height: 100vh;
}
html.front-page #container #section0Mobile,
html.front-page body #container #section0Mobile {
  display: none;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  html.front-page #container #section0,
  html.front-page body #container #section0 {
    display: none;
  }
  html.front-page #container #section0Mobile,
  html.front-page body #container #section0Mobile {
    display: block;
  }
}
html.front-page #container #section1 .release,
html.front-page body #container #section1 .release {
  font-size: 1.3em;
  margin-bottom: 30px;
  text-align: center;
}
html.front-page #container #section1 .release a,
html.front-page body #container #section1 .release a {
  display: flex;
  align-items: center;
  justify-content: center;
}
html.front-page #container #section1 .release a img,
html.front-page body #container #section1 .release a img {
  border: 1px solid #ece5e7;
  width: 100%;
}
html.front-page #container #section1 .release h6,
html.front-page body #container #section1 .release h6 {
  color: #ece5e7;
  line-height: 25px;
  margin: 15px 0 0;
}
html.front-page #container #section1 .release.releasePost p,
html.front-page #container #section1 .release.releasePost p a,
html.front-page body #container #section1 .release.releasePost p,
html.front-page body #container #section1 .release.releasePost p a {
  display: block;
  font-size: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99;
}
html.front-page #container #section1 .release.releasePost img,
html.front-page body #container #section1 .release.releasePost img {
  border: 1px solid #ece5e7;
  display: block;
  height: auto;
  width: 100%;
}
html.front-page #container #section1 .release.releasePost h6,
html.front-page body #container #section1 .release.releasePost h6 {
  color: #ece5e7;
  line-height: 25px;
  margin: 15px 0 0;
}
html.front-page #container #section2 .mobettatv-title,
html.front-page #container #section2 .productions-title,
html.front-page #container #section4 .mobettatv-title,
html.front-page #container #section4 .productions-title,
html.front-page body #container #section2 .mobettatv-title,
html.front-page body #container #section2 .productions-title,
html.front-page body #container #section4 .mobettatv-title,
html.front-page body #container #section4 .productions-title {
  font-family: "Forum";
  letter-spacing: normal;
  color: #ece5e7;
  height: 25px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 45px;
  text-transform: capitalize;
}
html.front-page #container #section2 .pagination,
html.front-page #container #section4 .pagination,
html.front-page body #container #section2 .pagination,
html.front-page body #container #section4 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
html.front-page #container #section2 .pagination .wp-pagenavi .page,
html.front-page #container #section2 .pagination .wp-pagenavi .nextpostslink,
html.front-page #container #section4 .pagination .wp-pagenavi .page,
html.front-page #container #section4 .pagination .wp-pagenavi .nextpostslink,
html.front-page body #container #section2 .pagination .wp-pagenavi .page,
html.front-page body #container #section2 .pagination .wp-pagenavi .nextpostslink,
html.front-page body #container #section4 .pagination .wp-pagenavi .page,
html.front-page body #container #section4 .pagination .wp-pagenavi .nextpostslink {
  background-color: #d35737;
  border: 0;
  color: #040404;
  font-weight: bold;
}
html.front-page #container #section5 .press ul,
html.front-page #container #section5 .press ul li,
html.front-page body #container #section5 .press ul,
html.front-page body #container #section5 .press ul li {
  margin: 0;
  padding: 0;
}
html.front-page #container #section5 .press ul li,
html.front-page body #container #section5 .press ul li {
  display: block;
  margin-bottom: 30px;
  padding-top: 30px;
}
html.front-page #container #section5 .press ul li a,
html.front-page body #container #section5 .press ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}
html.front-page #container #section5 .press ul li a:hover,
html.front-page body #container #section5 .press ul li a:hover {
  text-decoration: none;
}
html.front-page #container #section5 .press ul li a em,
html.front-page body #container #section5 .press ul li a em {
  width: 100%;
  text-align: right;
}
html.front-page #container #section5 .press ul li a img,
html.front-page #container #section5 .press ul li a svg,
html.front-page body #container #section5 .press ul li a img,
html.front-page body #container #section5 .press ul li a svg {
  display: block;
  fill: #ece5e7;
  width: 50%;
  align-self: flex-start;
}
html.front-page #container #section5 .press ul li em,
html.front-page body #container #section5 .press ul li em {
  border-bottom: 1px solid #ece5e7;
  color: #81b3b4;
  display: block;
  line-height: 60px;
  text-align: right;
}
html.front-page #container #section5 .bio,
html.front-page body #container #section5 .bio {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 30px;
}
html.front-page #container #section5 .bio .btnDownload,
html.front-page body #container #section5 .bio .btnDownload {
  background-color: #fe7082;
  color: #040404;
  height: 45px;
  margin: 30px auto 15px;
  width: 300px;
  font-family: "huge";
  font-size: 0.65em;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
html.front-page #container #section5 .bio .btnDownload svg,
html.front-page body #container #section5 .bio .btnDownload svg {
  display: block;
  fill: #040404;
  height: 20px;
  margin-left: 15px;
}
html.front-page #container #section5 .bio center,
html.front-page body #container #section5 .bio center {
  font-size: 0.85em;
  margin-bottom: 30px;
}
html.front-page #container #section7 .contact,
html.front-page body #container #section7 .contact {
  margin-bottom: 30px;
}
html.front-page #container #section7 .contact ul,
html.front-page #container #section7 .contact ul li,
html.front-page body #container #section7 .contact ul,
html.front-page body #container #section7 .contact ul li {
  margin: 0;
  padding: 0;
}
html.front-page #container #section7 .contact ul h6,
html.front-page body #container #section7 .contact ul h6 {
  color: #81b3b4;
}
html.front-page #container #section7 .contact ul li,
html.front-page body #container #section7 .contact ul li {
  font-size: 1.6em;
  font-weight: bolder;
  letter-spacing: 0;
}
html.front-page #container #section7 .contact ul li a,
html.front-page body #container #section7 .contact ul li a {
  color: #e7c2dd;
  text-decoration: underline;
  font-weight: normal;
}
html.front-page #container #section7 .contact ul li.booking-emails a,
html.front-page body #container #section7 .contact ul li.booking-emails a {
  display: block;
}
html.front-page #container #section7 .contact .menu-social-menu-links-container,
html.front-page body #container #section7 .contact .menu-social-menu-links-container {
  width: 100%;
}
html.front-page #container #section7 .contact .menu-social-menu-links-container ul.menu,
html.front-page #container #section7 .contact .menu-social-menu-links-container ul.menu li,
html.front-page body #container #section7 .contact .menu-social-menu-links-container ul.menu,
html.front-page body #container #section7 .contact .menu-social-menu-links-container ul.menu li {
  margin: 0;
  padding: 0;
}
html.front-page #container #section7 .contact .menu-social-menu-links-container ul.menu li,
html.front-page body #container #section7 .contact .menu-social-menu-links-container ul.menu li {
  display: block;
  float: left;
  height: 75px;
  width: 25%;
}
html.front-page #container #section7 .contact .menu-social-menu-links-container ul.menu li a,
html.front-page body #container #section7 .contact .menu-social-menu-links-container ul.menu li a {
  color: #ece5e7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
html.front-page #container #section7 .contact .menu-social-menu-links-container ul.menu li a svg,
html.front-page body #container #section7 .contact .menu-social-menu-links-container ul.menu li a svg {
  display: block;
  fill: #ece5e7;
  width: 30px;
}
html.front-page #container #section7 .contact .btnDownload,
html.front-page body #container #section7 .contact .btnDownload {
  background-color: #fe7082;
  color: #040404;
  height: 45px;
  margin: 30px auto 15px;
  width: 300px;
  font-family: "huge";
  font-size: 1em;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
html.front-page #container #section7 .contact .btnDownload svg,
html.front-page body #container #section7 .contact .btnDownload svg {
  display: block;
  fill: #040404;
  height: 20px;
  margin-left: 15px;
}
html.front-page #container #section7 .contact center,
html.front-page body #container #section7 .contact center {
  margin-bottom: 30px;
}
html.front-page #container #section7 .credits,
html.front-page body #container #section7 .credits {
  text-align: center;
}
html.front-page #container #section7 .credits h6,
html.front-page body #container #section7 .credits h6 {
  font-family: "Forum";
  letter-spacing: normal;
  line-height: 90px;
  margin: 0;
  text-transform: capitalize;
}
html.front-page #container #section7 .credits h6 a,
html.front-page body #container #section7 .credits h6 a {
  color: #81b3b4;
}
@media (min-width: 768px) {
  html.front-page #container #section7 .contact ul li,
  html.front-page body #container #section7 .contact ul li {
    font-size: 1.3em;
  }
}
html.front-page #container #merch,
html.front-page body #container #merch {
  height: auto;
  min-height: auto;
}
html.front-page #container #merch a:hover,
html.front-page body #container #merch a:hover {
  text-decoration: none;
}
html.front-page #container #merch .shopify-product,
html.front-page body #container #merch .shopify-product {
  flex: 0 0 100%;
  text-align: center;
}
html.front-page #container #merch .merch-title,
html.front-page body #container #merch .merch-title {
  font-family: "Forum";
  letter-spacing: normal;
  color: #ece5e7;
  line-height: 25px;
  margin-top: 15px;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html.front-page #container #merch .merch-price,
html.front-page body #container #merch .merch-price {
  color: #81b3b4;
  font-family: "huge";
  letter-spacing: -0.1em;
  text-transform: uppercase;
  font-size: 1.75em;
}
@media (min-width: 768px) {
  html.front-page #container #merch .shopify-product,
  html.front-page body #container #merch .shopify-product {
    max-width: 50%;
    flex: 0 1 50%;
  }
}
@media (min-width: 991px) {
  html.front-page #container #merch .shopify-product,
  html.front-page body #container #merch .shopify-product {
    flex: 0 1 33.3333%;
  }
}
@media (min-width: 1200px) {
  html.front-page #container #merch .shopify-product,
  html.front-page body #container #merch .shopify-product {
    flex: 0 1 25%;
  }
}
html.front-page #container #vinyl,
html.front-page body #container #vinyl {
  background: linear-gradient(0deg, #361944, black);
}
html.front-page #container #vinyl.section,
html.front-page body #container #vinyl.section {
  min-height: auto;
  padding-top: 0;
}
html.front-page #container #vinyl article,
html.front-page body #container #vinyl article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html.front-page #container #vinyl .vinyl-image img,
html.front-page body #container #vinyl .vinyl-image img {
  width: 100%;
}
html.front-page #container #vinyl h2,
html.front-page body #container #vinyl h2 {
  color: white;
}
html.front-page #container #vinyl .vinyl-cta,
html.front-page body #container #vinyl .vinyl-cta {
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}
html.front-page #container #vinyl .vinyl-cta a,
html.front-page body #container #vinyl .vinyl-cta a {
  color: #040404;
  border: 1px solid #81b3b4;
  background: #81b3b4;
  border-radius: 0;
  display: block;
  font-family: "huge";
  font-size: 1.2em;
  letter-spacing: -0.06em;
  overflow: hidden;
  padding: 12px 30px;
  margin-top: 25px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  min-width: 120px;
  text-transform: uppercase !important;
}
@media (min-width: 768px) {
  html.front-page #container #vinyl,
  html.front-page body #container #vinyl {
    background: linear-gradient(45deg, #361944, black);
  }
  html.front-page #container #vinyl.section,
  html.front-page body #container #vinyl.section {
    padding: 0;
  }
  html.front-page #container #vinyl article,
  html.front-page body #container #vinyl article {
    flex-direction: row;
  }
  html.front-page #container #vinyl h2,
  html.front-page body #container #vinyl h2 {
    font-size: 3rem;
    letter-spacing: -0.07em;
  }
  html.front-page #container #vinyl .vinyl-cta,
  html.front-page body #container #vinyl .vinyl-cta {
    padding: 0 40px;
    flex: 0 1 50%;
    text-align: left;
  }
  html.front-page #container #vinyl .vinyl-cta a,
  html.front-page body #container #vinyl .vinyl-cta a {
    display: inline-block;
  }
  html.front-page #container #vinyl .vinyl-image,
  html.front-page body #container #vinyl .vinyl-image {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  html.front-page, html.front-page body {
    font-size: 85%;
  }
}

/*# sourceMappingURL=style.css.map */
