/** Shopify CDN: Minification failed

Line 80:2 Unexpected "{"
Line 81:2 Expected identifier but found "%"
Line 84:2 Unexpected "{"
Line 85:2 Expected identifier but found "%"
Line 88:0 Comments in CSS use "/* ... */" instead of "//"
Line 160:2 Unexpected "{"
Line 161:2 Expected identifier but found "%"
Line 28606:2 "border-botom" is not a known CSS property
Line 28746:4 Unexpected "{"
Line 28747:4 Expected identifier but found "%"
... and 6 more hidden warnings

**/
/*                   **
                 +WICK+
               +CREATIVE+
             :LOVESYOUaLOT:
           YOU'RE     VIEWING
         +A_SITE        +BUILT
       ,UPON++      +     INFERNO
      +IFYOU      DOGS     ~LIKE:+
     THIS:~    +PINBALL+     STUFF,
    =WHY:,   :MMMMM BEEER:    ?NOT+
    WORK~   HTML5    ~SCSS-    WITH~
    WICK~  :PLAY       WORK:   TODAY
     AJAX   LIVE       LONG:  :CODE
      BIKE, ,ROI=     ,API+  +HIKE
       EXPLORE   -:vv:-  :DENVER
         SHOPIFY,:   ,:LIQUID~
           .+BOOTSTRAP4.0+.

INFERNO ~ by Wick Creative ~
version 0.8

==================================================
/*
/*  VARIABLES
/*
/*  MIXINS
/*
/*  VENDOR
/*    Slick Slider 1.6.0
/*    animsition v4.0.2
/*    Magnific Popup CSS
/*    Font Awesome 4.7.0
/*    Tooltipster 4.1.7
/*    JetMenu
/*
/*  BASE STYLES TAKEN FROM DEBUT
/*
/*  INFERNO
/*


/* =================== */
/*      VARIABLES      */
/* =================== */


/*============================================================================
  VARIABLES TAKEN FROM Debut
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('//flylowgear.com/cdn/shop/t/173/assets/slick.eot?v=171231562841723704411757277683');
  src: url('//flylowgear.com/cdn/shop/t/173/assets/slick.eot?%23iefix&v=171231562841723704411757277683') format('embedded-opentype'),
  url('//flylowgear.com/cdn/shop/t/173/assets/slick.woff?v=111354281175319789571757277684') format('woff'),
  url('//flylowgear.com/cdn/shop/t/173/assets/slick.ttf?v=51727957652983676071757277684') format('truetype'),
  url('//flylowgear.com/cdn/shop/t/173/assets/slick.svg%23slick?58126') format('svg');
}

  {
  % assign cholla="ChollaSlab, sans-serif" %
}

  {
  % if settings.type_header_family==cholla or settings.type_base_family==cholla %
}

// navbar issue

@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-SemiBold.woff2') format('woff2'),
    url('OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Bold.woff2') format('woff2'),
    url('OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Regular.woff2') format('woff2'),
    url('OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('OpenSans-Light.woff2') format('woff2'),
    url('OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'ChollaSlab';
  src: url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabOblique.woff2?v=131837504680495596211757277682 ') format('woff2'),
  url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabOblique.woff?v=13563349780236875321757277682 ') format('woff');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'ChollaSlab';
  src: url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabRegular.woff2?v=97935272053251451821757277683 ') format('woff2'),
  url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabRegular.woff?v=69845697472903424281757277682 ') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ChollaSlab';
  src: url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabBold.woff2?v=35231999287293627621757277681 ') format('woff2'),
  url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabBold.woff?v=127064186835000936471757277681 ') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'ChollaSlab';
  src: url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabThin.woff2?v=106560608901607373041757277683 ') format('woff2'),
  url(' //flylowgear.com/cdn/shop/t/173/assets/ChollaSlabThin.woff?v=53723998479770655091757277683 ') format('woff');
  font-weight: 100;
  font-style: normal;
}

  {
  % endif %
}

/*================ Mixins ====================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

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

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

@media print {

  *,
  ::after,
  ::before,
  blockquote::first-letter,
  blockquote::first-line,
  div::first-letter,
  div::first-line,
  li::first-letter,
  li::first-line,
  p::first-letter,
  p::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #999;
    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
  }

  .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 #ddd !important
  }
}

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

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

@-ms-viewport {
  width: device-width
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  cursor: help
}

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: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

a {
  color: #0275d8;
  text-decoration: none
}

a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle
}

[role=button] {
  cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

table {
  border-collapse: collapse;
  background-color: transparent
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: left
}

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

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

button,
input,
select,
textarea {
  line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed
}

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

textarea {
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit
}

input[type=search] {
  -webkit-appearance: none
}

output {
  display: inline-block
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.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.1
}

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

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

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

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

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

.mark,
mark {
  padding: .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: 5px
}

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

.blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eceeef
}

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

.blockquote-footer::before {
  content: "\2014 \00A0"
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #eceeef;
  border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
  content: ""
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

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

.figure-caption {
  font-size: 90%;
  color: #636c72
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: .2rem
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1500px) {
  .container {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:576px) {
  .container {
    width: 540px;
    max-width: 100%
  }
}

@media (min-width:768px) {
  .container {
    width: 720px;
    max-width: 100%
  }
}

@media (min-width:992px) {
  .container {
    width: 960px;
    max-width: 100%
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px;
    max-width: 100%
  }
}

@media (min-width:1500px) {
  .container {
    width: 1440px;
    max-width: 100%
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1500px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
}

@media (min-width:768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
}

@media (min-width:992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
}

@media (min-width:1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px
  }
}

@media (min-width:1500px) {
  .row {
    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-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-2,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col-25,
.col-26,
.col-27,
.col-28,
.col-29,
.col-3,
.col-30,
.col-31,
.col-32,
.col-33,
.col-34,
.col-35,
.col-36,
.col-37,
.col-38,
.col-39,
.col-4,
.col-40,
.col-41,
.col-42,
.col-43,
.col-44,
.col-45,
.col-46,
.col-47,
.col-48,
.col-49,
.col-5,
.col-50,
.col-51,
.col-52,
.col-53,
.col-54,
.col-55,
.col-56,
.col-57,
.col-58,
.col-59,
.col-6,
.col-60,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-25,
.col-lg-26,
.col-lg-27,
.col-lg-28,
.col-lg-29,
.col-lg-3,
.col-lg-30,
.col-lg-31,
.col-lg-32,
.col-lg-33,
.col-lg-34,
.col-lg-35,
.col-lg-36,
.col-lg-37,
.col-lg-38,
.col-lg-39,
.col-lg-4,
.col-lg-40,
.col-lg-41,
.col-lg-42,
.col-lg-43,
.col-lg-44,
.col-lg-45,
.col-lg-46,
.col-lg-47,
.col-lg-48,
.col-lg-49,
.col-lg-5,
.col-lg-50,
.col-lg-51,
.col-lg-52,
.col-lg-53,
.col-lg-54,
.col-lg-55,
.col-lg-56,
.col-lg-57,
.col-lg-58,
.col-lg-59,
.col-lg-6,
.col-lg-60,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-25,
.col-md-26,
.col-md-27,
.col-md-28,
.col-md-29,
.col-md-3,
.col-md-30,
.col-md-31,
.col-md-32,
.col-md-33,
.col-md-34,
.col-md-35,
.col-md-36,
.col-md-37,
.col-md-38,
.col-md-39,
.col-md-4,
.col-md-40,
.col-md-41,
.col-md-42,
.col-md-43,
.col-md-44,
.col-md-45,
.col-md-46,
.col-md-47,
.col-md-48,
.col-md-49,
.col-md-5,
.col-md-50,
.col-md-51,
.col-md-52,
.col-md-53,
.col-md-54,
.col-md-55,
.col-md-56,
.col-md-57,
.col-md-58,
.col-md-59,
.col-md-6,
.col-md-60,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-25,
.col-sm-26,
.col-sm-27,
.col-sm-28,
.col-sm-29,
.col-sm-3,
.col-sm-30,
.col-sm-31,
.col-sm-32,
.col-sm-33,
.col-sm-34,
.col-sm-35,
.col-sm-36,
.col-sm-37,
.col-sm-38,
.col-sm-39,
.col-sm-4,
.col-sm-40,
.col-sm-41,
.col-sm-42,
.col-sm-43,
.col-sm-44,
.col-sm-45,
.col-sm-46,
.col-sm-47,
.col-sm-48,
.col-sm-49,
.col-sm-5,
.col-sm-50,
.col-sm-51,
.col-sm-52,
.col-sm-53,
.col-sm-54,
.col-sm-55,
.col-sm-56,
.col-sm-57,
.col-sm-58,
.col-sm-59,
.col-sm-6,
.col-sm-60,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-2,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl-25,
.col-xl-26,
.col-xl-27,
.col-xl-28,
.col-xl-29,
.col-xl-3,
.col-xl-30,
.col-xl-31,
.col-xl-32,
.col-xl-33,
.col-xl-34,
.col-xl-35,
.col-xl-36,
.col-xl-37,
.col-xl-38,
.col-xl-39,
.col-xl-4,
.col-xl-40,
.col-xl-41,
.col-xl-42,
.col-xl-43,
.col-xl-44,
.col-xl-45,
.col-xl-46,
.col-xl-47,
.col-xl-48,
.col-xl-49,
.col-xl-5,
.col-xl-50,
.col-xl-51,
.col-xl-52,
.col-xl-53,
.col-xl-54,
.col-xl-55,
.col-xl-56,
.col-xl-57,
.col-xl-58,
.col-xl-59,
.col-xl-6,
.col-xl-60,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-2,
.col-xxl-20,
.col-xxl-21,
.col-xxl-22,
.col-xxl-23,
.col-xxl-24,
.col-xxl-25,
.col-xxl-26,
.col-xxl-27,
.col-xxl-28,
.col-xxl-29,
.col-xxl-3,
.col-xxl-30,
.col-xxl-31,
.col-xxl-32,
.col-xxl-33,
.col-xxl-34,
.col-xxl-35,
.col-xxl-36,
.col-xxl-37,
.col-xxl-38,
.col-xxl-39,
.col-xxl-4,
.col-xxl-40,
.col-xxl-41,
.col-xxl-42,
.col-xxl-43,
.col-xxl-44,
.col-xxl-45,
.col-xxl-46,
.col-xxl-47,
.col-xxl-48,
.col-xxl-49,
.col-xxl-5,
.col-xxl-50,
.col-xxl-51,
.col-xxl-52,
.col-xxl-53,
.col-xxl-54,
.col-xxl-55,
.col-xxl-56,
.col-xxl-57,
.col-xxl-58,
.col-xxl-59,
.col-xxl-6,
.col-xxl-60,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-17,
  .col-18,
  .col-19,
  .col-2,
  .col-20,
  .col-21,
  .col-22,
  .col-23,
  .col-24,
  .col-25,
  .col-26,
  .col-27,
  .col-28,
  .col-29,
  .col-3,
  .col-30,
  .col-31,
  .col-32,
  .col-33,
  .col-34,
  .col-35,
  .col-36,
  .col-37,
  .col-38,
  .col-39,
  .col-4,
  .col-40,
  .col-41,
  .col-42,
  .col-43,
  .col-44,
  .col-45,
  .col-46,
  .col-47,
  .col-48,
  .col-49,
  .col-5,
  .col-50,
  .col-51,
  .col-52,
  .col-53,
  .col-54,
  .col-55,
  .col-56,
  .col-57,
  .col-58,
  .col-59,
  .col-6,
  .col-60,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-2,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-3,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-4,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-49,
  .col-lg-5,
  .col-lg-50,
  .col-lg-51,
  .col-lg-52,
  .col-lg-53,
  .col-lg-54,
  .col-lg-55,
  .col-lg-56,
  .col-lg-57,
  .col-lg-58,
  .col-lg-59,
  .col-lg-6,
  .col-lg-60,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-2,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-3,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-4,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-49,
  .col-md-5,
  .col-md-50,
  .col-md-51,
  .col-md-52,
  .col-md-53,
  .col-md-54,
  .col-md-55,
  .col-md-56,
  .col-md-57,
  .col-md-58,
  .col-md-59,
  .col-md-6,
  .col-md-60,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-2,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-3,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-4,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-49,
  .col-sm-5,
  .col-sm-50,
  .col-sm-51,
  .col-sm-52,
  .col-sm-53,
  .col-sm-54,
  .col-sm-55,
  .col-sm-56,
  .col-sm-57,
  .col-sm-58,
  .col-sm-59,
  .col-sm-6,
  .col-sm-60,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-2,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-3,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-4,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48,
  .col-xl-49,
  .col-xl-5,
  .col-xl-50,
  .col-xl-51,
  .col-xl-52,
  .col-xl-53,
  .col-xl-54,
  .col-xl-55,
  .col-xl-56,
  .col-xl-57,
  .col-xl-58,
  .col-xl-59,
  .col-xl-6,
  .col-xl-60,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-2,
  .col-xxl-20,
  .col-xxl-21,
  .col-xxl-22,
  .col-xxl-23,
  .col-xxl-24,
  .col-xxl-25,
  .col-xxl-26,
  .col-xxl-27,
  .col-xxl-28,
  .col-xxl-29,
  .col-xxl-3,
  .col-xxl-30,
  .col-xxl-31,
  .col-xxl-32,
  .col-xxl-33,
  .col-xxl-34,
  .col-xxl-35,
  .col-xxl-36,
  .col-xxl-37,
  .col-xxl-38,
  .col-xxl-39,
  .col-xxl-4,
  .col-xxl-40,
  .col-xxl-41,
  .col-xxl-42,
  .col-xxl-43,
  .col-xxl-44,
  .col-xxl-45,
  .col-xxl-46,
  .col-xxl-47,
  .col-xxl-48,
  .col-xxl-49,
  .col-xxl-5,
  .col-xxl-50,
  .col-xxl-51,
  .col-xxl-52,
  .col-xxl-53,
  .col-xxl-54,
  .col-xxl-55,
  .col-xxl-56,
  .col-xxl-57,
  .col-xxl-58,
  .col-xxl-59,
  .col-xxl-6,
  .col-xxl-60,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:768px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-17,
  .col-18,
  .col-19,
  .col-2,
  .col-20,
  .col-21,
  .col-22,
  .col-23,
  .col-24,
  .col-25,
  .col-26,
  .col-27,
  .col-28,
  .col-29,
  .col-3,
  .col-30,
  .col-31,
  .col-32,
  .col-33,
  .col-34,
  .col-35,
  .col-36,
  .col-37,
  .col-38,
  .col-39,
  .col-4,
  .col-40,
  .col-41,
  .col-42,
  .col-43,
  .col-44,
  .col-45,
  .col-46,
  .col-47,
  .col-48,
  .col-49,
  .col-5,
  .col-50,
  .col-51,
  .col-52,
  .col-53,
  .col-54,
  .col-55,
  .col-56,
  .col-57,
  .col-58,
  .col-59,
  .col-6,
  .col-60,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-2,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-3,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-4,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-49,
  .col-lg-5,
  .col-lg-50,
  .col-lg-51,
  .col-lg-52,
  .col-lg-53,
  .col-lg-54,
  .col-lg-55,
  .col-lg-56,
  .col-lg-57,
  .col-lg-58,
  .col-lg-59,
  .col-lg-6,
  .col-lg-60,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-2,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-3,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-4,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-49,
  .col-md-5,
  .col-md-50,
  .col-md-51,
  .col-md-52,
  .col-md-53,
  .col-md-54,
  .col-md-55,
  .col-md-56,
  .col-md-57,
  .col-md-58,
  .col-md-59,
  .col-md-6,
  .col-md-60,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-2,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-3,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-4,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-49,
  .col-sm-5,
  .col-sm-50,
  .col-sm-51,
  .col-sm-52,
  .col-sm-53,
  .col-sm-54,
  .col-sm-55,
  .col-sm-56,
  .col-sm-57,
  .col-sm-58,
  .col-sm-59,
  .col-sm-6,
  .col-sm-60,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-2,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-3,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-4,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48,
  .col-xl-49,
  .col-xl-5,
  .col-xl-50,
  .col-xl-51,
  .col-xl-52,
  .col-xl-53,
  .col-xl-54,
  .col-xl-55,
  .col-xl-56,
  .col-xl-57,
  .col-xl-58,
  .col-xl-59,
  .col-xl-6,
  .col-xl-60,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-2,
  .col-xxl-20,
  .col-xxl-21,
  .col-xxl-22,
  .col-xxl-23,
  .col-xxl-24,
  .col-xxl-25,
  .col-xxl-26,
  .col-xxl-27,
  .col-xxl-28,
  .col-xxl-29,
  .col-xxl-3,
  .col-xxl-30,
  .col-xxl-31,
  .col-xxl-32,
  .col-xxl-33,
  .col-xxl-34,
  .col-xxl-35,
  .col-xxl-36,
  .col-xxl-37,
  .col-xxl-38,
  .col-xxl-39,
  .col-xxl-4,
  .col-xxl-40,
  .col-xxl-41,
  .col-xxl-42,
  .col-xxl-43,
  .col-xxl-44,
  .col-xxl-45,
  .col-xxl-46,
  .col-xxl-47,
  .col-xxl-48,
  .col-xxl-49,
  .col-xxl-5,
  .col-xxl-50,
  .col-xxl-51,
  .col-xxl-52,
  .col-xxl-53,
  .col-xxl-54,
  .col-xxl-55,
  .col-xxl-56,
  .col-xxl-57,
  .col-xxl-58,
  .col-xxl-59,
  .col-xxl-6,
  .col-xxl-60,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:992px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-17,
  .col-18,
  .col-19,
  .col-2,
  .col-20,
  .col-21,
  .col-22,
  .col-23,
  .col-24,
  .col-25,
  .col-26,
  .col-27,
  .col-28,
  .col-29,
  .col-3,
  .col-30,
  .col-31,
  .col-32,
  .col-33,
  .col-34,
  .col-35,
  .col-36,
  .col-37,
  .col-38,
  .col-39,
  .col-4,
  .col-40,
  .col-41,
  .col-42,
  .col-43,
  .col-44,
  .col-45,
  .col-46,
  .col-47,
  .col-48,
  .col-49,
  .col-5,
  .col-50,
  .col-51,
  .col-52,
  .col-53,
  .col-54,
  .col-55,
  .col-56,
  .col-57,
  .col-58,
  .col-59,
  .col-6,
  .col-60,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-2,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-3,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-4,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-49,
  .col-lg-5,
  .col-lg-50,
  .col-lg-51,
  .col-lg-52,
  .col-lg-53,
  .col-lg-54,
  .col-lg-55,
  .col-lg-56,
  .col-lg-57,
  .col-lg-58,
  .col-lg-59,
  .col-lg-6,
  .col-lg-60,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-2,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-3,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-4,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-49,
  .col-md-5,
  .col-md-50,
  .col-md-51,
  .col-md-52,
  .col-md-53,
  .col-md-54,
  .col-md-55,
  .col-md-56,
  .col-md-57,
  .col-md-58,
  .col-md-59,
  .col-md-6,
  .col-md-60,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-2,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-3,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-4,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-49,
  .col-sm-5,
  .col-sm-50,
  .col-sm-51,
  .col-sm-52,
  .col-sm-53,
  .col-sm-54,
  .col-sm-55,
  .col-sm-56,
  .col-sm-57,
  .col-sm-58,
  .col-sm-59,
  .col-sm-6,
  .col-sm-60,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-2,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-3,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-4,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48,
  .col-xl-49,
  .col-xl-5,
  .col-xl-50,
  .col-xl-51,
  .col-xl-52,
  .col-xl-53,
  .col-xl-54,
  .col-xl-55,
  .col-xl-56,
  .col-xl-57,
  .col-xl-58,
  .col-xl-59,
  .col-xl-6,
  .col-xl-60,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-2,
  .col-xxl-20,
  .col-xxl-21,
  .col-xxl-22,
  .col-xxl-23,
  .col-xxl-24,
  .col-xxl-25,
  .col-xxl-26,
  .col-xxl-27,
  .col-xxl-28,
  .col-xxl-29,
  .col-xxl-3,
  .col-xxl-30,
  .col-xxl-31,
  .col-xxl-32,
  .col-xxl-33,
  .col-xxl-34,
  .col-xxl-35,
  .col-xxl-36,
  .col-xxl-37,
  .col-xxl-38,
  .col-xxl-39,
  .col-xxl-4,
  .col-xxl-40,
  .col-xxl-41,
  .col-xxl-42,
  .col-xxl-43,
  .col-xxl-44,
  .col-xxl-45,
  .col-xxl-46,
  .col-xxl-47,
  .col-xxl-48,
  .col-xxl-49,
  .col-xxl-5,
  .col-xxl-50,
  .col-xxl-51,
  .col-xxl-52,
  .col-xxl-53,
  .col-xxl-54,
  .col-xxl-55,
  .col-xxl-56,
  .col-xxl-57,
  .col-xxl-58,
  .col-xxl-59,
  .col-xxl-6,
  .col-xxl-60,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1200px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-17,
  .col-18,
  .col-19,
  .col-2,
  .col-20,
  .col-21,
  .col-22,
  .col-23,
  .col-24,
  .col-25,
  .col-26,
  .col-27,
  .col-28,
  .col-29,
  .col-3,
  .col-30,
  .col-31,
  .col-32,
  .col-33,
  .col-34,
  .col-35,
  .col-36,
  .col-37,
  .col-38,
  .col-39,
  .col-4,
  .col-40,
  .col-41,
  .col-42,
  .col-43,
  .col-44,
  .col-45,
  .col-46,
  .col-47,
  .col-48,
  .col-49,
  .col-5,
  .col-50,
  .col-51,
  .col-52,
  .col-53,
  .col-54,
  .col-55,
  .col-56,
  .col-57,
  .col-58,
  .col-59,
  .col-6,
  .col-60,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-2,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-3,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-4,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-49,
  .col-lg-5,
  .col-lg-50,
  .col-lg-51,
  .col-lg-52,
  .col-lg-53,
  .col-lg-54,
  .col-lg-55,
  .col-lg-56,
  .col-lg-57,
  .col-lg-58,
  .col-lg-59,
  .col-lg-6,
  .col-lg-60,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-2,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-3,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-4,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-49,
  .col-md-5,
  .col-md-50,
  .col-md-51,
  .col-md-52,
  .col-md-53,
  .col-md-54,
  .col-md-55,
  .col-md-56,
  .col-md-57,
  .col-md-58,
  .col-md-59,
  .col-md-6,
  .col-md-60,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-2,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-3,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-4,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-49,
  .col-sm-5,
  .col-sm-50,
  .col-sm-51,
  .col-sm-52,
  .col-sm-53,
  .col-sm-54,
  .col-sm-55,
  .col-sm-56,
  .col-sm-57,
  .col-sm-58,
  .col-sm-59,
  .col-sm-6,
  .col-sm-60,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-2,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-3,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-4,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48,
  .col-xl-49,
  .col-xl-5,
  .col-xl-50,
  .col-xl-51,
  .col-xl-52,
  .col-xl-53,
  .col-xl-54,
  .col-xl-55,
  .col-xl-56,
  .col-xl-57,
  .col-xl-58,
  .col-xl-59,
  .col-xl-6,
  .col-xl-60,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-2,
  .col-xxl-20,
  .col-xxl-21,
  .col-xxl-22,
  .col-xxl-23,
  .col-xxl-24,
  .col-xxl-25,
  .col-xxl-26,
  .col-xxl-27,
  .col-xxl-28,
  .col-xxl-29,
  .col-xxl-3,
  .col-xxl-30,
  .col-xxl-31,
  .col-xxl-32,
  .col-xxl-33,
  .col-xxl-34,
  .col-xxl-35,
  .col-xxl-36,
  .col-xxl-37,
  .col-xxl-38,
  .col-xxl-39,
  .col-xxl-4,
  .col-xxl-40,
  .col-xxl-41,
  .col-xxl-42,
  .col-xxl-43,
  .col-xxl-44,
  .col-xxl-45,
  .col-xxl-46,
  .col-xxl-47,
  .col-xxl-48,
  .col-xxl-49,
  .col-xxl-5,
  .col-xxl-50,
  .col-xxl-51,
  .col-xxl-52,
  .col-xxl-53,
  .col-xxl-54,
  .col-xxl-55,
  .col-xxl-56,
  .col-xxl-57,
  .col-xxl-58,
  .col-xxl-59,
  .col-xxl-6,
  .col-xxl-60,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media (min-width:1500px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-17,
  .col-18,
  .col-19,
  .col-2,
  .col-20,
  .col-21,
  .col-22,
  .col-23,
  .col-24,
  .col-25,
  .col-26,
  .col-27,
  .col-28,
  .col-29,
  .col-3,
  .col-30,
  .col-31,
  .col-32,
  .col-33,
  .col-34,
  .col-35,
  .col-36,
  .col-37,
  .col-38,
  .col-39,
  .col-4,
  .col-40,
  .col-41,
  .col-42,
  .col-43,
  .col-44,
  .col-45,
  .col-46,
  .col-47,
  .col-48,
  .col-49,
  .col-5,
  .col-50,
  .col-51,
  .col-52,
  .col-53,
  .col-54,
  .col-55,
  .col-56,
  .col-57,
  .col-58,
  .col-59,
  .col-6,
  .col-60,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-2,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-3,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-4,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-49,
  .col-lg-5,
  .col-lg-50,
  .col-lg-51,
  .col-lg-52,
  .col-lg-53,
  .col-lg-54,
  .col-lg-55,
  .col-lg-56,
  .col-lg-57,
  .col-lg-58,
  .col-lg-59,
  .col-lg-6,
  .col-lg-60,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-2,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-3,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-4,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-49,
  .col-md-5,
  .col-md-50,
  .col-md-51,
  .col-md-52,
  .col-md-53,
  .col-md-54,
  .col-md-55,
  .col-md-56,
  .col-md-57,
  .col-md-58,
  .col-md-59,
  .col-md-6,
  .col-md-60,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-2,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-3,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-4,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-49,
  .col-sm-5,
  .col-sm-50,
  .col-sm-51,
  .col-sm-52,
  .col-sm-53,
  .col-sm-54,
  .col-sm-55,
  .col-sm-56,
  .col-sm-57,
  .col-sm-58,
  .col-sm-59,
  .col-sm-6,
  .col-sm-60,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-2,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-3,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-4,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48,
  .col-xl-49,
  .col-xl-5,
  .col-xl-50,
  .col-xl-51,
  .col-xl-52,
  .col-xl-53,
  .col-xl-54,
  .col-xl-55,
  .col-xl-56,
  .col-xl-57,
  .col-xl-58,
  .col-xl-59,
  .col-xl-6,
  .col-xl-60,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-2,
  .col-xxl-20,
  .col-xxl-21,
  .col-xxl-22,
  .col-xxl-23,
  .col-xxl-24,
  .col-xxl-25,
  .col-xxl-26,
  .col-xxl-27,
  .col-xxl-28,
  .col-xxl-29,
  .col-xxl-3,
  .col-xxl-30,
  .col-xxl-31,
  .col-xxl-32,
  .col-xxl-33,
  .col-xxl-34,
  .col-xxl-35,
  .col-xxl-36,
  .col-xxl-37,
  .col-xxl-38,
  .col-xxl-39,
  .col-xxl-4,
  .col-xxl-40,
  .col-xxl-41,
  .col-xxl-42,
  .col-xxl-43,
  .col-xxl-44,
  .col-xxl-45,
  .col-xxl-46,
  .col-xxl-47,
  .col-xxl-48,
  .col-xxl-49,
  .col-xxl-5,
  .col-xxl-50,
  .col-xxl-51,
  .col-xxl-52,
  .col-xxl-53,
  .col-xxl-54,
  .col-xxl-55,
  .col-xxl-56,
  .col-xxl-57,
  .col-xxl-58,
  .col-xxl-59,
  .col-xxl-6,
  .col-xxl-60,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    padding-right: 10px;
    padding-left: 10px
  }
}

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

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.666667%;
  -ms-flex: 0 0 1.666667%;
  flex: 0 0 1.666667%;
  max-width: 1.666667%
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.333333%;
  -ms-flex: 0 0 3.333333%;
  flex: 0 0 3.333333%;
  max-width: 3.333333%
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5%;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.666667%;
  -ms-flex: 0 0 6.666667%;
  flex: 0 0 6.666667%;
  max-width: 6.666667%
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.666667%;
  -ms-flex: 0 0 11.666667%;
  flex: 0 0 11.666667%;
  max-width: 11.666667%
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 13.333333%;
  -ms-flex: 0 0 13.333333%;
  flex: 0 0 13.333333%;
  max-width: 13.333333%
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.333333%;
  -ms-flex: 0 0 18.333333%;
  flex: 0 0 18.333333%;
  max-width: 18.333333%
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.col-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21.666667%;
  -ms-flex: 0 0 21.666667%;
  flex: 0 0 21.666667%;
  max-width: 21.666667%
}

.col-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.333333%;
  -ms-flex: 0 0 23.333333%;
  flex: 0 0 23.333333%;
  max-width: 23.333333%
}

.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.666667%;
  -ms-flex: 0 0 26.666667%;
  flex: 0 0 26.666667%;
  max-width: 26.666667%
}

.col-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28.333333%;
  -ms-flex: 0 0 28.333333%;
  flex: 0 0 28.333333%;
  max-width: 28.333333%
}

.col-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%
}

.col-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.666667%;
  -ms-flex: 0 0 31.666667%;
  flex: 0 0 31.666667%;
  max-width: 31.666667%
}

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%
}

.col-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36.666667%;
  -ms-flex: 0 0 36.666667%;
  flex: 0 0 36.666667%;
  max-width: 36.666667%
}

.col-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38.333333%;
  -ms-flex: 0 0 38.333333%;
  flex: 0 0 38.333333%;
  max-width: 38.333333%
}

.col-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%
}

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.333333%;
  -ms-flex: 0 0 43.333333%;
  flex: 0 0 43.333333%;
  max-width: 43.333333%
}

.col-27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%
}

.col-28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46.666667%;
  -ms-flex: 0 0 46.666667%;
  flex: 0 0 46.666667%;
  max-width: 46.666667%
}

.col-29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.333333%;
  -ms-flex: 0 0 48.333333%;
  flex: 0 0 48.333333%;
  max-width: 48.333333%
}

.col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.666667%;
  -ms-flex: 0 0 51.666667%;
  flex: 0 0 51.666667%;
  max-width: 51.666667%
}

.col-32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53.333333%;
  -ms-flex: 0 0 53.333333%;
  flex: 0 0 53.333333%;
  max-width: 53.333333%
}

.col-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%
}

.col-34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56.666667%;
  -ms-flex: 0 0 56.666667%;
  flex: 0 0 56.666667%;
  max-width: 56.666667%
}

.col-35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-36 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%
}

.col-37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61.666667%;
  -ms-flex: 0 0 61.666667%;
  flex: 0 0 61.666667%;
  max-width: 61.666667%
}

.col-38 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63.333333%;
  -ms-flex: 0 0 63.333333%;
  flex: 0 0 63.333333%;
  max-width: 63.333333%
}

.col-39 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%
}

.col-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68.333333%;
  -ms-flex: 0 0 68.333333%;
  flex: 0 0 68.333333%;
  max-width: 68.333333%
}

.col-42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%
}

.col-43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 71.666667%;
  -ms-flex: 0 0 71.666667%;
  flex: 0 0 71.666667%;
  max-width: 71.666667%
}

.col-44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73.333333%;
  -ms-flex: 0 0 73.333333%;
  flex: 0 0 73.333333%;
  max-width: 73.333333%
}

.col-45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-46 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 76.666667%;
  -ms-flex: 0 0 76.666667%;
  flex: 0 0 76.666667%;
  max-width: 76.666667%
}

.col-47 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 78.333333%;
  -ms-flex: 0 0 78.333333%;
  flex: 0 0 78.333333%;
  max-width: 78.333333%
}

.col-48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%
}

.col-49 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 81.666667%;
  -ms-flex: 0 0 81.666667%;
  flex: 0 0 81.666667%;
  max-width: 81.666667%
}

.col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-51 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%
}

.col-52 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 86.666667%;
  -ms-flex: 0 0 86.666667%;
  flex: 0 0 86.666667%;
  max-width: 86.666667%
}

.col-53 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 88.333333%;
  -ms-flex: 0 0 88.333333%;
  flex: 0 0 88.333333%;
  max-width: 88.333333%
}

.col-54 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%
}

.col-55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 93.333333%;
  -ms-flex: 0 0 93.333333%;
  flex: 0 0 93.333333%;
  max-width: 93.333333%
}

.col-57 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%
}

.col-58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 96.666667%;
  -ms-flex: 0 0 96.666667%;
  flex: 0 0 96.666667%;
  max-width: 96.666667%
}

.col-59 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 98.333333%;
  -ms-flex: 0 0 98.333333%;
  flex: 0 0 98.333333%;
  max-width: 98.333333%
}

.col-60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.pull-0 {
  right: auto
}

.pull-1 {
  right: 1.666667%
}

.pull-2 {
  right: 3.333333%
}

.pull-3 {
  right: 5%
}

.pull-4 {
  right: 6.666667%
}

.pull-5 {
  right: 8.333333%
}

.pull-6 {
  right: 10%
}

.pull-7 {
  right: 11.666667%
}

.pull-8 {
  right: 13.333333%
}

.pull-9 {
  right: 15%
}

.pull-10 {
  right: 16.666667%
}

.pull-11 {
  right: 18.333333%
}

.pull-12 {
  right: 20%
}

.pull-13 {
  right: 21.666667%
}

.pull-14 {
  right: 23.333333%
}

.pull-15 {
  right: 25%
}

.pull-16 {
  right: 26.666667%
}

.pull-17 {
  right: 28.333333%
}

.pull-18 {
  right: 30%
}

.pull-19 {
  right: 31.666667%
}

.pull-20 {
  right: 33.333333%
}

.pull-21 {
  right: 35%
}

.pull-22 {
  right: 36.666667%
}

.pull-23 {
  right: 38.333333%
}

.pull-24 {
  right: 40%
}

.pull-25 {
  right: 41.666667%
}

.pull-26 {
  right: 43.333333%
}

.pull-27 {
  right: 45%
}

.pull-28 {
  right: 46.666667%
}

.pull-29 {
  right: 48.333333%
}

.pull-30 {
  right: 50%
}

.pull-31 {
  right: 51.666667%
}

.pull-32 {
  right: 53.333333%
}

.pull-33 {
  right: 55%
}

.pull-34 {
  right: 56.666667%
}

.pull-35 {
  right: 58.333333%
}

.pull-36 {
  right: 60%
}

.pull-37 {
  right: 61.666667%
}

.pull-38 {
  right: 63.333333%
}

.pull-39 {
  right: 65%
}

.pull-40 {
  right: 66.666667%
}

.pull-41 {
  right: 68.333333%
}

.pull-42 {
  right: 70%
}

.pull-43 {
  right: 71.666667%
}

.pull-44 {
  right: 73.333333%
}

.pull-45 {
  right: 75%
}

.pull-46 {
  right: 76.666667%
}

.pull-47 {
  right: 78.333333%
}

.pull-48 {
  right: 80%
}

.pull-49 {
  right: 81.666667%
}

.pull-50 {
  right: 83.333333%
}

.pull-51 {
  right: 85%
}

.pull-52 {
  right: 86.666667%
}

.pull-53 {
  right: 88.333333%
}

.pull-54 {
  right: 90%
}

.pull-55 {
  right: 91.666667%
}

.pull-56 {
  right: 93.333333%
}

.pull-57 {
  right: 95%
}

.pull-58 {
  right: 96.666667%
}

.pull-59 {
  right: 98.333333%
}

.pull-60 {
  right: 100%
}

.push-0 {
  left: auto
}

.push-1 {
  left: 1.666667%
}

.push-2 {
  left: 3.333333%
}

.push-3 {
  left: 5%
}

.push-4 {
  left: 6.666667%
}

.push-5 {
  left: 8.333333%
}

.push-6 {
  left: 10%
}

.push-7 {
  left: 11.666667%
}

.push-8 {
  left: 13.333333%
}

.push-9 {
  left: 15%
}

.push-10 {
  left: 16.666667%
}

.push-11 {
  left: 18.333333%
}

.push-12 {
  left: 20%
}

.push-13 {
  left: 21.666667%
}

.push-14 {
  left: 23.333333%
}

.push-15 {
  left: 25%
}

.push-16 {
  left: 26.666667%
}

.push-17 {
  left: 28.333333%
}

.push-18 {
  left: 30%
}

.push-19 {
  left: 31.666667%
}

.push-20 {
  left: 33.333333%
}

.push-21 {
  left: 35%
}

.push-22 {
  left: 36.666667%
}

.push-23 {
  left: 38.333333%
}

.push-24 {
  left: 40%
}

.push-25 {
  left: 41.666667%
}

.push-26 {
  left: 43.333333%
}

.push-27 {
  left: 45%
}

.push-28 {
  left: 46.666667%
}

.push-29 {
  left: 48.333333%
}

.push-30 {
  left: 50%
}

.push-31 {
  left: 51.666667%
}

.push-32 {
  left: 53.333333%
}

.push-33 {
  left: 55%
}

.push-34 {
  left: 56.666667%
}

.push-35 {
  left: 58.333333%
}

.push-36 {
  left: 60%
}

.push-37 {
  left: 61.666667%
}

.push-38 {
  left: 63.333333%
}

.push-39 {
  left: 65%
}

.push-40 {
  left: 66.666667%
}

.push-41 {
  left: 68.333333%
}

.push-42 {
  left: 70%
}

.push-43 {
  left: 71.666667%
}

.push-44 {
  left: 73.333333%
}

.push-45 {
  left: 75%
}

.push-46 {
  left: 76.666667%
}

.push-47 {
  left: 78.333333%
}

.push-48 {
  left: 80%
}

.push-49 {
  left: 81.666667%
}

.push-50 {
  left: 83.333333%
}

.push-51 {
  left: 85%
}

.push-52 {
  left: 86.666667%
}

.push-53 {
  left: 88.333333%
}

.push-54 {
  left: 90%
}

.push-55 {
  left: 91.666667%
}

.push-56 {
  left: 93.333333%
}

.push-57 {
  left: 95%
}

.push-58 {
  left: 96.666667%
}

.push-59 {
  left: 98.333333%
}

.push-60 {
  left: 100%
}

.offset-1 {
  margin-left: 1.666667%
}

.offset-2 {
  margin-left: 3.333333%
}

.offset-3 {
  margin-left: 5%
}

.offset-4 {
  margin-left: 6.666667%
}

.offset-5 {
  margin-left: 8.333333%
}

.offset-6 {
  margin-left: 10%
}

.offset-7 {
  margin-left: 11.666667%
}

.offset-8 {
  margin-left: 13.333333%
}

.offset-9 {
  margin-left: 15%
}

.offset-10 {
  margin-left: 16.666667%
}

.offset-11 {
  margin-left: 18.333333%
}

.offset-12 {
  margin-left: 20%
}

.offset-13 {
  margin-left: 21.666667%
}

.offset-14 {
  margin-left: 23.333333%
}

.offset-15 {
  margin-left: 25%
}

.offset-16 {
  margin-left: 26.666667%
}

.offset-17 {
  margin-left: 28.333333%
}

.offset-18 {
  margin-left: 30%
}

.offset-19 {
  margin-left: 31.666667%
}

.offset-20 {
  margin-left: 33.333333%
}

.offset-21 {
  margin-left: 35%
}

.offset-22 {
  margin-left: 36.666667%
}

.offset-23 {
  margin-left: 38.333333%
}

.offset-24 {
  margin-left: 40%
}

.offset-25 {
  margin-left: 41.666667%
}

.offset-26 {
  margin-left: 43.333333%
}

.offset-27 {
  margin-left: 45%
}

.offset-28 {
  margin-left: 46.666667%
}

.offset-29 {
  margin-left: 48.333333%
}

.offset-30 {
  margin-left: 50%
}

.offset-31 {
  margin-left: 51.666667%
}

.offset-32 {
  margin-left: 53.333333%
}

.offset-33 {
  margin-left: 55%
}

.offset-34 {
  margin-left: 56.666667%
}

.offset-35 {
  margin-left: 58.333333%
}

.offset-36 {
  margin-left: 60%
}

.offset-37 {
  margin-left: 61.666667%
}

.offset-38 {
  margin-left: 63.333333%
}

.offset-39 {
  margin-left: 65%
}

.offset-40 {
  margin-left: 66.666667%
}

.offset-41 {
  margin-left: 68.333333%
}

.offset-42 {
  margin-left: 70%
}

.offset-43 {
  margin-left: 71.666667%
}

.offset-44 {
  margin-left: 73.333333%
}

.offset-45 {
  margin-left: 75%
}

.offset-46 {
  margin-left: 76.666667%
}

.offset-47 {
  margin-left: 78.333333%
}

.offset-48 {
  margin-left: 80%
}

.offset-49 {
  margin-left: 81.666667%
}

.offset-50 {
  margin-left: 83.333333%
}

.offset-51 {
  margin-left: 85%
}

.offset-52 {
  margin-left: 86.666667%
}

.offset-53 {
  margin-left: 88.333333%
}

.offset-54 {
  margin-left: 90%
}

.offset-55 {
  margin-left: 91.666667%
}

.offset-56 {
  margin-left: 93.333333%
}

.offset-57 {
  margin-left: 95%
}

.offset-58 {
  margin-left: 96.666667%
}

.offset-59 {
  margin-left: 98.333333%
}

@media (min-width:576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.666667%;
    -ms-flex: 0 0 1.666667%;
    flex: 0 0 1.666667%;
    max-width: 1.666667%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.333333%;
    -ms-flex: 0 0 3.333333%;
    flex: 0 0 3.333333%;
    max-width: 3.333333%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.666667%;
    -ms-flex: 0 0 6.666667%;
    flex: 0 0 6.666667%;
    max-width: 6.666667%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.666667%;
    -ms-flex: 0 0 11.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.333333%;
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.333333%;
    -ms-flex: 0 0 18.333333%;
    flex: 0 0 18.333333%;
    max-width: 18.333333%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-sm-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.666667%;
    -ms-flex: 0 0 21.666667%;
    flex: 0 0 21.666667%;
    max-width: 21.666667%
  }

  .col-sm-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.333333%;
    -ms-flex: 0 0 23.333333%;
    flex: 0 0 23.333333%;
    max-width: 23.333333%
  }

  .col-sm-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.666667%;
    -ms-flex: 0 0 26.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%
  }

  .col-sm-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.333333%;
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%
  }

  .col-sm-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
  }

  .col-sm-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.666667%;
    -ms-flex: 0 0 31.666667%;
    flex: 0 0 31.666667%;
    max-width: 31.666667%
  }

  .col-sm-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
  }

  .col-sm-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.666667%;
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%
  }

  .col-sm-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38.333333%;
    -ms-flex: 0 0 38.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%
  }

  .col-sm-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .col-sm-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.333333%;
    -ms-flex: 0 0 43.333333%;
    flex: 0 0 43.333333%;
    max-width: 43.333333%
  }

  .col-sm-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .col-sm-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.666667%;
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%
  }

  .col-sm-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.333333%;
    -ms-flex: 0 0 48.333333%;
    flex: 0 0 48.333333%;
    max-width: 48.333333%
  }

  .col-sm-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.666667%;
    -ms-flex: 0 0 51.666667%;
    flex: 0 0 51.666667%;
    max-width: 51.666667%
  }

  .col-sm-32 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.333333%;
    -ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%
  }

  .col-sm-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
  }

  .col-sm-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.666667%;
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%
  }

  .col-sm-35 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .col-sm-37 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.666667%;
    -ms-flex: 0 0 61.666667%;
    flex: 0 0 61.666667%;
    max-width: 61.666667%
  }

  .col-sm-38 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.333333%;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%
  }

  .col-sm-39 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
  }

  .col-sm-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.333333%;
    -ms-flex: 0 0 68.333333%;
    flex: 0 0 68.333333%;
    max-width: 68.333333%
  }

  .col-sm-42 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
  }

  .col-sm-43 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 71.666667%;
    -ms-flex: 0 0 71.666667%;
    flex: 0 0 71.666667%;
    max-width: 71.666667%
  }

  .col-sm-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73.333333%;
    -ms-flex: 0 0 73.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%
  }

  .col-sm-45 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-46 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76.666667%;
    -ms-flex: 0 0 76.666667%;
    flex: 0 0 76.666667%;
    max-width: 76.666667%
  }

  .col-sm-47 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78.333333%;
    -ms-flex: 0 0 78.333333%;
    flex: 0 0 78.333333%;
    max-width: 78.333333%
  }

  .col-sm-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .col-sm-49 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.666667%;
    -ms-flex: 0 0 81.666667%;
    flex: 0 0 81.666667%;
    max-width: 81.666667%
  }

  .col-sm-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-51 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%
  }

  .col-sm-52 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 86.666667%;
    -ms-flex: 0 0 86.666667%;
    flex: 0 0 86.666667%;
    max-width: 86.666667%
  }

  .col-sm-53 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88.333333%;
    -ms-flex: 0 0 88.333333%;
    flex: 0 0 88.333333%;
    max-width: 88.333333%
  }

  .col-sm-54 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
  }

  .col-sm-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.333333%;
    -ms-flex: 0 0 93.333333%;
    flex: 0 0 93.333333%;
    max-width: 93.333333%
  }

  .col-sm-57 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%
  }

  .col-sm-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96.666667%;
    -ms-flex: 0 0 96.666667%;
    flex: 0 0 96.666667%;
    max-width: 96.666667%
  }

  .col-sm-59 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98.333333%;
    -ms-flex: 0 0 98.333333%;
    flex: 0 0 98.333333%;
    max-width: 98.333333%
  }

  .col-sm-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-sm-0 {
    right: auto
  }

  .pull-sm-1 {
    right: 1.666667%
  }

  .pull-sm-2 {
    right: 3.333333%
  }

  .pull-sm-3 {
    right: 5%
  }

  .pull-sm-4 {
    right: 6.666667%
  }

  .pull-sm-5 {
    right: 8.333333%
  }

  .pull-sm-6 {
    right: 10%
  }

  .pull-sm-7 {
    right: 11.666667%
  }

  .pull-sm-8 {
    right: 13.333333%
  }

  .pull-sm-9 {
    right: 15%
  }

  .pull-sm-10 {
    right: 16.666667%
  }

  .pull-sm-11 {
    right: 18.333333%
  }

  .pull-sm-12 {
    right: 20%
  }

  .pull-sm-13 {
    right: 21.666667%
  }

  .pull-sm-14 {
    right: 23.333333%
  }

  .pull-sm-15 {
    right: 25%
  }

  .pull-sm-16 {
    right: 26.666667%
  }

  .pull-sm-17 {
    right: 28.333333%
  }

  .pull-sm-18 {
    right: 30%
  }

  .pull-sm-19 {
    right: 31.666667%
  }

  .pull-sm-20 {
    right: 33.333333%
  }

  .pull-sm-21 {
    right: 35%
  }

  .pull-sm-22 {
    right: 36.666667%
  }

  .pull-sm-23 {
    right: 38.333333%
  }

  .pull-sm-24 {
    right: 40%
  }

  .pull-sm-25 {
    right: 41.666667%
  }

  .pull-sm-26 {
    right: 43.333333%
  }

  .pull-sm-27 {
    right: 45%
  }

  .pull-sm-28 {
    right: 46.666667%
  }

  .pull-sm-29 {
    right: 48.333333%
  }

  .pull-sm-30 {
    right: 50%
  }

  .pull-sm-31 {
    right: 51.666667%
  }

  .pull-sm-32 {
    right: 53.333333%
  }

  .pull-sm-33 {
    right: 55%
  }

  .pull-sm-34 {
    right: 56.666667%
  }

  .pull-sm-35 {
    right: 58.333333%
  }

  .pull-sm-36 {
    right: 60%
  }

  .pull-sm-37 {
    right: 61.666667%
  }

  .pull-sm-38 {
    right: 63.333333%
  }

  .pull-sm-39 {
    right: 65%
  }

  .pull-sm-40 {
    right: 66.666667%
  }

  .pull-sm-41 {
    right: 68.333333%
  }

  .pull-sm-42 {
    right: 70%
  }

  .pull-sm-43 {
    right: 71.666667%
  }

  .pull-sm-44 {
    right: 73.333333%
  }

  .pull-sm-45 {
    right: 75%
  }

  .pull-sm-46 {
    right: 76.666667%
  }

  .pull-sm-47 {
    right: 78.333333%
  }

  .pull-sm-48 {
    right: 80%
  }

  .pull-sm-49 {
    right: 81.666667%
  }

  .pull-sm-50 {
    right: 83.333333%
  }

  .pull-sm-51 {
    right: 85%
  }

  .pull-sm-52 {
    right: 86.666667%
  }

  .pull-sm-53 {
    right: 88.333333%
  }

  .pull-sm-54 {
    right: 90%
  }

  .pull-sm-55 {
    right: 91.666667%
  }

  .pull-sm-56 {
    right: 93.333333%
  }

  .pull-sm-57 {
    right: 95%
  }

  .pull-sm-58 {
    right: 96.666667%
  }

  .pull-sm-59 {
    right: 98.333333%
  }

  .pull-sm-60 {
    right: 100%
  }

  .push-sm-0 {
    left: auto
  }

  .push-sm-1 {
    left: 1.666667%
  }

  .push-sm-2 {
    left: 3.333333%
  }

  .push-sm-3 {
    left: 5%
  }

  .push-sm-4 {
    left: 6.666667%
  }

  .push-sm-5 {
    left: 8.333333%
  }

  .push-sm-6 {
    left: 10%
  }

  .push-sm-7 {
    left: 11.666667%
  }

  .push-sm-8 {
    left: 13.333333%
  }

  .push-sm-9 {
    left: 15%
  }

  .push-sm-10 {
    left: 16.666667%
  }

  .push-sm-11 {
    left: 18.333333%
  }

  .push-sm-12 {
    left: 20%
  }

  .push-sm-13 {
    left: 21.666667%
  }

  .push-sm-14 {
    left: 23.333333%
  }

  .push-sm-15 {
    left: 25%
  }

  .push-sm-16 {
    left: 26.666667%
  }

  .push-sm-17 {
    left: 28.333333%
  }

  .push-sm-18 {
    left: 30%
  }

  .push-sm-19 {
    left: 31.666667%
  }

  .push-sm-20 {
    left: 33.333333%
  }

  .push-sm-21 {
    left: 35%
  }

  .push-sm-22 {
    left: 36.666667%
  }

  .push-sm-23 {
    left: 38.333333%
  }

  .push-sm-24 {
    left: 40%
  }

  .push-sm-25 {
    left: 41.666667%
  }

  .push-sm-26 {
    left: 43.333333%
  }

  .push-sm-27 {
    left: 45%
  }

  .push-sm-28 {
    left: 46.666667%
  }

  .push-sm-29 {
    left: 48.333333%
  }

  .push-sm-30 {
    left: 50%
  }

  .push-sm-31 {
    left: 51.666667%
  }

  .push-sm-32 {
    left: 53.333333%
  }

  .push-sm-33 {
    left: 55%
  }

  .push-sm-34 {
    left: 56.666667%
  }

  .push-sm-35 {
    left: 58.333333%
  }

  .push-sm-36 {
    left: 60%
  }

  .push-sm-37 {
    left: 61.666667%
  }

  .push-sm-38 {
    left: 63.333333%
  }

  .push-sm-39 {
    left: 65%
  }

  .push-sm-40 {
    left: 66.666667%
  }

  .push-sm-41 {
    left: 68.333333%
  }

  .push-sm-42 {
    left: 70%
  }

  .push-sm-43 {
    left: 71.666667%
  }

  .push-sm-44 {
    left: 73.333333%
  }

  .push-sm-45 {
    left: 75%
  }

  .push-sm-46 {
    left: 76.666667%
  }

  .push-sm-47 {
    left: 78.333333%
  }

  .push-sm-48 {
    left: 80%
  }

  .push-sm-49 {
    left: 81.666667%
  }

  .push-sm-50 {
    left: 83.333333%
  }

  .push-sm-51 {
    left: 85%
  }

  .push-sm-52 {
    left: 86.666667%
  }

  .push-sm-53 {
    left: 88.333333%
  }

  .push-sm-54 {
    left: 90%
  }

  .push-sm-55 {
    left: 91.666667%
  }

  .push-sm-56 {
    left: 93.333333%
  }

  .push-sm-57 {
    left: 95%
  }

  .push-sm-58 {
    left: 96.666667%
  }

  .push-sm-59 {
    left: 98.333333%
  }

  .push-sm-60 {
    left: 100%
  }

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

  .offset-sm-1 {
    margin-left: 1.666667%
  }

  .offset-sm-2 {
    margin-left: 3.333333%
  }

  .offset-sm-3 {
    margin-left: 5%
  }

  .offset-sm-4 {
    margin-left: 6.666667%
  }

  .offset-sm-5 {
    margin-left: 8.333333%
  }

  .offset-sm-6 {
    margin-left: 10%
  }

  .offset-sm-7 {
    margin-left: 11.666667%
  }

  .offset-sm-8 {
    margin-left: 13.333333%
  }

  .offset-sm-9 {
    margin-left: 15%
  }

  .offset-sm-10 {
    margin-left: 16.666667%
  }

  .offset-sm-11 {
    margin-left: 18.333333%
  }

  .offset-sm-12 {
    margin-left: 20%
  }

  .offset-sm-13 {
    margin-left: 21.666667%
  }

  .offset-sm-14 {
    margin-left: 23.333333%
  }

  .offset-sm-15 {
    margin-left: 25%
  }

  .offset-sm-16 {
    margin-left: 26.666667%
  }

  .offset-sm-17 {
    margin-left: 28.333333%
  }

  .offset-sm-18 {
    margin-left: 30%
  }

  .offset-sm-19 {
    margin-left: 31.666667%
  }

  .offset-sm-20 {
    margin-left: 33.333333%
  }

  .offset-sm-21 {
    margin-left: 35%
  }

  .offset-sm-22 {
    margin-left: 36.666667%
  }

  .offset-sm-23 {
    margin-left: 38.333333%
  }

  .offset-sm-24 {
    margin-left: 40%
  }

  .offset-sm-25 {
    margin-left: 41.666667%
  }

  .offset-sm-26 {
    margin-left: 43.333333%
  }

  .offset-sm-27 {
    margin-left: 45%
  }

  .offset-sm-28 {
    margin-left: 46.666667%
  }

  .offset-sm-29 {
    margin-left: 48.333333%
  }

  .offset-sm-30 {
    margin-left: 50%
  }

  .offset-sm-31 {
    margin-left: 51.666667%
  }

  .offset-sm-32 {
    margin-left: 53.333333%
  }

  .offset-sm-33 {
    margin-left: 55%
  }

  .offset-sm-34 {
    margin-left: 56.666667%
  }

  .offset-sm-35 {
    margin-left: 58.333333%
  }

  .offset-sm-36 {
    margin-left: 60%
  }

  .offset-sm-37 {
    margin-left: 61.666667%
  }

  .offset-sm-38 {
    margin-left: 63.333333%
  }

  .offset-sm-39 {
    margin-left: 65%
  }

  .offset-sm-40 {
    margin-left: 66.666667%
  }

  .offset-sm-41 {
    margin-left: 68.333333%
  }

  .offset-sm-42 {
    margin-left: 70%
  }

  .offset-sm-43 {
    margin-left: 71.666667%
  }

  .offset-sm-44 {
    margin-left: 73.333333%
  }

  .offset-sm-45 {
    margin-left: 75%
  }

  .offset-sm-46 {
    margin-left: 76.666667%
  }

  .offset-sm-47 {
    margin-left: 78.333333%
  }

  .offset-sm-48 {
    margin-left: 80%
  }

  .offset-sm-49 {
    margin-left: 81.666667%
  }

  .offset-sm-50 {
    margin-left: 83.333333%
  }

  .offset-sm-51 {
    margin-left: 85%
  }

  .offset-sm-52 {
    margin-left: 86.666667%
  }

  .offset-sm-53 {
    margin-left: 88.333333%
  }

  .offset-sm-54 {
    margin-left: 90%
  }

  .offset-sm-55 {
    margin-left: 91.666667%
  }

  .offset-sm-56 {
    margin-left: 93.333333%
  }

  .offset-sm-57 {
    margin-left: 95%
  }

  .offset-sm-58 {
    margin-left: 96.666667%
  }

  .offset-sm-59 {
    margin-left: 98.333333%
  }
}

@media (min-width:768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.666667%;
    -ms-flex: 0 0 1.666667%;
    flex: 0 0 1.666667%;
    max-width: 1.666667%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.333333%;
    -ms-flex: 0 0 3.333333%;
    flex: 0 0 3.333333%;
    max-width: 3.333333%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.666667%;
    -ms-flex: 0 0 6.666667%;
    flex: 0 0 6.666667%;
    max-width: 6.666667%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.666667%;
    -ms-flex: 0 0 11.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.333333%;
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.333333%;
    -ms-flex: 0 0 18.333333%;
    flex: 0 0 18.333333%;
    max-width: 18.333333%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-md-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.666667%;
    -ms-flex: 0 0 21.666667%;
    flex: 0 0 21.666667%;
    max-width: 21.666667%
  }

  .col-md-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.333333%;
    -ms-flex: 0 0 23.333333%;
    flex: 0 0 23.333333%;
    max-width: 23.333333%
  }

  .col-md-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.666667%;
    -ms-flex: 0 0 26.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%
  }

  .col-md-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.333333%;
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%
  }

  .col-md-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
  }

  .col-md-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.666667%;
    -ms-flex: 0 0 31.666667%;
    flex: 0 0 31.666667%;
    max-width: 31.666667%
  }

  .col-md-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
  }

  .col-md-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.666667%;
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%
  }

  .col-md-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38.333333%;
    -ms-flex: 0 0 38.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%
  }

  .col-md-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .col-md-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.333333%;
    -ms-flex: 0 0 43.333333%;
    flex: 0 0 43.333333%;
    max-width: 43.333333%
  }

  .col-md-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .col-md-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.666667%;
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%
  }

  .col-md-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.333333%;
    -ms-flex: 0 0 48.333333%;
    flex: 0 0 48.333333%;
    max-width: 48.333333%
  }

  .col-md-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.666667%;
    -ms-flex: 0 0 51.666667%;
    flex: 0 0 51.666667%;
    max-width: 51.666667%
  }

  .col-md-32 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.333333%;
    -ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%
  }

  .col-md-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
  }

  .col-md-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.666667%;
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%
  }

  .col-md-35 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .col-md-37 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.666667%;
    -ms-flex: 0 0 61.666667%;
    flex: 0 0 61.666667%;
    max-width: 61.666667%
  }

  .col-md-38 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.333333%;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%
  }

  .col-md-39 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
  }

  .col-md-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.333333%;
    -ms-flex: 0 0 68.333333%;
    flex: 0 0 68.333333%;
    max-width: 68.333333%
  }

  .col-md-42 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
  }

  .col-md-43 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 71.666667%;
    -ms-flex: 0 0 71.666667%;
    flex: 0 0 71.666667%;
    max-width: 71.666667%
  }

  .col-md-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73.333333%;
    -ms-flex: 0 0 73.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%
  }

  .col-md-45 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-46 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76.666667%;
    -ms-flex: 0 0 76.666667%;
    flex: 0 0 76.666667%;
    max-width: 76.666667%
  }

  .col-md-47 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78.333333%;
    -ms-flex: 0 0 78.333333%;
    flex: 0 0 78.333333%;
    max-width: 78.333333%
  }

  .col-md-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .col-md-49 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.666667%;
    -ms-flex: 0 0 81.666667%;
    flex: 0 0 81.666667%;
    max-width: 81.666667%
  }

  .col-md-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-51 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%
  }

  .col-md-52 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 86.666667%;
    -ms-flex: 0 0 86.666667%;
    flex: 0 0 86.666667%;
    max-width: 86.666667%
  }

  .col-md-53 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88.333333%;
    -ms-flex: 0 0 88.333333%;
    flex: 0 0 88.333333%;
    max-width: 88.333333%
  }

  .col-md-54 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
  }

  .col-md-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.333333%;
    -ms-flex: 0 0 93.333333%;
    flex: 0 0 93.333333%;
    max-width: 93.333333%
  }

  .col-md-57 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%
  }

  .col-md-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96.666667%;
    -ms-flex: 0 0 96.666667%;
    flex: 0 0 96.666667%;
    max-width: 96.666667%
  }

  .col-md-59 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98.333333%;
    -ms-flex: 0 0 98.333333%;
    flex: 0 0 98.333333%;
    max-width: 98.333333%
  }

  .col-md-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-md-0 {
    right: auto
  }

  .pull-md-1 {
    right: 1.666667%
  }

  .pull-md-2 {
    right: 3.333333%
  }

  .pull-md-3 {
    right: 5%
  }

  .pull-md-4 {
    right: 6.666667%
  }

  .pull-md-5 {
    right: 8.333333%
  }

  .pull-md-6 {
    right: 10%
  }

  .pull-md-7 {
    right: 11.666667%
  }

  .pull-md-8 {
    right: 13.333333%
  }

  .pull-md-9 {
    right: 15%
  }

  .pull-md-10 {
    right: 16.666667%
  }

  .pull-md-11 {
    right: 18.333333%
  }

  .pull-md-12 {
    right: 20%
  }

  .pull-md-13 {
    right: 21.666667%
  }

  .pull-md-14 {
    right: 23.333333%
  }

  .pull-md-15 {
    right: 25%
  }

  .pull-md-16 {
    right: 26.666667%
  }

  .pull-md-17 {
    right: 28.333333%
  }

  .pull-md-18 {
    right: 30%
  }

  .pull-md-19 {
    right: 31.666667%
  }

  .pull-md-20 {
    right: 33.333333%
  }

  .pull-md-21 {
    right: 35%
  }

  .pull-md-22 {
    right: 36.666667%
  }

  .pull-md-23 {
    right: 38.333333%
  }

  .pull-md-24 {
    right: 40%
  }

  .pull-md-25 {
    right: 41.666667%
  }

  .pull-md-26 {
    right: 43.333333%
  }

  .pull-md-27 {
    right: 45%
  }

  .pull-md-28 {
    right: 46.666667%
  }

  .pull-md-29 {
    right: 48.333333%
  }

  .pull-md-30 {
    right: 50%
  }

  .pull-md-31 {
    right: 51.666667%
  }

  .pull-md-32 {
    right: 53.333333%
  }

  .pull-md-33 {
    right: 55%
  }

  .pull-md-34 {
    right: 56.666667%
  }

  .pull-md-35 {
    right: 58.333333%
  }

  .pull-md-36 {
    right: 60%
  }

  .pull-md-37 {
    right: 61.666667%
  }

  .pull-md-38 {
    right: 63.333333%
  }

  .pull-md-39 {
    right: 65%
  }

  .pull-md-40 {
    right: 66.666667%
  }

  .pull-md-41 {
    right: 68.333333%
  }

  .pull-md-42 {
    right: 70%
  }

  .pull-md-43 {
    right: 71.666667%
  }

  .pull-md-44 {
    right: 73.333333%
  }

  .pull-md-45 {
    right: 75%
  }

  .pull-md-46 {
    right: 76.666667%
  }

  .pull-md-47 {
    right: 78.333333%
  }

  .pull-md-48 {
    right: 80%
  }

  .pull-md-49 {
    right: 81.666667%
  }

  .pull-md-50 {
    right: 83.333333%
  }

  .pull-md-51 {
    right: 85%
  }

  .pull-md-52 {
    right: 86.666667%
  }

  .pull-md-53 {
    right: 88.333333%
  }

  .pull-md-54 {
    right: 90%
  }

  .pull-md-55 {
    right: 91.666667%
  }

  .pull-md-56 {
    right: 93.333333%
  }

  .pull-md-57 {
    right: 95%
  }

  .pull-md-58 {
    right: 96.666667%
  }

  .pull-md-59 {
    right: 98.333333%
  }

  .pull-md-60 {
    right: 100%
  }

  .push-md-0 {
    left: auto
  }

  .push-md-1 {
    left: 1.666667%
  }

  .push-md-2 {
    left: 3.333333%
  }

  .push-md-3 {
    left: 5%
  }

  .push-md-4 {
    left: 6.666667%
  }

  .push-md-5 {
    left: 8.333333%
  }

  .push-md-6 {
    left: 10%
  }

  .push-md-7 {
    left: 11.666667%
  }

  .push-md-8 {
    left: 13.333333%
  }

  .push-md-9 {
    left: 15%
  }

  .push-md-10 {
    left: 16.666667%
  }

  .push-md-11 {
    left: 18.333333%
  }

  .push-md-12 {
    left: 20%
  }

  .push-md-13 {
    left: 21.666667%
  }

  .push-md-14 {
    left: 23.333333%
  }

  .push-md-15 {
    left: 25%
  }

  .push-md-16 {
    left: 26.666667%
  }

  .push-md-17 {
    left: 28.333333%
  }

  .push-md-18 {
    left: 30%
  }

  .push-md-19 {
    left: 31.666667%
  }

  .push-md-20 {
    left: 33.333333%
  }

  .push-md-21 {
    left: 35%
  }

  .push-md-22 {
    left: 36.666667%
  }

  .push-md-23 {
    left: 38.333333%
  }

  .push-md-24 {
    left: 40%
  }

  .push-md-25 {
    left: 41.666667%
  }

  .push-md-26 {
    left: 43.333333%
  }

  .push-md-27 {
    left: 45%
  }

  .push-md-28 {
    left: 46.666667%
  }

  .push-md-29 {
    left: 48.333333%
  }

  .push-md-30 {
    left: 50%
  }

  .push-md-31 {
    left: 51.666667%
  }

  .push-md-32 {
    left: 53.333333%
  }

  .push-md-33 {
    left: 55%
  }

  .push-md-34 {
    left: 56.666667%
  }

  .push-md-35 {
    left: 58.333333%
  }

  .push-md-36 {
    left: 60%
  }

  .push-md-37 {
    left: 61.666667%
  }

  .push-md-38 {
    left: 63.333333%
  }

  .push-md-39 {
    left: 65%
  }

  .push-md-40 {
    left: 66.666667%
  }

  .push-md-41 {
    left: 68.333333%
  }

  .push-md-42 {
    left: 70%
  }

  .push-md-43 {
    left: 71.666667%
  }

  .push-md-44 {
    left: 73.333333%
  }

  .push-md-45 {
    left: 75%
  }

  .push-md-46 {
    left: 76.666667%
  }

  .push-md-47 {
    left: 78.333333%
  }

  .push-md-48 {
    left: 80%
  }

  .push-md-49 {
    left: 81.666667%
  }

  .push-md-50 {
    left: 83.333333%
  }

  .push-md-51 {
    left: 85%
  }

  .push-md-52 {
    left: 86.666667%
  }

  .push-md-53 {
    left: 88.333333%
  }

  .push-md-54 {
    left: 90%
  }

  .push-md-55 {
    left: 91.666667%
  }

  .push-md-56 {
    left: 93.333333%
  }

  .push-md-57 {
    left: 95%
  }

  .push-md-58 {
    left: 96.666667%
  }

  .push-md-59 {
    left: 98.333333%
  }

  .push-md-60 {
    left: 100%
  }

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

  .offset-md-1 {
    margin-left: 1.666667%
  }

  .offset-md-2 {
    margin-left: 3.333333%
  }

  .offset-md-3 {
    margin-left: 5%
  }

  .offset-md-4 {
    margin-left: 6.666667%
  }

  .offset-md-5 {
    margin-left: 8.333333%
  }

  .offset-md-6 {
    margin-left: 10%
  }

  .offset-md-7 {
    margin-left: 11.666667%
  }

  .offset-md-8 {
    margin-left: 13.333333%
  }

  .offset-md-9 {
    margin-left: 15%
  }

  .offset-md-10 {
    margin-left: 16.666667%
  }

  .offset-md-11 {
    margin-left: 18.333333%
  }

  .offset-md-12 {
    margin-left: 20%
  }

  .offset-md-13 {
    margin-left: 21.666667%
  }

  .offset-md-14 {
    margin-left: 23.333333%
  }

  .offset-md-15 {
    margin-left: 25%
  }

  .offset-md-16 {
    margin-left: 26.666667%
  }

  .offset-md-17 {
    margin-left: 28.333333%
  }

  .offset-md-18 {
    margin-left: 30%
  }

  .offset-md-19 {
    margin-left: 31.666667%
  }

  .offset-md-20 {
    margin-left: 33.333333%
  }

  .offset-md-21 {
    margin-left: 35%
  }

  .offset-md-22 {
    margin-left: 36.666667%
  }

  .offset-md-23 {
    margin-left: 38.333333%
  }

  .offset-md-24 {
    margin-left: 40%
  }

  .offset-md-25 {
    margin-left: 41.666667%
  }

  .offset-md-26 {
    margin-left: 43.333333%
  }

  .offset-md-27 {
    margin-left: 45%
  }

  .offset-md-28 {
    margin-left: 46.666667%
  }

  .offset-md-29 {
    margin-left: 48.333333%
  }

  .offset-md-30 {
    margin-left: 50%
  }

  .offset-md-31 {
    margin-left: 51.666667%
  }

  .offset-md-32 {
    margin-left: 53.333333%
  }

  .offset-md-33 {
    margin-left: 55%
  }

  .offset-md-34 {
    margin-left: 56.666667%
  }

  .offset-md-35 {
    margin-left: 58.333333%
  }

  .offset-md-36 {
    margin-left: 60%
  }

  .offset-md-37 {
    margin-left: 61.666667%
  }

  .offset-md-38 {
    margin-left: 63.333333%
  }

  .offset-md-39 {
    margin-left: 65%
  }

  .offset-md-40 {
    margin-left: 66.666667%
  }

  .offset-md-41 {
    margin-left: 68.333333%
  }

  .offset-md-42 {
    margin-left: 70%
  }

  .offset-md-43 {
    margin-left: 71.666667%
  }

  .offset-md-44 {
    margin-left: 73.333333%
  }

  .offset-md-45 {
    margin-left: 75%
  }

  .offset-md-46 {
    margin-left: 76.666667%
  }

  .offset-md-47 {
    margin-left: 78.333333%
  }

  .offset-md-48 {
    margin-left: 80%
  }

  .offset-md-49 {
    margin-left: 81.666667%
  }

  .offset-md-50 {
    margin-left: 83.333333%
  }

  .offset-md-51 {
    margin-left: 85%
  }

  .offset-md-52 {
    margin-left: 86.666667%
  }

  .offset-md-53 {
    margin-left: 88.333333%
  }

  .offset-md-54 {
    margin-left: 90%
  }

  .offset-md-55 {
    margin-left: 91.666667%
  }

  .offset-md-56 {
    margin-left: 93.333333%
  }

  .offset-md-57 {
    margin-left: 95%
  }

  .offset-md-58 {
    margin-left: 96.666667%
  }

  .offset-md-59 {
    margin-left: 98.333333%
  }
}

@media (min-width:992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.666667%;
    -ms-flex: 0 0 1.666667%;
    flex: 0 0 1.666667%;
    max-width: 1.666667%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.333333%;
    -ms-flex: 0 0 3.333333%;
    flex: 0 0 3.333333%;
    max-width: 3.333333%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.666667%;
    -ms-flex: 0 0 6.666667%;
    flex: 0 0 6.666667%;
    max-width: 6.666667%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.666667%;
    -ms-flex: 0 0 11.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.333333%;
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.333333%;
    -ms-flex: 0 0 18.333333%;
    flex: 0 0 18.333333%;
    max-width: 18.333333%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-lg-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.666667%;
    -ms-flex: 0 0 21.666667%;
    flex: 0 0 21.666667%;
    max-width: 21.666667%
  }

  .col-lg-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.333333%;
    -ms-flex: 0 0 23.333333%;
    flex: 0 0 23.333333%;
    max-width: 23.333333%
  }

  .col-lg-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.666667%;
    -ms-flex: 0 0 26.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%
  }

  .col-lg-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.333333%;
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%
  }

  .col-lg-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
  }

  .col-lg-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.666667%;
    -ms-flex: 0 0 31.666667%;
    flex: 0 0 31.666667%;
    max-width: 31.666667%
  }

  .col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
  }

  .col-lg-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.666667%;
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%
  }

  .col-lg-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38.333333%;
    -ms-flex: 0 0 38.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%
  }

  .col-lg-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .col-lg-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.333333%;
    -ms-flex: 0 0 43.333333%;
    flex: 0 0 43.333333%;
    max-width: 43.333333%
  }

  .col-lg-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .col-lg-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.666667%;
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%
  }

  .col-lg-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.333333%;
    -ms-flex: 0 0 48.333333%;
    flex: 0 0 48.333333%;
    max-width: 48.333333%
  }

  .col-lg-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.666667%;
    -ms-flex: 0 0 51.666667%;
    flex: 0 0 51.666667%;
    max-width: 51.666667%
  }

  .col-lg-32 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.333333%;
    -ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%
  }

  .col-lg-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
  }

  .col-lg-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.666667%;
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%
  }

  .col-lg-35 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .col-lg-37 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.666667%;
    -ms-flex: 0 0 61.666667%;
    flex: 0 0 61.666667%;
    max-width: 61.666667%
  }

  .col-lg-38 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.333333%;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%
  }

  .col-lg-39 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
  }

  .col-lg-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.333333%;
    -ms-flex: 0 0 68.333333%;
    flex: 0 0 68.333333%;
    max-width: 68.333333%
  }

  .col-lg-42 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
  }

  .col-lg-43 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 71.666667%;
    -ms-flex: 0 0 71.666667%;
    flex: 0 0 71.666667%;
    max-width: 71.666667%
  }

  .col-lg-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73.333333%;
    -ms-flex: 0 0 73.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%
  }

  .col-lg-45 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-46 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76.666667%;
    -ms-flex: 0 0 76.666667%;
    flex: 0 0 76.666667%;
    max-width: 76.666667%
  }

  .col-lg-47 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78.333333%;
    -ms-flex: 0 0 78.333333%;
    flex: 0 0 78.333333%;
    max-width: 78.333333%
  }

  .col-lg-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .col-lg-49 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.666667%;
    -ms-flex: 0 0 81.666667%;
    flex: 0 0 81.666667%;
    max-width: 81.666667%
  }

  .col-lg-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-51 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%
  }

  .col-lg-52 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 86.666667%;
    -ms-flex: 0 0 86.666667%;
    flex: 0 0 86.666667%;
    max-width: 86.666667%
  }

  .col-lg-53 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88.333333%;
    -ms-flex: 0 0 88.333333%;
    flex: 0 0 88.333333%;
    max-width: 88.333333%
  }

  .col-lg-54 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
  }

  .col-lg-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.333333%;
    -ms-flex: 0 0 93.333333%;
    flex: 0 0 93.333333%;
    max-width: 93.333333%
  }

  .col-lg-57 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%
  }

  .col-lg-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96.666667%;
    -ms-flex: 0 0 96.666667%;
    flex: 0 0 96.666667%;
    max-width: 96.666667%
  }

  .col-lg-59 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98.333333%;
    -ms-flex: 0 0 98.333333%;
    flex: 0 0 98.333333%;
    max-width: 98.333333%
  }

  .col-lg-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-lg-0 {
    right: auto
  }

  .pull-lg-1 {
    right: 1.666667%
  }

  .pull-lg-2 {
    right: 3.333333%
  }

  .pull-lg-3 {
    right: 5%
  }

  .pull-lg-4 {
    right: 6.666667%
  }

  .pull-lg-5 {
    right: 8.333333%
  }

  .pull-lg-6 {
    right: 10%
  }

  .pull-lg-7 {
    right: 11.666667%
  }

  .pull-lg-8 {
    right: 13.333333%
  }

  .pull-lg-9 {
    right: 15%
  }

  .pull-lg-10 {
    right: 16.666667%
  }

  .pull-lg-11 {
    right: 18.333333%
  }

  .pull-lg-12 {
    right: 20%
  }

  .pull-lg-13 {
    right: 21.666667%
  }

  .pull-lg-14 {
    right: 23.333333%
  }

  .pull-lg-15 {
    right: 25%
  }

  .pull-lg-16 {
    right: 26.666667%
  }

  .pull-lg-17 {
    right: 28.333333%
  }

  .pull-lg-18 {
    right: 30%
  }

  .pull-lg-19 {
    right: 31.666667%
  }

  .pull-lg-20 {
    right: 33.333333%
  }

  .pull-lg-21 {
    right: 35%
  }

  .pull-lg-22 {
    right: 36.666667%
  }

  .pull-lg-23 {
    right: 38.333333%
  }

  .pull-lg-24 {
    right: 40%
  }

  .pull-lg-25 {
    right: 41.666667%
  }

  .pull-lg-26 {
    right: 43.333333%
  }

  .pull-lg-27 {
    right: 45%
  }

  .pull-lg-28 {
    right: 46.666667%
  }

  .pull-lg-29 {
    right: 48.333333%
  }

  .pull-lg-30 {
    right: 50%
  }

  .pull-lg-31 {
    right: 51.666667%
  }

  .pull-lg-32 {
    right: 53.333333%
  }

  .pull-lg-33 {
    right: 55%
  }

  .pull-lg-34 {
    right: 56.666667%
  }

  .pull-lg-35 {
    right: 58.333333%
  }

  .pull-lg-36 {
    right: 60%
  }

  .pull-lg-37 {
    right: 61.666667%
  }

  .pull-lg-38 {
    right: 63.333333%
  }

  .pull-lg-39 {
    right: 65%
  }

  .pull-lg-40 {
    right: 66.666667%
  }

  .pull-lg-41 {
    right: 68.333333%
  }

  .pull-lg-42 {
    right: 70%
  }

  .pull-lg-43 {
    right: 71.666667%
  }

  .pull-lg-44 {
    right: 73.333333%
  }

  .pull-lg-45 {
    right: 75%
  }

  .pull-lg-46 {
    right: 76.666667%
  }

  .pull-lg-47 {
    right: 78.333333%
  }

  .pull-lg-48 {
    right: 80%
  }

  .pull-lg-49 {
    right: 81.666667%
  }

  .pull-lg-50 {
    right: 83.333333%
  }

  .pull-lg-51 {
    right: 85%
  }

  .pull-lg-52 {
    right: 86.666667%
  }

  .pull-lg-53 {
    right: 88.333333%
  }

  .pull-lg-54 {
    right: 90%
  }

  .pull-lg-55 {
    right: 91.666667%
  }

  .pull-lg-56 {
    right: 93.333333%
  }

  .pull-lg-57 {
    right: 95%
  }

  .pull-lg-58 {
    right: 96.666667%
  }

  .pull-lg-59 {
    right: 98.333333%
  }

  .pull-lg-60 {
    right: 100%
  }

  .push-lg-0 {
    left: auto
  }

  .push-lg-1 {
    left: 1.666667%
  }

  .push-lg-2 {
    left: 3.333333%
  }

  .push-lg-3 {
    left: 5%
  }

  .push-lg-4 {
    left: 6.666667%
  }

  .push-lg-5 {
    left: 8.333333%
  }

  .push-lg-6 {
    left: 10%
  }

  .push-lg-7 {
    left: 11.666667%
  }

  .push-lg-8 {
    left: 13.333333%
  }

  .push-lg-9 {
    left: 15%
  }

  .push-lg-10 {
    left: 16.666667%
  }

  .push-lg-11 {
    left: 18.333333%
  }

  .push-lg-12 {
    left: 20%
  }

  .push-lg-13 {
    left: 21.666667%
  }

  .push-lg-14 {
    left: 23.333333%
  }

  .push-lg-15 {
    left: 25%
  }

  .push-lg-16 {
    left: 26.666667%
  }

  .push-lg-17 {
    left: 28.333333%
  }

  .push-lg-18 {
    left: 30%
  }

  .push-lg-19 {
    left: 31.666667%
  }

  .push-lg-20 {
    left: 33.333333%
  }

  .push-lg-21 {
    left: 35%
  }

  .push-lg-22 {
    left: 36.666667%
  }

  .push-lg-23 {
    left: 38.333333%
  }

  .push-lg-24 {
    left: 40%
  }

  .push-lg-25 {
    left: 41.666667%
  }

  .push-lg-26 {
    left: 43.333333%
  }

  .push-lg-27 {
    left: 45%
  }

  .push-lg-28 {
    left: 46.666667%
  }

  .push-lg-29 {
    left: 48.333333%
  }

  .push-lg-30 {
    left: 50%
  }

  .push-lg-31 {
    left: 51.666667%
  }

  .push-lg-32 {
    left: 53.333333%
  }

  .push-lg-33 {
    left: 55%
  }

  .push-lg-34 {
    left: 56.666667%
  }

  .push-lg-35 {
    left: 58.333333%
  }

  .push-lg-36 {
    left: 60%
  }

  .push-lg-37 {
    left: 61.666667%
  }

  .push-lg-38 {
    left: 63.333333%
  }

  .push-lg-39 {
    left: 65%
  }

  .push-lg-40 {
    left: 66.666667%
  }

  .push-lg-41 {
    left: 68.333333%
  }

  .push-lg-42 {
    left: 70%
  }

  .push-lg-43 {
    left: 71.666667%
  }

  .push-lg-44 {
    left: 73.333333%
  }

  .push-lg-45 {
    left: 75%
  }

  .push-lg-46 {
    left: 76.666667%
  }

  .push-lg-47 {
    left: 78.333333%
  }

  .push-lg-48 {
    left: 80%
  }

  .push-lg-49 {
    left: 81.666667%
  }

  .push-lg-50 {
    left: 83.333333%
  }

  .push-lg-51 {
    left: 85%
  }

  .push-lg-52 {
    left: 86.666667%
  }

  .push-lg-53 {
    left: 88.333333%
  }

  .push-lg-54 {
    left: 90%
  }

  .push-lg-55 {
    left: 91.666667%
  }

  .push-lg-56 {
    left: 93.333333%
  }

  .push-lg-57 {
    left: 95%
  }

  .push-lg-58 {
    left: 96.666667%
  }

  .push-lg-59 {
    left: 98.333333%
  }

  .push-lg-60 {
    left: 100%
  }

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

  .offset-lg-1 {
    margin-left: 1.666667%
  }

  .offset-lg-2 {
    margin-left: 3.333333%
  }

  .offset-lg-3 {
    margin-left: 5%
  }

  .offset-lg-4 {
    margin-left: 6.666667%
  }

  .offset-lg-5 {
    margin-left: 8.333333%
  }

  .offset-lg-6 {
    margin-left: 10%
  }

  .offset-lg-7 {
    margin-left: 11.666667%
  }

  .offset-lg-8 {
    margin-left: 13.333333%
  }

  .offset-lg-9 {
    margin-left: 15%
  }

  .offset-lg-10 {
    margin-left: 16.666667%
  }

  .offset-lg-11 {
    margin-left: 18.333333%
  }

  .offset-lg-12 {
    margin-left: 20%
  }

  .offset-lg-13 {
    margin-left: 21.666667%
  }

  .offset-lg-14 {
    margin-left: 23.333333%
  }

  .offset-lg-15 {
    margin-left: 25%
  }

  .offset-lg-16 {
    margin-left: 26.666667%
  }

  .offset-lg-17 {
    margin-left: 28.333333%
  }

  .offset-lg-18 {
    margin-left: 30%
  }

  .offset-lg-19 {
    margin-left: 31.666667%
  }

  .offset-lg-20 {
    margin-left: 33.333333%
  }

  .offset-lg-21 {
    margin-left: 35%
  }

  .offset-lg-22 {
    margin-left: 36.666667%
  }

  .offset-lg-23 {
    margin-left: 38.333333%
  }

  .offset-lg-24 {
    margin-left: 40%
  }

  .offset-lg-25 {
    margin-left: 41.666667%
  }

  .offset-lg-26 {
    margin-left: 43.333333%
  }

  .offset-lg-27 {
    margin-left: 45%
  }

  .offset-lg-28 {
    margin-left: 46.666667%
  }

  .offset-lg-29 {
    margin-left: 48.333333%
  }

  .offset-lg-30 {
    margin-left: 50%
  }

  .offset-lg-31 {
    margin-left: 51.666667%
  }

  .offset-lg-32 {
    margin-left: 53.333333%
  }

  .offset-lg-33 {
    margin-left: 55%
  }

  .offset-lg-34 {
    margin-left: 56.666667%
  }

  .offset-lg-35 {
    margin-left: 58.333333%
  }

  .offset-lg-36 {
    margin-left: 60%
  }

  .offset-lg-37 {
    margin-left: 61.666667%
  }

  .offset-lg-38 {
    margin-left: 63.333333%
  }

  .offset-lg-39 {
    margin-left: 65%
  }

  .offset-lg-40 {
    margin-left: 66.666667%
  }

  .offset-lg-41 {
    margin-left: 68.333333%
  }

  .offset-lg-42 {
    margin-left: 70%
  }

  .offset-lg-43 {
    margin-left: 71.666667%
  }

  .offset-lg-44 {
    margin-left: 73.333333%
  }

  .offset-lg-45 {
    margin-left: 75%
  }

  .offset-lg-46 {
    margin-left: 76.666667%
  }

  .offset-lg-47 {
    margin-left: 78.333333%
  }

  .offset-lg-48 {
    margin-left: 80%
  }

  .offset-lg-49 {
    margin-left: 81.666667%
  }

  .offset-lg-50 {
    margin-left: 83.333333%
  }

  .offset-lg-51 {
    margin-left: 85%
  }

  .offset-lg-52 {
    margin-left: 86.666667%
  }

  .offset-lg-53 {
    margin-left: 88.333333%
  }

  .offset-lg-54 {
    margin-left: 90%
  }

  .offset-lg-55 {
    margin-left: 91.666667%
  }

  .offset-lg-56 {
    margin-left: 93.333333%
  }

  .offset-lg-57 {
    margin-left: 95%
  }

  .offset-lg-58 {
    margin-left: 96.666667%
  }

  .offset-lg-59 {
    margin-left: 98.333333%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.666667%;
    -ms-flex: 0 0 1.666667%;
    flex: 0 0 1.666667%;
    max-width: 1.666667%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.333333%;
    -ms-flex: 0 0 3.333333%;
    flex: 0 0 3.333333%;
    max-width: 3.333333%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.666667%;
    -ms-flex: 0 0 6.666667%;
    flex: 0 0 6.666667%;
    max-width: 6.666667%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.666667%;
    -ms-flex: 0 0 11.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.333333%;
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.333333%;
    -ms-flex: 0 0 18.333333%;
    flex: 0 0 18.333333%;
    max-width: 18.333333%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-xl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.666667%;
    -ms-flex: 0 0 21.666667%;
    flex: 0 0 21.666667%;
    max-width: 21.666667%
  }

  .col-xl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.333333%;
    -ms-flex: 0 0 23.333333%;
    flex: 0 0 23.333333%;
    max-width: 23.333333%
  }

  .col-xl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.666667%;
    -ms-flex: 0 0 26.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%
  }

  .col-xl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.333333%;
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%
  }

  .col-xl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
  }

  .col-xl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.666667%;
    -ms-flex: 0 0 31.666667%;
    flex: 0 0 31.666667%;
    max-width: 31.666667%
  }

  .col-xl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
  }

  .col-xl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.666667%;
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%
  }

  .col-xl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38.333333%;
    -ms-flex: 0 0 38.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%
  }

  .col-xl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .col-xl-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.333333%;
    -ms-flex: 0 0 43.333333%;
    flex: 0 0 43.333333%;
    max-width: 43.333333%
  }

  .col-xl-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .col-xl-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.666667%;
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%
  }

  .col-xl-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.333333%;
    -ms-flex: 0 0 48.333333%;
    flex: 0 0 48.333333%;
    max-width: 48.333333%
  }

  .col-xl-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.666667%;
    -ms-flex: 0 0 51.666667%;
    flex: 0 0 51.666667%;
    max-width: 51.666667%
  }

  .col-xl-32 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.333333%;
    -ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%
  }

  .col-xl-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
  }

  .col-xl-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.666667%;
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%
  }

  .col-xl-35 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .col-xl-37 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.666667%;
    -ms-flex: 0 0 61.666667%;
    flex: 0 0 61.666667%;
    max-width: 61.666667%
  }

  .col-xl-38 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.333333%;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%
  }

  .col-xl-39 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
  }

  .col-xl-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.333333%;
    -ms-flex: 0 0 68.333333%;
    flex: 0 0 68.333333%;
    max-width: 68.333333%
  }

  .col-xl-42 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
  }

  .col-xl-43 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 71.666667%;
    -ms-flex: 0 0 71.666667%;
    flex: 0 0 71.666667%;
    max-width: 71.666667%
  }

  .col-xl-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73.333333%;
    -ms-flex: 0 0 73.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%
  }

  .col-xl-45 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-46 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76.666667%;
    -ms-flex: 0 0 76.666667%;
    flex: 0 0 76.666667%;
    max-width: 76.666667%
  }

  .col-xl-47 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78.333333%;
    -ms-flex: 0 0 78.333333%;
    flex: 0 0 78.333333%;
    max-width: 78.333333%
  }

  .col-xl-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .col-xl-49 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.666667%;
    -ms-flex: 0 0 81.666667%;
    flex: 0 0 81.666667%;
    max-width: 81.666667%
  }

  .col-xl-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-51 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%
  }

  .col-xl-52 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 86.666667%;
    -ms-flex: 0 0 86.666667%;
    flex: 0 0 86.666667%;
    max-width: 86.666667%
  }

  .col-xl-53 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88.333333%;
    -ms-flex: 0 0 88.333333%;
    flex: 0 0 88.333333%;
    max-width: 88.333333%
  }

  .col-xl-54 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
  }

  .col-xl-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.333333%;
    -ms-flex: 0 0 93.333333%;
    flex: 0 0 93.333333%;
    max-width: 93.333333%
  }

  .col-xl-57 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%
  }

  .col-xl-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96.666667%;
    -ms-flex: 0 0 96.666667%;
    flex: 0 0 96.666667%;
    max-width: 96.666667%
  }

  .col-xl-59 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98.333333%;
    -ms-flex: 0 0 98.333333%;
    flex: 0 0 98.333333%;
    max-width: 98.333333%
  }

  .col-xl-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-xl-0 {
    right: auto
  }

  .pull-xl-1 {
    right: 1.666667%
  }

  .pull-xl-2 {
    right: 3.333333%
  }

  .pull-xl-3 {
    right: 5%
  }

  .pull-xl-4 {
    right: 6.666667%
  }

  .pull-xl-5 {
    right: 8.333333%
  }

  .pull-xl-6 {
    right: 10%
  }

  .pull-xl-7 {
    right: 11.666667%
  }

  .pull-xl-8 {
    right: 13.333333%
  }

  .pull-xl-9 {
    right: 15%
  }

  .pull-xl-10 {
    right: 16.666667%
  }

  .pull-xl-11 {
    right: 18.333333%
  }

  .pull-xl-12 {
    right: 20%
  }

  .pull-xl-13 {
    right: 21.666667%
  }

  .pull-xl-14 {
    right: 23.333333%
  }

  .pull-xl-15 {
    right: 25%
  }

  .pull-xl-16 {
    right: 26.666667%
  }

  .pull-xl-17 {
    right: 28.333333%
  }

  .pull-xl-18 {
    right: 30%
  }

  .pull-xl-19 {
    right: 31.666667%
  }

  .pull-xl-20 {
    right: 33.333333%
  }

  .pull-xl-21 {
    right: 35%
  }

  .pull-xl-22 {
    right: 36.666667%
  }

  .pull-xl-23 {
    right: 38.333333%
  }

  .pull-xl-24 {
    right: 40%
  }

  .pull-xl-25 {
    right: 41.666667%
  }

  .pull-xl-26 {
    right: 43.333333%
  }

  .pull-xl-27 {
    right: 45%
  }

  .pull-xl-28 {
    right: 46.666667%
  }

  .pull-xl-29 {
    right: 48.333333%
  }

  .pull-xl-30 {
    right: 50%
  }

  .pull-xl-31 {
    right: 51.666667%
  }

  .pull-xl-32 {
    right: 53.333333%
  }

  .pull-xl-33 {
    right: 55%
  }

  .pull-xl-34 {
    right: 56.666667%
  }

  .pull-xl-35 {
    right: 58.333333%
  }

  .pull-xl-36 {
    right: 60%
  }

  .pull-xl-37 {
    right: 61.666667%
  }

  .pull-xl-38 {
    right: 63.333333%
  }

  .pull-xl-39 {
    right: 65%
  }

  .pull-xl-40 {
    right: 66.666667%
  }

  .pull-xl-41 {
    right: 68.333333%
  }

  .pull-xl-42 {
    right: 70%
  }

  .pull-xl-43 {
    right: 71.666667%
  }

  .pull-xl-44 {
    right: 73.333333%
  }

  .pull-xl-45 {
    right: 75%
  }

  .pull-xl-46 {
    right: 76.666667%
  }

  .pull-xl-47 {
    right: 78.333333%
  }

  .pull-xl-48 {
    right: 80%
  }

  .pull-xl-49 {
    right: 81.666667%
  }

  .pull-xl-50 {
    right: 83.333333%
  }

  .pull-xl-51 {
    right: 85%
  }

  .pull-xl-52 {
    right: 86.666667%
  }

  .pull-xl-53 {
    right: 88.333333%
  }

  .pull-xl-54 {
    right: 90%
  }

  .pull-xl-55 {
    right: 91.666667%
  }

  .pull-xl-56 {
    right: 93.333333%
  }

  .pull-xl-57 {
    right: 95%
  }

  .pull-xl-58 {
    right: 96.666667%
  }

  .pull-xl-59 {
    right: 98.333333%
  }

  .pull-xl-60 {
    right: 100%
  }

  .push-xl-0 {
    left: auto
  }

  .push-xl-1 {
    left: 1.666667%
  }

  .push-xl-2 {
    left: 3.333333%
  }

  .push-xl-3 {
    left: 5%
  }

  .push-xl-4 {
    left: 6.666667%
  }

  .push-xl-5 {
    left: 8.333333%
  }

  .push-xl-6 {
    left: 10%
  }

  .push-xl-7 {
    left: 11.666667%
  }

  .push-xl-8 {
    left: 13.333333%
  }

  .push-xl-9 {
    left: 15%
  }

  .push-xl-10 {
    left: 16.666667%
  }

  .push-xl-11 {
    left: 18.333333%
  }

  .push-xl-12 {
    left: 20%
  }

  .push-xl-13 {
    left: 21.666667%
  }

  .push-xl-14 {
    left: 23.333333%
  }

  .push-xl-15 {
    left: 25%
  }

  .push-xl-16 {
    left: 26.666667%
  }

  .push-xl-17 {
    left: 28.333333%
  }

  .push-xl-18 {
    left: 30%
  }

  .push-xl-19 {
    left: 31.666667%
  }

  .push-xl-20 {
    left: 33.333333%
  }

  .push-xl-21 {
    left: 35%
  }

  .push-xl-22 {
    left: 36.666667%
  }

  .push-xl-23 {
    left: 38.333333%
  }

  .push-xl-24 {
    left: 40%
  }

  .push-xl-25 {
    left: 41.666667%
  }

  .push-xl-26 {
    left: 43.333333%
  }

  .push-xl-27 {
    left: 45%
  }

  .push-xl-28 {
    left: 46.666667%
  }

  .push-xl-29 {
    left: 48.333333%
  }

  .push-xl-30 {
    left: 50%
  }

  .push-xl-31 {
    left: 51.666667%
  }

  .push-xl-32 {
    left: 53.333333%
  }

  .push-xl-33 {
    left: 55%
  }

  .push-xl-34 {
    left: 56.666667%
  }

  .push-xl-35 {
    left: 58.333333%
  }

  .push-xl-36 {
    left: 60%
  }

  .push-xl-37 {
    left: 61.666667%
  }

  .push-xl-38 {
    left: 63.333333%
  }

  .push-xl-39 {
    left: 65%
  }

  .push-xl-40 {
    left: 66.666667%
  }

  .push-xl-41 {
    left: 68.333333%
  }

  .push-xl-42 {
    left: 70%
  }

  .push-xl-43 {
    left: 71.666667%
  }

  .push-xl-44 {
    left: 73.333333%
  }

  .push-xl-45 {
    left: 75%
  }

  .push-xl-46 {
    left: 76.666667%
  }

  .push-xl-47 {
    left: 78.333333%
  }

  .push-xl-48 {
    left: 80%
  }

  .push-xl-49 {
    left: 81.666667%
  }

  .push-xl-50 {
    left: 83.333333%
  }

  .push-xl-51 {
    left: 85%
  }

  .push-xl-52 {
    left: 86.666667%
  }

  .push-xl-53 {
    left: 88.333333%
  }

  .push-xl-54 {
    left: 90%
  }

  .push-xl-55 {
    left: 91.666667%
  }

  .push-xl-56 {
    left: 93.333333%
  }

  .push-xl-57 {
    left: 95%
  }

  .push-xl-58 {
    left: 96.666667%
  }

  .push-xl-59 {
    left: 98.333333%
  }

  .push-xl-60 {
    left: 100%
  }

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

  .offset-xl-1 {
    margin-left: 1.666667%
  }

  .offset-xl-2 {
    margin-left: 3.333333%
  }

  .offset-xl-3 {
    margin-left: 5%
  }

  .offset-xl-4 {
    margin-left: 6.666667%
  }

  .offset-xl-5 {
    margin-left: 8.333333%
  }

  .offset-xl-6 {
    margin-left: 10%
  }

  .offset-xl-7 {
    margin-left: 11.666667%
  }

  .offset-xl-8 {
    margin-left: 13.333333%
  }

  .offset-xl-9 {
    margin-left: 15%
  }

  .offset-xl-10 {
    margin-left: 16.666667%
  }

  .offset-xl-11 {
    margin-left: 18.333333%
  }

  .offset-xl-12 {
    margin-left: 20%
  }

  .offset-xl-13 {
    margin-left: 21.666667%
  }

  .offset-xl-14 {
    margin-left: 23.333333%
  }

  .offset-xl-15 {
    margin-left: 25%
  }

  .offset-xl-16 {
    margin-left: 26.666667%
  }

  .offset-xl-17 {
    margin-left: 28.333333%
  }

  .offset-xl-18 {
    margin-left: 30%
  }

  .offset-xl-19 {
    margin-left: 31.666667%
  }

  .offset-xl-20 {
    margin-left: 33.333333%
  }

  .offset-xl-21 {
    margin-left: 35%
  }

  .offset-xl-22 {
    margin-left: 36.666667%
  }

  .offset-xl-23 {
    margin-left: 38.333333%
  }

  .offset-xl-24 {
    margin-left: 40%
  }

  .offset-xl-25 {
    margin-left: 41.666667%
  }

  .offset-xl-26 {
    margin-left: 43.333333%
  }

  .offset-xl-27 {
    margin-left: 45%
  }

  .offset-xl-28 {
    margin-left: 46.666667%
  }

  .offset-xl-29 {
    margin-left: 48.333333%
  }

  .offset-xl-30 {
    margin-left: 50%
  }

  .offset-xl-31 {
    margin-left: 51.666667%
  }

  .offset-xl-32 {
    margin-left: 53.333333%
  }

  .offset-xl-33 {
    margin-left: 55%
  }

  .offset-xl-34 {
    margin-left: 56.666667%
  }

  .offset-xl-35 {
    margin-left: 58.333333%
  }

  .offset-xl-36 {
    margin-left: 60%
  }

  .offset-xl-37 {
    margin-left: 61.666667%
  }

  .offset-xl-38 {
    margin-left: 63.333333%
  }

  .offset-xl-39 {
    margin-left: 65%
  }

  .offset-xl-40 {
    margin-left: 66.666667%
  }

  .offset-xl-41 {
    margin-left: 68.333333%
  }

  .offset-xl-42 {
    margin-left: 70%
  }

  .offset-xl-43 {
    margin-left: 71.666667%
  }

  .offset-xl-44 {
    margin-left: 73.333333%
  }

  .offset-xl-45 {
    margin-left: 75%
  }

  .offset-xl-46 {
    margin-left: 76.666667%
  }

  .offset-xl-47 {
    margin-left: 78.333333%
  }

  .offset-xl-48 {
    margin-left: 80%
  }

  .offset-xl-49 {
    margin-left: 81.666667%
  }

  .offset-xl-50 {
    margin-left: 83.333333%
  }

  .offset-xl-51 {
    margin-left: 85%
  }

  .offset-xl-52 {
    margin-left: 86.666667%
  }

  .offset-xl-53 {
    margin-left: 88.333333%
  }

  .offset-xl-54 {
    margin-left: 90%
  }

  .offset-xl-55 {
    margin-left: 91.666667%
  }

  .offset-xl-56 {
    margin-left: 93.333333%
  }

  .offset-xl-57 {
    margin-left: 95%
  }

  .offset-xl-58 {
    margin-left: 96.666667%
  }

  .offset-xl-59 {
    margin-left: 98.333333%
  }
}

@media (min-width:1500px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.666667%;
    -ms-flex: 0 0 1.666667%;
    flex: 0 0 1.666667%;
    max-width: 1.666667%
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.333333%;
    -ms-flex: 0 0 3.333333%;
    flex: 0 0 3.333333%;
    max-width: 3.333333%
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.666667%;
    -ms-flex: 0 0 6.666667%;
    flex: 0 0 6.666667%;
    max-width: 6.666667%
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.666667%;
    -ms-flex: 0 0 11.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.333333%;
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.333333%;
    -ms-flex: 0 0 18.333333%;
    flex: 0 0 18.333333%;
    max-width: 18.333333%
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .col-xxl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21.666667%;
    -ms-flex: 0 0 21.666667%;
    flex: 0 0 21.666667%;
    max-width: 21.666667%
  }

  .col-xxl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23.333333%;
    -ms-flex: 0 0 23.333333%;
    flex: 0 0 23.333333%;
    max-width: 23.333333%
  }

  .col-xxl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xxl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.666667%;
    -ms-flex: 0 0 26.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%
  }

  .col-xxl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.333333%;
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%
  }

  .col-xxl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
  }

  .col-xxl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.666667%;
    -ms-flex: 0 0 31.666667%;
    flex: 0 0 31.666667%;
    max-width: 31.666667%
  }

  .col-xxl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xxl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
  }

  .col-xxl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.666667%;
    -ms-flex: 0 0 36.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%
  }

  .col-xxl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38.333333%;
    -ms-flex: 0 0 38.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%
  }

  .col-xxl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  .col-xxl-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xxl-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.333333%;
    -ms-flex: 0 0 43.333333%;
    flex: 0 0 43.333333%;
    max-width: 43.333333%
  }

  .col-xxl-27 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }

  .col-xxl-28 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.666667%;
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%
  }

  .col-xxl-29 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.333333%;
    -ms-flex: 0 0 48.333333%;
    flex: 0 0 48.333333%;
    max-width: 48.333333%
  }

  .col-xxl-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxl-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.666667%;
    -ms-flex: 0 0 51.666667%;
    flex: 0 0 51.666667%;
    max-width: 51.666667%
  }

  .col-xxl-32 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.333333%;
    -ms-flex: 0 0 53.333333%;
    flex: 0 0 53.333333%;
    max-width: 53.333333%
  }

  .col-xxl-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
  }

  .col-xxl-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.666667%;
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%
  }

  .col-xxl-35 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xxl-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .col-xxl-37 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.666667%;
    -ms-flex: 0 0 61.666667%;
    flex: 0 0 61.666667%;
    max-width: 61.666667%
  }

  .col-xxl-38 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63.333333%;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%
  }

  .col-xxl-39 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
  }

  .col-xxl-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xxl-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.333333%;
    -ms-flex: 0 0 68.333333%;
    flex: 0 0 68.333333%;
    max-width: 68.333333%
  }

  .col-xxl-42 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
  }

  .col-xxl-43 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 71.666667%;
    -ms-flex: 0 0 71.666667%;
    flex: 0 0 71.666667%;
    max-width: 71.666667%
  }

  .col-xxl-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73.333333%;
    -ms-flex: 0 0 73.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%
  }

  .col-xxl-45 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xxl-46 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76.666667%;
    -ms-flex: 0 0 76.666667%;
    flex: 0 0 76.666667%;
    max-width: 76.666667%
  }

  .col-xxl-47 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78.333333%;
    -ms-flex: 0 0 78.333333%;
    flex: 0 0 78.333333%;
    max-width: 78.333333%
  }

  .col-xxl-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
  }

  .col-xxl-49 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.666667%;
    -ms-flex: 0 0 81.666667%;
    flex: 0 0 81.666667%;
    max-width: 81.666667%
  }

  .col-xxl-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xxl-51 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%
  }

  .col-xxl-52 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 86.666667%;
    -ms-flex: 0 0 86.666667%;
    flex: 0 0 86.666667%;
    max-width: 86.666667%
  }

  .col-xxl-53 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88.333333%;
    -ms-flex: 0 0 88.333333%;
    flex: 0 0 88.333333%;
    max-width: 88.333333%
  }

  .col-xxl-54 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
  }

  .col-xxl-55 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xxl-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.333333%;
    -ms-flex: 0 0 93.333333%;
    flex: 0 0 93.333333%;
    max-width: 93.333333%
  }

  .col-xxl-57 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%
  }

  .col-xxl-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96.666667%;
    -ms-flex: 0 0 96.666667%;
    flex: 0 0 96.666667%;
    max-width: 96.666667%
  }

  .col-xxl-59 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98.333333%;
    -ms-flex: 0 0 98.333333%;
    flex: 0 0 98.333333%;
    max-width: 98.333333%
  }

  .col-xxl-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .pull-xxl-0 {
    right: auto
  }

  .pull-xxl-1 {
    right: 1.666667%
  }

  .pull-xxl-2 {
    right: 3.333333%
  }

  .pull-xxl-3 {
    right: 5%
  }

  .pull-xxl-4 {
    right: 6.666667%
  }

  .pull-xxl-5 {
    right: 8.333333%
  }

  .pull-xxl-6 {
    right: 10%
  }

  .pull-xxl-7 {
    right: 11.666667%
  }

  .pull-xxl-8 {
    right: 13.333333%
  }

  .pull-xxl-9 {
    right: 15%
  }

  .pull-xxl-10 {
    right: 16.666667%
  }

  .pull-xxl-11 {
    right: 18.333333%
  }

  .pull-xxl-12 {
    right: 20%
  }

  .pull-xxl-13 {
    right: 21.666667%
  }

  .pull-xxl-14 {
    right: 23.333333%
  }

  .pull-xxl-15 {
    right: 25%
  }

  .pull-xxl-16 {
    right: 26.666667%
  }

  .pull-xxl-17 {
    right: 28.333333%
  }

  .pull-xxl-18 {
    right: 30%
  }

  .pull-xxl-19 {
    right: 31.666667%
  }

  .pull-xxl-20 {
    right: 33.333333%
  }

  .pull-xxl-21 {
    right: 35%
  }

  .pull-xxl-22 {
    right: 36.666667%
  }

  .pull-xxl-23 {
    right: 38.333333%
  }

  .pull-xxl-24 {
    right: 40%
  }

  .pull-xxl-25 {
    right: 41.666667%
  }

  .pull-xxl-26 {
    right: 43.333333%
  }

  .pull-xxl-27 {
    right: 45%
  }

  .pull-xxl-28 {
    right: 46.666667%
  }

  .pull-xxl-29 {
    right: 48.333333%
  }

  .pull-xxl-30 {
    right: 50%
  }

  .pull-xxl-31 {
    right: 51.666667%
  }

  .pull-xxl-32 {
    right: 53.333333%
  }

  .pull-xxl-33 {
    right: 55%
  }

  .pull-xxl-34 {
    right: 56.666667%
  }

  .pull-xxl-35 {
    right: 58.333333%
  }

  .pull-xxl-36 {
    right: 60%
  }

  .pull-xxl-37 {
    right: 61.666667%
  }

  .pull-xxl-38 {
    right: 63.333333%
  }

  .pull-xxl-39 {
    right: 65%
  }

  .pull-xxl-40 {
    right: 66.666667%
  }

  .pull-xxl-41 {
    right: 68.333333%
  }

  .pull-xxl-42 {
    right: 70%
  }

  .pull-xxl-43 {
    right: 71.666667%
  }

  .pull-xxl-44 {
    right: 73.333333%
  }

  .pull-xxl-45 {
    right: 75%
  }

  .pull-xxl-46 {
    right: 76.666667%
  }

  .pull-xxl-47 {
    right: 78.333333%
  }

  .pull-xxl-48 {
    right: 80%
  }

  .pull-xxl-49 {
    right: 81.666667%
  }

  .pull-xxl-50 {
    right: 83.333333%
  }

  .pull-xxl-51 {
    right: 85%
  }

  .pull-xxl-52 {
    right: 86.666667%
  }

  .pull-xxl-53 {
    right: 88.333333%
  }

  .pull-xxl-54 {
    right: 90%
  }

  .pull-xxl-55 {
    right: 91.666667%
  }

  .pull-xxl-56 {
    right: 93.333333%
  }

  .pull-xxl-57 {
    right: 95%
  }

  .pull-xxl-58 {
    right: 96.666667%
  }

  .pull-xxl-59 {
    right: 98.333333%
  }

  .pull-xxl-60 {
    right: 100%
  }

  .push-xxl-0 {
    left: auto
  }

  .push-xxl-1 {
    left: 1.666667%
  }

  .push-xxl-2 {
    left: 3.333333%
  }

  .push-xxl-3 {
    left: 5%
  }

  .push-xxl-4 {
    left: 6.666667%
  }

  .push-xxl-5 {
    left: 8.333333%
  }

  .push-xxl-6 {
    left: 10%
  }

  .push-xxl-7 {
    left: 11.666667%
  }

  .push-xxl-8 {
    left: 13.333333%
  }

  .push-xxl-9 {
    left: 15%
  }

  .push-xxl-10 {
    left: 16.666667%
  }

  .push-xxl-11 {
    left: 18.333333%
  }

  .push-xxl-12 {
    left: 20%
  }

  .push-xxl-13 {
    left: 21.666667%
  }

  .push-xxl-14 {
    left: 23.333333%
  }

  .push-xxl-15 {
    left: 25%
  }

  .push-xxl-16 {
    left: 26.666667%
  }

  .push-xxl-17 {
    left: 28.333333%
  }

  .push-xxl-18 {
    left: 30%
  }

  .push-xxl-19 {
    left: 31.666667%
  }

  .push-xxl-20 {
    left: 33.333333%
  }

  .push-xxl-21 {
    left: 35%
  }

  .push-xxl-22 {
    left: 36.666667%
  }

  .push-xxl-23 {
    left: 38.333333%
  }

  .push-xxl-24 {
    left: 40%
  }

  .push-xxl-25 {
    left: 41.666667%
  }

  .push-xxl-26 {
    left: 43.333333%
  }

  .push-xxl-27 {
    left: 45%
  }

  .push-xxl-28 {
    left: 46.666667%
  }

  .push-xxl-29 {
    left: 48.333333%
  }

  .push-xxl-30 {
    left: 50%
  }

  .push-xxl-31 {
    left: 51.666667%
  }

  .push-xxl-32 {
    left: 53.333333%
  }

  .push-xxl-33 {
    left: 55%
  }

  .push-xxl-34 {
    left: 56.666667%
  }

  .push-xxl-35 {
    left: 58.333333%
  }

  .push-xxl-36 {
    left: 60%
  }

  .push-xxl-37 {
    left: 61.666667%
  }

  .push-xxl-38 {
    left: 63.333333%
  }

  .push-xxl-39 {
    left: 65%
  }

  .push-xxl-40 {
    left: 66.666667%
  }

  .push-xxl-41 {
    left: 68.333333%
  }

  .push-xxl-42 {
    left: 70%
  }

  .push-xxl-43 {
    left: 71.666667%
  }

  .push-xxl-44 {
    left: 73.333333%
  }

  .push-xxl-45 {
    left: 75%
  }

  .push-xxl-46 {
    left: 76.666667%
  }

  .push-xxl-47 {
    left: 78.333333%
  }

  .push-xxl-48 {
    left: 80%
  }

  .push-xxl-49 {
    left: 81.666667%
  }

  .push-xxl-50 {
    left: 83.333333%
  }

  .push-xxl-51 {
    left: 85%
  }

  .push-xxl-52 {
    left: 86.666667%
  }

  .push-xxl-53 {
    left: 88.333333%
  }

  .push-xxl-54 {
    left: 90%
  }

  .push-xxl-55 {
    left: 91.666667%
  }

  .push-xxl-56 {
    left: 93.333333%
  }

  .push-xxl-57 {
    left: 95%
  }

  .push-xxl-58 {
    left: 96.666667%
  }

  .push-xxl-59 {
    left: 98.333333%
  }

  .push-xxl-60 {
    left: 100%
  }

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

  .offset-xxl-1 {
    margin-left: 1.666667%
  }

  .offset-xxl-2 {
    margin-left: 3.333333%
  }

  .offset-xxl-3 {
    margin-left: 5%
  }

  .offset-xxl-4 {
    margin-left: 6.666667%
  }

  .offset-xxl-5 {
    margin-left: 8.333333%
  }

  .offset-xxl-6 {
    margin-left: 10%
  }

  .offset-xxl-7 {
    margin-left: 11.666667%
  }

  .offset-xxl-8 {
    margin-left: 13.333333%
  }

  .offset-xxl-9 {
    margin-left: 15%
  }

  .offset-xxl-10 {
    margin-left: 16.666667%
  }

  .offset-xxl-11 {
    margin-left: 18.333333%
  }

  .offset-xxl-12 {
    margin-left: 20%
  }

  .offset-xxl-13 {
    margin-left: 21.666667%
  }

  .offset-xxl-14 {
    margin-left: 23.333333%
  }

  .offset-xxl-15 {
    margin-left: 25%
  }

  .offset-xxl-16 {
    margin-left: 26.666667%
  }

  .offset-xxl-17 {
    margin-left: 28.333333%
  }

  .offset-xxl-18 {
    margin-left: 30%
  }

  .offset-xxl-19 {
    margin-left: 31.666667%
  }

  .offset-xxl-20 {
    margin-left: 33.333333%
  }

  .offset-xxl-21 {
    margin-left: 35%
  }

  .offset-xxl-22 {
    margin-left: 36.666667%
  }

  .offset-xxl-23 {
    margin-left: 38.333333%
  }

  .offset-xxl-24 {
    margin-left: 40%
  }

  .offset-xxl-25 {
    margin-left: 41.666667%
  }

  .offset-xxl-26 {
    margin-left: 43.333333%
  }

  .offset-xxl-27 {
    margin-left: 45%
  }

  .offset-xxl-28 {
    margin-left: 46.666667%
  }

  .offset-xxl-29 {
    margin-left: 48.333333%
  }

  .offset-xxl-30 {
    margin-left: 50%
  }

  .offset-xxl-31 {
    margin-left: 51.666667%
  }

  .offset-xxl-32 {
    margin-left: 53.333333%
  }

  .offset-xxl-33 {
    margin-left: 55%
  }

  .offset-xxl-34 {
    margin-left: 56.666667%
  }

  .offset-xxl-35 {
    margin-left: 58.333333%
  }

  .offset-xxl-36 {
    margin-left: 60%
  }

  .offset-xxl-37 {
    margin-left: 61.666667%
  }

  .offset-xxl-38 {
    margin-left: 63.333333%
  }

  .offset-xxl-39 {
    margin-left: 65%
  }

  .offset-xxl-40 {
    margin-left: 66.666667%
  }

  .offset-xxl-41 {
    margin-left: 68.333333%
  }

  .offset-xxl-42 {
    margin-left: 70%
  }

  .offset-xxl-43 {
    margin-left: 71.666667%
  }

  .offset-xxl-44 {
    margin-left: 73.333333%
  }

  .offset-xxl-45 {
    margin-left: 75%
  }

  .offset-xxl-46 {
    margin-left: 76.666667%
  }

  .offset-xxl-47 {
    margin-left: 78.333333%
  }

  .offset-xxl-48 {
    margin-left: 80%
  }

  .offset-xxl-49 {
    margin-left: 81.666667%
  }

  .offset-xxl-50 {
    margin-left: 83.333333%
  }

  .offset-xxl-51 {
    margin-left: 85%
  }

  .offset-xxl-52 {
    margin-left: 86.666667%
  }

  .offset-xxl-53 {
    margin-left: 88.333333%
  }

  .offset-xxl-54 {
    margin-left: 90%
  }

  .offset-xxl-55 {
    margin-left: 91.666667%
  }

  .offset-xxl-56 {
    margin-left: 93.333333%
  }

  .offset-xxl-57 {
    margin-left: 95%
  }

  .offset-xxl-58 {
    margin-left: 96.666667%
  }

  .offset-xxl-59 {
    margin-left: 98.333333%
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem
}

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

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

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

.table .table {
  background-color: #fff
}

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

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

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

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

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

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

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

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

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

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

.table-hover .table-success:hover {
  background-color: #d0e9c6
}

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

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

.table-hover .table-info:hover {
  background-color: #c4e3f3
}

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

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

.table-hover .table-warning:hover {
  background-color: #faf2cc
}

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

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

.table-hover .table-danger:hover {
  background-color: #ebcccc
}

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

.thead-inverse th {
  color: #fff;
  background-color: #292b2c
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef
}

.table-inverse {
  color: #fff;
  background-color: #292b2c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #fff
}

.table-inverse.table-bordered {
  border: 0
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: 0
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1
}

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

.form-control:disabled {
  cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px)
}

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

.form-control-file,
.form-control-range {
  display: block
}

.col-form-label {
  padding-top: calc(.5rem - 1px * 2);
  padding-bottom: calc(.5rem - 1px * 2);
  margin-bottom: 0
}

.col-form-label-lg {
  padding-top: calc(.75rem - 1px * 2);
  padding-bottom: calc(.75rem - 1px * 2);
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(.25rem - 1px * 2);
  padding-bottom: calc(.25rem - 1px * 2);
  font-size: .875rem
}

.col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1rem
}

.form-control-static {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 3.166667rem
}

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer
}

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

.form-check-input:only-child {
  position: static
}

.form-check-inline {
  display: inline-block
}

.form-check-inline .form-check-label {
  vertical-align: middle
}

.form-check-inline+.form-check-inline {
  margin-left: .75rem
}

.form-control-feedback {
  margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #5cb85c
}

.has-success .form-control {
  border-color: #5cb85c
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' 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")
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #f0ad4e
}

.has-warning .form-control {
  border-color: #f0ad4e
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #d9534f
}

.has-danger .form-control {
  border-color: #d9534f
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

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

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

@media (min-width:576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -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-static {
    display: inline-block
  }

  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0
  }

  .form-inline .form-check-label {
    padding-left: 0
  }

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

  .form-inline .custom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.btn:focus,
.btn:hover {
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65
}

.btn.active,
.btn:active {
  background-image: none
}

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

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

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2
}

.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316
}

.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

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

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a
}

.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

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

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

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

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

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

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f
}

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

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

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f
}

.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
  border-color: transparent
}

.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link:disabled {
  color: #636c72
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: 0
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.show {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.show {
  display: block
}

tr.collapse.show {
  display: table-row
}

tbody.collapse.show {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent
}

.dropdown-toggle:focus {
  outline: 0
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid
}

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

.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #eceeef
}

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

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent
}

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

.show>a {
  outline: 0
}

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

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

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #636c72;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem
}

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

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

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

.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: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px
}

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

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

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

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

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

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn+.dropdown-toggle-split::after {
  margin-left: 0
}

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

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

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

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

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

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

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

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

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

.input-group-addon:not(:last-child) {
  border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px
}

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

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
  z-index: 3
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #0275d8
}

.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8
}

.custom-control-input:active~.custom-control-indicator {
  color: #fff;
  background-color: #8fcafe
}

.custom-control-input:disabled~.custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
  color: #636c72;
  cursor: not-allowed
}

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: 0
}

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

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef
}

.custom-select::-ms-expand {
  opacity: 0
}

.custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.custom-file-control:lang(en)::after {
  content: "Choose file..."
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
  content: "Browse"
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5em 1em
}

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

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed
}

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

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff
}

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

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #0275d8
}

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

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .5rem 1rem
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -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-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .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;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem
}

@media (max-width:575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable>.container {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
  }

  .navbar-toggleable .navbar-toggler {
    display: none
  }
}

@media (max-width:767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable-sm>.container {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable-sm>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable-md>.container {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable-md>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none
  }
}

@media (max-width:1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable-lg>.container {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable-lg>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1499px) {
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
  }

  .navbar-toggleable-xl>.container {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1500px) {
  .navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-toggleable-xl>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
  }

  .navbar-toggleable-xl .navbar-toggler {
    display: none
  }
}

.navbar-toggleable-xxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

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

.navbar-toggleable-xxl>.container {
  padding-right: 0;
  padding-left: 0
}

.navbar-toggleable-xxl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-toggleable-xxl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-toggleable-xxl>.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggleable-xxl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%
}

.navbar-toggleable-xxl .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .9)
}

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

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

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

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

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

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

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open>.nav-link {
  color: #fff
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, .1)
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, .5)
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.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>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem
}

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

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8
}

.card-primary .card-footer,
.card-primary .card-header {
  background-color: transparent
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c
}

.card-success .card-footer,
.card-success .card-header {
  background-color: transparent
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
  background-color: transparent
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e
}

.card-warning .card-footer,
.card-warning .card-header {
  background-color: transparent
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f
}

.card-danger .card-footer,
.card-danger .card-header {
  background-color: transparent
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f
}

.card-inverse {
  color: rgba(255, 255, 255, .65)
}

.card-inverse .card-footer,
.card-inverse .card-header {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0
}

.card-img {
  border-radius: calc(.25rem - 1px)
}

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

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

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

@media (min-width:576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .card-deck .card:not(:first-child) {
    margin-left: 15px
  }

  .card-deck .card:not(:last-child) {
    margin-right: 15px
  }
}

@media (min-width:576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .card-group .card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0
  }
}

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

  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: .75rem
  }
}

.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: .25rem
}

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

.breadcrumb-item {
  float: left
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #636c72;
  content: "/"
}

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

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

.breadcrumb-item.active {
  color: #636c72
}

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

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

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

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd
}

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem
}

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

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

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

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

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

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

.badge-default {
  background-color: #636c72
}

.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #4b5257
}

.badge-primary {
  background-color: #0275d8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #025aa5
}

.badge-success {
  background-color: #5cb85c
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #449d44
}

.badge-info {
  background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #31b0d5
}

.badge-warning {
  background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #ec971f
}

.badge-danger {
  background-color: #d9534f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #c9302c
}

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

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible .close {
  position: relative;
  top: -.75rem;
  right: -1.25rem;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d
}

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

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f
}

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

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b
}

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

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442
}

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

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@-o-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: .25rem
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem
}

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

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

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

.list-group-item-action .list-group-item-heading {
  color: #292b2c
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

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

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

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
  color: #636c72
}

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text {
  color: #daeeff
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.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%
}

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

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

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

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

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

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

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

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
  margin-top: -10px
}

.popover.bs-tether-element-attached-bottom::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::after,
.popover.popover-top::before {
  left: 50%;
  border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom::after,
.popover.popover-top::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
  margin-left: 10px
}

.popover.bs-tether-element-attached-left::after,
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::after,
.popover.popover-right::before {
  top: 50%;
  border-left-width: 0
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left::after,
.popover.popover-right::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
  margin-top: 10px
}

.popover.bs-tether-element-attached-top::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::after,
.popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0
}

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title::before,
.popover.popover-bottom .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
  margin-left: -10px
}

.popover.bs-tether-element-attached-right::after,
.popover.bs-tether-element-attached-right::before,
.popover.popover-left::after,
.popover.popover-left::before {
  top: 50%;
  border-right-width: 0
}

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right::after,
.popover.popover-left::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(.3rem - 1px);
  border-top-left-radius: calc(.3rem - 1px)
}

.popover-title:empty {
  display: none
}

.popover-content {
  padding: 9px 14px
}

.popover::after,
.popover::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover::before {
  content: "";
  border-width: 11px
}

.popover::after {
  content: "";
  border-width: 10px
}

.carousel {
  position: relative
}

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

.carousel-item {
  position: relative;
  display: none;
  width: 100%
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }
}

@supports ((-webkit-transform:translate3d(0, 0, 0)) or (transform:translate3d(0, 0, 0))) {
  .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0
}

@media (-webkit-transform-3d) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@supports ((-webkit-transform:translate3d(0, 0, 0)) or (transform:translate3d(0, 0, 0))) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

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

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

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

.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-faded {
  background-color: #f7f7f7
}

.bg-primary {
  background-color: #0275d8 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #025aa5 !important
}

.bg-success {
  background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44 !important
}

.bg-info {
  background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important
}

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

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

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

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

.bg-inverse {
  background-color: #292b2c !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #101112 !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
}

.rounded {
  border-radius: .25rem
}

.rounded-top {
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem
}

.rounded-right {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem
}

.rounded-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.rounded-left {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem
}

.rounded-circle {
  border-radius: 50%
}

.rounded-0 {
  border-radius: 0
}

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

.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-cell {
  display: table-cell !important
}

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  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-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    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-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    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-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    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-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

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

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

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

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

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

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

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1
}

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

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

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

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

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

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

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

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:1500px) {
  .flex-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .flex-xxl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .flex-xxl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

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

  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-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
  }
}

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

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

  .float-xxl-none {
    float: none !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
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

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

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

.m-1 {
  margin: .25rem .25rem !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mr-1 {
  margin-right: .25rem !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.ml-1 {
  margin-left: .25rem !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.m-2 {
  margin: .5rem .5rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mr-2 {
  margin-right: .5rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.ml-2 {
  margin-left: .5rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

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

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

.p-1 {
  padding: .25rem .25rem !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pr-1 {
  padding-right: .25rem !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pl-1 {
  padding-left: .25rem !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.p-2 {
  padding: .5rem .5rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pr-2 {
  padding-right: .5rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important
}

.mt-auto {
  margin-top: auto !important
}

.mr-auto {
  margin-right: auto !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ml-auto {
  margin-left: auto !important
}

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

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

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 0 !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0 {
    margin-left: 0 !important
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .m-sm-1 {
    margin: .25rem .25rem !important
  }

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1 {
    margin-left: .25rem !important
  }

  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem .5rem !important
  }

  .mt-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2 {
    margin-left: .5rem !important
  }

  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

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

  .mt-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3 {
    margin-left: 1rem !important
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

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

  .mt-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

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

  .mt-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5 {
    margin-left: 3rem !important
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

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

  .pt-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0 {
    padding-left: 0 !important
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .p-sm-1 {
    padding: .25rem .25rem !important
  }

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1 {
    padding-left: .25rem !important
  }

  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem .5rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2 {
    padding-left: .5rem !important
  }

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

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

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3 {
    padding-left: 1rem !important
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

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

  .pt-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

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

  .pt-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5 {
    padding-left: 3rem !important
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

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

  .mt-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto {
    margin-left: auto !important
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 0 !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0 {
    margin-left: 0 !important
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .m-md-1 {
    margin: .25rem .25rem !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1 {
    margin-left: .25rem !important
  }

  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .m-md-2 {
    margin: .5rem .5rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2 {
    margin-left: .5rem !important
  }

  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

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

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3 {
    margin-left: 1rem !important
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

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

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4 {
    margin-left: 1.5rem !important
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

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

  .mt-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5 {
    margin-left: 3rem !important
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

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

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0 {
    padding-left: 0 !important
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .p-md-1 {
    padding: .25rem .25rem !important
  }

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1 {
    padding-left: .25rem !important
  }

  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .p-md-2 {
    padding: .5rem .5rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2 {
    padding-left: .5rem !important
  }

  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

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

  .pt-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3 {
    padding-left: 1rem !important
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

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

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4 {
    padding-left: 1.5rem !important
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

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

  .pt-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5 {
    padding-left: 3rem !important
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

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

  .mt-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto {
    margin-left: auto !important
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 0 !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0 {
    margin-left: 0 !important
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .m-lg-1 {
    margin: .25rem .25rem !important
  }

  .mt-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1 {
    margin-left: .25rem !important
  }

  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem .5rem !important
  }

  .mt-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2 {
    margin-left: .5rem !important
  }

  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

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

  .mt-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3 {
    margin-left: 1rem !important
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

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

  .mt-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

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

  .mt-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5 {
    margin-left: 3rem !important
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

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

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0 {
    padding-left: 0 !important
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .p-lg-1 {
    padding: .25rem .25rem !important
  }

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1 {
    padding-left: .25rem !important
  }

  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem .5rem !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2 {
    padding-left: .5rem !important
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

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

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3 {
    padding-left: 1rem !important
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

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

  .pt-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

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

  .pt-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5 {
    padding-left: 3rem !important
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

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

  .mt-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto {
    margin-left: auto !important
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 0 !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0 {
    margin-left: 0 !important
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .m-xl-1 {
    margin: .25rem .25rem !important
  }

  .mt-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1 {
    margin-left: .25rem !important
  }

  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem .5rem !important
  }

  .mt-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2 {
    margin-left: .5rem !important
  }

  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

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

  .mt-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3 {
    margin-left: 1rem !important
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

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

  .mt-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

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

  .mt-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5 {
    margin-left: 3rem !important
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

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

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0 {
    padding-left: 0 !important
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .p-xl-1 {
    padding: .25rem .25rem !important
  }

  .pt-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1 {
    padding-left: .25rem !important
  }

  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem .5rem !important
  }

  .pt-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2 {
    padding-left: .5rem !important
  }

  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

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

  .pt-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3 {
    padding-left: 1rem !important
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

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

  .pt-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

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

  .pt-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5 {
    padding-left: 3rem !important
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

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

  .mt-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto {
    margin-left: auto !important
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media (min-width:1500px) {
  .m-xxl-0 {
    margin: 0 0 !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mr-xxl-0 {
    margin-right: 0 !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .ml-xxl-0 {
    margin-left: 0 !important
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem .25rem !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

  .mr-xxl-1 {
    margin-right: .25rem !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xxl-1 {
    margin-left: .25rem !important
  }

  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem .5rem !important
  }

  .mt-xxl-2 {
    margin-top: .5rem !important
  }

  .mr-xxl-2 {
    margin-right: .5rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xxl-2 {
    margin-left: .5rem !important
  }

  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

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

  .mt-xxl-3 {
    margin-top: 1rem !important
  }

  .mr-xxl-3 {
    margin-right: 1rem !important
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xxl-3 {
    margin-left: 1rem !important
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

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

  .mt-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xxl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xxl-4 {
    margin-left: 1.5rem !important
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

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

  .mt-xxl-5 {
    margin-top: 3rem !important
  }

  .mr-xxl-5 {
    margin-right: 3rem !important
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xxl-5 {
    margin-left: 3rem !important
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

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

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pr-xxl-0 {
    padding-right: 0 !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pl-xxl-0 {
    padding-left: 0 !important
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem .25rem !important
  }

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pr-xxl-1 {
    padding-right: .25rem !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xxl-1 {
    padding-left: .25rem !important
  }

  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem .5rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pr-xxl-2 {
    padding-right: .5rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xxl-2 {
    padding-left: .5rem !important
  }

  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

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

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pr-xxl-3 {
    padding-right: 1rem !important
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xxl-3 {
    padding-left: 1rem !important
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

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

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xxl-4 {
    padding-left: 1.5rem !important
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

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

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pr-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xxl-5 {
    padding-left: 3rem !important
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

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

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .mr-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ml-xxl-auto {
    margin-left: auto !important
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

.text-justify {
  text-align: justify !important
}

.text-nowrap {
  white-space: nowrap !important
}

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

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

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

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

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media (min-width:1500px) {
  .text-xxl-left {
    text-align: left !important
  }

  .text-xxl-right {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-normal {
  font-weight: 400
}

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

.font-italic {
  font-style: italic
}

.text-white {
  color: #fff !important
}

.text-muted {
  color: #636c72 !important
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important
}

.text-primary {
  color: #0275d8 !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5 !important
}

.text-success {
  color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important
}

.text-info {
  color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important
}

.text-warning {
  color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important
}

.text-danger {
  color: #d9534f !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important
}

.text-gray-dark {
  color: #292b2c !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.invisible {
  visibility: hidden !important
}

.hidden-xs-up {
  display: none !important
}

@media (max-width:575px) {
  .hidden-xs-down {
    display: none !important
  }
}

@media (min-width:576px) {
  .hidden-sm-up {
    display: none !important
  }
}

@media (max-width:767px) {
  .hidden-sm-down {
    display: none !important
  }
}

@media (min-width:768px) {
  .hidden-md-up {
    display: none !important
  }
}

@media (max-width:991px) {
  .hidden-md-down {
    display: none !important
  }
}

@media (min-width:992px) {
  .hidden-lg-up {
    display: none !important
  }
}

@media (max-width:1199px) {
  .hidden-lg-down {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-xl-up {
    display: none !important
  }
}

@media (max-width:1499px) {
  .hidden-xl-down {
    display: none !important
  }
}

@media (min-width:1500px) {
  .hidden-xxl-up {
    display: none !important
  }
}

.hidden-xxl-down {
  display: none !important
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */

/* =================== */
/*      VENDOR         */
/* =================== */
/*============================================================================
  Slick Slider 1.6.0

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
  - Remove `outline: none` from `.slick-dots li button`
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide-video-bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.slick-slide-video-bg {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 177.77777778vh;
}

.slick-slide-video-bg-container.extra-wide .slick-slide-video-bg {
  width: 225vh;
}

/*================ new css start  ================*/
span.input-group__btn.news-btn-footer {
  float: left;
  margin-top: 10px;
}

h4,
.h4,
.h4 {
  text-transform: uppercase;
}

.border-bottom-footer {
  border-bottom: solid 1px;
}

.content-inner-items p {
  margin-bottom: 45px;
  color: #4c4c4c;
}

.content-inner-items h3,
.content-inner-items .h3 {
  font-size: 20px;
}

.content-inner-items h1,
.content-inner-items .h1 {
  font-size: 3rem;
}

.header-image.image-bar__overlay1,
.collection-hero__image {
  padding: 11.5% 0;
}

.header-image.image-bar__overlayAbout,
.collection-hero__image {
  padding: 18% 0;
  background-position: right top;
}

nav#AccessibleNav {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}

ul.submenu_links {
  font-weight: normal;
}

h1.entery-title,
.entery-title.h1 {
  top: 50%;
  left: 50%;
  z-index: 9;
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-block;
  margin: 0;
  width: 100%;
  font-weight: 700;
  font-size: 5vw;
}

h4.athletes-title,
.athletes-title.h4 {
  border-bottom: solid 1px #f0f0f0;
  line-height: 1rem;
  height: 3rem;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.post-img-wrap img {
  width: 100%;
}

.post-img-wrap {
  margin-bottom: 30px;
}

.athletes-section img {
  float: left;
  margin-right: 30px;
  max-width: 300px;
  min-height: 300px;
}

.athletes-section {
  margin-bottom: 50px;
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

.content-inner-items .section-header h1,
.content-inner-items .section-header .h1 {
  text-align: left;
  font-weight: bold;
}

.content-inner-items h3,
.content-inner-items .h3 {
  font-weight: bold;
}

.athletes-section p {
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 30.6px;
}

.athletes-section h2,
.athletes-section .h2 {
  font-size: 26px;
  font-weight: 700;
  color: #4c4c4c;
}

h2.athletes-title-blog,
.athletes-title-blog.h2 {
  text-align: center;
  font-weight: 700;
  color: #333;
  margin: 30px 0;
  font-size: 18px;
}

.athletes-section a {
  color: #d92027;
}

.site-footer h4,
.site-footer .h4,
.news-heading {
  font-weight: bold;
}

.return-link-wrapper {
  margin-bottom: 40px;
}

.align-items-center h4,
.align-items-center .h4 {
  font-weight: bold;
}

a.article__list-image {
  padding-top: 30%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

h2.article__title.h3,
.article__title.h3.h2 {
  line-height: 1;
  margin: 30px 0 6px 0;
  font-size: 2rem;
  color: #333;
}

.btn--large {
  color: #d92027;
}

.btn--large:hover {
  color: #e75e63;
}

span.article__date,
span.article__author {
  font-size: .9em;
  color: #ccc;
  margin-top: 10px;
}

.article-title-top span.article__date {
  float: left;
  color: #f1f1f1;
}

.article-title-top span.article__author {
  text-align: left;
  float: left;
  color: #fff;
}

.caption-text-prev {
  position: absolute;
  top: 50px;
  padding: 20px;
  z-index: 99;
}

.article-title-top h1.article__title,
.article-title-top .article__title.h1 {
  color: #fff;
  font-size: 51px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  .article-title-top h1.article__title,
  .article-title-top .article__title.h1 {
    font-size: 20px;
  }
}

.article-hero--header .article-title-top h1.article__title,
.article-hero--header .article-title-top .article__title.h1 {
  color: var(--colorText);
}

.article-single--new .article-hero--header span.article__date,
.article-single--new .article-hero--header span.article__author {
  color: var(--colorText);
}

.article-hero--header {
  margin-bottom: 20px;
}

.article-hero__image {
  background-position: center;
  margin-bottom: 30px;
  position: relative;
  padding: 28% 0;
}

@media screen and (max-width: 767px) {
  .article-hero__image {}

  .article-hero__image .holder {
    top: 40%;
  }
}

h1.article__title,
.article__title.h1 {
  text-align: left;
}

.article-title-top {
  position: absolute;
  bottom: 120px;
  letter-spacing: 5.1px;
}

.caption-text-prev h4,
.caption-text-prev .h4,
.caption-text-prev p {
  color: #fff;
}

.nav-overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all .2s ease-in;
  top: 0;
}

.nav-overlay:hover {
  opacity: .8;
}

.overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.series-thumbnail .overlay-series:hover {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all .2s ease-in;
  text-align: center;
}

.series-thumbnail .overlay-series.overlay-series-coming-soon h3,
.series-thumbnail .overlay-series.overlay-series-coming-soon .h3 {
  color: #fff;
  margin-top: 32px;
}

.series-thumbnail .overlay-series {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  padding: 50% 5%;
  opacity: 0;
  transition: all .2s ease-in;
}

.series-thumbnail .series-titles {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding: 60% 5% 0 5%;
}

.series-thumbnail {
  width: 100%;
  height: 430px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 40px;
}

.series-title,
.series-subtitle {
  color: #fff;
  position: relative;
}

div#video-channel {
  background-size: cover;
  position: relative;
}

.holder {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
}

.series_group {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}

.nopadding {
  padding: 0;
}

.series-item :after,
.series-item :before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  position: absolute;
  margin-top: 8px;
}

.series-item :before {
  right: 52%;
  margin-right: 20px;
}

.series-item :after {
  left: 52%;
  margin-left: 20px;
}

.series-item h2,
.series-item .h2 {
  font-size: 15px;
  font-weight: 800;
}

.border-bar {
  margin-top: 30px;
}

img.play-icon {
  cursor: pointer;
}

span.caption {
  text-align: center;
  display: block;
  margin-top: 8px;
}

h4.episode-title,
.episode-title.h4,
.episode-select h5,
.episode-select .h5 {
  font-size: .9375em;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
}

.flex-section {
  margin: 30px 0;
}

.westward-pagination {
  margin: 30px 0;
}

.episode-select {
  text-align: right;
}

.text-wrapper,
.text-col {
  padding-right: 120px;
}

.img-wrapper img.img {
  width: 100%;
}

.episode-image {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
  width: 100%;
  display: block;
  height: 400px;
  background-position: center;
}

.collection-kit__hero {
  display: block;
  width: 90%;
  position: relative;
  left: 0;
  background-size: cover;
  background-position: center;
  padding: 12% 0;
}

.collection-hero-image-two {
  display: block;
  padding: 12% 0;
  width: 90%;
  position: relative;
  top: 0;
  left: 10%;
  background-size: cover;
  background-position: center;
}

.kit-hero-item h3,
.kit-hero-item .h3,
.kit-hero-item a {
  color: #fff;
}

.kit-hero-item h3:hover,
.kit-hero-item .h3:hover,
.kit-hero-item a:hover {
  color: #fff;
}

.col-btn {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.collection-kit__hero__description {
  position: absolute;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  max-width: 60%;
  transform: translate(0%, -50%);
}

.collection-kit__hero__description.column-left {
  left: 0 !important;
}

.collection-kit__hero__description.column-center {
  left: 20% !important;
}

.collection-kit__hero__description.column-right {
  left: 40% !important;
}

.collection-kit__hero__description2 p,
.collection-kit__hero__description p {
  font-size: 12.8px;
  line-height: 24px;
}

.product-single__description p {
  font-size: 12.8px;
  color: #4c4c4c;
}

.collection-kit__hero__description2 {
  position: absolute;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  max-width: 60%;
  left: -5%;
  transform: translate(0%, -50%);
}

.right-column {
  right: -5%;
  position: absolute;
  left: inherit;
}

.center-column {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.collection-kit__model {
  position: absolute;
  left: 0;
  bottom: 12%;
  right: 0;
  min-height: 768px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.collection-kit__model-right {
  position: absolute;
  bottom: 12%;
  min-height: 768px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

li.size-chart {
  background-image: url(sizechart-icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  display: flex;
  height: 25px;
  line-height: 25px;
  padding-left: 55px;
  font-size: 14px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #5ecfe7;
  margin-right: 10px;
}

li.size-chart a {
  color: #000;
}

.label.size-chart-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_variant_all {
  width: 100%;
}

.collection-kit__model-right:hover,
.collection-kit__model:hover {
  webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 1s;
}

.collection-description {
  padding: 2rem 4rem;
}

.slideshow__subtitle {
  margin-bottom: 50px;
}

/* a.image-bar__item.image-bar__link:hover {
  opacity: .8;
  transition: all .2s ease-in;
} */

.grid-view-item .color.swatch-element label {
  padding: 12px 15px;
}

@media (max-width: 991px) {
  .grid-view-item .color.swatch-element label {
    padding: 0 7px;
  }
}

.content.series-center {
  text-align: center;
  margin: 50px 0;
  color: #4c4c4c;
}

.content.series-center p {
  margin-bottom: 40px;
  line-height: 30.6px;
}

.content.series-center h1,
.content.series-center .h1 {
  font-size: 3rem;
}

h3.video-title,
.video-title.h3 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 100px;
}

.newsletter-wrap {
  background: #000;
  padding: 40px 0;
  margin: 30px 0;
  width: 100%;
}

.newsletter-item h2,
.newsletter-item .h2,
.newsletter-item h4,
.newsletter-item .h4 {
  color: #fff;
}

.sign-up-item {
  margin: 30px auto;
  padding: 0 30px;
}

.sign-up-item .form--success {
  border: 1px solid #19a340;
  background-color: #f8fff9;
  color: #19a340;
  width: 100%;
}

.image-col img {
  width: 100%;
}

.sign-up-item span.input-group__btn.news-btn-footer {
  float: none;
}

.series-form-wrap .newsletter-item h2,
.series-form-wrap .newsletter-item .h2 {
  font-weight: 700;
  font-size: 26px;
}

.flex-img-block {
  padding: 0 90px;
}

.series-form-wrap .newsletter-item h4,
.series-form-wrap .newsletter-item .h4 {
  font-weight: 700;
  font-size: 14px;
}

.mfp-content #newsletter-signup {
  color: #fff;
}

.mfp-content.h4.news-heading {
  color: #333;
}

.white-popup .mfp-close {
  color: #333 !important;
}

ul {
  list-style: none;
}

li.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.left-sidebar ul li {
  margin-bottom: 5px;
}

li.accordion:after {
  content: '\02795';
  font-size: 10px;
  float: right;
  margin-left: 5px;
  color: #d92027;
}

li.accordion.active:after {
  content: "\2796";
  color: #d92027;
}

ul.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

ul.panel.show {
  opacity: 1;
  max-height: 500px;
  font-size: 14px;
}

.left-sidebar li.active a,
.left-sidebar li:hover a {
  color: #d92027;
}

.grid-view-item__meta .product-price__price {
  font-size: 20.8px;
  font-weight: 700;
  color: #4c4c4c;
}

.product-single__meta .product-price__price {
  font-size: 30px;
  font-weight: 700;
  color: #4c4c4c;
}

.grid-link__description p {
  color: #999;
  font-size: 12.8px;
}

.grid-view-item .grid-view-item__title {
  text-transform: capitalize;
  font-size: 19.2px;
  margin-bottom: 8px;
}

.template-collection .swatch.clearfix .label,
.related-single__row .swatch.clearfix .label,
.template-index .swatch.clearfix .label {
  display: none;
}

.swatch.clearfix {
  margin: 0 auto;
}

.color.swatch-element label {
  border: none;
}

.swatch input:checked+label {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  border-color: transparent !important;
  border: 2px solid #fff !important;
}

.swatch-element label {
  border: none;
}

h4.special-heading,
.special-heading.h4 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 60%;
  text-align: center;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: 6px;
}

.jetmenu li>.megamenu ul li {
  font-size: 16px;
  text-transform: capitalize;
}

.grid-link__description {
  font-size: .7rem;
  line-height: 1.3;
  color: gray;
}

.breadcrumbs-item .breadcrumbs {
  background: #4c4c4c;
}

.breadcrumb {
  padding: 6px 10px;
}

.breadcrumbs-item nav.breadcrumb.col a,
.breadcrumbs-item nav.breadcrumb.col span {
  color: #fff;
  padding: 7px 4px;
}

.product-single {
  margin-top: 30px;
}

a.product-single__link {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  color: #999;
  font-size: 12.8px;
  letter-spacing: 2px;
}

h1.product-single__title,
.product-single__title.h1,
.product-single__title.h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

p {
  line-height: 30px;
}

.product-single__meta .product-form__cart-submit {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}

.product-single__meta .product-form__cart-submit em {
  display: none;
}

.product-tab {
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  margin-bottom: 16px;
}

.tablinks.active {
  color: #333;
  font-weight: bold;
}

.tabcontent {
  display: none;
}

a.tablinks {
  border-bottom: none !important;
  margin-right: 15px;
}

.left-sidebar h2,
.left-sidebar .h2 {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
  font-size: 22.4px;
  font-weight: 700;
}

.section-header__title {
  font-size: 22.4px;
  font-weight: 700;
  line-height: 2.5;
}

.grid-link__description p {
  line-height: 20px;
}

ul.list--inline.pagination.text-center {
  margin-bottom: 90px;
}

.pagination a.btn.btn--secondary.btn--narrow {
  color: #d92027;
}

.header-top-bar {
  width: 100%;
  padding: 5px 0;
  background-color: #000 !important;
  line-height: 32px;
  display: none;
}

.mobile-res {
  display: none;
}

.header-top-bar .search-header {
  max-width: 180px !important;
}

.header-top-bar .search-header__input {
  border-color: #fff !important;
  background: #fff;
}

.search-bar__input {
  border-color: #fff !important;
  background: #fff;
}

.header-top-bar.search-header,
.search-header__submit {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 16%;
}

.product-single__meta .swatch label {
  min-width: 40px;
  height: 35px;
  line-height: 35px;
}

.product-form__item .product-form__cart-submit {
  padding: 15px 0;
}

@media screen and (max-width: 1499px) {
  .product-form__item .product-form__cart-submit {
    padding: 10px 0;
  }
}

li.size-chart a:hover,
.li.size-chart a:focus {
  color: #e75e63;
  transition: all 0.3s ease-in;
}

.size-chart a {
  color: #000;
}

.product-form__item i {
  margin-right: 12px;
}

.header-top-bar .site-header__icons--plus .site-header__search {
  float: right;
  margin-left: 15px;
}

.header-top-bar .icon-cart {
  width: auto;
  height: auto;
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
}

.header-top-bar .site-header__cart,
.header-top-bar .site-header__account {
  position: static;
  color: #fff;
  font-size: 14px;
}

.header-top-bar i.fa.fa-shopping-cart {
  margin-right: 6px;
}

.header-top-bar a.site-header__account.animsition-link {
  margin-right: 8px;
}

.header-top-bar input.search-header__input.search__input {
  padding: 6px 40px;
}

.badge--sale {
  display: table;
  position: absolute;
  width: 55px;
  height: 55px;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.625em;
  line-height: 1.1;
  z-index: 10;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.badge-new {
  background-color: #dab570;
}

span.badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0;
}

.series-bottom-mage {
  padding: 10% 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  margin-bottom: 40px;
}

.series-bottom-mage h2,
.series-bottom-mage .h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
}

span.header-bar__sep {
  margin-left: 15px;
  opacity: 0.4;
}

div#CustomerLoginForm,
.form-vertical {
  padding: 30px;
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.template-cart form.cart {
  margin-bottom: 40px;
}

.col-sm-20.nopad {
  padding: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.link-card {
  padding: 0;
  position: relative;
}

.link-card .bg-img {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.link-card .caption {
  position: absolute;
  text-align: center;
  opacity: 0;
  width: 90%;
  top: 50%;
  left: 50%;
  z-index: 20;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all .2s ease-in;
}

.link-card .caption:hover {
  position: absolute;
  text-align: center;
  opacity: 1;
  width: 90%;
  top: 50%;
  left: 50%;
  z-index: 20;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
}

.link-card .caption .heading {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}

.link-card .caption {
  opacity: 0;
  padding-top: 10%;
}

@media screen and (max-width: 767px) {
  .link-card .caption {
    position: absolute;
    text-align: center;
    opacity: 1;
    width: 90%;
    top: 50%;
    left: 50%;
    z-index: 20;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in;
  }
}

.link-card:hover .caption {
  padding-top: 0;
  opacity: 1;
}

.link-card .caption .subtitle {
  color: #333;
  font-size: .8rem;
  margin: 0;
  color: #fff;
}

.link-card .caption .-imagebtn {
  margin-top: 30px;
  font-family: inherit;
  font-weight: 600;
}

.btn-block {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px 15px;
  background-color: #d92027;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: 12px;
}

.link-card.-haslink .bg-img::after {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  top: 25%;
  left: 25%;
}

.link-card.-haslink .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  transition: all .2s ease-in;
}

.link-card:hover .bg-img::after {
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}

.grid--view-items {
  margin-bottom: 30px !important;
}

.team .content-inner-items .section-header h1,
.team .content-inner-items .section-header .h1 {
  text-align: center;
  margin-top: 40px;
}

.shop-descrption {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0 5rem 0;
}

.shop-descrption p {
  color: #4c4c4c;
  font-size: 14.4px;
}

.shop-descrption h1,
.shop-descrption .h1 {
  font-size: 48px;
  font-weight: bold;
  text-transform: capitalize;
}

.collection-kit__shop {
  padding: 18% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-kit__shop-right {
  padding: 18% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop .mfp-bg {
  opacity: 1 !important;
  background-image: url(/cdn/shop/files/modal_bg.jpg?5729644195134834816) !important;
  background-size: cover;
  background-position: center;
}

.special {
  text-align: center;
  padding: 30px 0;
}

.special h2,
.special .h2 {
  font-weight: 700;
  font-size: 22.4px;
}

a.js-video-pop {
  text-align: center;
  display: block;
}

.flylow-hero__video {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.shop .collection-kit__hero__description {
  padding: 30px;
  max-width: 50%;
  left: 50%;
  right: 0;
  top: -120px;
}

.shop .collection-kit__hero__description h3,
.shop .collection-kit__hero__description .h3,
.shop.collection-kit__hero__description2 h3,
.shop.collection-kit__hero__description2 .h3 {
  font-size: 32px;
  font-weight: 700;
}

.shop .collection-kit__hero__description p,
.shop.collection-kit__hero__description2 p {
  font-size: 14.4px;
}

.shop .collection-kit__hero__description2 {
  padding: 30px;
  max-width: 50%;
  top: -120px;
}

.header-top-bar .site-header__cart-count {
  display: inline-block !important;
  border-radius: 3px;
  background-color: #fff;
  color: #d92027;
  line-height: 1;
  font-size: 1.1em;
  padding: 5px 5px;
  margin-top: 4px;
  margin-left: 5px;
}

.vid-play-btn.-big {
  height: 80px;
  width: 80px;
  margin: 0 auto;
}

.vid-play-btn {
  height: 50px;
  width: 50px;
  background-color: #e15d2d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.6s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.6s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.6s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0, 1, 0.5, 1);
}

.vid-play-btn:after {
  position: absolute;
  top: 50%;
  left: 53%;
  color: #fff;
  content: "\f04b";
  font-family: FontAwesome;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flylow-hero__video .copy-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.flylow-hero__video .copy-wrap h2,
.flylow-hero__video .copy-wrap .h2,
.flylow-hero__video .copy-wrap .h2,
.flylow-hero__video .copy-wrap .h2 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.image-bar__caption {
  font-size: 35px;
  max-width: 300px;
  margin: 0;
  color: #fff;
}

.image-bar__text {
  position: absolute;
  top: 30%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.image-bar__headings {
  /* position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 60%; */
  color: #fff;
  font-size: 120%;
}

.image-bar__headings h2,
.image-bar__headings .h2 {
  font-size: 50px;
}

@media screen and (max-width: 767px) {

  .image-bar__headings h2,
  .image-bar__headings .h2 {
    font-size: 30px;
  }
}

.image-bar__headings h5,
.image-bar__headings .h5 {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 25px;
  text-transform: initial;
}

.image-bar__headings h1,
.image-bar__headings .h1,
.image-bar__headings h2,
.image-bar__headings .h2,
.image-bar__headings h3,
.image-bar__headings .h3,
.image-bar__headings h4,
.image-bar__headings .h4,
.image-bar__headings h5,
.image-bar__headings .h5 {
  color: #fff;
}

.image-bar__headings span {
  display: block;
}

.image-bar__cta {
  position: absolute;
  left: 10%;
  top: 76%;
  width: 80%;
}

.image-bar__cta span {
  display: inline-block;
  padding: 6px 24px;
  border: 2px solid #fff;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
}

.image-bar:hover .image-bar__cta span {
  color: #fff;
}

h4.caption-center,
.caption-center.h4 {
  font-size: 35px;
  margin: 0;
}

.copyright-text-left {
  float: left;
}

.copyright-text-right {
  float: right;
  padding-right: 0;
}

.h1.mega-title {
  font-size: 3vw;
}

.h1.mega-title--large {
  font-size: 4vw;
}

.slideshow__subtitle {
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
}

.slideshow__text-content span.btn {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}

.flylowdev .section-header h2,
.flylowdev .section-header .h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.slideshow__slide.slideshow__slide--slideshow-0.slick-slide {
  opacity: 1 !important;
}

.flylow-hero__video .video-wrapper-hp {
  padding: 3rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.vid-play-btn:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

a.btn,
span.btn {
  font-family: inherit;
  font-weight: 600;
}

.input-group__btn .btn {
  font-family: inherit;
  letter-spacing: 0;
  font-weight: 600;
}

.site-footer__newsletter input,
textarea,
select {
  font-size: 13.6px;
  color: #333;
}

.flylowdev .h4.grid-view-item__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333;
  font-family: inherit;
}

.flylowdev.grid-link__description {
  font-size: .7rem;
  line-height: 1.3;
  color: gray;
}

.site-footer a:hover,
.site-footer a:active {
  color: #d92027;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.privacy-policy .header-image.minimal {
  font-size: 0;
}

.privacy-policy .header-image.minimal>.container {
  padding-top: 0;
}

.left-sidebar {
  padding-bottom: 30px;
  padding-left: 15px;
}

.register-title {
  border-bottom: solid 1px #f0f0f0;
  padding: 20px 0;
  font-size: 22.4px;
  font-weight: 700;
}

.template-collection main#MainContent {
  margin-bottom: 60px;
}

.episode-title-left {
  float: left;
}

h1.collection-hero__title,
.collection-hero__title.h1 {
  font-weight: 700;
}

.collection-hero__title {
  color: #fff;
}

.site-footer__linklist-item,
.nav__sidebar li,
.nav__sidebar li {
  font-size: 13.6px;
}

.article-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 19.2px;
  line-height: 1.8;
  color: #4c4c4c;
}

.section-header.text-center {
  bottom: 0;
  width: 100%;
  margin: 20px 0;
}

.athletes-title h2,
.athletes-title .h2 {
  color: #333;
  font-size: 26px;
  font-weight: 700;
}

.series-form-wrap .input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  border: solid #999 5px;
}

.series-form-wrap button#Subscribe {
  background-color: #999;
  width: 100%;
  margin-right: 0;
  margin-left: -1px;
  border: 3px solid #999;
  transition: all .2s ease-in;
}

.series-form-wrap button#Subscribe:hover {
  background-color: #666;
}

.athletes-section img,
.post-img-wrap img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

h4.title-newsletter,
.title-newsletter.h4 {
  float: left;
  width: 100%;
  font-size: 13.6px;
  font-family: inherit;
  text-transform: capitalize;
  font-weight: 400;
}

.collection-description h2,
.collection-description .h2 {
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
  color: #4c4c4c;
}

.collection-description p {
  font-size: 16px;
  line-height: 28.8px;
}

.collection-kit {
  width: 100%;
  position: relative;
  padding: 2rem 0;
  min-height: 800px;
  overflow: hidden;
}

.collection-text {
  max-width: 700px;
  padding: 2rem 4rem;
  float: right;
}

.left-sidebar {
  margin-bottom: 90px;
}

p.login-links {
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 12.8px;
}

.site-footer__newsletter .input-group__field,
.site-footer__newsletter .input-group__btn .btn {
  height: auto !important;
  padding: 10px 10px !important;
}

.template-index .section-header.text-center {
  position: static;
}

h4.mega-subtitle-center,
.mega-subtitle-center.h4 {
  font-size: 2vw;
}

.product-form__item .button {
  border-radius: 2px;
}

.swatch .label {
  margin: 0.3em 0;
  font-size: .8rem;
  text-transform: uppercase;
  color: #666;
}

.cart-header-right {
  text-align: right;
}

thead.cart__row.cart__header th {
  font-weight: normal;
}

.mfp-bg {
  opacity: 0.8;
  background: #000;
}

.cart__price-wrapper.text-right h5,
.cart__price-wrapper.text-right .h5,
.cart__update-wrapper.text-center h5,
.cart__update-wrapper.text-center .h5 {
  font-size: 14px;
  font-weight: bold;
}

.cart__meta.small--text-left h5,
.cart__meta.small--text-left .h5,
.shopping-cart-header h5,
.shopping-cart-header .h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 0px;
}

.cart__row.cart__header tr th h5,
.cart__row.cart__header tr th .h5 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #e8e9eb;
  padding-bottom: 15px;
}

.section-header__title-cart {
  border-bottom: solid 1px #e8e9eb;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .collection-kit__hero__description {
    right: 0;
    margin: 30px;
    max-width: 100%;
    transform: translate(0%, 0%);
  }

  .collection-kit__hero__description2 {
    left: 0;
    margin: 30px;
    max-width: 100%;
    transform: translate(0%, 0%);
  }

  .site-nav a {
    padding: 3px 10px !important;
  }

  .slideshow__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 801px) {

  .collection-kit__hero,
  .collection-hero-image-two {
    width: 100%;
    display: block;
    padding: 15% 0;
    left: 0;
  }

  .series-titles {
    font-size: 12px;
  }

  .series-item :before {
    right: 55%;
  }

  .series-item :after {
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .article__grid-image {
    width: 100% !important;
  }

  .template-blog p.collection-grid-item__title {
    display: none;
  }

  .mobile-res .site-header__cart-count {
    top: 8px;
    left: -10px;
    border-radius: 11px;
    min-width: 19px;
    height: 19px;
    position: absolute;
    background: #ccc;
  }

  .mobile-res .site-header__cart-count span {
    color: #d92027;
  }

  .grid__item {
    width: 50%;
  }

  .responsive-item {
    width: 50%;
  }

  h4.mega-subtitle-center,
  .mega-subtitle-center.h4,
  .mega-subtitle-center.h4 {
    font-size: 5vw;
  }

  .h1.mega-title,
  h2.h1.mega-title--large,
  .h1.mega-title--large.h2,
  .h1.mega-title--large.h2 {
    font-size: 9vw;
  }

  .mobile-nav__link,
  .mobile-nav__sublist-link {
    font-size: 14.125px !important;
  }

  .collection-kit__hero__description,
  .collection-kit__hero__description2 {
    position: static;
  }

  .filters-toolbar {
    padding-left: 15px;
  }

  .collection-mobile-res {
    width: 50%;
  }

  .left-sidebar {
    display: none;
  }

  .desktop-res {
    display: none;
  }

  .mobile-res {
    display: block;
  }

  .jetmenu>li>a {
    padding: 10px 15px;
    color: #333;
  }

  .image-bar__content {
    margin-bottom: 30px;
  }

  .image-col {
    margin-bottom: 30px;
  }

  .row.justify-content-around {
    text-align: center;
  }

  span.input-group__btn.news-btn-footer {
    float: none;
  }

  .athletes-section img {
    margin-bottom: 30px;
  }

  .text-wrapper,
  .text-col {
    padding-right: 0;
  }

  label.h4.news-heading {
    margin: 20px auto;
  }

  .collection-description {
    padding: 0rem 1rem;
  }

  .grid-view-item__image {
    padding-top: 50%;
    width: 100%;
  }

  .special-moible-item {
    float: right;
  }

  .special {
    width: 50%;
  }

  .collection-kit__model {
    left: 0;
    right: 0;
    top: -110px;
  }

  .article-content p {
    font-size: 14.4px;
  }

  .site-header__logo img {
    height: 60px;
    width: auto;
  }

  .sign-up-item span.input-group__btn.news-btn-footer {
    float: left;
    width: 100%;
  }

  .site-footer__social-icons {
    margin-top: 30px !important;
  }

  .series-form-wrap .input-group__field {
    margin-bottom: 20px;
  }

  .slideshow__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 670px) {

  h3.video-title,
  .video-title.h3,
  .video-title.h3 {
    font-size: 36px;
    position: relative;
    top: 100px;
  }

  .episode-title-left {
    width: 50%;
  }

  .slick-slider .slick-dots {
    width: 100% !important;
  }

  .text-wrapper,
  .text-col {
    padding: 0 0px !important;
  }
}

@media (max-width: 601px) {
  .team {
    padding: 0;
  }

  h4.athletes-title,
  .athletes-title.h4 {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .episode-imag-mobile {
    width: 50%;
  }

  .slick-dots li button:before {
    color: #000 !important;
  }

  .slick-dots li.slick-active button:before {
    color: #000 !important;
  }

  .text-wrapper,
  .text-col {
    padding: 0 90px;
  }
}

@media (max-width: 480px) {
  .athletes-section img {
    width: 100%;
    max-width: none;
  }

  h4.special-heading,
  .special-heading.h4,
  .special-heading.h4 {
    top: 70%;
  }
}

/*================ ew css start ================*/
/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(/cdn/shop/t/110/assets/ajax-loader.gif?v=41356863302472015721653429672) center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-arrow {
  cursor: pointer;
}

.slick-prev,
#prevArrow,
.slick-next,
#nextArrow {
  position: absolute;
  display: block;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: transparent;
  top: 0;
  bottom: 0;
  padding: 0;
  border: none;
  z-index: 1;
  font-family: 'FontAwesome';
}

.slick-prev:hover,
#prevArrow:hover,
.slick-prev:focus,
#prevArrow:focus,
.slick-next:hover,
#nextArrow:hover,
.slick-next:focus,
#nextArrow:focus {
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
#prevArrow:hover:before,
.slick-prev:focus:before,
#prevArrow:focus:before,
.slick-next:hover:before,
#nextArrow:hover:before,
.slick-next:focus:before,
#nextArrow:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-disabled#prevArrow:before,
.slick-next.slick-disabled:before,
.slick-disabled#nextArrow:before {
  opacity: 0.25;
}

.slick-prev:before,
#prevArrow:before,
.slick-prev:after,
#prevArrow:after,
.slick-next:before,
#nextArrow:before,
.slick-next:after,
#nextArrow:after {
  position: absolute;
  top: 50%;
  font-size: 16px;
  color: #4c4c4c;
}

.slick-prev,
#prevArrow {
  left: 0px;
}

.slick-prev:before,
#prevArrow:before {
  content: '\f053';
  display: block;
  left: -15px;
}

[dir="rtl"] .slick-prev,
[dir="rtl"] #prevArrow {
  left: auto;
  right: -25px;
}

.slick-next,
#nextArrow {
  right: 40px;
}

.slick-next:before,
#nextArrow:before {
  content: '\f054';
  display: block;
  left: 22px !important;
}

[dir="rtl"] .slick-next,
[dir="rtl"] #nextArrow {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick-icons, sans-serif";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

/*============================================================================
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
==============================================================================*/
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

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

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

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

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

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

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

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

  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

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

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

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

  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

/*============================================================================
Magnific Popup CSS
============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-toggler {
    cursor: pointer;
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
  }

  .mobile-toggler+ul {
    display: none;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    padding-bottom: 20px;
  }

  .mobile-toggler+ul.open {
    display: block;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-animation: anim 0.35s ease-in-out forwards;
    -o-animation: anim 0.35s ease-in-out forwards;
    -webkit-animation: anim 0.35s ease-in-out forwards;
    animation: anim 0.35s ease-in-out forwards;
  }

  .mobile-toggler::after {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    vertical-align: middle;
    margin: 0 0 5px 5px;
  }
}

@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src:url('//flylowgear.com/cdn/shop/t/173/assets/fontawesome-webfont.eot?v=88752339179571016061757277684');
  src:url('//flylowgear.com/cdn/shop/t/173/assets/fontawesome-webfont.eot?v=88752339179571016061757277684#iefix') format('embedded-opentype'),
  url('//flylowgear.com/cdn/shop/t/173/assets/fontawesome-webfont.woff2?v=32207045845775034261757277682') format('woff2'),
  url('//flylowgear.com/cdn/shop/t/173/assets/fontawesome-webfont.woff?v=158931929418379554281757277682') format('woff'),
  url('//flylowgear.com/cdn/shop/t/173/assets/fontawesome-webfont.ttf?v=57926983875037866361757277682') format('truetype'),
  url('//flylowgear.com/cdn/shop/t/173/assets/fontawesome-webfont.svg?v=97865491090583646451757277681#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

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

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

/*!
 * Tooltipster
 */
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
  -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute
}

.tooltipster-box {
  flex: 1 1 auto
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
  opacity: 1
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
  -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg)
  }

  75% {
    transform: rotate(2deg)
  }

  100% {
    transform: rotate(0)
  }
}

.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.tooltipster-update-scale {
  animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
  border-radius: 5px;
  border: none;
  border-bottom: 3px solid #f71169;
  background: #2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
  margin-bottom: 7px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
  color: #fff;
  padding: 8px 16px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
  display: none
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #f71169
}

/*!
 * JetMenu
 */
/*
NAME: Jet Responsive Megamenu
AUTHOR PAGE: http://codecanyon.net/user/marcoarib
ITEM PAGE: http://codecanyon.net/item/jet-responsive-megamenu/5719593
*/
/* MENU CONFIGURATION
**********************************************************/
.site-header>.row {
  position: initial;
}

.site-header .col,
.site-header .site-nav {
  position: initial;
}

.jetmenu {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jetmenu li {
  display: inline-block;
}

.jetmenu a {
  outline: none;
  z-index: 10;
}

.jetmenu>li>a {
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  position: relative;
}

.jetmenu>li>a.site-nav__link.site-nav__link--main:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: 0;
  height: 1.5px;
  transition: 0.5s all ease;
  background: #fff;
}

.jetmenu>li:hover a.site-nav__link.site-nav__link--main:after {
  width: calc(100% - 30px);
}

.jetmenu>li:hover .site-nav__link.site-nav__link--main {
  /* text-decoration: underline; */
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown,
.jetmenu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 134px;
  background: #FFF;
}

.jetmenu ul.dropdown {
  top: 100%;
  text-align: left;
}

.jetmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit;
}

.jetmenu ul.dropdown li {
  clear: both;
  width: 100%;
  font-size: 12px;
  display: block;
}

.jetmenu ul.dropdown li a {
  width: 100%;
  padding: 12px 24px 12px;
  display: inline-block;
  float: left;
  clear: both;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.jetmenu ul.dropdown li:hover>a {
  background: #e0e0e0;
  color: #555;
}

/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left {
  left: auto;
  right: 100%;
}

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator {
  position: relative;
  left: 5px;
  top: 0;
  font-size: 14px;
  float: right;
}

.jetmenu ul li .indicator {
  font-size: 12px;
  top: 1px;
  left: 10px;
}

/* MEGAMENU
**********************************************************/
.jetmenu>li>.megamenu {
  position: absolute;
  display: none;
  background: #FFF;
  width: 25%;
  top: 100%;
  font-size: 12px;
  z-index: 99;
  padding: 20px 30px 20px;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

/* megamenu list */
.jetmenu li>.megamenu ul {
  margin: 0 0 20px 0;
  float: left;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}

.jetmenu li>.megamenu ul li {
  width: 100%;
  padding: 4px 0;
}

.jetmenu li>.megamenu ul li.title {
  margin: 0 0 8px;
  padding: 0 0 5px;
  font-size: 14px;
  border-bottom: solid 1px #666;
}

/* megamenu h5 */
.jetmenu li>.megamenu h5,
.jetmenu li>.megamenu .h5 {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* megamenu links */
.jetmenu li>.megamenu a {
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  padding-left: 0;
  padding-right: 0;
}

/* megamenu images */
.jetmenu .megamenu img {
  width: 100%;
  height: auto;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu>li.fix-sub>.megamenu,
.jetmenu>li.fix-sub>.megamenu.half-width,
.jetmenu>li.fix-sub>.dropdown {
  right: 0;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu>li>.megamenu.half-width {
  width: 50%;
}

.jetmenu>li>.megamenu.full-width {
  width: 100%;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li>.megamenu form {
  width: 100%;
}

/* megamenu inputs */
.jetmenu li>.megamenu form input[type="text"],
.jetmenu li>.megamenu form textarea {
  padding: 5px;
  font-size: 14px;
  border: solid 1px transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.jetmenu li>.megamenu form input[type="text"]:focus,
.jetmenu li>.megamenu form textarea:focus {
  border-color: #e0e0e0;
}

.jetmenu li>.megamenu form input[type="text"] {
  width: 100%;
  margin-top: 10px;
}

.jetmenu li>.megamenu form textarea {
  width: 100%;
  margin-top: 10px;
}

.jetmenu li>.megamenu form input[type="submit"] {
  width: 25%;
  float: right;
  height: 30px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row {
  width: 100%;
  margin-top: 15px;
}

.megamenu .row:first-child {
  margin-top: 0;
}

.megamenu .row:before,
.megamenu .row:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu .row:after {
  clear: both;
}

.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6 {
  display: block;
  width: 100%;
  min-height: 20px;
  float: left;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu .row [class*="col"]:first-child {
  margin-left: 0;
}

.megamenu .row .col1 {
  width: 14.893617021276595%;
}

.megamenu .row .col2 {
  width: 31.914893617021278%;
}

.megamenu .row .col3 {
  width: 48.93617021276595%;
}

.megamenu .row .col4 {
  width: 65.95744680851064%;
}

.megamenu .row .col5 {
  width: 82.97872340425532%;
}

.megamenu .row .col6 {
  width: 100%;
}

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu>li.right {
  float: right;
}

.jetmenu>li.right>.megamenu,
.jetmenu>li.right>.megamenu.half-width,
.jetmenu>li.right>.dropdown {
  right: 0;
}

/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu>li.jsright {
  float: right;
}

.jetmenu>li.jsright.last>.megamenu,
.jetmenu>li.jsright.last>.megamenu.half-width,
.jetmenu>li.jsright.last>.dropdown {
  right: 0;
}

/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu>li>a>i {
  line-height: 23px !important;
  margin-right: 6px;
  font-size: 18px;
  float: left;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu>li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #999;
  background: #333;
}

.jetmenu>li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left;
}

.jetmenu>li.showhide span.icon {
  margin: 17px 20px;
  float: right;
}

.jetmenu>li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #999;
}

/* =============================== */
/*  BASE STYLES TAKEN FROM DEBUT   */
/* =============================== */
.visually-hidden,
.icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.visibility-hidden {
  visibility: hidden;
}

.js-focus-hidden:focus {
  outline: none;
}

.no-js:not(html) {
  display: none;
}

.no-js .no-js:not(html) {
  display: block;
}

.no-js .js {
  display: none;
}

/*================ Buttons ================*/
.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: var(--borderRadius);
  padding: var(--inputPaddingTopBottomSmall) var(--inputPaddingLeftRightSmall);
  background-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
  font-family: var(--fontStackHeader);
  font-weight: var(--fontWeightHeader);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: calc(var(--fontSizeBase) - 2);
}

@media screen and (min-width: 768px) {
  .btn {
    padding: var(--inputPaddingTopBottom) var(--inputPaddingLeftRight);
  }
}

.btn:hover,
.btn:focus {
  background-color: var(--colorBtnPrimaryHover);
  color: var(--colorBtnPrimaryTextHover);
}

.btn .icon-arrow-right,
.btn .icon-arrow-left {
  height: 9px;
}

.btn[disabled] {
  cursor: default;
  background-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
}

.btn--secondary {
  background-color: var(--colorSmallButton);
  color: var(--colorSmallButtonText);
  border-color: var(--colorBorder);
}

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: var(--colorSmallButtonHover);
  color: var(--colorSmallButtonTextHover);
}

.btn--small {
  font-family: var(--fontStackBody);
  padding: 8px 10px;
  font-size: 0.75em;
  line-height: 1;
}


@media screen and (min-width: 750px) {
  input#checkout {
    margin-top: 10px;
    width: 237px;
  }
}

@media screen and (max-width: 749px) {
  input#checkout {
    width: 100%;
    height: 54px;
  }
}

/*================ Button variations ================*/
@media screen and (max-width: 749px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: var(--colorLinkText);
  text-align: left;
}

.btn--link:hover,
.btn--link:focus {
  opacity: var(--opacityLinkHover);
  color: var(--colorLinkTextHover);
}

.btn--link .icon {
  vertical-align: middle;
}

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px;
}

.btn--disabled {
  opacity: 0.5;
  cursor: default;
}

.btn--disabled:hover,
.btn--disabled:focus {
  opacity: 0.5;
}

.btn--has-icon-after .icon {
  margin-left: 10px;
}

.btn--has-icon-before .icon {
  margin-right: 10px;
}

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

/*================ #Basic Styles ================*/
body,
html {
  background-color: var(--colorBody);
}

.page-width {
  max-width: var(--widthSite);
  margin: 0 auto;
}

.page-container {
  transition: var(--transitionDrawer);
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .page-container {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#container-header {
  position: relative;
  z-index: 10;
}

#container-header.transparentTop .site-header {
  background-color: rgba(255, 255, 255, 0);
}

#container-header.transparentTop .site-header.border-bottom {
  border-bottom: none;
}

#container-header.transparentTop .site-header a,
#container-header.transparentTop .site-header .btn--link,
#container-header.transparentTop .site-header .search-header__input {
  color: #FFF;
}

#shopify-section-mobile-nav {
  position: relative;
  z-index: 1;
}

#shopify-section-header {
  position: relative;
  z-index: 2;
}

#shopify-section-header>div {
  border-botom: 1px solid transparent;
  background-color: #000000;
}

#shopify-section-header>div.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--colorBody);
}

@media screen and (max-width: 767px) {
  #shopify-section-header>div.sticky-header {
    position: relative;
  }
}

.main-content {
  display: block;
}

.section-header {
  margin-bottom: var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .section-header {
    margin-bottom: var(--sectionSpacing);
  }
}

table {
  margin-bottom: 27.5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/*================ Typography ================*/
blockquote {
  font-size: 1.125em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}

.rte blockquote {
  border-color: var(--colorBorder);
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: calc(var(--gutterSite) / 2);
}

blockquote p+cite {
  margin-top: calc(var(--gutterSite) / 2);
}

blockquote cite {
  display: block;
  font-size: 0.85em;
  font-weight: var(--fontWeightNormal);
}

blockquote cite::before {
  content: '\2014 \0020';
}

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

pre {
  overflow: auto;
}

body {
  min-height: 1000px;
}

@media screen and (min-width: 1500px) {
  body {
    min-height: 1800px;
  }
}

body,
input,
textarea,
button,
select {
  font-size: var(--fontSizeBase);
  font-family: var(--fontStackBody);
  font-weight: 400;
  line-height: 1.5;
  color: var(--colorBodyText);
}

body:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

@media screen and (max-width: 767px) {

  input,
  textarea,
  select,
  button {
    font-size: var(--fontSizeMobileInput);
  }
}

/*================ Headings ================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 calc(var(--sectionSpacingSmall) / 2);
  font-family: 'Oswald', sans-serif;

    {
    % if settings.type_header_upcase %
  }

  text-transform: uppercase;

    {
    % endif %
  }

  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: var(--colorText);
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: calc(var(--fontSizeHeader) * 1.35);
}

@media screen and (max-width: 575px) {

  h1,
  .h1 {
    font-size: calc(var(--fontSizeHeader) * 1.25);
  }
}

h2,
.h2 {
  font-size: calc(var(--fontSizeHeader) * 1.18);
}

@media screen and (max-width: 575px) {

  h2,
  .h2 {
    font-size: calc(var(--fontSizeHeader) * 1.062);
  }
}

h3,
.h3 {
  font-size: calc(var(--fontSizeHeader) * 1.08);
}

@media screen and (max-width: 575px) {

  h3,
  .h3 {
    font-size: calc(var(--fontSizeHeader) * 1.08);
  }
}

h4,
.h4 {
  font-size: calc(var(--fontSizeHeader) * 0.98);
}

@media screen and (max-width: 575px) {

  h4,
  .h4 {
    font-size: calc(var(--fontSizeHeader) * 0.882);
  }
}

h5,
.h5 {
  font-size: calc(var(--fontSizeHeader) * 0.88);
}

@media screen and (max-width: 575px) {

  h5,
  .h5 {
    font-size: calc(var(--fontSizeHeader) * 0.792);
  }
}

h6,
.h6 {
  font-size: calc(var(--fontSizeHeader) * 0.84);
}

@media screen and (max-width: 575px) {

  h6,
  .h6 {
    font-size: calc(var(--fontSizeHeader) * 0.756);
  }
}

/*================ RTE headings ================*/
.rte {
  color: var(--colorBodyText);
  margin-bottom: var(--sectionSpacingSmall);
}

.rte:last-child {
  margin-bottom: 0;
}

.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: var(--gutterSite);
  margin-bottom: calc(var(--gutterSite) / 2);
}

.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0;
}

.rte li {
  margin-bottom: 4px;
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte-setting {
  margin-bottom: calc(var(--sectionSpacingSmall) / 1.8);
}

.rte-setting:last-child {
  margin-bottom: 0;
}

.rte-setting p {
  font-size: 25px;
}

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

.list--inline {
  padding: 0;
  margin: 0;
}

.list--inline li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.rte img {
  height: auto;
}

.rte table {
  table-layout: fixed;
}

.rte ul,
.rte ol {
  margin: 0 0 calc(var(--sectionSpacingSmall) / 2) calc(var(--sectionSpacingSmall) / 2);
}

.rte ul.list--inline,
.rte ol.list--inline {
  margin-left: 0;
}

.rte ul {
  list-style: disc outside;
}

.rte ul ul {
  list-style: circle outside;
}

.rte ul ul ul {
  list-style: square outside;
}

.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside;
}

/*================ hr ===================*/
.hr--small {
  padding: 10px 0;
  margin: 0;
}

.hr--invisible {
  border-top: 0;
}

.border-bottom {
  border-bottom: 1px solid var(--colorBorder);
}

.border-top {
  border-top: 1px solid var(--colorBorder);
}

.empty-page-content {
  padding: 125px var(--gutterSite);
}

@media screen and (max-width: 575px) {
  .empty-page-content {
    padding-left: var(--gutterSiteMobile);
    padding-right: var(--gutterSiteMobile);
  }
}

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media screen and (max-width: 575px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    display: block;
  }

  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%;
  }

  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: calc(var(--gutterSite) / 2);
    border: 0;
    margin: 0;
  }

  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
  }
}

.responsive-table .responsive-table__row+.responsive-table__row,
.responsive-table tfoot>.responsive-table__row:first-child {
  position: relative;
  margin-top: 10px;
  padding-top: var(--gutterSite);
}

.responsive-table .responsive-table__row+.responsive-table__row::after,
.responsive-table tfoot>.responsive-table__row:first-child::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--gutterSite) / 2);
  right: calc(var(--gutterSite) / 2);
  border-bottom: 1px solid var(--colorBorder);
}

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden;
}

#video-channel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 27% 0;
  height: 0;
  height: auto;
}

#video-channel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================ Forms ================*/
form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--colorBorder);
  margin: 0 0 var(--gutterSite);
  padding: calc(var(--gutterSite) / 2);
}

legend {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

input[type="submit"] {
  cursor: pointer;
}

label {
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  label {
    font-size: calc(var(--fontSizeBase) - 2px);
  }
}

[type="radio"]+label,
[type="checkbox"]+label {
  display: inline-block;
  margin-bottom: 0;
}

label[for] {
  cursor: pointer;
}

input,
textarea,
select {
  border: 1px solid var(--colorBorder);
  background-color: var(--colorTextFieldColor);
  color: var(--colorTextFieldText);
  max-width: 100%;
  line-height: 1.2;
  border-radius: var(--borderRadius);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--colorBorder);
}

input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  background-color: var(--colorDisabled);
  border-color: var(--colorDisabledBorder);
}

input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}

input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder {
  color: #d20000;
  opacity: 0.5;
}

input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}

input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder {
  color: #d20000;
  opacity: 1;
}

input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder {
  color: transparent;
}

input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder {
  color: transparent;
}

input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder {
  color: transparent;
}

input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder {
  opacity: 1;
}

textarea {
  min-height: 100px;
}

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: var(--colorError);
  background-color: var(--colorErrorBg);
  color: var(--colorError);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(var(--svgSelectIcon));
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: var(--inputPaddingTopBottomSmall);
  padding-left: var(--inputPaddingLeftRightSmall);
  padding-bottom: var(--inputPaddingTopBottomSmall);
  /*================ Hide the svg arrow in IE9 and below ================*/
}

@media screen and (min-width: 768px) {
  select {
    padding-top: var(--inputPaddingTopBottom);
    padding-left: var(--inputPaddingLeftRight);
    padding-bottom: var(--inputPaddingTopBottom);
  }
}

.ie9 select {
  padding-right: 10px;
  background-image: none;
}

optgroup {
  font-weight: var(--fontWeightBold);
}

option {
  color: var(--colorText);
  background-color: var(--colorBody);
}

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

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.ie9 .label--hidden {
  position: static;
  height: auto;
  width: auto;
  margin-bottom: 2px;
  overflow: visible;
  clip: initial;
}

::-webkit-input-placeholder {
  color: black;
  opacity: 0.6;
}

::-moz-placeholder {
  color: black;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: black;
  opacity: 0.6;
}

::-ms-input-placeholder {
  color: black;
  opacity: 1;
}

/*================ Labels ================*/
.label--error {
  color: var(--colorError);
}

input,
textarea {
  padding: 8px 15px;
}

@media screen and (min-width: 768px) {

  input,
  textarea {
    padding: 10px 18px;
  }
}

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: calc(var(--sectionSpacingSmall) / 1.8);
}

.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.form-vertical [type="submit"],
.form-vertical .btn {
  display: inline-block;
  width: auto;
}

/*================ Form feedback messages ================*/
.note,
.form--success,
.errors {
  padding: var(--inputPaddingTopBottomSmall);
  margin: 0 0 calc($gutter-site / 2);
}

@media screen and (min-width: 768px) {

  .note,
  .form--success,
  .errors {
    padding: var(--inputPaddingTopBottom);
  }
}

.note {
  border: 1px solid var(--colorBorder);
}

.form--success {
  border: 1px solid var(--colorSuccess);
  background-color: var(--colorSuccessBg);
  color: var(--colorSuccess);
}

.errors {
  border: 1px solid var(--colorError);
  background-color: var(--colorErrorBg);
  color: var(--colorError);
}

.errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.errors a {
  color: var(--colorError);
  text-decoration: underline;
}

/*================ Input Groups ================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
}

.form-vertical .input-group {
  margin-bottom: var(--gutterSite);
}

.input-group__field,
.input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group__field,
.input-group__btn .btn {
  height: var(--inputGroupHeightSmall);
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {

  .input-group__field,
  .input-group__btn .btn {
    height: var(--inputGroupHeight);
  }
}

.input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
}

.form-vertical .input-group__field {
  margin: 0;
}

.input-group__btn {
  white-space: nowrap;
  width: 1%;
}

.input-group__btn .btn {
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  white-space: nowrap;
}

/*===================== Search ==================== */
.search-bar {
  border-bottom: 1px solid var(--colorBorder);
  padding: 0 25px;
}

.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid transparent;
}

@media screen and (max-width: 575px) {
  .search-bar__form {
    width: 100%;
  }
}

.search-bar__submit .icon {
  position: relative;
  top: -1px;
  height: 30px;
}

.search-bar__submit,
.search-header__submit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 5px;
  height: 100%;
  z-index: 1;
}

.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-radius: var(--borderRadius);
  color: var(--colorText);
  border-color: transparent;
  padding-left: 35px;
  width: 100%;
}

.search-header__input::-webkit-input-placeholder,
.search-bar__input::-webkit-input-placeholder {
  color: var(--colorText);
  opacity: 0.6;
}

.search-header__input::-moz-placeholder,
.search-bar__input::-moz-placeholder {
  color: var(--colorText);
  opacity: 0.6;
}

.search-header__input:-ms-input-placeholder,
.search-bar__input:-ms-input-placeholder {
  color: var(--colorText);
  opacity: 0;
}

.search-header__input::-ms-input-placeholder,
.search-bar__input::-ms-input-placeholder {
  color: var(--colorText);
  opacity: 1;
}

.search-bar__input {
  border: 1px solid transparent;
}

.search-bar__input:focus {
  border-color: transparent;
}

.search-header__input:hover+.btn--link {
  opacity: var(--opacityLinkHover);
}

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid var(--colorBorder);
  padding: 0 calc(var(--gutterSite) / 2);
}

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle;
}

.search-bar__form-wrapper {
  width: 90%;
}

/*================ Header Search ================*/
.search-header {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 30px;
  vertical-align: middle;
}

.search-header.search--focus {
  max-width: 250px;
}

.search-header__input {
  cursor: pointer;
}

.search--focus .search-header__input {
  outline: none;
  border-color: var(--colorBorder);
  cursor: auto;
}

.search--focus .search-header__submit {
  padding-left: 10px;
  pointer-events: auto;
}

.search-header__submit {
  pointer-events: none;
}

.search-header,
.search-header__submit {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.no-svg .site-header__search {
  display: inline-block;
}

.no-svg .search-header {
  max-width: none;
}

.no-svg .search__input {
  width: auto;
  padding-left: 60px;
}

.drawer--top {
  width: 100%;
}

.js-drawer-open-top .drawer--top {
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: #fff;
  transition: var(--transitionDrawer);
}

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorDrawerBackground);
  z-index: 8;
  transition: var(--transitionDrawer);
}

.js-drawer-open .drawer-page-content::after {
  visibility: visible;
  opacity: 1;
}

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle;
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.125em;
}

.drawer__close-button:active,
.drawer__close-button:focus {
  background-color: var(--colorDrawerBackground);
}

/*================ MODULES ================*/
.site-header {
  background-color: #000000;
  transition: all 0.35s;
  position: initial;
}

.site-header .icon-cart {
  color: var(--colorBody);
}

.site-header .site-header__cart,
.site-header .site-header__account {
  color: var(--colorBody);
}

@media screen and (max-width: 575px) {
  .site-header {
    border-bottom: 1px solid var(--colorBorder);
  }
}

@media screen and (min-width: 768px) {
  .site-header.logo--center {
    padding-top: var(--inputPaddingLeftRightSmall);
    padding-bottom: var(--inputPaddingLeftRightSmall);
  }
}

.site-header__logo {
  margin: 0;
}

.logo-align--center .site-header__logo {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .logo-align--center .site-header__logo {
    text-align: left;
    margin: var(--inputPaddingLeftRightSmall) 0;
  }
}

.site-header__logo-link {
  display: inline-block;
  word-break: break-word;
}

.site-header__logo-image {
  display: block;
  position: relative;
}

.site-header__logo-image div:first-of-type img {
  width: auto;
  height: auto;
}

.site-header__logo-image div:last-child:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.site-header__logo-image div:last-child:not(:first-of-type) img {
  max-height: 100%;
  display: inline-block;
  opacity: 0;
  -moz-animation: shrink 0.35s ease-in-out forwards;
  -o-animation: shrink 0.35s ease-in-out forwards;
  -webkit-animation: shrink 0.35s ease-in-out forwards;
  animation: shrink 0.35s ease-in-out forwards;
}

@media screen and (min-width: 768px) {
  .site-header__logo-image {
    margin: 0 auto;
  }
}

.logo-change .site-header__logo-image div:first-child:not(:last-of-type) img {
  -moz-animation: shrink 0.35s ease-in-out forwards;
  -o-animation: shrink 0.35s ease-in-out forwards;
  -webkit-animation: shrink 0.35s ease-in-out forwards;
  animation: shrink 0.35s ease-in-out forwards;
}

.logo-change .site-header__logo-image div:last-child:not(:first-of-type) img {
  -moz-animation: grow 0.35s ease-in-out forwards;
  -o-animation: grow 0.35s ease-in-out forwards;
  -webkit-animation: grow 0.35s ease-in-out forwards;
  animation: grow 0.35s ease-in-out forwards;
}

@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-ms-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }

  99% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@-moz-keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }

  99% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@-ms-keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }

  99% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }

  99% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.site-header__logo-image--centered img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .logo-align--center .site-header__logo-link {
    margin: 0 auto;
  }
}

.site-header__icons {
  position: relative;
  white-space: nowrap;
}

.site-header__icons-wrapper {
  position: relative;
}

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative;
}

.site-header__search {
  padding-right: 45px;
}

.site-header__icons--plus .site-header__search {
  padding-right: 90px;
}

.site-header__icons--plus .site-header__search .btn--link {
  color: var(--colorBody);
}

@media screen and (min-width: 768px) {

  .site-header__cart,
  .site-header__account {
    position: absolute;
    top: 50%;
    right: 0;
    padding: var(--inputPaddingTopBottomSmall) 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header__account {
    right: var(--gutterSite);
  }
}

.site-header__cart-title,
.site-header__search-title {
  display: inline-block;
  vertical-align: middle;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.site-header__cart-title {
  margin-right: 3px;
}

.site-header__cart-count {
  display: block;
  font-weight: bold;
  position: absolute;
}

.site-header__cart-count span {
  display: block;
  padding: 5px 5px;
  font-size: 11px;
  line-height: 1;
  background-color: var(--colorBody);
  border-radius: 10px;
  color: #000;
  opacity: 0.9;
  width: 22px;
  height: 22px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .logo--center .site-header__cart-count {
    right: -2px;
  }

  .logo--left .site-header__cart-count {
    left: 12px;
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .site-header__cart-count {
    top: 14px;
    left: 22px;
    border-radius: 11px;
    min-width: 19px;
    height: 19px;
  }

  .site-header__cart-count span {
    padding: 4px 6px;
    font-size: 12px;
  }
}

.site-header__menu {
  display: none;
}

.site-header .icon-search,
.site-header .icon-hamburger,
.site-header .icon-close,
.site-header .icon-cart {
  height: var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {

  .site-header .icon-search,
  .site-header .icon-hamburger,
  .site-header .icon-close,
  .site-header .icon-cart {
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {

  .site-header__menu,
  .site-header__search-toggle,
  .site-header__cart,
  .site-header__account {
    display: inline-block;
    vertical-align: middle;
    padding: var(--inputPaddingLeftRight)var(--inputPaddingTopBottomSmall);
    margin: 0;
    color: #ffffff;
  }

  .site-header__icons--plus .site-header__menu,
  .site-header__icons--plus .site-header__search-toggle,
  .site-header__icons--plus .site-header__cart,
  .site-header__icons--plus .site-header__account {
    padding: var(--inputPaddingLeftRight) 6px;
  }

  .site-header__icons--plus .site-header__menu:focus,
  .site-header__icons--plus .site-header__search-toggle:focus,
  .site-header__icons--plus .site-header__cart:focus,
  .site-header__icons--plus .site-header__account:focus {
    color: #ffffff;
    opacity: 1;
  }

  .site-header__icons--plus .site-header__menu:hover,
  .site-header__icons--plus .site-header__search-toggle:hover,
  .site-header__icons--plus .site-header__cart:hover,
  .site-header__icons--plus .site-header__account:hover {
    color: #ffffff;
    opacity: 1;
  }

  .site-header__logo {
    text-align: left;
  }

  .site-header__logo img {
    margin: 0;
  }
}

.notification-bar {
  text-align: center;
  position: relative;
  z-index: 11;
}

.notification-bar__message {
  display: block;
  font-size: 1em;
  padding: 10px var(--gutterSiteMobile);
}

@media screen and (min-width: 768px) {
  .notification-bar__message {
    padding: 10px var(--gutterSite);
  }
}

.notification-bar__message a {
  text-decoration: underline;
}

.article--listing {
  padding-top: var(--gutterSite);
  margin-bottom: var(--gutterSite);
}

.article__title {
  margin-bottom: 10px;
}

.article__author {
  margin-right: 10px;
}

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: var(--gutterSiteMobile);
}

.template-article .article__author,
.template-article .article__date {
  margin-bottom: 0;
}

.article__tags {
  margin-bottom: calc(var(--gutterSite) / 2);
}

.article__tags--list {
  font-style: italic;
}

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo {
  margin: var(--inputPaddingLeftRightSmall) 0;
}

.site-header__logo img {
  display: block;
}

.nav-below .site-nav {
  padding-top: var(--inputPaddingLeftRightSmall);
  padding-bottom: var(--inputPaddingLeftRightSmall);
}

.site-nav {
  position: relative;
  padding: 0;
  margin: var(--inputPaddingLeftRightSmall) 0;
}

nav.nav-below .site-nav {
  margin: 0;
}

.site-nav a {
  padding: 3px 10px;
}

.site-nav li {
  display: inline-block;
}

.site-nav--centered {
  text-align: center;
  padding-bottom: 0;
}

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap;
}

.site-nav--centered .site-nav__link {
  padding-top: 0;
}

.site-nav__link .icon-chevron-down {
  width: var(--inputPaddingTopBottomSmall);
  height: var(--inputPaddingTopBottomSmall);
  margin-left: 2px;
}

.site-nav--active-dropdown .site-nav__link .icon-chevron-down {
  transform: rotateZ(-180deg);
}

.site-nav__link.site-nav--active-dropdown {
  border: 1px solid var(--colorBorder);
  border-bottom: 1px solid transparent;
  z-index: 2;
}

/*================ Dropdowns ================*/
.site-nav--has-centered-dropdown {
  position: static;
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: var(--dropdownPadding);
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid var(--colorBorder);
  background: white;
  left: -1px;
  top: 41px;
}

.site-nav__dropdown .site-nav__link {
  padding: 4px var(--sectionSpacingSmall) 4px 0;
}

.site-nav--active-dropdown .site-nav__dropdown {
  display: block;
}

.site-nav__dropdown li {
  display: block;
}

.site-nav__dropdown--centered {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  text-align: center;
}

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  border: 1px solid var(--colorBorder);
  background: white;
  padding: var(--dropdownPadding);
  text-align: left;
}

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -var(--sectionSpacingSmall);
}

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: var(--sectionSpacingSmall);
}

.site-nav__child-link--parent {
  font-weight: 700;
  margin: 4px 0;
}

/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: var(--transitionDrawer);
}

.sub-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.third-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: var(--inputPaddingLeftRightSmall);
  font-size: var(--fontSizeBase);
}

.mobile-nav__link .fa,
.mobile-nav__sublist-link .fa {
  margin-right: 5px;
}

.mobile-nav__link {
  position: relative;
}

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px;
}

.mobile-nav__item {
  display: block;
  width: 100%;
}

.mobile-nav__item {
  display: block;
  width: 100%;
}

/* .mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px; } */
.mobile-nav-wrapper .accordion .mobile-nav__sublist-link {
  position: relative;
  padding-left: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px !important;
}

.mobile-nav-wrapper .accordion .hasChildLinks.active a {
  font-weight: 600;
  color: #000;
}

.mobile-nav-wrapper .accordion .hasChildLinks.active ul li a {
  font-weight: normal;
}

.accordion-item .accordion-thumb svg {
  fill: #f17235;
  width: 12px;
  height: 12px;
}

.mobile-nav-wrapper .plus-minus-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.accordion-item .accordion-thumb {
  font-size: 16px;
  color: #000;
  font-family: var(--fontStackBody);
  font-weight: 600;
}

.accordion-item .accordion-thumb svg {
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.accordion-item .accordion-thumb.active-icon svg {
  transform: rotate(90deg);
}

.accordion-item .accordion-thumb span {
  padding-left: 7px;
}

.mobile-nav-wrapper .accordion .mobile-nav__item.hasChildLinks .mobile-nav__sublist-link .plus-minus-icon svg {
  fill: #f17235;
  width: 18px;
  height: 14px;
}

.mobile-nav-wrapper .accordion .mobile-nav__item.hasChildLinks.active .mobile-nav__sublist-link .plus-icon {
  display: none;
}

.mobile-nav-wrapper .accordion .mobile-nav__item.hasChildLinks .mobile-nav__sublist-link .minus-icon {
  display: none;
}

.mobile-nav-wrapper .accordion .mobile-nav__item.hasChildLinks.active .mobile-nav__sublist-link .minus-icon {
  display: block;
}

.mobile-nav-wrapper .accordion .mobile-nav__item.hasChildLinks ul {
  display: none;
}

.mobile-nav-wrapper .accordion .mobile-nav__item.hasChildLinks.active ul {
  display: block;
}

.mobile-nav-wrapper .accordion .hasChildLinks.active ul li a {
  padding-left: 40px;
}

.mobile-nav-wrapper .mobile-nav__link {
  font-size: 16px !important;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-nav-wrapper .accordion .hasChildLinks .mobile-nav__sublist-link {
  font-weight: 600;
  color: #000;
}

.mobile-nav__return {
  border-right: 1px solid var(--colorBorder);
}

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px;
}

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: var(--gutterSiteMobile);
  padding-right: var(--gutterSiteMobile);
  pointer-events: none;
  overflow: hidden;
}

.mobile-nav__table {
  display: table;
  width: 100%;
}

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal;
}

.mobile-nav__toggle-button {
  padding: var(--gutterSiteMobile) var(--inputPaddingLeftRightSmall);
}

.mobile-nav__dropdown {
  position: absolute;
  background-color: white;
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none;
}

.is-active+.mobile-nav__dropdown {
  display: block;
  opacity: 1;
}

.mobile-nav__dropdown.is-closing {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  opacity: 0.99;
}

.mobile-nav__dropdown .mobile-nav__sublist-header {
  display: table-cell;
  vertical-align: middle;
}

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  position: absolute;
  left: 0;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden;
}

.mobile-nav-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--colorBorder);
}

.mobile-nav-wrapper.js-menu--is-open {
  display: block;
}

.mobile-nav--open .icon-close {
  display: none;
}

.mobile-nav--close .icon-hamburger {
  display: none;
}

/*================ #Icons ================*/
.icon {
  display: inline-block;
  width: var(--gutterSiteMobile);
  height: var(--gutterSiteMobile);
  vertical-align: middle;
  fill: currentColor;
}

.no-svg .icon {
  display: none;
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0;
}

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.payment-icons .icon {
  width: var(--sectionSpacingSmall);
  height: var(--sectionSpacingSmall);
}

/*================ Social Icons ================*/
.social-icons .icon {
  width: 17px;
  height: 17px;
}

/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  overflow: auto;
}

.article__grid-tag {
  margin-right: 10px;
}

.article__grid-meta {
  margin-bottom: var(--gutterSite);
}

@media screen and (max-width: 575px) {
  .article__grid-meta--has-image {
    float: left;
    width: 60%;
    padding-left: var(--gutterSiteMobile);
  }
}

.article__grid-excerpt {
  margin-bottom: var(--inputPaddingLeftRightSmall);
}

.article__grid-image {
  display: block;
  clear: both;
  margin-bottom: calc(var(--gutterSite) / 2);
}

@media screen and (max-width: 575px) {
  .article__grid-image {
    float: left;
    width: 40%;
    margin-bottom: var(--gutterSite);
  }
}

.article__grid-image img {
  display: block;
}

.article__list-image {
  margin: 0 auto;
}

.sidebar {
  margin-top: 40px;
}

.sidebar__list {
  list-style: none;
  margin-bottom: var(--gutterSite);
}

.sidebar__list li {
  margin-bottom: 10px;
}

.pagination {
  list-style: none;
  font-size: .8rem;
  padding-top: var(--gutterSite);
  display: block;
}

.pagination li {
  display: inline-block;
}

.pagination .icon {
  display: block;
  height: var(--gutterSiteMobile);
  vertical-align: middle;
}

.pagination__text {
  padding: 0 calc(var(--gutterSite) / 2);
}

.comment {
  margin-bottom: var(--sectionSpacingSmall);
}

.comment:last-child {
  margin-bottom: 0;
}

.comment__content {
  margin-bottom: 5px;
}

.comment__meta-item {
  margin-right: 10px;
  font-size: .8rem;
}

.comment__meta-item:first-child::before {
  content: '\2014 \0020';
}

.btn--share {
  margin-right: 5px;
  margin-bottom: 10px;
}

.btn--share .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.btn--share .icon-facebook {
  fill: var(--colorFacebook);
}

.btn--share .icon-twitter {
  fill: var(--colorTwitter);
}

.btn--share .icon-pinterest {
  fill: var(--colorPinterest);
}

.share-title {
  display: inline-block;
  vertical-align: middle;
}

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto var(--gutterSiteMobile);
}

.quotes-slider__text {
  font-weight: 400;
  font-style: normal;
  padding: 0 var(--inputPaddingLeftRightSmall);
}

.quotes-slider__text cite {
  font-style: normal;
}

.quotes-slider__text p {
  margin-bottom: var(--sectionSpacingSmall);
}

.quotes-slider__text p+cite {
  margin-top: 0;
}

.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: var(--gutterSite);
}

.quotes-wrapper .slick-dots li button::before {
  color: var(--colorText);
  opacity: var(--opacityImageOverlay);
}

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none;
}

/*================ Logo bar ================*/
.logo-bar {
  text-align: center;
  margin-bottom: -var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .logo-bar--large {
    margin-bottom: -var(--gutterSite);
  }
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 calc(var(--gutterSite) / 2) var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .logo-bar__item--large {
    margin-bottom: var(--gutterSite);
  }
}

.logo-bar__image {
  display: block;
  margin: 0 auto;
}

.logo-bar__link {
  display: block;
}

/*================ Support ================*/
.template-page.support #returns-exchanges,
.template-page.support #product-care,
.template-page.support #warranty {
  padding-top: var(--gutterSiteMobile);
  margin-top: 0;
  margin-bottom: -var(--gutterSiteMobile);
  position: relative;
  top: -var(--gutterSiteMobile);
}

/*================ Map ================*/
.map-section {
  position: relative;
  height: 6var(--gutterSite);
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .map-section {
    height: 500px;
  }
}

.map-section .page-width {
  height: 100%;
}

.map-section--load-error {
  height: auto;
}

.map-section__overlay-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
}

.map-section__overlay {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: var(--sectionSpacingSmall);
  margin-top: var(--gutterSiteMobile);
  width: 100%;
  text-align: center;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .map-section__overlay {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 33.33333%;
  }

  .ie9 .map-section__overlay {
    top: 10%;
  }
}

.map-section--load-error .map-section__overlay {
  position: static;
  transform: translateY(0);
}

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  margin-bottom: -50%;
}

@media screen and (min-width: 768px) {
  .map-section__container {
    width: 130%;
    height: 100%;
    margin: 0 -30% 0 0;
  }
}

.gm-style-cc,
.gm-style-cc+div {
  visibility: hidden;
}

/*================ Image bar ================*/
@media screen and (max-width: 575px) {
  .image-bar {
    max-width: 400px;
    margin: 0 auto;
  }
}

.image-bar__item {
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.image-bar__link:focus .image-bar__content {
  border-color: var(--colorLinkTextHover);
}

.image-bar__content {
  position: relative;
  width: 100%;
}

.image-bar--x-small .image-bar__content {
  height: 94px;
}

.image-bar--small .image-bar__content {
  height: 2calc(var(--gutterSite) / 2);
}

.image-bar--medium .image-bar__content {
  height: 357px;
}

.image-bar--large .image-bar__content {
  height: 488px;
}

.image-bar--x-large .image-bar__content {
  height: 582px;
}

@media screen and (min-width: 768px) {
  .image-bar--x-small .image-bar__content {
    height: 1calc(var(--gutterSite) / 2);
  }

  .image-bar--small .image-bar__content {
    height: 300px;
  }

  .image-bar--medium .image-bar__content {
    height: 475px;
  }

  .image-bar--large .image-bar__content {
    height: 6var(--gutterSite);
  }

  .image-bar--x-large .image-bar__content {
    height: 775px;
  }
}

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--colorImageOverlay);
  opacity: var(--opacityImageOverlay);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.animsition.finished .image-bar__overlay::before {
  mix-blend-mode: multiply;
  opacity: var(--opacityImageOverlay);
}

.image-bar__caption1 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center;
}

/*================= Header ================*/
.header-image {
  margin-bottom: var(--sectionSpacingSmall);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-image.minimal {
  border-top: 1px solid var(--colorBorder);
  padding-top: 0;
  padding-bottom: 0;
}

.header-image.minimal>.container {
  padding-top: var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .header-image {
    margin-bottom: var(--gutterSite);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-image.minimal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-image.minimal>.container {
    padding-top: var(--gutterSite);
  }
}

/*================= Footer ================*/
.site-footer {
  padding: var(--gutterSite) 0 0 0;
}

@media screen and (max-width: 575px) {
  .site-footer {
    text-align: center;
  }
}

.site-newsletter {
  padding: var(--sectionSpacingSmall) 0;
}

@media screen and (min-width: 768px) {
  .site-newsletter {
    padding: var(--gutterSite) 0;
  }
}

@media screen and (max-width: 767px) {
  .logo--footer {
    margin-bottom: var(--gutterSiteMobile);
    display: block;
  }
}

.site-footer__linklist-item,
.nav__sidebar li {
  padding: 5px 0;
  list-style: none;
}

@media screen and (min-width: 768px) {

  .site-footer__linklist-item,
  .nav__sidebar li {
    padding: 0 0 6px 0;
  }

  .site-footer__linklist--center .site-footer__linklist-item,
  .site-footer__linklist--center .nav__sidebar li,
  .nav__sidebar .site-footer__linklist--center li {
    display: inline-block;
    padding: 3px 0;
  }
}

.site-footer__newsletter {
  max-width: 3var(--gutterSiteMobile);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .site-footer__newsletter {
    max-width: none;
  }
}

.site-footer__newsletter+div {
  margin-top: calc(var(--gutterSite) / 2);
}

.site-footer__social-icons {
  margin-top: 0px;
}

.site-footer__copyright {
  margin-top: var(--sectionSpacingSmall);
}

.social-icons__link {
  display: block;
  padding: 0 3px;
}

.social-icons__link:first-child {
  margin-left: 0;
}

.site-footer__copyright {
  text-align: center;
}

.site-footer__copyright-content {
  padding-right: 0px;
  font-size: 13.6px;
}

.site-footer__copyright--right .site-footer__copyright-content {
  padding: 0 0 0 var(--gutterSiteMobile);
}

.site-footer__copyright--right .site-footer__copyright-content:first-child {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .site-footer__copyright--right .site-footer__copyright-content {
    padding: 0 0 0 var(--sectionSpacingSmall);
  }
}

.site-footer__copyright-content--powered-by {
  padding-right: 0;
}

.site-footer__payment-icons {
  margin-top: var(--gutterSiteMobile);
}

@media screen and (min-width: 768px) {
  .site-footer__payment-icons {
    margin-top: var(--gutterSiteMobile);
  }

  .site-footer__copyright--right .site-footer__payment-icons {
    padding-left: var(--sectionSpacingSmall);
  }
}

.site-footer__payment-icons .payment-icon {
  margin-right: 5px;
}

.site-footer__payment-icons .payment-icon:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .site-footer__payment-icons--right {
    float: right;
    margin-top: 0;
  }
}

/*============================================================================
  Slick slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*================ Slick dots and prev/next pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  width: auto;
}

.slick-slider .slick-dots li {
  margin: 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}

.slick-slider .slick-dots li:first-of-type {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: var(--inputPaddingTopBottomSmall);
  }
}

.slick-slider .slick-dots li button {
  position: relative;
  padding: 0;
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

.slick-slider .slick-dots li button::before {
  text-indent: -9999px;
  background-color: transparent;
  border-radius: 100%;
  background-color: currentColor;
  width: 10px;
  height: 10px;
  opacity: 0.4;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
  }
}

.slick-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.slick-slider .slick-dots li button:active::before {
  opacity: 0.7;
}

/*============================================================================
  Hero slider

  Extends default slick slider styles.
  Extra specificity in selectors is used to override defaults.
==============================================================================*/
.slideshow-wrapper {
  position: relative;
}

.slideshow {
  overflow: hidden;
  height: 3calc(var(--gutterSite) / 2);
  margin-bottom: 0;
}

.slideshow.slideshow--medium {
  height: 500px;
}

.slideshow.slideshow--large {
  height: 575px;
}

@media screen and (min-width: 768px) {
  .slideshow {
    height: 475px;
  }

  .slideshow.slideshow--medium {
    height: 6var(--gutterSite);
  }

  .slideshow.slideshow--large {
    height: 775px;
  }
}

.slideshow .slideshow__slide,
.slideshow .slick-list,
.slideshow .slick-track {
  height: 100%;
}

.slideshow .slick-prev,
.slideshow #prevArrow,
.slideshow .slick-next,
.slideshow #nextArrow {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px;
  font-size: 1.5em;
  opacity: 0.8;
}

.slideshow .slick-prev:hover,
.slideshow #prevArrow:hover,
.slideshow .slick-next:hover,
.slideshow #nextArrow:hover {
  opacity: 1;
}

.slideshow .slick-prev::before,
.slideshow #prevArrow::before,
.slideshow .slick-next::before,
.slideshow #nextArrow::before {
  color: var(--colorBody);
  transform: scale(1, 1.8);
  font-size: 1.5em;
}

.slideshow .slick-prev,
.slideshow #prevArrow {
  left: var(--inputPaddingTopBottomSmall);
}

.slideshow .slick-next,
.slideshow #nextArrow {
  right: var(--inputPaddingTopBottomSmall);
}

.slideshow .slick-dots {
  bottom: var(--gutterSiteMobile);
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.slideshow .slick-dots li button::before {
  color: white;
}

.video-is-playing .slick-dots {
  display: none !important;
}

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: black;
  padding: calc(var(--gutterSite) / 2);
  z-index: 2;
  transition: none;
}

.video-is-playing .slideshow__pause:focus {
  display: none;
}

.slideshow__pause-stop {
  display: block;
}

.is-paused .slideshow__pause-stop {
  display: none;
}

.slideshow__pause-play {
  display: none;
}

.is-paused .slideshow__pause-play {
  display: block;
}

/*================ General slide styles ================*/
.slideshow__slide {
  position: relative;
  overflow: hidden;
}

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slideshow__link:active,
.slideshow__link:focus {
  opacity: 1;
}

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--colorImageOverlay);
  opacity: var(--opacityImageOverlay);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
  z-index: 3;
}

.animsition.finished .slideshow__overlay::before {
  mix-blend-mode: multiply;
  opacity: var(--opacityImageOverlay);
}

/*================ Slide images ================*/
.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}

.slick-initialized .slideshow__image,
.no-js .slideshow__image {
  opacity: 1;
}

.slideshow__slide--background-video .slideshow__image {
  opacity: 0;
}

.no-autoplay .slideshow__image {
  opacity: 1;
}

.ie9 .slideshow__slide {
  z-index: 1 !important;
}

.ie9 .slick-dots {
  z-index: 2;
}

/*================ Slide text ================*/
.slideshow__text-wrap {
  height: 100%;
}

.slideshow__link .slideshow__text-wrap {
  cursor: inherit;
}

.slideshow__slide--has-background-video .slideshow__text-wrap {
  padding-top: var(--gutterSite);
}

.video-is-playing .slideshow__text-wrap {
  display: none;
}

.slideshow__slide.video-is-paused .slideshow__text-wrap {
  display: none;
}

.slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  transition: var(--transitionTextSlideshow);
  transition-delay: 0.3s;
  z-index: 3;
}

.slideshow__text-content .mega-subtitle-center {
  font-family: var(--fontStackBody);
  text-transform: none;
}

.slick-active .slideshow__text-content,
.no-js .slideshow__text-content {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.slideshow__text-content::after {
  content: '';
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -var(--gutterSiteMobile);
  margin-top: -var(--gutterSiteMobile);
  border-radius: 50%;
  border: 3px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  opacity: 1;
  transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
  bottom: -var(--gutterSite);
  left: 50%;
}

.slick-initialized .slideshow__text-content::after,
.no-js .slideshow__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}

.slideshow__text-content .page-width {
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (min-width: 768px) {
  .slideshow__text-content.slideshow__text-content-top {
    top: 25%;
  }

  .slideshow__text-content.slideshow__text-content-bottom {
    top: 75%;
  }
}

.slideshow__text-content .slider-divider {
  border: 2px solid transparent;
}

.slideshow__text-content .slider-divider.buttons-on-bottom {
  position: relative;
  top: -var(--gutterSiteMobile);
}

.slideshow__text-content .slider-divider.buttons-on-top {
  margin: 16px 0;
}

.slideshow__title {
  color: white;
}

.slideshow__subtitle {
  display: block;
  color: white;
}

/*================ Video styles ================*/
.slideshow__slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.autoplay .slideshow__video--background.video-is-loaded {
  display: block;
  visibility: visible;
  opacity: 1;
}

.slideshow__slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}

.ie9 .slideshow__video--chrome {
  display: block;
}

.slideshow__slide.video-is-playing .slideshow__video--chrome,
.slideshow__slide.video-is-paused .slideshow__video--chrome {
  display: block;
  visibility: visible;
  opacity: 1;
}

/*================ Video control buttons ================*/
.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out;
}

.slideshow__video-control:hover,
.slideshow__video-control:focus {
  opacity: 0.7;
}

.video-loader {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -var(--gutterSiteMobile);
  margin-top: -var(--gutterSiteMobile);
  border-radius: 50%;
  border: 3px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 4;
  top: 50%;
  left: 50%;
}

.ie9 .video-loader,
.video-is-loaded .video-loader,
.video-is-playing .video-loader,
.video-is-paused .video-loader,
.autoplay .video-loader,
.no-autoplay .video-loader {
  content: none;
  display: none;
}

.video-is-loading .video-loader,
.autoplay .video-is-loading .video-loader,
.no-autoplay .video-is-loading .video-loader {
  display: block;
  visibility: visible;
  opacity: 1;
}

.slideshow__video-control--play-wrapper {
  height: var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .slideshow__video-control--play-wrapper {
    height: 45px;
  }
}

@media screen and (min-width: 768px) {
  .slideshow__video-control--play-wrapper--push {
    margin-top: calc(var(--gutterSite) / 2);
  }
}

.slideshow__video-control--play {
  opacity: 0;
  color: white;
  position: relative;
  margin: 0 auto;
}

.slideshow__video-control--play .slideshow__video--background {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-is-loaded .slideshow__video-control--play {
  display: block;
  visibility: visible;
  opacity: 1;
}

.video-is-loading .slideshow__video-control--play,
.video-is-playing .slideshow__video-control--play,
.slideshow__slide.video-is-paused .slideshow__video-control--play {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.slideshow__video-control--play .icon {
  width: var(--inputGroupHeightSmall);
  height: 100%;
}

@media screen and (min-width: 768px) {
  .slideshow__video-control--play .icon {
    width: 65px;
  }
}

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  background-color: white;
  color: black;
}

.video-is-playing .slideshow__video-control--close,
.slideshow__slide.video-is-paused .slideshow__video-control--close {
  display: block;
  visibility: visible;
  opacity: 1;
}

.slideshow__video-control--close .icon {
  display: block;
  width: var(--gutterSiteMobile);
  height: var(--gutterSiteMobile);
}

/*================ Index sections ================*/
.index-section {
  padding-top: var(--sectionSpacingSmall);
  padding-bottom: var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .index-section {
    padding-top: var(--gutterSite);
    padding-bottom: var(--gutterSite);
  }
}

.index-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.index-section:last-child {
  padding-bottom: 0;
}

.index-section--flush+.index-section--flush,
.index-section--flush+div>.index-section--flush {
  margin-top: -60px;
}

@media screen and (min-width: 768px) {

  .index-section--flush+.index-section--flush,
  .index-section--flush+div>.index-section--flush {
    margin-top: -100px;
  }
}

.index-section--flush+div>.index-section--flush .section-header h1,
.index-section--flush+div>.index-section--flush .section-header .h1,
.index-section--flush+div>.index-section--flush .section-header h2,
.index-section--flush+div>.index-section--flush .section-header .h2,
.index-section--flush+div>.index-section--flush .section-header h3,
.index-section--flush+div>.index-section--flush .section-header .h3,
.index-section--flush+div>.index-section--flush .section-header h4,
.index-section--flush+div>.index-section--flush .section-header .h4,
.index-section--flush+div>.index-section--flush .section-header h5,
.index-section--flush+div>.index-section--flush .section-header .h5 {
  margin-top: var(--inputPaddingLeftRightSmall);
}

/* section-spacing: $section-spacing */
.index-section:not(:first-of-type) .custom-padding-section.section-padding-none {
  margin-top: -var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .index-section:not(:first-of-type) .custom-padding-section.section-padding-none {
    margin-top: -var(--gutterSite);
  }
}

.index-section:not(:first-of-type) .custom-padding-section.section-padding-small {
  margin-top: -var(--inputPaddingLeftRightSmall);
}

@media screen and (min-width: 768px) {
  .index-section:not(:first-of-type) .custom-padding-section.section-padding-small {
    margin-top: -calc(var(--gutterSite) / 2);
  }
}

.index-section:not(:first-of-type) .custom-padding-section.section-padding-large {
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .index-section:not(:first-of-type) .custom-padding-section.section-padding-large {
    margin-top: 75px;
  }
}

.index-section:not(:first-of-type) .custom-padding-section.section-padding-x-large {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .index-section:not(:first-of-type) .custom-padding-section.section-padding-x-large {
    margin-top: 100px;
  }
}

.custom-padding-section.section-padding-none {
  margin-bottom: -var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .custom-padding-section.section-padding-none {
    margin-bottom: -var(--gutterSite);
  }
}

.custom-padding-section.section-padding-small {
  margin-bottom: -var(--inputPaddingLeftRightSmall);
}

@media screen and (min-width: 768px) {
  .custom-padding-section.section-padding-small {
    margin-bottom: -calc(var(--gutterSite) / 2);
  }
}

.custom-padding-section.section-padding-large {
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .custom-padding-section.section-padding-large {
    margin-bottom: 75px;
  }
}

.custom-padding-section.section-padding-x-large {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .custom-padding-section.section-padding-x-large {
    margin-bottom: 100px;
  }
}

.index-section--flush:first-child {
  margin-top: -var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .index-section--flush:first-child {
    margin-top: -var(--gutterSite);
  }
}

@media screen and (max-width: 575px) {
  .index-section--featured-product:first-child {
    margin-top: -12px;
  }
}

.placeholder-svg {
  display: block;
  fill: rgba(128, 128, 128, 0.35);
  background-color: rgba(128, 128, 128, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(128, 128, 128, 0.2);
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.placeholder-background .icon {
  border: 0;
}

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
}

/*================ Hero Styles ================*/
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hero--x-small {
  height: 94px;
}

.hero--small {
  height: 2calc(var(--gutterSite) / 2);
}

.hero--medium {
  height: 357px;
}

.hero--large {
  height: 488px;
}

.hero--x-large {
  height: 582px;
}

@media screen and (min-width: 768px) {
  .hero--x-small {
    height: 1calc(var(--gutterSite) / 2);
  }

  .hero--small {
    height: 300px;
  }

  .hero--medium {
    height: 475px;
  }

  .hero--large {
    height: 6var(--gutterSite);
  }

  .hero--x-large {
    height: 775px;
  }
}

.hero__overlay {
  background-size: cover;
}

.hero__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--colorImageOverlay);
  opacity: var(--opacityImageOverlay);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
  z-index: 1;
}

.animsition.finished .hero__overlay::before {
  mix-blend-mode: multiply;
  opacity: var(--opacityImageOverlay);
}

.hero__inner {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: var(--gutterSite) 0;
  color: white;
  z-index: 2;
}

.hero__inner a.btn {
  font-size: 16px;
  padding: 13px var(--gutterSite);
  font-weight: bold;
}

.hero__btn {
  background-color: white;
  color: black;
  margin-top: calc(var(--gutterSite) / 2);
}

/*================ Collection Grids and Lists ================*/
.filters {
  list-style: none;
  margin: 0;
}

.filters .filter {
  padding: 0 0 var(--inputPaddingLeftRightSmall) 0;
}

.filters .filter input {
  display: none;
}

.filters .filter label {
  display: block;
  position: relative;
  text-transform: capitalize;
  padding-left: calc(var(--gutterSite) / 2);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.filters .filter label:hover {
  background: rgba(61, 66, 70, 0.1);
}

.filters .filter label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border: 1px solid var(--colorBorder);
  border-radius: var(--inputPaddingTopBottomSmall);
}

.filters .filter label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: var(--inputPaddingTopBottomSmall);
  margin-top: 0;
  background: var(--colorBorder);
  border-radius: 4px;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.filters .filter :checked+label:after {
  height: var(--inputPaddingTopBottomSmall);
  width: var(--inputPaddingTopBottomSmall);
  margin-top: -4px;
  left: 4px;
}

.filters .filter :disabled+label {
  pointer-events: none;
  opacity: .5;
  color: #666666;
}

.filters h4,
.filters .h4 {
  line-height: 55px;
  font-size: 1.125em;
}

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: var(--gutterSiteMobile);
}

@media screen and (min-width: 768px) {
  .collection-grid-item {
    margin-bottom: var(--sectionSpacingSmall);
  }
}

.collection-grid-item__title {
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 var(--inputPaddingLeftRightSmall) var(--colorTextShadow);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .collection-grid-item__title {
    padding: 0 var(--inputPaddingLeftRightSmall);
  }
}

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.collection-grid-item__link:focus {
  border-color: var(--colorLinkTextHover);
}

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.collection-grid-item__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--colorImageOverlay);
  opacity: var(--opacityImageOverlay);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.animsition.finished .collection-grid-item__title-wrapper::before {
  mix-blend-mode: multiply;
  opacity: var(--opacityImageOverlay);
}

.grid--view-items {
  overflow: visible;
  margin-bottom: -var(--sectionSpacingSmall);
}

.grid-view-item {
  margin: 0 auto var(--sectionSpacingSmall);
}

.custom__item .grid-view-item {
  margin-bottom: 0;
}

.grid-view-item__title {
  margin-bottom: 0;
  color: var(--colorText);
  font-weight: 700;
}

.grid-view-item__meta {
  margin-top: var(--inputPaddingTopBottomSmall);
}

@media screen and (max-width: 575px) {

  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: 0.9375em;
  }
}

.product-price__price {
  display: inline-block;
  color: gray;
}

.product-price__sale {
  padding-right: 0;
}

.grid-view-item__link {
  display: block;
}

.grid-view-item__vendor {
  margin-top: 4px;
  color: gray;
  font-size: 0.875em;
  text-transform: uppercase;
}

@media screen and (max-width: 575px) {
  .grid-view-item__vendor {
    font-size: 0.8125em;
  }
}

.grid-view-item__image {
  display: block;
  margin: 0 auto var(--inputPaddingLeftRightSmall);
  padding: 40% 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.grid-view-item--sold-out .grid-view-item__image {
  opacity: 0.5;
}

.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: var(--gutterSiteMobile);
  width: 100%;
}

.list-view-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .list-view-item {
    border-bottom: 1px solid var(--colorBorder);
    padding-bottom: var(--gutterSiteMobile);
  }

  .list-view-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.list-view-item__image-column {
  display: table-cell;
  width: 130px;
}

@media screen and (max-width: 575px) {
  .list-view-item__image-column {
    width: 85px;
  }
}

.list-view-item__image-wrapper {
  position: relative;
  margin-right: var(--sectionSpacingSmall);
}

@media screen and (max-width: 575px) {
  .list-view-item__image-wrapper {
    margin-right: var(--inputPaddingLeftRightSmall);
  }
}

.list-view-item__image-wrapper img {
  max-height: 100px;
}

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle;
}

.list-view-item__title {
  color: var(--colorText);
  font-size: 1.125em;
  min-width: 100px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .list-view-item__title {
    font-size: 0.9375em;
  }
}

.list-view-item__sold-out {
  font-size: 0.9375em;
}

.list-view-item__on-sale {
  color: var(--colorSaleText);
  font-size: 0.9375em;
}

@media screen and (max-width: 575px) {
  .list-view-item__on-sale {
    display: none;
  }
}

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  text-align: center;
  width: 20%;
}

.list-view-item__vendor {
  font-size: 0.9375em;
  font-style: italic;
}

@media screen and (max-width: 575px) {
  .list-view-item__vendor {
    font-size: 0.875em;
  }
}

.list-view-item__price-column {
  display: table-cell;
  text-align: center;
  text-align: right;
  width: 20%;
  font-size: 1.0625em;
}

@media screen and (max-width: 575px) {
  .list-view-item__price-column {
    font-size: 0.9375em;
  }
}

.list-view-item__price-column .product-price__sale {
  display: block;
}

.list-view-item__price-column .product-price__sale-label,
.list-view-item__price-column .product-price__sold-out {
  display: none;
}

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

.list-view-item__price--reg {
  color: var(--colorSaleText);
}

@media screen and (max-width: 575px) {
  .list-view-item__price--reg {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .list-view-item__price--sale {
    display: block;
  }
}

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.template-password {
  height: 100vh;
}

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: gray;
  background-color: white;
  background-size: cover;
}

.ie9 .password-page {
  height: auto;
}

.password-page .errors,
.password-page .form--success {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.password-header {
  height: 85px;
  display: table-row;
}

.password-header__inner {
  display: table-cell;
  vertical-align: middle;
}

.password-login {
  padding: 0 var(--sectionSpacingSmall);
  text-align: right;
}

.password-logo .logo {
  color: var(--colorText);
  font-weight: 700;
  max-width: 100%;
}

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: calc(var(--gutterSite) / 2) var(--gutterSite);
}

.password-message {
  max-width: 500px;
  margin: 75px auto calc(var(--gutterSite) / 2);
}

.password__input-group {
  max-width: 340px;
  margin: 0 auto var(--gutterSite);
}

.password__title {
  margin-bottom: 75px;
}

.password__form-heading {
  margin-bottom: var(--gutterSite);
}

.password-powered-by {
  margin-top: 75px;
}

h1.product-single__title,
.product-single__title.h1 {
  margin-bottom: 0;
}

.product-single__price {
  color: var(--colorText);
  font-size: 1.34em;
  font-weight: 700;
  margin-bottom: var(--sectionSpacingSmall);
  margin-top: -5px;
}

@media screen and (max-width: 575px) {
  .product-single__price {
    display: block;
    font-size: 1.125em;
  }
}

.product-single__vendor {
  color: gray;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
}

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-var(--gutterSiteMobile));
  -webkit-transform: translateY(-var(--gutterSiteMobile));
  transform: translateY(-var(--gutterSiteMobile));
  background-color: white;
  bottom: 0;
  color: var(--colorText);
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden;
}

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.no-csstransforms .modal__centered {
  top: 20%;
}

.modal__close {
  border: 0;
  padding: var(--gutterSite);
  position: fixed;
  top: 0;
  right: 0;
}

.modal__close .icon {
  font-size: 1.25em;
}

/*================ Add to cart form ================*/
.product-form:not(.row) {
  width: auto;
  margin: 0 0 -10px;
}

.product-form__item,
.selector-wrapper {
  margin-bottom: 10px;
}

.product-form__item label,
.selector-wrapper label {
  display: block;
}

.product-form--hide-variant-labels .product-form__item label,
.product-form--hide-variant-labels .selector-wrapper label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.product-form__variants {
  display: none;
}

.no-js .product-form__variants {
  display: block;
}

.product-form__input {
  display: block;
  width: 100%;
}

.product-form__cart-submit {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}

@media screen and (min-width: 768px) {
  .product-form__cart-submit--small .btn {
    max-width: 300px;
  }
}

.product-single__description {
  margin-top: var(--sectionSpacingSmall);
}

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: 0px 0var(--inputPaddingTopBottomSmall);
  border: 2px solid transparent;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-single__thumbnail.active-thumb {
  border-color: var(--colorText);
}

.product-single__thumbnail-image {
  display: block;
}

.product-featured-img {
  display: block;
  margin: 0 auto;
}

.zoomImg {
  background-color: white;
}

@media screen and (min-width: 768px) {
  .product-single__thumbnails {
    margin-top: var(--sectionSpacingSmall);
  }
}

.product-single__thumbnails li {
  list-style: none;
}

@media screen and (max-width: 575px) {
  .product-single__photos {
    margin-bottom: var(--sectionSpacingSmall);
  }

  .product-single__photo--has-thumbnails {
    margin-bottom: var(--sectionSpacingSmall);
  }
}

.product-single__photos--full {
  margin-bottom: var(--sectionSpacingSmall);
}

.product-single__photo {
  min-height: 1px;
  width: 100%;
  padding-top: 100%;
}

.product-single__photo .product-featured-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 575px) {
  .thumbnails-slider--active .product-single__thumbnails {
    display: none;
  }

  .thumbnails-slider--active .product-single__thumbnails.slick-initialized,
  .ie9 .thumbnails-slider--active .product-single__thumbnails {
    display: block;
    margin: 0 auto;
    max-width: 75%;
  }
}

.zoomImg {
  position: absolute;
  opacity: 0;
  top: 0;
}

@media screen and (max-width: 575px) {
  .product-single__photos {
    position: relative;
  }
}

.thumbnails-wrapper {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 575px) {
  .thumbnails-slider__prev {
    left: -var(--gutterSiteMobile);
  }
}

@media screen and (max-width: 575px) {
  .thumbnails-slider__next {
    right: -var(--gutterSiteMobile);
  }
}

@media screen and (max-width: 575px) {
  .product-single__thumbnails-item {
    display: inline-block;
    padding-bottom: 10px;
    width: 72px;
    float: none;
    vertical-align: middle;
  }

  .slick-slider .product-single__thumbnails-item {
    float: left;
  }

  .thumbnails-slider--active .product-single__thumbnails-item {
    padding: 5px 0;
  }
}

@media screen and (max-width: 575px) {
  .product-single__thumbnail {
    margin: 0 auto;
    width: var(--gutterSite);
  }
}

.product-single__photo {
  min-height: 1px;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.product-single__photo[data-zoom]::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--colorImageOverlay);
  opacity: var(--opacityImageOverlay);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.product-single__photo[data-zoom]:before {
  font-family: 'FontAwesome';
  content: '\f00e';
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  pointer-events: none;
  color: var(--colorBody);
  width: var(--sectionSpacingSmall);
  height: var(--sectionSpacingSmall);
  text-align: center;
  z-index: 1;
}

.animsition.finished .product-single__photo[data-zoom]::before {
  mix-blend-mode: multiply;
  opacity: var(--opacityImageOverlay);
}

.product-single__photo .zoomImg {
  z-index: 1;
}

.product-single__photo .product-featured-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.zoomImg {
  position: absolute;
  opacity: 0;
  top: 0;
}

.vertical-thumbs .thumbnails-wrapper {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .vertical-thumbs .thumbnails-wrapper {
    padding-left: var(--gutterSiteMobile);
    padding-right: var(--gutterSiteMobile);
  }

  .vertical-thumbs .thumbnails-wrapper .slick-prev,
  .vertical-thumbs .thumbnails-wrapper #prevArrow {
    left: 0;
    right: auto;
    bottom: 0;
    top: 0;
    width: var(--gutterSiteMobile);
    height: auto;
  }

  .vertical-thumbs .thumbnails-wrapper .slick-prev:before,
  .vertical-thumbs .thumbnails-wrapper #prevArrow:before {
    content: "\f104";
  }

  .vertical-thumbs .thumbnails-wrapper .slick-next,
  .vertical-thumbs .thumbnails-wrapper #nextArrow {
    right: 0;
    left: auto;
    bottom: 0;
    top: 0;
    width: var(--gutterSiteMobile);
    height: auto;
  }

  .vertical-thumbs .thumbnails-wrapper .slick-next:before,
  .vertical-thumbs .thumbnails-wrapper #nextArrow:before {
    content: "\f105";
  }
}

/*================ Template | Collections ================*/
.collection-hero {
  position: relative;
  overflow: hidden;
}

.collection-description {
  margin-bottom: var(--gutterSiteMobile);
  margin-top: var(--gutterSiteMobile);
}

@media screen and (min-width: 768px) {
  .collection-description {
    margin-bottom: var(--sectionSpacingSmall);
    margin-top: var(--sectionSpacingSmall);
  }
}

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .collection-hero__image {
    height: 180px;
  }
}

.template-blog .social-sharing {
  margin-bottom: var(--inputPaddingLeftRightSmall);
}

.blog--list-view .pagination {
  padding-top: 0;
}

/*================ Cart page ================*/
.cart th,
.cart td {
  border: 0;
}

.cart td {
  padding: var(--gutterSiteMobile) 0;
}

.cart th {
  font-weight: 400;
  padding: calc(var(--gutterSite) / 2) 0;
}

.cart .cart__meta {
  padding-right: var(--inputPaddingLeftRightSmall);
}

.cart__meta-text {
  padding: 5px 0;
  font-style: italic;
}

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

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 576px) {
  .cart__qty-input {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.cart__edit {
  margin-top: 10px;
}

.cart__edit--active .cart__edit-text--cancel {
  display: none;
}

.cart__edit-text--edit {
  display: none;
}

.cart__edit--active .cart__edit-text--edit {
  display: block;
}

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none;
}

.cart__row p {
  margin-bottom: 0;
}

.cart__row p+p {
  margin-top: 10px;
}

.cart__subtotal {
  padding-left: calc(var(--gutterSite) / 2);
}

@media screen and (min-width: 768px) {
  .cart__subtotal {
    padding-left: var(--gutterSite);
    min-width: var(--gutterSite);
    display: inline-block;
  }
}

.cart__savings {
  padding-top: var(--inputPaddingLeftRight);
}

.cart__savings-amount {
  padding-left: calc(var(--gutterSite) / 2);
}

@media screen and (min-width: 768px) {
  .cart__savings-amount {
    padding-left: var(--gutterSite);
    min-width: var(--gutterSite);
    display: inline-block;
  }
}

.cart__footer {
  padding-top: var(--sectionSpacingSmall);
}

.cart__update--large {
  margin-right: 10px;
}

.cart__shipping {
  font-style: italic;
  padding: var(--inputPaddingLeftRight) 0 var(--gutterSiteMobile);
}

.cart-note__label,
.cart-note__input {
  display: block;
}

@media screen and (max-width: 575px) {

  .cart-note__label,
  .cart-note__input {
    margin: 0 auto;
  }
}

.cart-note__label {
  margin-bottom: var(--inputPaddingLeftRightSmall);
}

.cart-note__input {
  min-height: var(--gutterSite);
  width: 100%;
}

@media screen and (max-width: 575px) {
  .cart-note__input {
    margin-bottom: 40px;
  }
}

.cart__image-wrapper a {
  display: block;
  padding-right: var(--inputPaddingLeftRightSmall);
  width: 130px;
}

@media screen and (min-width: 768px) {
  .cart__image-wrapper a {
    padding-right: var(--sectionSpacingSmall);
  }
}

@media screen and (min-width: 768px) {
  .cart__image-wrapper {
    width: var(--sectionSpacingSmall);
  }
}

@media screen and (min-width: 768px) {
  .cart__meta {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .cart__remove {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .cart__qty {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .cart table {
    display: block;
    width: 100%;
  }

  .cart thead {
    display: none;
  }

  .cart tr,
  .cart tbody {
    width: 100%;
  }

  .cart tbody {
    display: block;
  }

  .cart .cart__update-wrapper {
    display: none;
    padding-top: 0;
    padding-bottom: var(--gutterSiteMobile);
  }
}

@media screen and (max-width: 575px) {
  .cart__update--show td {
    padding-bottom: 10px;
  }

  .cart__update--show .cart__update-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .cart-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .cart-flex-item {
    display: block;
    min-width: 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 575px) {
  .cart__meta {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

@media screen and (max-width: 575px) {
  .cart__image-wrapper {
    -webkit-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
  }
}

@media screen and (max-width: 575px) {
  .cart__price-wrapper {
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: right;
  }
}

@media screen and (max-width: 575px) {
  .cart__header {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

@media screen and (max-width: 575px) {
  .cart-message {
    padding-top: var(--gutterSiteMobile);
  }
}

@media screen and (max-width: 575px) {
  .cart__qty {
    padding: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8125em;
    margin-right: 5px;
  }
}

.additional-checkout-buttons {
  margin-top: var(--gutterSiteMobile);
}

.additional-checkout-buttons input[type="image"] {
  padding: 0;
  border: 0;
  background: transparent;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid var(--colorBorder);
  border-top: 1px solid var(--colorBorder);
}

.filters-toolbar__item {
  min-width: 33%;
}

.no-flexbox .filters-toolbar__item {
  text-align: left !important;
}

.filters-toolbar__item--count {
  min-width: 0;
  text-align: center;
}

.no-flexbox .filters-toolbar select {
  width: 100% !important;
}

.filters-toolbar__input,
.filters h4,
.filters .h4 {
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: white;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 55px;
  opacity: 1;
}

@media screen and (max-width: 575px) {

  .filters-toolbar__input,
  .filters h4,
  .filters .h4 {
    height: var(--inputGroupHeight);
  }
}

.filters-toolbar__input.hidden,
.filters h4.hidden,
.filters .hidden.h4 {
  opacity: 0;
}

.filters-toolbar__input option,
.filters h4 option,
.filters .h4 option {
  text-overflow: ellipsis;
  overflow: hidden;
}

.filters-toolbar__input--sort {
  margin-right: -10px;
}

.no-flexbox .filters-toolbar__input--sort {
  margin: 0;
}

.filters-toolbar__input--filter {
  margin-left: -var(--inputPaddingLeftRightSmall);
}

.no-flexbox .filters-toolbar__input--filter {
  margin: 0;
}

.filters-toolbar__product-count {
  font-size: 0.9375em;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .filters-toolbar__product-count {
    font-size: 0.875em;
    line-height: var(--inputGroupHeight);
  }
}

/*
   Swatches Styles
*/
/* Label */
.swatch .header {
  margin: 0.5em 0;
}

/* Hide radio buttons.*/
.swatch input {
  display: none;
}

.swatch label {
  /* Rounded corners */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: calc(var(--gutterSite) / 2);
  height: calc(var(--gutterSite) / 2);
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  /* Background color */
  background-color: #ddd;
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: calc(var(--gutterSite) / 2);
  white-space: nowrap;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .swatch label {
    min-width: var(--inputPaddingLeftRightSmall);
    height: var(--inputPaddingLeftRightSmall);
  }
}

@media (max-width: 767px) {
  .swatch label {
    min-width: 22px;
    height: 22px;
  }
}

@media (max-width: 380px) {
  .swatch label {
    min-width: var(--gutterSiteMobile);
    height: var(--gutterSiteMobile);
  }
}

.swatch-element label {
  padding: 0 10px;
}

.color.swatch-element label {
  padding: var(--inputPaddingLeftRight) var(--inputPaddingLeftRight);
}

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked+label {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-color: var(--colorText);
  padding-left: var(--inputPaddingTopBottomSmall);
  padding-right: var(--inputPaddingTopBottomSmall);
  line-height: var(--gutterSiteMobile);
}

.color.swatch-element input:checked+label {
  padding-left: var(--inputPaddingLeftRight);
  padding-right: var(--inputPaddingLeftRight);
}

.swatch .swatch-element {
  display: inline-block;
  text-align: center;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative;
}

@media (max-width: 1440px) {
  .swatch .swatch-element {
    margin: 0var(--inputPaddingTopBottomSmall) 10px 0;
  }
}

@media (max-width: 1199px) {
  .swatch .swatch-element {
    margin: 0 0 10px 0;
  }
}

/* Image with the cross in it */
.crossed-out {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

/*
.swatch .swatch-element.soldout .crossed-out { display:block; }
*/
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=30);
  /* internet explorer */
  -khtml-opacity: 0.3;
  /* khtml, old safari */
  -moz-opacity: 0.3;
  /* mozilla, netscape */
  opacity: 0.3;
  /* fx, safari, opera */
}

/* Tooltips */
.swatch .tooltip,
.col-icons i span {
  text-align: center;
  background: gray;
  color: var(--colorBody);
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  left: -36px;
  margin-bottom: var(--inputPaddingLeftRightSmall);
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swatch .tooltip:before {
  bottom: -var(--gutterSiteMobile);
  content: " ";
  display: block;
  height: var(--gutterSiteMobile);
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: var(--borderRadius);
}

.swatch.error p {
  margin: 0.7em 0;
}

.swatch.error p:first-child {
  margin-top: 0;
}

.swatch.error p:last-child {
  margin-bottom: 0;
}

.swatch.error code {
  font-family: monospace;
}

/* ============== */
/*     INFERNO    */
/* ============== */
/* #Default Styles
================================================== */
.left,
.alignleft {
  float: left;
}

.alignleft {
  margin: 0 var(--gutterSiteMobile) var(--gutterSiteMobile) 0;
}

.right,
.alignright {
  float: right;
}

.alignright {
  margin: 0 0 var(--gutterSiteMobile) var(--gutterSiteMobile);
}

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

@media screen and (max-width: 575px) {
  .small--text-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) {
  .medium-up--text-left {
    text-align: left !important;
  }
}

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

@media screen and (max-width: 575px) {
  .small--text-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) {
  .medium-up--text-right {
    text-align: right !important;
  }
}

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

@media screen and (max-width: 575px) {
  .small--text-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  .medium-up--text-center {
    text-align: center !important;
  }
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.quarter {
  width: 25%;
}

.third {
  width: 33.3333%;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fixed {
  position: fixed;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
}

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

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

.hide {
  display: none;
}

/*================= Bootstrap Correction ==============*/
.container-fluid.to-edges {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid.to-edges .row {
  margin-left: 0;
  margin-right: 0;
}

img {
  max-width: 100%;
}

img.parallaxer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.container#Collection {
  padding-bottom: var(--sectionSpacingSmall);
  padding-top: var(--sectionSpacingSmall);
}

@media screen and (min-width: 768px) {
  .container#Collection {
    padding-bottom: var(--gutterSite);
    padding-top: var(--gutterSite);
  }
}

.container#Collection::before {
  content: '';
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.container#Collection::after {
  content: '';
  pointer-events: none;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -var(--gutterSiteMobile);
  margin-top: -var(--gutterSiteMobile);
  border-radius: 50%;
  border: 3px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  opacity: 0;
  transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
  z-index: 2;
}

.container#Collection.loading::before,
.container#Collection.loading::after {
  opacity: 1;
}

/*================= Font Styles ==============*/
a {
  color: var(--colorText);
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: var(--colorLinkTextHover);
}

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

/*================= feature-row.liquid ==============*/
@media screen and (max-width: 575px) {
  .feature-row__image {
    order: 1;
    margin-bottom: calc(var(--gutterSite) / 2);
  }
}

.feature-row__text--left h2,
.feature-row__text--left .h2,
.feature-row__text--right h2,
.feature-row__text--right .h2 {
  font-size: 35px;
}

@media screen and (max-width: 767px) {

  .feature-row__text--left h2,
  .feature-row__text--left .h2,
  .feature-row__text--right h2,
  .feature-row__text--right .h2 {
    font-size: var(--sectionSpacingSmall);
    padding-left: var(--inputPaddingLeftRightSmall);
    padding-right: var(--inputPaddingLeftRightSmall);
  }
}

.feature-row__text--left .rte-setting p,
.feature-row__text--right .rte-setting p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {

  .feature-row__text--left .rte-setting p,
  .feature-row__text--right .rte-setting p {
    padding-left: var(--inputPaddingLeftRightSmall);
    padding-right: var(--inputPaddingLeftRightSmall);
  }
}

.feature-row__text--left a.btn,
.feature-row__text--right a.btn {
  font-size: 16px;
  padding: 13px var(--gutterSite);
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .feature-row__text--left a.btn,
  .feature-row__text--right a.btn {
    margin-left: var(--inputPaddingLeftRightSmall);
    margin-right: var(--inputPaddingLeftRightSmall);
  }
}

@media screen and (max-width: 575px) {

  .feature-row__text--left,
  .feature-row__text--right {
    order: 2;
  }
}

/*================= Breadcrumbs ====================*/
.breadcrumbs {
  background: #f2f2f2;
  margin-bottom: 0;
}

.breadcrumbs .breadcrumb {
  background: none;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.75em;
}

/*================= Newsletter Popup ====================*/
#newsletter-signup {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#newsletter-signup * {
  color: #222222;
}

/*================= Wishlist ====================*/
.wishlist {
  margin-top: var(--sectionSpacingSmall);
  display: inline-block;
}

.notloggedin {
  text-align: center;
}

.notloggedin .btn {
  display: block;
}

/*================= Product Image ===================*/
.prod-img {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.prod-img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66%;
}

/*=============== NEW ALTERNATING BLOCKS SECTION =================*/
.index-section--alternate-blocks {
  /* removed for custom section padding 
  padding-top:0;
  padding-bottom:0;
  */
}

.index-section--alternate-blocks .text-center {
  padding-left: var(--gutterSiteMobile);
  padding-right: var(--gutterSiteMobile);
}

@media screen and (min-width: 768px) {
  .index-section--alternate-blocks .text-center {
    padding-left: var(--gutterSite);
    padding-right: var(--gutterSite);
  }
}

@media screen and (max-width: 767px) {
  .index-section--alternate-blocks .text-center {
    padding-top: var(--gutterSite);
    padding-bottom: var(--gutterSite);
  }
}

.index-section--alternate-blocks .image-altblock {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*============== Page Template =================*/
.sidebar__item {
  margin-bottom: var(--inputPaddingLeftRightSmall);
  padding-bottom: var(--inputPaddingLeftRightSmall);
}

@media screen and (min-width: 768px) {
  .sidebar__item {
    margin-bottom: calc(var(--gutterSite) / 2);
    padding-bottom: calc(var(--gutterSite) / 2);
  }
}

.sidebar__item.border-bottom:last-child {
  border-bottom: none;
}

.feature-slider__container {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.feature-slider__container .grid-view-item {
  position: relative;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav__sidebar li a {
  margin-bottom: 5px;
  display: inline-block;
}

.nav__sidebar li a.active {
  color: var(--colorText);
}

/*================ Product Template ===================*/
.button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button .add {
  position: relative;
  background: var(--colorSaleText);
  color: white;
  height: 100%;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button .checkout,
.button .cont {
  display: none;
  top: 0;
  position: absolute;
  width: 50%;
  text-align: center;
  line-height: 1.4;
  border-radius: 0;
  background: gray;
  color: #f9fcff;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button .checkout:hover,
.button .cont:hover {
  background: var(--colorBorder);
  color: var(--colorSmallButtonTextHover);
}

.button .checkout {
  left: -50%;
}

.button .cont {
  left: 100%;
}

.button a span {
  padding-left: 7px;
}

.button.opened .add {
  background: transparent;
}

.button.opened .checkout {
  left: 0;
}

.button.opened .cont {
  left: 50%;
}

/*================ Header Cart ===================*/
body svg.icon {
  vertical-align: middle;
}

.shopping-cart {
  margin: 10px 0 0;
  background: var(--colorLinkTextHover);
  width: 100%;
  max-width: 400px;
  max-height: 50vh;
  overflow: scroll;
  position: absolute;
  z-index: 1;
  border-radius: 3px;
  padding: var(--inputPaddingLeftRightSmall);
  right: -var(--inputPaddingLeftRightSmall);
  display: none;
  color: white;
}

@media screen and (max-width: 575px) {
  .shopping-cart {
    right: 5px;
    width: 300px;
  }

  .shopping-cart .btn {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}

.shopping-cart .shopping-cart-header {
  border-top: 1px solid #313538;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .shopping-cart .shopping-cart-items {
    max-height: 175px;
    overflow: scroll;
  }
}

.shopping-cart .shopping-cart-items a {
  color: white;
}

.shopping-cart .shopping-cart-items li {
  margin-bottom: var(--inputPaddingLeftRightSmall);
  list-style: none;
}

.shopping-cart .shopping-cart-items img {
  margin-right: var(--inputPaddingLeftRightSmall);
  width: 65px;
  height: 65px;
}

.shopping-cart .shopping-cart-items .product-details {
  text-align: left;
  white-space: normal;
}

.shopping-cart .shopping-cart-items .product-details span {
  padding-top: 0;
}

.shopping-cart .shopping-cart-items .product-details small {
  display: block;
}

.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.shopping-cart .shopping-cart-items .item-price {
  margin-right: var(--inputPaddingTopBottomSmall);
}

.shopping-cart .shopping-cart-items .item-quantity {
  color: white;
}

.shopping-cart:after {
  bottom: 100%;
  right: 33px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: var(--colorLinkTextHover);
  border-width: var(--inputPaddingTopBottomSmall);
}

.site-header__cart__overlay {
  display: none;
  background: var(--colorLinkTextHover);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

/*================ Article Images ===================*/
.article-hero__image {
  background-size: cover;
}

.article__grid-image,
.article__list-image {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.article__grid-image:before,
.article__list-image:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.article__list-image:before {
  padding-top: 25%;
}

.sidebar__item-blog_sidebar .collection-grid-item__title {
  font-size: 1.375em;
  margin-bottom: var(--inputPaddingLeftRightSmall);
}

.sidebar__item-blog_sidebar .article__grid-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.sidebar__item-blog_sidebar .article__grid-image:before {
  padding-top: 50%;
}

.blog--list-view aside {
  margin-top: var(--gutterSite);
}

/*================ FAQ ===================*/
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
}

.accordion dd,
.accordion__panel {
  background-color: var(--colorBg);
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
  color: black;
}

.accordion {
  position: relative;
  background-color: var(--colorBg);
}

.accordionTitle,
.accordion__Heading,
.accordionTitle:focus,
.accordion__Heading:focus {
  background-color: #ebebeb;
  text-align: center;
  font-weight: 700;
  padding: var(--inputPaddingLeftRightSmall) 40px var(--inputPaddingLeftRightSmall) calc(var(--gutterSite) / 2);
  display: block;
  text-decoration: none;
  color: var(--colorText);
  position: relative;
}

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: var(--gutterSiteMobile);
  line-height: var(--gutterSiteMobile);
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: var(--inputPaddingLeftRightSmall);
  top: 50%;
  margin-top: -10px;
}

.accordionTitle:hover,
.accordion__Heading:hover {
  color: var(--colorLinkTextHover);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  color: var(--colorLinkTextHover);
  border-bottom: 1px solid var(--colorLinkTextHover);
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

@media screen and (min-width: 48em) {
  .accordionItem {
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

/* start collection ads */
.collectionad {
  padding: var(--gutterSiteMobile);
  position: relative;
  bottom: 0;
  top: initial;
  right: 0;
  left: initial;
  width: auto;
  margin-bottom: 0;
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  background: rgba(61, 66, 70, 0.2);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.collectionad .grid-view-item__title,
.collectionad .grid-view-item__meta {
  color: white;
}

.collectionad .btn {
  background-color: white;
  color: black;
  margin-top: calc(var(--gutterSite) / 2);
}

/* end collection ads */
/* =================================== */
/*            THEME SPECIFIC           */
/* =================================== */
.badge {
  display: table;
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--colorBody);
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.625em;
  line-height: 1.1;
  z-index: 10;
}

.badge--sold-out {
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -27.5px;
}

.badge--sale {
  top: 0px;
  left: 0px;
}

.badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2pxvar(--inputPaddingTopBottomSmall) 0;
}

.badge__text--small {
  font-size: var(--inputPaddingTopBottomSmall);
  padding-top: 0;
}

.product-single__price {
  min-width: var(--gutterSite);
}

.product-single__price .pro-price {
  font-size: 1.675em;
  font-weight: 700;
  font-family: var(--fontStackBody);
  color: var(--colorText);
}

.product-single__price .msrp-price {
  font-size: 1em;
  text-decoration: line-through;
  font-family: var(--fontStackBody);
  color: var(--colorText);
}

.grid-view-item__meta .pro-price {
  font-size: 1.3em;
  font-weight: 700;
  font-family: var(--fontStackBody);
  color: var(--colorText);
}

.grid-view-item__meta .msrp-price {
  font-size: 1em;
  text-decoration: line-through;
  font-family: var(--fontStackBody);
  color: var(--colorText);
}

#store-list {
  height: 80vh !important;
}

#map {
  height: 80vh !important;
}

.spr-badge {
  min-height: auto;
  min-width: auto;
  display: inline-block;
  font-size: 13px;
  margin-top: 5px;
}

.account .section-header.text-center {
  bottom: 0;
  width: 100%;
  position: relative;
}

.megamenu .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 19%;
  max-width: 19%;
}

.megamenu .col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 24%;
  max-width: 24%;
}

.pagination a.btn.btn--secondary.btn--narrow {
  color: white;
}

.gallery-row-leap .slick-prev,
.gallery-row-leap #prevArrow,
.gallery-row-leap .slick-next,
.gallery-row-leap #nextArrow {
  width: 60px;
}

.gallery-row-leap .slick-prev:before,
.gallery-row-leap #prevArrow:before,
.gallery-row-leap .slick-next:before,
.gallery-row-leap #nextArrow:before {
  width: 60px;
  color: var(--colorBody);
}

.gallery-row-leap .slick-prev,
.gallery-row-leap #prevArrow {
  left: 0px;
}

.gallery-row-leap .slick-next,
.gallery-row-leap #nextArrow {
  right: 0px;
}

.slideshow__link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.product-videos-section>.container {
  padding-bottom: var(--gutterSite);
}

.background-video {
  position: relative;
  z-index: 1;
  padding-top: 55%;
}

.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  font-size: var(--gutterSite);
}

#video-overlay:before {
  content: '\f16a';
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  color: black;
  pointer-events: none;
}

.container-banner .collection-hero__title {
  position: absolute;
  width: 100%;
  text-align: left;
  left: inherit;
  right: inherit;
}

.container-banner .special-heading {
  position: absolute;
  left: inherit;
  right: inherit;
  text-align: left;
  letter-spacing: var(--gutterSiteMobile);
}

.special-collection-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  bottom: -80px;
  z-index: 100;
}

.container-banner .collection-hero__title,
.container-banner .special-heading {
  position: static;
  transform: translateY(0%);
}

span.special-title {
  background: #5d524c;
  padding: 5px var(--sectionSpacingSmall);
  color: var(--colorBody);
  margin-bottom: 40px;
  display: inline-block;
  font-size: var(--gutterSiteMobile);
}

.grid-view-item__link .view-btn h3,
.grid-view-item__link .view-btn .h3 {
  text-align: center;
  max-width: 144px;
  margin: 10px auto;
  border-radius: 0;
  background: #000;
  color: var(--colorBody);
  display: block;
  opacity: 0;
  font-size: var(--inputPaddingLeftRight);
  padding: 5px 0 !important;
}

.grid-view-item__link:hover .view-btn h3,
.grid-view-item__link:hover .view-btn .h3 {
  opacity: 1;
}

.grid-view-item__link {
  position: relative;
}

.video-section {
  padding: 8% 0;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -100px;
  background-size: cover;
  background-position: center;
  z-index: 4;
}

.video-text h3,
.video-text .h3 {
  color: var(--colorBody);
  text-transform: capitalize;
  font-size: var(--gutterSite);
}

.video-text p {
  color: var(--colorBody);
}

.video-text {
  max-width: 5var(--gutterSite);
  padding: var(--inputPaddingLeftRightSmall) var(--inputPaddingLeftRightSmall);
  position: relative;
  z-index: 222;
}

.collection-description {
  padding: 0;
}

.template-collection .slick-next,
.template-collection #nextArrow,
#nextArrow {
  right: 0px;
}

.special-description {
  margin-top: 110px;
}

a#call-to-action {
  margin-bottom: var(--gutterSite);
}

.template-collection button.mfp-arrow.mfp-arrow-right.mfp-prevent-close,
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
  display: none;
}

.special-content-wrap {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .special-content-wrap {
    margin-bottom: 0;
  }
}

h4.special-subtitle,
.special-subtitle.h4 {
  color: var(--colorBody);
  letter-spacing: 3px;
  font-size: calc(var(--gutterSite) / 2);
}

.lookbook-wrap a.btn.-featured {
  background-color: #d92027;
}

.lookbook-wrap a.btn.-featured:hover {
  background-color: #e4484e;
}

.lookbook-wrap .collection-kit__shop {
  height: 680px;
}

.lookbook-wrap .collection-kit__hero__description {
  text-align: right;
  right: 0;
  left: inherit;
  top: 0;
  transform: translate(0%, -50%);
  padding: var(--sectionSpacingSmall);
}

.collection-kit__hero__description2.column-center.text-left {
  left: inherit;
  right: 0;
  transform: translate(-25%, -50%);
}

.collection-kit__hero__description2.column-right.text-right {
  left: inherit;
  right: 0;
}

.lookbook-wrap .collection-kit__hero__description2 {
  transform: translate(0%, -50%);
  top: 0;
  padding: var(--sectionSpacingSmall);
  left: 0;
}

.lookbook-wrap .collection-kit__hero__description h3,
.lookbook-wrap .collection-kit__hero__description .h3,
.lookbook-wrap .collection-kit__hero__description2 h3,
.lookbook-wrap .collection-kit__hero__description2 .h3 {
  font-size: 2rem;
}

@media (max-width: 1500px) {
  .special-description {
    margin-top: var(--gutterSite);
  }

  .collection-kit__model-right {
    min-height: 690px;
  }

  .collection-kit__model {
    min-height: 690px;
  }

  .lookbook-wrap .collection-kit__hero__description2,
  .lookbook-wrap .collection-kit__hero__description {
    transform: translate(0%, -25%);
  }
}

@media (max-width: 991px) {

  .lookbook-wrap .collection-kit__hero__description2,
  .lookbook-wrap .collection-kit__hero__description {
    transform: translate(0%, 0%);
  }

  .collection-kit__hero,
  .collection-hero-image-two {
    padding: 2% 0;
  }

  .collection-kit__hero__description,
  .collection-kit__hero__description2 {
    position: static;
  }

  .collection-kit__model,
  .collection-kit__model-right {
    min-height: 330px;
  }

  .template-collection main#MainContent {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .mobile-description {
    position: static;
  }

  .lookbook-wrap .collection-kit__shop {
    height: auto;
    padding: 18% 0;
  }

  .video-section {
    margin-top: 0px;
    position: static;
    position: relative;
  }

  span.special-title {
    margin-bottom: var(--gutterSiteMobile);
  }

  .collection-kit__model {
    right: 60%;
    min-height: 540px;
  }

  .collection-kit__model-right {
    left: 60%;
    min-height: 470px;
  }

  .lookbook-wrap .special {
    width: auto;
  }
}

@media (max-width: 575px) {
  .mobile-item {
    width: 50%;
  }

  .special-collection-text {
    bottom: inherit;
  }

  .collection-kit__model-right {
    min-height: 420px;
  }
}

#shopify-section-page-series .holder {
  z-index: 100;
}

#SearchDrawer {
  z-index: 999999;
}

#store-locator-title {
  font-size: 3rem;
  margin: 16px 0 16px 16px;
  text-align: center;
}

.search_bar button {
  background: black !important;
  padding: 12px 12px !important;
  border-radius: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: none !important;
}

.search_bar select {
  min-width: var(--gutterSiteMobile);
}

#store_map,
#addresses_list {
  margin-top: 16px !important;
}

#addresses_list .distance {
  padding-right: var(--inputPaddingLeftRightSmall);
}

.search_bar .main_search_bar {
  width: 45% !important;
}

.search_bar .search_limit {
  width: 21% !important;
}

.lookbook-custom .collection-hero__title {
  font-size: 82px;
  line-height: 1.2;
}

.lookbook-navigate-section {
  padding: 100px 0;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .lookbook-navigate-section {
    padding: var(--gutterSite) 0;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-navigate-section {
    padding: var(--gutterSite) 0 var(--sectionSpacingSmall);
  }
}

.lookbook-navigate-section p {
  max-width: 9var(--sectionSpacingSmall);
  margin: 0 auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .lookbook-navigate-section p {
    margin-bottom: var(--sectionSpacingSmall);
  }
}

.lookbook-navigate-section .lookbook-navigation-title {
  font-size: var(--sectionSpacingSmall);
  line-height: var(--sectionSpacingSmall);
  margin-bottom: var(--sectionSpacingSmall);
}

@media screen and (max-width: 575px) {
  .lookbook-navigate-section .lookbook-navigation-title {
    font-size: var(--gutterSiteMobile);
    line-height: var(--gutterSiteMobile);
    margin-bottom: var(--gutterSiteMobile);
  }
}

.lookbook-navigate-section ul li {
  text-align: center;
  display: inline-block;
  margin-right: calc(var(--gutterSite) / 2);
}

@media screen and (max-width: 575px) {
  .lookbook-navigate-section ul li {
    margin-right: 10px;
    font-size: 16px;
  }

  .lookbook-navigate-section ul li h3,
  .lookbook-navigate-section ul li .h3 {
    font-size: 16px;
  }
}

.lookbook-navigate-section ul li:last-child {
  margin-right: 0;
}

.lookbook-navigate-section ul li a:hover {
  color: var(--colorLinkTextHover);
}

.lookbook-section {
  background-color: var(--colorBody);
  padding-top: 200px;
  position: relative;
}

.lookbook-section .lookbook-section-image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 22% 0;
}

@media screen and (max-width: 1366px) {
  .lookbook-section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .lookbook-section {
    padding: var(--gutterSite) 0;
  }
}

.lookbook-section .lookbook-primary-text h2,
.lookbook-section .lookbook-primary-text .h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {

  .lookbook-section .lookbook-primary-text h2,
  .lookbook-section .lookbook-primary-text .h2 {
    margin-bottom: var(--gutterSiteMobile);
  }
}

.lookbook-section .lookbook-primary-text p {
  margin-bottom: 90px;
}

@media screen and (max-width: 1199px) {
  .lookbook-section .lookbook-primary-text p {
    margin-bottom: var(--gutterSite);
    font-size: 14px;
    line-height: 1.6;
  }
}

.lookbook-section .primary-images {
  padding: 35%;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 575px) {
  .lookbook-section .primary-images {
    margin-bottom: calc(var(--gutterSite) / 2) !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 40% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.lookbook-section .primary-images.primary-image2 {
  margin-top: 110px;
  width: 130%;
  position: relative;
  z-index: 1;
}

.lookbook-section .primary-images.primary-image2 img {
  max-width: 125%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .lookbook-section .primary-images.primary-image2 img {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .primary-images.primary-image2 {
    width: 100%;
    margin-top: 0;
  }
}

.lookbook-section .primary-images.primary-image2 {
  padding: 53% 0;
}

@media screen and (max-width: 991px) {
  .lookbook-section .primary-images.primary-image2 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .primary-images.primary-image2 {
    margin-top: 0;
  }
}

.lookbook-section .primary-images.primary-image3 {
  padding: 63% 0;
}

.lookbook-section .primary-images.primary-image4 {
  margin-top: -140px;
  padding: 24.5% 0;
}

@media screen and (max-width: 1499px) {
  .lookbook-section .primary-images.primary-image4 {
    margin-top: -110px;
  }
}

@media screen and (max-width: 1199px) {
  .lookbook-section .primary-images.primary-image4 {
    margin-top: -97px;
  }
}

@media screen and (max-width: 991px) {
  .lookbook-section .primary-images.primary-image4 {
    margin-top: -100px;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .primary-images.primary-image4 {
    margin-top: 0;
  }
}

.lookbook-section .primary-images.primary-image5 {
  padding: 50% 0;
  width: 86%;
  margin-left: 5%;
  margin-top: -var(--gutterSite);
}

@media screen and (max-width: 1499px) {
  .lookbook-section .primary-images.primary-image5 {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1199px) {
  .lookbook-section .primary-images.primary-image5 {
    margin-top: -var(--gutterSiteMobile);
  }
}

@media screen and (max-width: 767px) {
  .lookbook-section .primary-images.primary-image5 {
    margin-top: -154px;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .primary-images.primary-image5 {
    margin-top: 0;
  }
}

.lookbook-section .lookbook-text-column {
  margin-top: -240px;
}

@media screen and (max-width: 1499px) {
  .lookbook-section .lookbook-text-column {
    margin-top: -190px;
  }
}

@media screen and (max-width: 1199px) {
  .lookbook-section .lookbook-text-column {
    margin-top: -165px;
  }

  .lookbook-section .lookbook-text-column P {
    line-height: 1.5;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .lookbook-section .lookbook-text-column {
    margin-top: -135px;
  }
}

@media screen and (max-width: 767px) {
  .lookbook-section .lookbook-text-column {
    margin-top: var(--sectionSpacingSmall);
  }
}

.lookbook-section .lookbook-text-column.text-secondary-lookbook {
  margin-top: 0;
}

@media screen and (max-width: 1499px) {
  .lookbook-section .lookbook-text-column.text-secondary-lookbook p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .lookbook-text-column.text-secondary-lookbook p {
    margin-bottom: var(--gutterSite);
  }
}

.lookbook-section .look-primary-images {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .lookbook-section .look-primary-images {
    margin-bottom: var(--gutterSite);
  }
}

@media screen and (max-width: 767px) {
  .lookbook-section .look-primary-images {
    margin-bottom: 0px;
  }
}

.lookbook-section .look-secondary-images .secondary-images {
  padding: 35% 0;
  margin-bottom: calc(var(--gutterSite) / 2);
}

.lookbook-section .look-secondary-images .secondary-images.secondary-image1 {
  padding: 51% 0;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image1 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image1 {
    margin-top: 0;
  }
}

.lookbook-section .look-secondary-images .secondary-images.secondary-image2 {
  margin-top: -217px;
  padding: 72.5% 0;
}

@media screen and (max-width: 1199px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image2 {
    margin-top: -170px;
  }
}

@media screen and (max-width: 767px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image3 {
    margin-top: -69px;
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image3 {
    margin-top: 0px;
  }
}

.lookbook-section .look-secondary-images .secondary-images.secondary-image4 {
  max-width: 65%;
  margin: 0 auto;
  padding: 48.5% 0;
  margin-top: -182px;
}

@media screen and (max-width: 1499px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image4 {
    padding: 52% 0;
  }
}

@media screen and (max-width: 1199px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image4 {
    margin-top: -var(--gutterSite);
  }
}

@media screen and (max-width: 575px) {
  .lookbook-section .look-secondary-images .secondary-images.secondary-image4 {
    margin-top: 0;
  }
}

.template-blog .page-container .container {
  max-width: 1032px;
}

.template-article .article-content,
.template-article .article__title {
  max-width: 1032px;
  margin: 0 auto;
}

.site-header__icons--plus .site-header__search {
  padding-right: 0;
  display: inline-block;
  margin-right: 0;
}

.site-header .site-header__cart,
.site-header .site-header__account {
  display: inline-block;
  position: static;
  transform: none;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  position: relative;
}

@media screen and (min-width: 768px) {

  .site-header .site-header__cart,
  .site-header .site-header__account {
    margin-right: var(--gutterSiteMobile);
  }
}

.page-aboutUs {
  background-color: #ffffff;
}

.page-aboutUs .header-image {
  margin-bottom: 0;
}

.page-aboutUs .about-navigatiion {
  text-align: center;
  padding-top: var(--sectionSpacingSmall);
  padding-bottom: var(--sectionSpacingSmall);
}

@media screen and (max-width: 575px) {
  .page-aboutUs .about-navigatiion {
    display: none;
  }
}

.page-aboutUs .about-navigatiion ul {
  margin-bottom: 0;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .page-aboutUs .about-navigatiion ul {
    font-size: var(--gutterSiteMobile);
  }
}

@media screen and (max-width: 767px) {
  .page-aboutUs .about-navigatiion ul {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .page-aboutUs .about-navigatiion ul {
    font-size: 12px;
  }
}

.page-aboutUs .about-navigatiion ul li {
  display: inline-block;
  padding-left: 70px;
  padding-right: 70px;
  font-weight: 700;
}

@media screen and (max-width: 1499px) {
  .page-aboutUs .about-navigatiion ul li {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1366px) {
  .page-aboutUs .about-navigatiion ul li {
    padding-left: calc(var(--gutterSite) / 2);
    padding-right: calc(var(--gutterSite) / 2);
  }
}

@media screen and (max-width: 1199px) {
  .page-aboutUs .about-navigatiion ul li {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (max-width: 991px) {
  .page-aboutUs .about-navigatiion ul li {
    padding-left: var(--inputPaddingLeftRightSmall);
    padding-right: var(--inputPaddingLeftRightSmall);
  }
}

@media screen and (max-width: 991px) {
  .page-aboutUs .about-navigatiion ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.page-aboutUs .about-navigatiion ul li:first-child {
  padding-left: 0;
}

.page-aboutUs .about-navigatiion ul li:last-child {
  padding-right: 0;
}

.page-aboutUs .image-altblock {
  background-position: center;
  min-height: 1000px !important;
  height: 100% !important;
  padding: 64% 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .page-aboutUs .image-altblock {
    min-height: 10px !important;
    height: auto !important;
    background-position: top center;
    padding: 35% 0;
  }
}

.page-aboutUs .about-column {
  margin-bottom: 100px;
}

@media screen and (min-width: 992px) {
  .page-aboutUs .about-column .image-altblock {
    margin-left: -50%;
  }
}

@media screen and (max-width: 767px) {
  .page-aboutUs .about-column {
    margin-bottom: var(--gutterSite);
  }
}

.page-aboutUs .about-column-reverse {
  margin-bottom: 100px;
}

@media screen and (min-width: 992px) {
  .page-aboutUs .about-column-reverse .image-altblock {
    margin-right: -50%;
  }
}

@media screen and (max-width: 767px) {
  .page-aboutUs .about-column-reverse {
    margin-bottom: var(--gutterSite);
  }
}

.page-aboutUs .about-lab {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: var(--gutterSite);
}

.page-aboutUs .about-lab .lab-content {
  background-color: var(--colorBody);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: var(--gutterSite);
  padding-right: var(--gutterSite);
  box-shadow: 0px 4px 4px #cacaca;
  margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
  .page-aboutUs .about-lab .lab-content {
    padding: var(--gutterSite);
    margin-bottom: var(--gutterSite);
  }
}

@media screen and (max-width: 767px) {
  .page-aboutUs .about-lab .lab-content {
    padding: 35px;
  }
}

.page-aboutUs .about-lab .lab-content h2,
.page-aboutUs .about-lab .lab-content .h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: var(--sectionSpacingSmall);
}

@media screen and (max-width: 991px) {

  .page-aboutUs .about-lab .lab-content h2,
  .page-aboutUs .about-lab .lab-content .h2 {
    font-size: calc(var(--gutterSite) / 2);
    margin-bottom: var(--inputPaddingLeftRightSmall);
  }
}

.page-aboutUs .about-lab .lab-content .text-content {
  max-width: 1000px;
  margin: 0 auto;
}

.page-aboutUs .about-lab .lab-content .text-content p {
  font-size: var(--inputPaddingLeftRightSmall);
  line-height: 1.6;
  color: #000000;
}

.page-aboutUs .about-lab .lab-logos .lab-logo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15% 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
  .page-aboutUs .about-lab .lab-logos .lab-logo {
    margin-bottom: 35px;
  }
}

.about-column-left {
  background-color: var(--colorBody);
  padding: var(--gutterSite);
  z-index: 1;
  box-shadow: 0px 0px 4px #cacaca;
  justify-content: center;
  align-items: center;
  display: inherit;
  min-height: 7var(--inputPaddingLeftRightSmall);
}

@media screen and (max-width: 991px) {
  .about-column-left {
    min-height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .about-column-left {
    padding: 35px;
  }
}

.about-column-left h2,
.about-column-left .h2 {
  font-size: 40px;
  margin-bottom: var(--sectionSpacingSmall);
  font-weight: 700;
}

@media screen and (max-width: 1199px) {

  .about-column-left h2,
  .about-column-left .h2 {
    margin-bottom: var(--inputPaddingLeftRightSmall);
    font-size: calc(var(--gutterSite) / 2);
  }
}

.about-column-left p {
  font-size: var(--inputPaddingLeftRightSmall);
  line-height: 1.6;
}

.about-column .about-column-left {
  padding-left: 13%;
  padding-right: 6%;
}

@media screen and (max-width: 1366px) {
  .about-column .about-column-left {
    padding: var(--gutterSite);
  }
}

@media screen and (max-width: 767px) {
  .about-column .about-column-left {
    padding: 35px;
  }
}

.about-column-reverse .about-column-left {
  padding-right: 13%;
  padding-left: 6%;
}

@media screen and (max-width: 1366px) {
  .about-column-reverse .about-column-left {
    padding: var(--gutterSite);
  }
}

@media screen and (max-width: 767px) {
  .about-column-reverse .about-column-left {
    padding: 35px;
  }
}

.lookbook__primary_buttons a {
  margin-bottom: 45px;
  padding: 10px var(--gutterSite);
}

.lookbook-section .lookbook-primary-text p {
  margin-bottom: calc(var(--gutterSite) / 2);
}

.featured_content_buttons {
  margin-bottom: var(--inputPaddingLeftRightSmall);
}

.featured_content_buttons a {
  padding: 10px var(--gutterSite);
  font-family: ChollaSlab, sans-serif;
}

.primary-images {
  position: relative;
  overflow: hidden;
}

.lookbook_product__detail {
  border: 0px solid #3a3a3a;
  padding: 2% 5%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: absolute;
  top: 25%;
  left: 25%;
  bottom: 0;
  transition: all .5s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.lookbook_product__detail .btn {
  font-family: ChollaSlab, sans-serif;
}

@media screen and (max-width: 575px) {
  .lookbook_product__detail {
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .lookbook_product__detail .prodcuct-detail-centered {
    opacity: 1;
    visibility: visible;
  }
}

.primary-images:hover .lookbook_product__detail {
  top: 0;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.lookbook_product__detail p {
  font-size: .9em;
  line-height: 1.2em;
  margin-bottom: .5em;
}

@media screen and (max-width: 575px) {
  .lookbook_product__detail p {
    margin-bottom: 0.7em !important;
  }
}

.lookbook_product__detail p.product__title {
  text-transform: capitalize;
  font-size: 19.2px;
  margin-bottom: var(--inputPaddingTopBottomSmall);
  color: #ffffff;
  font-family: ChollaSlab, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .lookbook_product__detail p.product__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .lookbook_product__detail p.product__title {
    font-size: 19px;
  }
}

.lookbook_product__detail p.product__description {
  font-size: .9rem;
  line-height: 1.4;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .lookbook_product__detail p.product__description {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lookbook_product__detail p.product__description {
    font-size: 14px;
  }
}

.lookbook_product__detail p.product__price {
  font-size: 1.3em;
  font-weight: 700;
  font-family: 'Open Sans';
  color: #ffffff;
}

.lookbook_product__detail p.product__color {
  font-family: ChollaSlab, sans-serif;
  font-size: 17px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .lookbook_product__detail p.product__color {
    font-size: var(--inputPaddingLeftRightSmall);
  }
}

@media screen and (max-width: 767px) {
  .lookbook_product__detail p {
    line-height: 1em;
    margin-bottom: .2em;
  }
}

.prodcuct-detail-centered {
  opacity: 0;
  visibility: hidden;
}

.primary-images:hover .prodcuct-detail-centered {
  opacity: 1;
  visibility: visible;
}

.lookbook-section .primary-images .video-popup {
  font-size: var(--sectionSpacingSmall);
  color: var(--colorBody);
  border: 2px solid #fff;
  border-radius: calc(var(--gutterSite) / 2);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  padding-left: 2px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article_btn {
  text-transform: uppercase;
  color: #d92027;
}

.article_btn:hover {
  color: #e75e63;
}

.blog-featuredsection {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .blog-featuredsection {
    margin-top: var(--sectionSpacingSmall);
    margin-bottom: var(--sectionSpacingSmall);
  }
}

.blog-featuredsection .featuredblog {
  border: 1px solid var(--colorText);
}

.blog-featuredsection .article__grid-meta {
  padding: var(--gutterSite) var(--gutterSiteMobile);
}

.blog-featuredsection .article__grid-meta .subtitle {
  font-size: 12px;
}

.blog-featuredsection .article__grid-meta h2.article__title.h3,
.blog-featuredsection .article__grid-meta .article__title.h3.h2 {
  font-size: 2.875em;
}

.blog-featuredsection .article__grid-meta .article__grid-excerpt {
  padding-top: var(--sectionSpacingSmall);
  padding-bottom: var(--sectionSpacingSmall);
  font-size: 1.25em;
}

@media screen and (max-width: 767px) {
  .blog-featuredsection .article__grid-meta .article__grid-excerpt {
    padding-top: var(--gutterSiteMobile);
    padding-bottom: var(--gutterSiteMobile);
  }
}

.blog-featuredsection .article__grid-meta .article_btn {
  font-size: 1.25em;
}

.blog-featuredsection .article__list-image {
  margin-bottom: 0;
}

.article-featuredsection .grid--blog>div {
  margin-bottom: var(--gutterSite);
}

@media screen and (max-width: 767px) {
  .article-featuredsection .grid--blog>div {
    margin-bottom: var(--sectionSpacingSmall);
  }
}

.article-featuredsection .article-single {
  background: #636369;
  height: 100%;
}

.article-featuredsection a.article__list-image {
  padding-top: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.article-featuredsection a.article__list-image:before {
  padding-top: 75%;
}

.article-featuredsection .article__grid-meta {
  padding: var(--gutterSiteMobile);
  margin-bottom: 0;
  color: white;
}

.article-featuredsection .article__grid-meta h2.article__title.h3,
.article-featuredsection .article__grid-meta .article__title.h3.h2,
.article-featuredsection .article__grid-meta .rte,
.article-featuredsection .article__grid-meta .article_btn {
  color: white;
}

.article-featuredsection .article__grid-meta h2.article__title.h3,
.article-featuredsection .article__grid-meta .article__title.h3.h2 {
  margin-top: 0;
}

.article-featuredsection .pagination {
  padding-bottom: var(--gutterSite);
}

@media screen and (max-width: 767px) {
  .article-featuredsection .pagination {
    padding-bottom: var(--sectionSpacingSmall);
  }
}

.article-featuredsection .pagination .btn {
  font-size: 1.125em;
  padding: var(--inputPaddingLeftRightSmall) 5%;
}

.article-single--new .article-hero__image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--colorImageOverlay);
  opacity: var(--opacityImageOverlay);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.animsition.finished .article-single--new .article-hero__image::before {
  mix-blend-mode: multiply;
  opacity: var(--opacityImageOverlay);
}

.animsition.finished .article-single--new .article-hero__image:before {
  opacity: var(--opacityImageOverlay);
}

.article-single--new .article-title-top {
  position: static;
  bottom: 0;
}

.article-single--new .section-header {
  position: absolute;
  bottom: var(--gutterSite);
  left: 0;
  right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .article-single--new .section-header {
    bottom: 0px;
  }
}

.article-single--new span.article__date,
.article-single--new span.article__author {
  font-size: 1.125em;
  color: white;
}

.article-single--new span.article__date {
  margin-right: calc(var(--gutterSite) / 2);
}

.article-single--new .social-sharing .btn--secondary {
  border: none;
  background: none;
}

.article-single--new .social-sharing .btn--share .icon {
  width: calc(var(--gutterSite) / 2);
  height: calc(var(--gutterSite) / 2);
}

.article-single--new .social-sharing .btn--share .icon-facebook,
.article-single--new .social-sharing .btn--share .icon-twitter,
.article-single--new .social-sharing .btn--share .icon-pinterest {
  fill: white;
}

.article-single--new .social-sharing .share-title {
  display: none;
}

.article-single--new .article-excerpt,
.article-single--new .article-content {
  font-size: 1em;
  line-height: 1.375em;
  color: var(--colorText);
}

.article-single--new .article-excerpt p,
.article-single--new .article-content p {
  margin-bottom: var(--sectionSpacingSmall);
}

.article-single--new .article-excerpt iframe,
.article-single--new .article-content iframe {
  width: 100%;
}

.article-single--new .article-excerpt {
  font-weight: bold;
  margin-top: var(--sectionSpacingSmall);
  margin-bottom: var(--sectionSpacingSmall);
}

.article-single--new .product-callout--row {
  /*
  width: 50%;
  float: left;
  margin-left: -25%;
  margin-right: calc(var(--gutterSite) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  */
  margin: var(--gutterSite) -200px;
}

@media screen and (max-width: 991px) {
  .article-single--new .product-callout--row {
    margin: var(--gutterSite) -var(--gutterSite);
  }
}

@media screen and (max-width: 767px) {
  .article-single--new .product-callout--row {
    margin: var(--gutterSite) 0;
  }
}

.article-single--new .product-callout--row.product-callout--row_2 {
  width: 100%;
}

.article-single--new .product-callout--row.product-callout--row_2 .callout {
  /*
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      */
}

@media screen and (max-width: 991px) {
  .article-single--new .product-callout--row.product-callout--row_2 .callout {
    /*
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          */
  }
}

.article-single--new .product-callout--row.product-callout--row_3 .callout {
  /*
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    */
}

@media screen and (max-width: 991px) {
  .article-single--new .product-callout--row.product-callout--row_3 .callout {
    /*
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        */
  }
}

.article-single--new .product-callout--row.callout--right {
  /*
    float: right;
    margin-right: -25%;
    margin-left: calc(var(--gutterSite) / 2);
    */
}

@media screen and (max-width: 991px) {
  .article-single--new .product-callout--row {
    /*
      float: none;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      */
  }

  .article-single--new .product-callout--row.callout--right {
    /*
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        */
  }
}

.article-single--new .product-callout {
  border: 10px solid #fff;
  background: #f2f2f2;
}

.article-single--new .product-callout .product-callout--spacing {
  padding: calc(var(--gutterSite) / 2) 10px;
}

.article-single--new .product-callout h5,
.article-single--new .product-callout .h5 {
  text-align: center;
  text-transform: none;
}

.article-single--new .product-callout .product-callout--content {
  padding: calc(var(--gutterSite) / 2) 0;
  font-size: 12px;
}

.article-single--new .product-callout .product-callout--content * {
  font-size: 12px;
}

.article-single--new .product-callout .subtitle {
  text-transform: uppercase;
}

.article-single--new .product-callout .product-callout--content-features {
  margin-top: calc(var(--gutterSite) / 2);
}

.article-single--new .product-callout .product-callout--content-features p {
  margin-bottom: 0px;
}

.article-single--new .product-callout img,
.article-single--new .product-callout .btn {
  width: 100%;
}

.article-single--new .rte blockquote {
  position: relative;
  border: none;
  border-left: 3px solid #d82126;
  padding-top: var(--sectionSpacingSmall);
  padding-left: 75px;
  padding-bottom: 0;
  font-family: var(--fontStackHeader);
  font-weight: bold;
  font-size: 1.375em;
  text-align: left;
}

.article-single--new .rte blockquote:before {
  content: '\201C';
  position: absolute;
  top: calc(var(--gutterSite) / 2);
  left: var(--gutterSiteMobile);
  font-size: 90px;
}

.article-single--new .rte blockquote cite {
  font-weight: normal;
  font-style: normal;
}

.image-callout {
  color: #6a6a6a;
  font-size: 0.875em;
  margin-top: var(--inputPaddingLeftRightSmall);
  margin-bottom: var(--sectionSpacingSmall);
  width: 60%;
}

.image-callout img {
  width: 100%;
  margin-bottom: 5px;
}

.image-callout p.image-caption {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
}

.image-callout.image-inline {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .image-callout.image-inline {
    text-align: center;
  }
}

.image-callout.image-inline p.image-caption {
  margin-top: var(--inputPaddingLeftRightSmall);
}

.image-callout.image-left {
  float: left;
  margin-left: -20%;
  margin-right: calc(var(--gutterSite) / 2);
  text-align: right;
}

@media screen and (max-width: 991px) {
  .image-callout.image-left {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

.image-callout.image-right {
  float: right;
  margin-right: -20%;
  margin-left: calc(var(--gutterSite) / 2);
}

@media screen and (max-width: 991px) {
  .image-callout.image-right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.image-callout .parallax-background:before {
  content: '';
  display: block;
  padding-top: 40%;
}

.article--next_prev hr {
  margin-top: var(--sectionSpacingSmall);
  margin-bottom: var(--sectionSpacingSmall);
}

.article--next_prev h3,
.article--next_prev .h3 {
  font-size: 1.875em;
}

@media screen and (max-width: 575px) {
  .article__grid-meta--has-image {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.lookbook-primary-text {
  position: relative;
  z-index: 1;
}

.article-excerpt .article-slider {
  margin-top: var(--gutterSiteMobile);
}

.article-excerpt .article-slider .slick-next:before,
.article-excerpt .article-slider #nextArrow:before {
  right: var(--gutterSiteMobile);
}

.article-excerpt .article-slider .slick-prev:before,
.article-excerpt .article-slider #prevArrow:before {
  left: var(--gutterSiteMobile);
}

.article-content .article--gallery_column {
  position: relative;
  padding: 0 var(--inputPaddingLeftRightSmall);
}

.article-content .article--gallery_column:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1d1934;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.article-content .article--gallery_column:after {
  content: "\f03e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: var(--gutterSite);
  border: 3px solid #fff;
  border-radius: 100%;
  width: 1calc(var(--gutterSite) / 2);
  height: 1calc(var(--gutterSite) / 2);
  text-align: center;
  line-height: 1calc(var(--gutterSite) / 2);
  color: var(--colorBody);
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .article-content .article--gallery_column:after {
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 35px;
  }
}

.article-content .article--gallery_column a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.article-content .article--gallery_column a:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.template-article .mfp-arrow-left {
  display: block !important;
}

.section-1 {
  margin-bottom: -60px;
}

.html-video-width {
  max-width: 800px;
}

.article-content .article--gallery_column a:nth-child(n+4) {
  display: none;
}

.article-content h6,
.article-content .h6 {
  display: none;
}

.template-collection #shopify-section-header .breadcrumbs-item {
  display: none;
}

header.collection-header .plp-header-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: var(--sectionSpacingSmall);
  z-index: 9;
}

header.collection-header .breadcrumbs {
  background: none;
  padding-left: 0;
}

header.collection-header .breadcrumbs span {
  margin: 0 0px 0 10px;
}

header.collection-header .breadcrumbs a,
header.collection-header .breadcrumbs span {
  color: #000;
  font-size: var(--gutterSiteMobile);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

header.collection-header h1.collection-hero__title,
header.collection-header .collection-hero__title.h1 {
  font-weight: 900;
  font-family: Oswald, sans-serif;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  header.collection-header h1.collection-hero__title,
  header.collection-header .collection-hero__title.h1 {
    font-size: var(--gutterSiteMobile);
  }
}

header.collection-header .collection-description {
  margin-top: 0;
  font-size: calc(var(--gutterSite) / 2);
}

.plp-filter-wrapper {
  background: #000;
}

.plp-filter-wrapper .col-auto {
  padding: 0 var(--inputPaddingLeftRightSmall);
}

@media screen and (max-width: 767px) {
  .plp-filter-wrapper .col-auto {
    padding: 0 10px;
  }
}

.plp-filter-wrapper .plp-filter-box {
  padding-right: var(--gutterSite);
  color: var(--colorBody);
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .plp-filter-wrapper .plp-filter-box {
    padding-right: 9px;
  }
}

.plp-filter-wrapper .plp-filter-box span {
  font-size: var(--gutterSiteMobile);
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 767px) {
  .plp-filter-wrapper .plp-filter-box span {
    font-size: 16px;
  }
}

.plp-filter-wrapper .plp-filter-box .dropdown {
  position: initial;
}

.plp-filter-wrapper .plp-filter-box .dropdown button {
  font-family: 'Oswald', sans-serif;
  background: url(down-arrow.png) right center no-repeat !important;
  box-shadow: 0 0 0 #000;
  border: 0;
  padding: 13px calc(var(--gutterSite) / 2) 12px 10px;
  color: var(--colorBody);
  font-size: var(--gutterSiteMobile);
  font-weight: 300;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .plp-filter-wrapper .plp-filter-box .dropdown button {
    font-size: 17px;
  }
}

.plp-filter-wrapper .plp-filter-box .dropdown button:after {
  display: none;
}

.plp-filter-wrapper .plp-filter-box .dropdown .dropdown-menu {
  border-radius: 0;
  transform: none !important;
  top: 100% !important;
}

.plp-filter-wrapper .plp-filter-box .dropdown a {
  font-family: 'Oswald', sans-serif;
  color: #000;
  background: none;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .plp-filter-wrapper .plp-filter-box .dropdown .dropdown-menu {
    column-count: 1;
  }

  .row.grid--view-items .grid-view-item {
    padding: 0px;
  }
}

.row.grid--view-items .grid-view-item .color.swatch-element label {
  position: relative;
  box-shadow: 0 0 0 #000 !important;
}

.row.grid--view-items .grid-view-item .color.swatch-element label:before {
  border: 3px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.row.grid--view-items .grid-view-item .color.swatch-element input:checked+label {
  border: 1px solid #000 !important;
}

.row.grid--view-items .grid-view-item .item__image-bg {
  background: #f5f5f5;
  padding: 10px 0;
  margin-bottom: calc(var(--gutterSite) / 2);
}

.row.grid--view-items .grid-view-item .item__image-bg .grid-view-item__image {
  margin-bottom: 0;
  padding: 70% 0;
  mix-blend-mode: darken;
}

.row.grid--view-items .grid-view-item .item__image-bg .grid-view-item__image video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.row.grid--view-items .grid-view-item .item__image-bg .grid-view-item__image+.grid-view-item__image {
  display: none;
}

.row.grid--view-items .grid-view-item .item__image-bg:hover .plp-first-img {
  display: none;
}

.row.grid--view-items .grid-view-item .item__image-bg:hover .plp-secondary-img {
  display: block;
}

.row.grid--view-items .grid-view-item .view-btn {
  display: none;
}

.row.grid--view-items .grid-view-item .grid-view-item__title {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.row.grid--view-items .grid-view-item .grid-link__description {
  font-size: 14px;
  color: #000;
}

.row.grid--view-items .grid-view-item .grid-view-item__meta {
  font-size: var(--inputPaddingLeftRight);
  font-family: 'Oswald', sans-serif;
  color: #000;
}

.row.grid--view-items .grid-view-item .grid-view-item__meta .pro-price {
  color: #000;
  font-size: var(--inputPaddingLeftRight);
  font-family: 'Oswald', sans-serif;
}

.row.grid--view-items .grid-view-item .grid-view-item__meta .special-price {
  color: #878787;
  font-size: var(--inputPaddingLeftRight);
  font-family: 'Oswald', sans-serif;
  text-decoration: line-through;
  margin-right: 5px;
}

.row.grid--view-items .grid-view-item .swatch.clearfix {
  padding: 0;
}

span.new-badge {
  position: absolute;
  left: calc(var(--gutterSite) / 2);
  top: var(--gutterSiteMobile);
  z-index: 9;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

span.new-badge img {
  width: 70px;
}

#product-thumbnails span.new-badge,
.related-single__row span.new-badge {
  left: 20px !important;
}

@media screen and (max-width: 767px) {
  span.new-badge {
    left: 10px;
    top: 5px;
    font-size: 13px;
  }

  span.new-badge img {
    width: 40px;
  }

  .showinmobile span.new-badge img {
    width: 70px;
  }
}

span.sale-badge {
  position: absolute;
  left: calc(var(--gutterSite) / 2);
  top: var(--gutterSiteMobile);
  z-index: 9;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  color: #d33737;
  text-transform: uppercase;
}

.products-related span.new-badge {
  position: absolute;
  left: calc(var(--gutterSite) / 2);
  top: var(--gutterSiteMobile);
  display: inline-block;
  width: fit-content;
}

.plp-deails-section {
  background: #f5f5f5;
  padding: var(--gutterSite) 0;
}

.plp-deails-section h3,
.plp-deails-section .h3 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  color: #000;
}

.plp-deails-section p {
  font-size: 16px;
  color: #000;
}

.one-add {
  padding-bottom: var(--sectionSpacingSmall);
}

.new-add-wrapper {
  position: relative;
  height: 100%;
}

.new-add-wrapper .add-img {
  background-size: cover;
  background-position: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .new-add-wrapper .add-img {
    padding: 96% 0;
  }
}

.new-add-wrapper .add-details {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.new-add-wrapper .add-details .add-content {
  background: #fff;
  padding: var(--inputPaddingTopBottomSmall) 0;
}

.new-add-wrapper .add-details .add-content h3,
.new-add-wrapper .add-details .add-content .h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  margin: 0;
}

.new-add-wrapper .add-details .add-content h4,
.new-add-wrapper .add-details .add-content .h4 {
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: var(--inputPaddingLeftRight);
  margin: 0;
}

.new-add-wrapper .add-details>a {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  padding: 13px var(--gutterSite);
  font-weight: bold;
  border-radius: 2px;
  color: #000;
  margin: calc(var(--gutterSite) / 2) 0;
}

.second-add {
  padding-bottom: var(--sectionSpacingSmall);
}

.second-add .row {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .second-add .row {
    padding: 0;
  }
}

.second-add .second-add-img1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 60% 0;
  position: relative;
}

.second-add .second-add-img1 a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.second-add .prod-tag {
  font-size: 19px;
  right: var(--inputPaddingLeftRightSmall);
  z-index: 7;
  width: 45px;
  height: 45px;
  background: #ababab;
  border-radius: 50%;
  justify-content: center;
  color: var(--colorBody);
  text-align: center;
  display: flex;
  align-items: center;
  top: var(--inputPaddingLeftRightSmall);
  position: absolute;
}

.second-add .prod-tag img {
  max-width: 22px;
  height: auto;
}

.second-add .prodbox {
  margin: var(--sectionSpacingSmall) 0 0px 0;
  position: relative;
}

.second-add .prodbox .prodbox-img {
  margin: 0 0 var(--sectionSpacingSmall) 0;
  padding: 78% 0;
  position: relative;
  background: linear-gradient(to bottom, whitesmoke, whitesmoke 75%, whitesmoke, white 25%);
}

.second-add .prodbox .prodbox-img a {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.second-add .prodbox .prodbox-img a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}

.second-add .prodbox .prodbox-img a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.second-add .prodbox .prodbox-detail h2,
.second-add .prodbox .prodbox-detail .h2 {
  margin: 0;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.second-add .prodbox .prodbox-detail .rte {
  color: #000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.second-add .prodbox .prodbox-detail .rte p {
  line-height: 22px;
}

.collection-slide {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .collection-slide {
    padding-top: 40px;
  }
}

.collection-slide .subcollection-heading {
  font-size: var(--sectionSpacingSmall);
  color: #000;
  padding-left: 10px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-bottom: var(--gutterSiteMobile);
  text-transform: uppercase;
}

.newlp-collection-slider {
  margin-bottom: var(--gutterSite);
}

.newlp-collection-slider .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 43%;
  border: 1px solid #fff;
  color: var(--colorBody);
  background: rgba(0, 0, 0, 0.5);
}

.newlp-collection-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.newlp-collection-slider .slick-arrow.slick-next,
.newlp-collection-slider .slick-arrow#nextArrow {
  right: var(--gutterSiteMobile);
}

.newlp-collection-slider .slick-arrow.slick-prev,
.newlp-collection-slider .slick-arrow#prevArrow {
  left: var(--gutterSiteMobile);
}

.newlp-collection-slider .slick-arrow:before {
  left: 50%;
  transform: translateX(-50%);
  color: var(--colorBody);
}

.newlp-collection-slider .collection-item {
  padding: 0 var(--inputPaddingTopBottomSmall);
}

.newlp-collection-slider .collection-item .image-title h2,
.newlp-collection-slider .collection-item .image-title .h2 {
  padding: 10px 0;
  color: #000;
  font-size: var(--gutterSiteMobile);
  text-transform: uppercase;
  line-height: 1.1;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.newlp-collection-slider .collection-item .image-title h2 span,
.newlp-collection-slider .collection-item .image-title .h2 span {
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: var(--sectionSpacingSmall);
}

.newlp-collection-slider .slide-show-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64% 0;
  position: relative;
  display: block;
}

.newlp-collection-slider .slide-show-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .removepad-desktop {
    padding-left: 0;
  }
}

.site-footer__newsletter .dMHKxR.dMHKxR {
  display: none !important;
}

.site-footer__newsletter form {
  padding: 0 !important;
}

.site-footer__newsletter .Ndwyt.Ndwyt {
  flex-direction: row !important;
}

.site-footer__newsletter .Ndwyt.Ndwyt .bDQaCw.bDQaCw,
.site-footer__newsletter .Ndwyt.Ndwyt .hYRnma.hYRnma {
  padding: 0 !important;
}

.site-footer__newsletter .Ndwyt.Ndwyt .bQDdTc.bQDdTc input {
  background: none !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  outline: none !important;
  font-size: 13px !important;
}

.site-footer__newsletter .Ndwyt.Ndwyt .bQDdTc.bQDdTc input::placeholder {
  color: #fff !important;
}

.site-footer__newsletter .Ndwyt.Ndwyt .hYRnma.hYRnma button {
  margin-left: 5px !important;
  font-size: 0 !important;
  padding: 16px 0px !important;
  width: 1 var(--sectionSpacingSmall) !important;
}

.site-footer__newsletter .Ndwyt.Ndwyt .hYRnma.hYRnma button:before {
  content: "Sign me up";
  font-size: 16px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

#shopify-section-footer .site-footer {
  background-color: #121212;
}

#shopify-section-footer .site-footer a:hover {
  color: var(--colorBody);
}

#shopify-section-footer .site-footer h2,
#shopify-section-footer .site-footer .h2,
#shopify-section-footer .site-footer h4,
#shopify-section-footer .site-footer .h4,
#shopify-section-footer .site-footer .news-heading {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 14.5px;
  letter-spacing: 1px;
  color: white;
  margin-bottom: var(--gutterSiteMobile);
}

#shopify-section-footer .site-footer .site-footer__social-icons {
  margin-bottom: 40px;
}

#shopify-section-footer .site-footer .site-footer__social-icons li {
  margin-right: 5px;
}

#shopify-section-footer .site-footer .site-footer__linklist .site-footer__linklist-item a,
#shopify-section-footer .site-footer .nav__sidebar .site-footer__linklist-item a,
.nav__sidebar #shopify-section-footer .site-footer .site-footer__linklist li a,
#shopify-section-footer .site-footer .nav__sidebar li a {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

#shopify-section-footer .site-footer .site-footer__linklist .site-footer__linklist-item a:hover,
#shopify-section-footer .site-footer .nav__sidebar .site-footer__linklist-item a:hover,
.nav__sidebar #shopify-section-footer .site-footer .site-footer__linklist li a:hover,
#shopify-section-footer .site-footer .nav__sidebar li a:hover {
  text-decoration: underline;
}

#shopify-section-footer .site-footer__copyright--bottom {
  margin-top: var(--gutterSite);
  background-color: #000000;
  padding: calc(var(--gutterSite) / 2) 0;
  font-size: 13px;
  color: var(--colorBody);
}

#shopify-section-footer .site-footer__copyright--bottom a {
  color: var(--colorBody);
}

#shopify-section-footer .site-footer__copyright--bottom a:hover {
  text-decoration: underline;
}

.product-template__container .pdp-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .product-template__container .pdp-gallery-wrapper {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.product-template__container .pdp-gallery-wrapper .pdp-gallery-item {
  width: 50%;
  background-color: #f5f5f5;
  border: var(--inputPaddingLeftRightSmall) solid #fff;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: url(https://freeiconshop.com/wp-content/uploads/edd/zoom-in-outline.png), auto;
}

.product-template__container .pdp-gallery-wrapper .pdp-gallery-item:nth-child(-n+6) {
  display: flex;
}

@media screen and (max-width: 991px) {
  .product-template__container .pdp-gallery-wrapper .pdp-gallery-item {
    border: 7.5px solid #fff;
  }
}

.product-template__container .pdp-gallery-wrapper .pdp-gallery-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: var(--gutterSite);
  height: var(--gutterSite);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: var(--colorBody);
  text-align: center;
  border: 2px solid #fff;
  display: none;
  cursor: pointer;
}

.product-template__container .pdp-gallery-wrapper .pdp-gallery-item:hover a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-template__container .pdp-gallery-wrapper .pdp-gallery-image {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 75% 0;
  mix-blend-mode: darken;
}

.product-template__container .pdp-gallery-wrapper .pdp-gallery-image>div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-template__container .product-single__meta .product-form__cart-submit {
  background: #000;
}

.product-template__container .product-single__meta .product-form__cart-submit:hover {
  background: var(--colorSaleText);
}

.product-template__container .product-single__meta a.product-single__link {
  font-size: var(--gutterSiteMobile);
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #000;
  margin: 0;
}

.product-template__container .product-single__meta h1.product-single__title,
.product-template__container .product-single__meta .product-single__title.h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #000;
}

@media screen and (max-width: 1499px) {

  .product-template__container .product-single__meta h1.product-single__title,
  .product-template__container .product-single__meta .product-single__title.h1 {
    font-size: 35px;
  }
}

.product-template__container .product-single__meta .product-single__price {
  margin: var(--gutterSiteMobile) 0 var(--inputPaddingLeftRightSmall) 0;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

.product-template__container .product-single__meta .product-single__price .pro-price {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #000;
}

.product-template__container .product-single__meta .product-single__price .msrp-price {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #000000;
  opacity: 0.5;
}

.product-template__container .product-single__meta .spr-badge {
  font-size: 14px;
  color: #000;
}

.product-template__container .product-single__meta .shortdetail {
  font-size: 16px;
  color: #000;
  margin: 35px 0;
}

@media screen and (max-width: 991px) {
  .product-template__container .product-single__meta .shortdetail {
    margin: var(--inputPaddingLeftRightSmall) 0;
  }
}

.product-template__container .product-single__meta .shortdetail p {
  margin-bottom: 0;
  line-height: 22px;
}

.product-template__container .product-single__meta .swatch .label {
  font-size: var(--gutterSiteMobile);
  color: #000000;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.product-template__container .product-single__meta .swatch .label .color-selected {
  font-weight: 300;
}

.product-template__container .product-single__meta .swatch .swatch-element {
  margin-right: 5px;
}

.product-template__container .product-single__meta .swatch .swatch-element label {
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  position: relative;
  font-size: var(--inputPaddingLeftRight);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #000;
}

.product-template__container .product-single__meta .swatch .swatch-element label:before {
  content: "";
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-template__container .product-single__meta .swatch .swatch-element label:after {
  content: "";
  border: 6px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-template__container .product-single__meta .swatch .swatch-element input:checked+label {
  border: 0 !important;
  box-shadow: 0 0 0 #000 !important;
}

.product-template__container .product-single__meta .swatch .swatch-element input:checked+label:before {
  z-index: 1;
}

.pdp-gallery-item {
  background-color: #f8f8f8;
}

.pdp-gallery-image {
  display: block;
  position: relative;
  mix-blend-mode: multiply;
  margin-bottom: var(--sectionSpacingSmall);
  cursor: pointer;
  position: relative;
  height: 1px;
  padding-top: 150%;
  width: 100%;
}

.pdp-gallery-image .product-media-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
}

.pdp-gallery-image.horizontal .product-media-img {
  object-fit: cover;
}

.pdp-gallery-image:hover .zoom-icon--plus {
  opacity: 1;
}

.zoom-icon--plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--colorBody);
  /* width: calc(var(--gutterSite) / 2);
  height: calc(var(--gutterSite) / 2);
  line-height: calc(var(--gutterSite) / 2); */
  opacity: 0;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

.zoom-icon--plus:before {
  content: '';
  display: block;
  position: absolute;
  /* top: -10px;
    left: -10px; */
  right: -10px;
  bottom: -10px;
  border-radius: 100%;
  border: 2px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 30px;
  top: -3px;
  left: -3px;
}

.zoom-icon--plus svg {
  position: relative;
  top: -1px;
  left: 3px;
}



.rating-section-wrapper {
  background-color: #f5f5f5;
  margin-top: var(--sectionSpacingSmall);
  margin-bottom: var(--gutterSiteMobile);
  padding: var(--inputPaddingLeftRightSmall) var(--inputPaddingLeftRightSmall) 12px var(--inputPaddingLeftRightSmall);
}

@media screen and (max-width: 991px) {
  .rating-section-wrapper {
    margin-top: var(--gutterSiteMobile);
    margin-bottom: 0;
  }
}

.rating-section-wrapper .rating-list {
  display: flex;
  margin-bottom: 10px;
}

.rating-section-wrapper .rating-list:last-child {
  margin-bottom: 0;
}

.rating-section-wrapper .rating-list .rating-icon {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 55%;
  width: var(--sectionSpacingSmall);
}

.rating-section-wrapper .rating-list .rating-progressbar-wrapper {
  width: 100%;
}

.rating-section-wrapper .rating-list .rating-progressbar-text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-align: center;
}

.rating-section-wrapper .rating-progressbar {
  position: relative;
  height: 12px;
}

.rating-section-wrapper .rating-progressbar .rating-progressbar-color {
  background-color: #5ecfe7;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.rating-section-wrapper .rating-progressbar .rating-progressbar-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 1px solid #000;
  border-right: 0;
  height: 100%;
  display: flex;
}

.rating-section-wrapper .rating-progressbar .rating-progressbar-items span {
  width: 100%;
  border-right: 1px solid #000;
}

.pdp-specs {
  padding-top: var(--sectionSpacingSmall);
}

.pdp-specs .pdp-specs-list .h3 {
  position: relative;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #000;
  line-height: var(--inputPaddingLeftRightSmall);
  letter-spacing: 0;
  margin-bottom: 0;
  padding: var(--inputPaddingLeftRightSmall) 0px;
  cursor: pointer;
}

.pdp-specs .pdp-specs-list .h3:hover {
  color: #000;
}

.pdp-specs .pdp-specs-list .h3 span {
  position: absolute;
  right: 0;
  top: 5%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 29px;
}

.pdp-specs .pdp-specs-list .h3 span svg {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.pdp-specs .pdp-specs-list .h3 span.accordion:before {
  content: '+';
}

.pdp-specs .pdp-specs-list .h3+.pdp-specs-content {
  display: none;
  padding-bottom: 10px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  padding: 10px;
  background: #f5f5f5;
}

.pdp-specs .pdp-specs-list .h3+.pdp-specs-content p {
  line-height: 22px;
}

.pdp-specs .pdp-specs-list .h3+.pdp-specs-content .readfullreview {
  text-decoration: underline;
  border-bottom: 0;
  color: #000000;
  font-style: italic;
  font-size: 16px;
}

.pdp-specs .pdp-specs-list.active .h3 span.accordion:before {
  content: '-';
}

.video-title-wrapper {
  position: absolute;
  left: 0;
  bottom: var(--gutterSite);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .video-title-wrapper {
    bottom: 10px;
  }
}

.video-title-wrapper a {
  font-size: var(--sectionSpacingSmall);
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .video-title-wrapper a {
    font-size: calc(var(--gutterSite) / 2);
  }
}

.video-title-wrapper a span {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-left: 1.5px;
  text-align: center;
  line-height: var(--gutterSite);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

#shopify-product-reviews {
  margin-top: var(--gutterSite);
}

#shopify-product-reviews h2.spr-header-title,
#shopify-product-reviews .spr-header-title.h2 {
  font-size: var(--sectionSpacingSmall);
}

#shopify-product-reviews h1,
#shopify-product-reviews .h1,
#shopify-product-reviews .h1,
#shopify-product-reviews h2,
#shopify-product-reviews .h2,
#shopify-product-reviews .h2,
#shopify-product-reviews h3,
#shopify-product-reviews .h3,
#shopify-product-reviews .h3,
#shopify-product-reviews h4,
#shopify-product-reviews .h4,
#shopify-product-reviews .h4,
#shopify-product-reviews h5,
#shopify-product-reviews .h5,
#shopify-product-reviews .h5,
#shopify-product-reviews h6,
#shopify-product-reviews .h6,
#shopify-product-reviews .h6 {
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: var(--gutterSiteMobile);
  font-weight: 600;
}

#shopify-product-reviews .spr-review-header-byline {
  font-size: var(--inputPaddingLeftRightSmall);
}

#shopify-product-reviews .spr-review-reportreview {
  color: #000;
}

#shopify-product-reviews .spr-button-primary {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

#shopify-product-reviews .spr-summary-actions-newreview {
  color: #000;
}

#shopify-product-reviews .spr-review-content-body {
  font-size: var(--inputPaddingLeftRightSmall);
  line-height: 1.6;
}

.product-related-section {
  margin: var(--gutterSite) 0;
}

@media screen and (max-width: 767px) {
  .product-related-section {
    margin: var(--sectionSpacingSmall) 0;
  }
}

.product-related-section .related-single__row h3,
.product-related-section .related-single__row .h3 {
  font-size: var(--sectionSpacingSmall);
  color: #000;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-bottom: var(--gutterSiteMobile);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {

  .product-related-section .related-single__row h3,
  .product-related-section .related-single__row .h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .product-related-section .related-single__row>.row {
    margin-left: -var(--sectionSpacingSmall);
    margin-right: -var(--sectionSpacingSmall);
  }
}

.product-related-section .related-single__row .extraheading {
  font-size: var(--gutterSiteMobile);
  color: #000;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-bottom: var(--gutterSiteMobile);
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .product-related-section .related-single__row .grid-view-item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-related-section .related-single__row .grid-view-item .color.swatch-element {
    margin: 0 5px 5px 0;
  }
}

.product-related-section .related-single__row .grid-view-item .color.swatch-element label {
  position: relative;
  box-shadow: 0 0 0 #000 !important;
}

.product-related-section .related-single__row .grid-view-item .color.swatch-element label:before {
  border: 3px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-related-section .related-single__row .grid-view-item .color.swatch-element input:checked+label {
  border: 1px solid #000 !important;
}

.product-related-section .related-single__row .grid-view-item .item__image-bg {
  background: #f5f5f5;
  padding: 47px 0;
  margin-bottom: calc(var(--gutterSite) / 2);
}

@media screen and (max-width: 767px) {
  .product-related-section .related-single__row .grid-view-item .item__image-bg {
    margin-bottom: var(--inputPaddingLeftRightSmall);
  }
}

.product-related-section .related-single__row .grid-view-item .item__image-bg .grid-view-item__image {
  margin-bottom: 0;
  padding: 51% 0;
  mix-blend-mode: darken;
}

.product-related-section .related-single__row .grid-view-item .item__image-bg .grid-view-item__image video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-related-section .related-single__row .grid-view-item .item__image-bg .grid-view-item__image+.grid-view-item__image {
  display: none;
}

.product-related-section .related-single__row .grid-view-item .item__image-bg:hover .plp-first-img {
  display: none;
}

.product-related-section .related-single__row .grid-view-item .item__image-bg:hover .plp-secondary-img {
  display: block;
}

.product-related-section .related-single__row .grid-view-item .view-btn {
  display: none;
}

.product-related-section .related-single__row .grid-view-item .grid-view-item__title {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.product-related-section .related-single__row .grid-view-item .grid-link__description {
  font-size: 14px;
  color: #000;
  height: 36px;
  overflow: hidden;
}

.product-related-section .related-single__row .grid-view-item .grid-view-item__meta {
  font-size: var(--inputPaddingLeftRight);
  font-family: 'Oswald', sans-serif;
  color: #000;
}

.product-related-section .related-single__row .grid-view-item .grid-view-item__meta .pro-price {
  color: #000;
  font-size: var(--inputPaddingLeftRight);
  font-family: 'Oswald', sans-serif;
}

.product-related-section .related-single__row .grid-view-item .grid-view-item__meta .special-price {
  color: #878787;
  font-size: var(--inputPaddingLeftRight);
  font-family: 'Oswald', sans-serif;
  text-decoration: line-through;
  margin-right: 5px;
}

.product-related-section .related-single__row .grid-view-item .swatch.clearfix {
  padding: 0;
}

.pairing-wrapper {
  margin: 70px 0;
}

@media screen and (max-width: 1499px) {
  .pairing-wrapper {
    margin: var(--gutterSite) 0;
  }
}

@media screen and (max-width: 1499px) {
  .pairing-wrapper .container>.row>.col-md-20 {
    padding-right: var(--sectionSpacingSmall);
  }
}

.pairing-wrapper .pairing-img {
  padding: 78% 0;
  position: relative;
  border-top: var(--gutterSiteMobile) solid whitesmoke;
  background: linear-gradient(to bottom, whitesmoke, whitesmoke 75%, whitesmoke, white 25%);
}

@media screen and (max-width: 1499px) {
  .pairing-wrapper .pairing-img {
    padding: 84% 0;
  }
}

@media screen and (max-width: 991px) {
  .pairing-wrapper .pairing-img {
    padding: 95% 0;
  }
}

@media screen and (max-width: 767px) {
  .pairing-wrapper .pairing-img {
    padding: 58% 0;
  }
}

.pairing-wrapper .pairing-img a {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
}

.pairing-wrapper .pairing-heading {
  margin-top: 70px;
  font-size: var(--sectionSpacingSmall);
  color: #000;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin-bottom: var(--inputPaddingLeftRightSmall);
  text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
  .pairing-wrapper .pairing-heading {
    margin-top: var(--gutterSiteMobile);
  }
}

@media screen and (max-width: 1199px) {
  .pairing-wrapper .pairing-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .pairing-wrapper .pairing-heading {
    font-size: 24px;
  }
}

.pairing-wrapper .pairing-text {
  font-size: 16px;
  color: #000;
  margin-bottom: var(--gutterSiteMobile);
}

.pairing-wrapper .pairing-box {
  margin-bottom: var(--gutterSiteMobile);
}

.pairing-wrapper .pairing-box .pairing-box-img-bg {
  background-color: #f5f5f5;
  padding: var(--gutterSiteMobile) 0;
  margin-bottom: var(--gutterSiteMobile);
}

.pairing-wrapper .pairing-box .pairing-box-img {
  padding: 57% 0;
  mix-blend-mode: darken;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.pairing-wrapper .pairing-box .pairing-box-img>a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}

.pairing-wrapper .pairing-box .pairing-box-title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .pairing-wrapper .pairing-box .pairing-box-title {
    font-size: var(--inputPaddingLeftRight);
  }
}

.pairing-wrapper .pairing-box .pairing-box-subtitle {
  font-size: var(--inputPaddingLeftRight);
  color: #000;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .pairing-wrapper .pairing-box .pairing-box-subtitle {
    font-size: 14px;
  }
}

.pairing-wrapper .pairing-button {
  display: block;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  background: none;
  padding: 13px 0;
}

.pairing-wrapper .pairing-button:hover {
  background-color: #000;
  color: var(--colorBody);
}

.bundle-popup-wrapper>.row {
  align-items: center;
}

.bundle-popup-wrapper .soldout-product img.img-fluid {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .bundle-popup-wrapper {
    text-align: center;
  }
}

.bundle-popup-wrapper select {
  width: 100%;
  margin-bottom: 5px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 10px;
  font-size: var(--inputPaddingLeftRightSmall);
}

@media screen and (max-width: 767px) {
  .bundle-popup-wrapper select {
    margin: 5px 0;
  }
}

#bundle-popup {
  padding: 40px;
}

#bundle-popup .row {
  padding-bottom: var(--inputPaddingLeftRightSmall);
  padding-top: var(--inputPaddingLeftRightSmall);
  border-bottom: 1px solid #ccc;
}

#bundle-popup h4,
#bundle-popup .h4 {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

#bundle-popup span.pdp-bundle-popup-price {
  display: block;
  text-align: center;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 500;
}

#bundle-popup span.pdp-bundle-popup-price span {
  display: block;
}

#bundle-popup .add-bundle-product {
  margin: 0 auto;
  margin-right: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  #bundle-popup .add-bundle-product {
    margin: auto;
    margin-top: 5px;
  }
}

#bundle-popup .add-bundle-product,
#bundle-popup .add-all-bundle {
  background: #000;
  color: var(--colorBody);
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px calc(var(--gutterSite) / 2);
  font-weight: 500;
}

#bundle-popup .add-bundle-product[disabled] {
  opacity: .65;
}

#bundle-popup .add-all-bundle {
  display: block;
  margin: var(--gutterSiteMobile) auto 0px auto;
}

.product-videos-section .embed-container {
  padding-bottom: 31%;
  background-color: #000;
}

.product-videos-section .embed-container #video-play-button {
  z-index: 9;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  bottom: 0;
  padding-bottom: 35px;
}

.product-videos-section .embed-container #video-play-button.active {
  display: none;
}

.product-videos-section .embed-container #pdp-pause-button {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.product-videos-section .embed-container iframe {
  height: 100%;
}

.cart-black-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999997;
  background-color: rgba(0, 0, 0, 0.75);
}

.cart-sidebar {
  max-width: 500px;
  width: 100%;
  background-color: #f7f7f7;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  transition: all 0.5s ease-in-out;
}

.cart-sidebar form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cart-sidebar~#loop-onstore {
  z-index: 99999998;
}

.cart-sidebar p.empty-cart-message {
  padding: var(--gutterSiteMobile) 0;
  text-align: center;
}

.cart-sidebar.hide {
  right: -100%;
  transition: all 0.5s ease-in-out;
}

.cart-sidebar .cart-sidebar-container {
  position: relative;
}

.cart-sidebar .cart-sidebar--header {
  font-size: var(--inputPaddingLeftRightSmall);
  line-height: 45px;
  padding: 0 calc(var(--gutterSite) / 2);
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  text-align: center;
  border-bottom: 1px solid var(--colorBorder);
}

.cart-sidebar .cart-sidebar--header a {
  float: right;
  color: #ffffff;
}

.cart-sidebar .cart-sidebar--header a em {
  font-weight: 500;
}

.cart-sidebar .info-shipping {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid var(--colorBorder);
}

.cart-sidebar .info-shipping em {
  color: var(--colorLinkTextHover);
  font-size: 22px;
  position: relative;
  top: 2px;
}

.cart-sidebar .cart-sidebar--notification {
  color: #000000;
  font-size: 14px;
  line-height: 38px;
  border-top: 1px solid var(--colorBorder);
  border-bottom: 1px solid var(--colorBorder);
  padding: 7px 0;
}

.cart-sidebar .cart-sidebar--notification p {
  margin-bottom: 0;
  display: inline;
}

.cart-sidebar .cart-sidebar--notification em {
  color: var(--colorLinkTextHover);
  font-size: calc(var(--gutterSite) / 2);
  vertical-align: middle;
  margin-right: 10px;
}

.cart-sidebar .prorgress-bar-wrap {
  width: 100%;
  height: var(--inputPaddingTopBottomSmall);
  background: #ccc;
  margin: 10px auto;
}

.cart-sidebar .prorgress-bar-wrap .cart-progress-done {
  height: 100%;
  background: var(--colorSaleText);
}

.cart-sidebar .cart-sidebar--items-wrpaper {
  height: 450px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
}

.cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item {
  padding: calc(var(--gutterSite) / 2);
  background: #ffffff;
  border-bottom: 1px solid var(--colorBorder);
  position: relative;
  z-index: 0;
}

.cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info {
  padding-right: 10px;
}

.cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info .product-discount-note {
  color: #f00;
  font-weight: bold;
}

.cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info strong {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info .col-40.text-left {
    padding-left: 0;
  }
}

.cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info select {
  border: none;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  background-image: url("ico-select.png");
  background-size: 31%;
  background-position: right top 17px;
  padding-right: var(--gutterSiteMobile);
}

.cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item em {
  font-family: Font 'Awesome\ 5 Pro';
  font-weight: 500;
  position: relative;
  top: 0px;
  right: -5px;
}

.cart-sidebar .cart-sidebar--items-wrpaper .delete-cart-item {
  position: absolute;
  right: var(--gutterSiteMobile);
  bottom: 33px;
  z-index: 5;
}

.cart-sidebar .cart-sidebar--footer {
  padding: 0 calc(var(--gutterSite) / 2) 0 calc(var(--gutterSite) / 2);
  background-color: var(--colorBody);
  bottom: 0;
  left: 0;
  right: 0;
}

.cart-sidebar .cart-sidebar--footer .product-form__item--submit p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.cart-sidebar .cart-sidebar--footer .product-form__item--submit .ship-note {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.cart-sidebar .cart-sidebar--footer .btn {
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .cart-sidebar .cart-sidebar--footer .btn {
    font-size: 16px;
  }
}

.free-ship-wrapper {
  padding: var(--inputPaddingLeftRightSmall);
  text-align: center;
}

@media screen and (max-width: 1499px) {
  .free-ship-wrapper {
    padding: 5px var(--inputPaddingLeftRightSmall) 0px var(--inputPaddingLeftRightSmall);
  }
}

.sidebar-upsells {
  /*   background: var(--colorSaleText); */
  background: #fff;
  margin-top: 0px !important;
}

.sidebar-upsells .upsell-thumb {
  color: #000;
  font-weight: bold;
  padding: var(--inputPaddingLeftRightSmall) 0;
}

.sidebar-upsells .upsell-thumb .img-fluid {
  mix-blend-mode: darken;
}

.sidebar-upsells .upsell-thumb .add-link {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-upsells .upsell-thumb .price {
  margin-top: var(--sectionSpacingSmall);
}

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .collection-hero__image {
    height: 180px;
  }
}

.collection-hero__image.has_video {
  position: relative;
  padding: 28% 0;
  height: unset;
}

.collection-hero__image.has_video::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--colorImageOverlay);
  opacity: var(--opacityImageOverlay);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}

@media screen and (max-width: 767px) {
  .collection-hero__image.has_video {
    padding: 40.4% 0;
  }

  .collection-hero__image.has_video .special-collection-text {
    bottom: -80px;
  }
}

.article-video,
.collection-video {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.article-video.show-video,
.collection-video.show-video {
  visibility: visible;
  z-index: 999;
}

.article-video iframe,
.collection-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {

  .article-video iframe,
  .collection-video iframe {}
}

@media screen and (max-width: 480px) {

  .article-video iframe,
  .collection-video iframe {}
}

.collection-video-icon {
  cursor: pointer;
}

.dropdown-menu .dropdown-item {
  padding-left: 0;
  padding-right: 0;
}

.plp-filter-wrapper .dropdown-menu {
  min-width: 12rem;
  padding: .5rem 1rem;
}

.dropdown-item.collection-filter-link.swatch-element.color {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 0;
  padding-right: 10px;
}

.dropdown-item.collection-filter-link.swatch-element.color:first-of-type {
  padding-right: 0;
}

.dropdown-item.collection-filter-link.swatch-element.color label {
  width: 10px;
  height: 10px;
  padding: 10px 10px;
  display: inline-block;
  font-size: 0;
  position: relative;
}

.dropdown-item.collection-filter-link.swatch-element.color.active-filter label:before {
  border: 1px solid var(--colorText);
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

header.collection-header .collection-description.special-description {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  header.collection-header .collection-description.special-description {
    margin-top: var(--gutterSite);
  }
}

.video-placeholder {
  position: relative;
  padding: 30% 0;
  width: 50%;
  background-color: #f5f5f5;
  border: var(--inputPaddingLeftRightSmall) solid #fff;
  position: relative;
  align-items: center;
  justify-content: center;
}

.video-placeholder iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.pdp-video-container .pdp-video-image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150% 0 0 0;
}

.pdp-video-container .pdp-video-image .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.pdp-video-container .pdp-video-image .play-icon:before {
  display: none;
}

.pdp-video-container .pdp-video-image .play-icon img {
  width: var(--gutterSite);
  filter: brightness(0) invert(1);
}

.pdp-video-container .pdp-video-image iframe {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.pdp-video-container .pdp-video-image.active {
  Background: none !important;
}

.pdp-video-container .pdp-video-image.active iframe {
  display: block;
}

.pdp-video-container .pdp-video-image.active .play-icon {
  display: none;
}

.pdp-video-mp4 {
  position: relative;
  padding-top: 150%;
}

.pdp-video-mp4 video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  object-fit: cover;
  border-right: 2px solid #fff;
}

@media (min-width: 768px) {
  #product-thumbnails .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.pairing-wrapper .swatch.clearfix {
  padding: 0;
}

.pairing-wrapper .swatch.clearfix .label {
  display: none;
}

.pairing-wrapper .grid-view-item__meta,
.pairing-wrapper .grid-link__description {
  display: none;
}

.info-lp-template .grid-view-item .grid-view-item__title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
}

.info-lp-template .grid-view-item .swatch .label {
  display: none;
}

.info-lp-template .prod-tag {
  font-size: 19px;
  right: var(--inputPaddingLeftRightSmall);
  z-index: 7;
  width: 45px;
  height: 45px;
  background: #ababab;
  border-radius: 50%;
  justify-content: center;
  color: var(--colorBody);
  text-align: center;
  display: flex;
  align-items: center;
  top: var(--inputPaddingLeftRightSmall);
  position: absolute;
}

.info-lp-template .prod-tag img {
  max-width: 22px;
}

.info-lp-template .collection-header .collection-hero__image {
  padding: 11.3% 0;
}

@media (max-width: 991px) {
  .info-lp-template .collection-header .collection-hero__image {
    padding: 15% 0;
  }
}

.info-lp-template .collection-header .collection-hero__title-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: var(--sectionSpacingSmall);
  z-index: 9;
}

.info-lp-template .collection-header .collection-hero__title-wrapper:before {
  display: none;
}

.info-lp-template .collection-header .collection-hero__title-wrapper .collection-hero__title {
  position: relative;
  top: auto;
  transform: none;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .info-lp-template .collection-header .collection-hero__title-wrapper .collection-hero__title {
    font-size: 12vw !important;
  }
}

.info-lp-template .collection-header .collection-hero__title-wrapper .filters-toolbar-wrapper {
  border: 0;
}

.info-lp-template .collection-header .collection-hero__title-wrapper .collection-description {
  color: #fefefe;
  font-size: var(--gutterSiteMobile);
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 var(--gutterSiteMobile) 0;
}

.info-lp-template .collection-header .collection-hero__title-wrapper .row.filters-toolbar {
  border: 0;
  padding: 0 var(--inputPaddingLeftRightSmall);
}

.info-lp-template .collection-header .collection-hero__title-wrapper .row.filters-toolbar a {
  background: url(/cdn/shop/files/down-arrow.png?v=1606802363) no-repeat right 12px center black;
  color: #fefefe;
  border: 0;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: var(--inputPaddingLeftRightSmall);
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: var(--inputPaddingLeftRightSmall);
  padding: 9px 40px 9px 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .info-lp-template .collection-header .collection-hero__title-wrapper .row.filters-toolbar a {
    margin-right: var(--inputPaddingTopBottomSmall);
    font-size: 12px;
    padding: 9px 40px 9px 12px;
  }
}

.info-lp-template .new-lp-text {
  padding: 70px 0 var(--gutterSite) 0;
}

@media screen and (max-width: 991px) {
  .info-lp-template .new-lp-text {
    padding: var(--gutterSite) 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .info-lp-template .new-lp-text {
    padding: var(--sectionSpacingSmall) 0;
  }
}

.info-lp-template .new-lp-text .newlptext-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.newlptext-wrapper a {
  color: var(--colorLinkText)
}

.info-lp-template .new-lp-text h1,
.info-lp-template .new-lp-text .h1 {
  color: #000000;
  font-weight: 700;
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 991px) {

  .info-lp-template .new-lp-text h1,
  .info-lp-template .new-lp-text .h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {

  .info-lp-template .new-lp-text h1,
  .info-lp-template .new-lp-text .h1 {
    font-size: 28px;
  }
}

.info-lp-template .new-lp-text p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
}

.info-lp-template .newlp-collection-slider {
  margin-bottom: var(--gutterSite);
}

.info-lp-template .newlp-collection-slider .slick-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  border: 1px solid #fff;
  color: var(--colorBody);
  background: rgba(0, 0, 0, 0.8);
}

.info-lp-template .newlp-collection-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.info-lp-template .newlp-collection-slider .slick-arrow.slick-next,
.info-lp-template .newlp-collection-slider .slick-arrow#nextArrow {
  right: 0;
}

.newlp-collection-slider .slick-arrow.slick-next,
.newlp-collection-slider .slick-arrow#nextArrow {
  right: 40px !important;
}

@media screen and (max-width: 991px) {
  .info-lp-template .newlp-collection-slider .slick-arrow {
    right: var(--gutterSiteMobile) !important;
  }
}

.info-lp-template .newlp-collection-slider .slick-arrow:before {
  left: 50%;
  transform: translateX(-50%);
  color: var(--colorBody);
}

.info-lp-template .newlp-collection-slider .collection-item {
  padding: 0var(--inputPaddingTopBottomSmall);
}

.info-lp-template .newlp-collection-slider .collection-item .image-title h2,
.info-lp-template .newlp-collection-slider .collection-item .image-title .h2 {
  padding: 10px 0;
  color: #000;
  font-size: var(--inputPaddingLeftRight);
  text-transform: uppercase;
  line-height: 1.1;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.info-lp-template .newlp-collection-slider .collection-item .image-title h2 span,
.info-lp-template .newlp-collection-slider .collection-item .image-title .h2 span {
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 23px;
}

.info-lp-template .newlp-collection-slider .slide-show-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64% 0;
  position: relative;
}

.info-lp-template .newlp-collection-slider .slide-show-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.info-lp-template .collection-products-slider .slick-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  border: 1px solid #fff;
  color: var(--colorBody);
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 991px) {
  .info-lp-template .collection-products-slider .slick-arrow {
    margin: 0 -10px 0 -40px;
  }
}

@media screen and (max-width: 767px) {
  .info-lp-template .collection-products-slider .slick-arrow {
    margin: 0 -10px 0 -40px;
  }
}

@media screen and (max-width: 575px) {
  .info-lp-template .collection-products-slider .slick-arrow {
    margin: 0 -10px 0 -10px;
  }
}

.info-lp-template .collection-products-slider .slick-arrow.slick-next,
.info-lp-template .collection-products-slider .slick-arrow#nextArrow {
  right: 0;
}

.info-lp-template .collection-products-slider .slick-arrow:before {
  left: 10px;
  transform: translateX(-50%);
  color: var(--colorBody);
}

.info-lp-template .collection-header.newlp-banner .collection-hero__image {
  padding: 18% 0;
}

.info-lp-template .collection-header.newlp-banner .collection-hero__title-wrapper {
  text-align: right;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.info-lp-template .collection-header.newlp-banner .collection-hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .info-lp-template .collection-header.newlp-banner .collection-hero__title {
    font-size: 7vw !important;
  }
}

.info-lp-template .collection-header.newlp-banner .collection-description {
  margin: 10px 0;
  font-size: var(--gutterSiteMobile);
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.info-lp-template .collection-header.newlp-banner .cta_link a {
  display: inline-block;
  background-color: #000;
  color: var(--colorBody);
  font-size: var(--inputPaddingLeftRightSmall);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 11px calc(var(--gutterSite) / 2);
  border-radius: 3px;
  text-transform: uppercase;
}

.info-lp-template .banner-withproduct {
  padding-top: var(--gutterSite);
}

@media screen and (max-width: 767px) {
  .info-lp-template .banner-withproduct {
    padding-bottom: var(--gutterSite);
  }
}

.info-lp-template .banner-withproduct>.row {
  margin-left: -var(--gutterSiteMobile);
  margin-right: -var(--gutterSiteMobile);
}

.info-lp-template .banner-withproduct>.row>div {
  padding-left: var(--gutterSiteMobile);
  padding-right: var(--gutterSiteMobile);
}

.info-lp-template .banner-withproduct .prodbox {
  margin: 0px 0;
  position: relative;
}

.info-lp-template .banner-withproduct .prodbox .prodbox-img {
  margin: 0 0 var(--sectionSpacingSmall) 0;
  padding: 59% 0;
  position: relative;
  background: linear-gradient(to bottom, whitesmoke, whitesmoke 50%, whitesmoke 70%, white 70%);
}

.info-lp-template .banner-withproduct .prodbox .prodbox-img a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.info-lp-template .banner-withproduct .prodbox .prodbox-img a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}

.info-lp-template .banner-withproduct .prodbox .prodbox-img a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.info-lp-template .banner-withproduct .prodbox .prodbox-detail h2,
.info-lp-template .banner-withproduct .prodbox .prodbox-detail .h2 {
  margin: 0;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-lp-template .banner-withproduct .prodbox .prodbox-detail .rte {
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.info-lp-template .banner-withproduct .prodbox .prodbox-detail .rte p {
  line-height: 22px;
}

.info-lp-template .banner-withproduct .bannerimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 38% 0;
  margin: var(--gutterSite) 0;
  position: relative;
}

@media (max-width: 991px) {
  .info-lp-template .banner-withproduct .bannerimg {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) {
  .info-lp-template .banner-withproduct .bannerimg {
    margin-right: 10px;
  }
}

.info-lp-template .banner-withproduct .bannerimg a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
}

.info-lp-template .imgwithtext-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 80px 0 200px 0;
  position: relative;
}

@media (max-width: 991px) {
  .info-lp-template .imgwithtext-wrapper {
    margin: 80px 0 140px 0;
  }
}

@media screen and (max-width: 767px) {
  .info-lp-template .imgwithtext-wrapper {
    margin-bottom: 80px;
    padding-bottom: var(--sectionSpacingSmall);
  }
}

.info-lp-template .imgwithtext-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.info-lp-template .imgwithtext-wrapper .leftimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 48% 0;
  margin: -80px 0;
}

@media (max-width: 991px) {
  .info-lp-template .imgwithtext-wrapper .leftimg {
    margin: -45px 0;
  }
}

@media screen and (max-width: 767px) {
  .info-lp-template .imgwithtext-wrapper .leftimg {
    margin-bottom: var(--sectionSpacingSmall);
  }
}

.info-lp-template .imgwithtext-wrapper .imgwith-text {
  color: #ffffff;
  padding: var(--gutterSiteMobile) 0 3px 0;
}

.info-lp-template .imgwithtext-wrapper .imgwith-text p {
  line-height: 22px;
}

.info-lp-template .imgwithtext-wrapper .gallery-section-heading {
  text-transform: uppercase;
  color: #000;
  font-size: var(--sectionSpacingSmall);
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  left: 45.5%;
  bottom: -60px;
}

@media (max-width: 767px) {
  .info-lp-template .imgwithtext-wrapper .gallery-section-heading {
    left: var(--inputPaddingLeftRightSmall);
    bottom: -48px;
  }
}

@media (max-width: 767px) {
  .sidebyside .sidebyside-content {
    margin-bottom: 35px;
  }
}

.sidebyside .sidebyside-content .sidebyside-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 42% 0;
  margin-bottom: 35px;
  display: block;
}

.sidebyside .sidebyside-content h2,
.sidebyside .sidebyside-content .h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 767px) {

  .sidebyside .sidebyside-content h2,
  .sidebyside .sidebyside-content .h2 {
    font-size: calc(var(--gutterSite) / 2);
    margin-bottom: 10px;
  }
}

.sidebyside .sidebyside-content p {
  color: #000;
  margin-bottom: var(--sectionSpacingSmall);
}

@media screen and (max-width: 767px) {
  .sidebyside .sidebyside-content p {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

.sidebyside .sidebyside-content .sidebyside-btn a {
  display: inline-block;
  color: #000;
  border: 1.5px solid #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 3px;
  transition: 0.5s all ease;
}

@media screen and (max-width: 767px) {
  .sidebyside .sidebyside-content .sidebyside-btn a {
    padding: 10px var(--sectionSpacingSmall);
  }
}

.sidebyside .sidebyside-content .sidebyside-btn a:hover {
  background-color: #000;
  color: var(--colorBody);
}

.sidebyside .sidebyside-content.enableoverlay {
  position: relative;
}

.sidebyside .sidebyside-content.enableoverlay .sidebyside-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--inputPaddingLeftRightSmall);
  background: rgba(0, 0, 0, 0.5);
}

.sidebyside .sidebyside-content.enableoverlay .sidebyside-overlay h2,
.sidebyside .sidebyside-content.enableoverlay .sidebyside-overlay .h2 {
  color: var(--colorBody);
}

.sidebyside .sidebyside-content.enableoverlay .sidebyside-overlay p {
  color: var(--colorBody);
}

.sidebyside .sidebyside-content.enableoverlay .sidebyside-overlay .sidebyside-btn a {
  color: var(--colorBody);
  border-color: var(--colorBody);
}

.alternate {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .alternate {
    margin-top: var(--gutterSite);
  }
}

@media (max-width: 767px) {
  .alternate {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .alternate .row:last-child .col-md-30:first-child {
    order: 2;
  }
}

.alternate .col-md-30 {
  padding: 0;
}

.alternate .alternate-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 33% 0;
  display: block;
}

.alternate .alternate-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alternate .alternate-content h2,
.alternate .alternate-content .h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 991px) {

  .alternate .alternate-content h2,
  .alternate .alternate-content .h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {

  .alternate .alternate-content h2,
  .alternate .alternate-content .h2 {
    font-size: 28px;
  }
}

.alternate .alternate-content p {
  color: #000;
  margin-bottom: var(--sectionSpacingSmall);
}

@media screen and (max-width: 767px) {
  .alternate .alternate-content p {
    line-height: 1.2;
  }
}

@media (max-width: 1199px) {
  .alternate .alternate-content .alternate-btn {
    margin-left: var(--inputPaddingLeftRightSmall);
  }
}

@media (max-width: 767px) {
  .alternate .alternate-content .alternate-btn {
    margin-left: 10px;
  }
}

.alternate .alternate-content .alternate-btn a {
  display: inline-block;
  color: #000;
  border: 1.5px solid #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 3px;
  transition: 0.5s all ease;
}

.alternate .alternate-content .alternate-btn a:hover {
  background-color: #000;
  color: var(--colorBody);
}

.alternate .alternate-content.content-right {
  padding: 0 165px 0 55px;
}

@media (max-width: 1199px) {
  .alternate .alternate-content.content-right {
    margin-top: calc(var(--gutterSite) / 2);
    padding: 0 var(--inputGroupHeight) var(--inputGroupHeightSmall) var(--inputPaddingLeftRightSmall);
  }
}

@media (max-width: 991px) {
  .alternate .alternate-content.content-right {
    margin-top: -6px;
  }
}

@media (max-width: 767px) {
  .alternate .alternate-content.content-right {
    margin-top: 10px;
    padding: 0 35px 55px 35px;
  }
}

@media (max-width: 1199px) {
  .alternate .alternate-content.content-left {
    margin-top: calc(var(--gutterSite) / 2);
    padding: 0 var(--inputPaddingLeftRightSmall) 0px var(--sectionSpacingSmall);
  }
}

@media (max-width: 992px) {
  .alternate .alternate-content.content-left {
    margin-top: -2px;
  }
}

@media (max-width: 767px) {
  .alternate .alternate-content.content-left {
    padding: 0 35px 0px 35px;
    margin: 10px 0 0 0;
  }
}

.backcountry {
  margin-top: 60px;
  padding: 70px 0;
  background: #f5f5f5;
}

@media (max-width: 991px) {
  .backcountry {
    padding: var(--gutterSite) 0;
  }
}

@media screen and (max-width: 767px) {
  .backcountry {
    padding-bottom: 40px;
  }
}

.backcountry h2,
.backcountry .h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-bottom: calc(var(--gutterSite) / 2);
  line-height: 1.2;
}

@media (max-width: 1199px) {

  .backcountry h2,
  .backcountry .h2 {
    font-size: calc(var(--gutterSite) / 2);
  }
}

.backcountry .backcountry-content-holder {
  text-align: center;
  padding: var(--sectionSpacingSmall) 35px;
  background: #fff;
}

@media (max-width: 991px) {
  .backcountry .backcountry-content-holder {
    padding: var(--inputPaddingLeftRightSmall) var(--inputPaddingLeftRightSmall);
  }
}

@media screen and (max-width: 767px) {
  .backcountry .backcountry-content-holder {
    margin-bottom: var(--sectionSpacingSmall);
  }
}

@media (max-width: 991px) {

  .backcountry .backcountry-content-holder h2,
  .backcountry .backcountry-content-holder .h2 {
    font-size: var(--gutterSiteMobile);
  }
}

@media (max-width: 991px) {
  .backcountry .backcountry-content-holder p {
    margin-bottom: var(--sectionSpacingSmall);
  }
}

.backcountry .backcountry-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 26% 0;
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .backcountry .backcountry-img {
    margin-bottom: var(--inputPaddingLeftRightSmall);
  }
}

.backcountry p {
  color: #000;
  margin-bottom: var(--gutterSite);
}

@media screen and (max-width: 767px) {
  .backcountry p {
    margin-bottom: calc(var(--gutterSite) / 2);
  }
}

.backcountry .backcountry-btn a {
  display: block;
  color: #000;
  border: 1.5px solid #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 40px;
  border-radius: 3px;
  transition: 0.5s all ease;
}

@media (max-width: 991px) {
  .backcountry .backcountry-btn a {
    padding: 12px var(--inputPaddingLeftRightSmall);
  }
}

.backcountry .backcountry-btn a:hover {
  background-color: #000;
  color: var(--colorBody);
}

.gallery-section {
  margin: 65px 0;
}

.gallery-section .gallery-section-heading {
  text-align: center;
  padding-left: 0;
  text-transform: uppercase;
  color: #000;
  font-size: var(--sectionSpacingSmall);
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 991px) {
  .gallery-section .col-md-35 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .gallery-section .col-md-25 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .gallery-section .col-md-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gallery-section .gallery-img1 {
  width: 100%;
  padding: 35% 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.gallery-section .gallery-img1 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-img1 a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}

.gallery-section .gallery-img1 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-section .gallery-img2 {
  width: 100%;
  padding: 56% 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-top: var(--sectionSpacingSmall);
}

@media screen and (max-width: 767px) {
  .gallery-section .gallery-img2 {
    padding: 66% 0;
  }
}

.gallery-section .gallery-img3 {
  width: 100%;
  padding: 75% 0%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .gallery-section .gallery-img3 {
    margin-top: var(--sectionSpacingSmall);
  }
}

.gallery-section .gallery-img3 a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.gallery-section .gallery-img3 a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}

.gallery-section .gallery-img3 a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-section .overly-content {
  width: calc(100% - var(--sectionSpacingSmall));
  height: calc(100% - var(--sectionSpacingSmall));
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10;
  margin-top: var(--sectionSpacingSmall);
}

.gallery-section .overly-content .overly-content-inner {
  margin: 25% 0 0px 0;
  padding: 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .gallery-section .overly-content .overly-content-inner {
    margin: 10% 0 0px 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .gallery-section .overly-content .overly-content-inner {
    padding: 0 var(--inputPaddingLeftRightSmall);
  }
}

.gallery-section .overly-content .overly-content-inner .overly-text {
  display: inline-block;
  text-align: right;
  padding-right: var(--gutterSiteMobile);
  margin-top: 0px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .gallery-section .overly-content .overly-content-inner .overly-text {
    display: block;
    padding-right: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .gallery-section .overly-content .overly-content-inner .overly-text {
    margin-top: var(--sectionSpacingSmall);
  }
}

.gallery-section .overly-content .overly-content-inner .overly-text h2,
.gallery-section .overly-content .overly-content-inner .overly-text .h2 {
  font-size: 35px;
  color: var(--colorBody);
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {

  .gallery-section .overly-content .overly-content-inner .overly-text h2,
  .gallery-section .overly-content .overly-content-inner .overly-text .h2 {
    font-size: calc(var(--gutterSite) / 2);
  }
}

@media screen and (max-width: 767px) {

  .gallery-section .overly-content .overly-content-inner .overly-text h2,
  .gallery-section .overly-content .overly-content-inner .overly-text .h2 {
    font-size: var(--gutterSiteMobile);
  }
}

.gallery-section .overly-content .overly-content-inner .overly-text h5,
.gallery-section .overly-content .overly-content-inner .overly-text .h5 {
  font-size: 21px;
  color: var(--colorBody);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 0;
}

.gallery-section .overly-content .overly-content-inner .overly-btn {
  display: inline-table;
  border-radius: var(--gutterSite);
  border: 2px solid #fff;
  font-size: var(--inputPaddingLeftRight);
  color: var(--colorBody);
  margin: 0px 0px 0 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  width: 165px;
  line-height: 2;
}

.gallery-section .overly-content .overly-content-inner .overly-btn:hover {
  background-color: var(--colorSaleText);
}

@media screen and (max-width: 1199px) {
  .gallery-section .overly-content .overly-content-inner .overly-btn {
    display: block;
    margin: 10px auto;
    line-height: 1.5;
  }
}

.gallery-section .overly-content .overly-content-inner .overly-btn img {
  width: var(--sectionSpacingSmall);
}

.gallery-section .prodbox-detail {
  margin-top: var(--gutterSite);
}

.gallery-section .prodbox-detail .small-text {
  font-family: 'Oswald', sans-serif;
  font-size: var(--gutterSiteMobile);
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.gallery-section .prodbox-detail h2,
.gallery-section .prodbox-detail .h2 {
  font-size: 27px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-weight: bold;
}

.gallery-section .prodbox-detail .rte {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
}

.gallery-section .prodbox-detail .rte p {
  line-height: 22px;
}

.info-lp-btm .link-card .caption .heading {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  color: var(--colorBody);
}

@media screen and (max-width: 767px) {
  .info-lp-btm .link-card .caption .heading {
    font-size: var(--sectionSpacingSmall);
  }
}

.info-lp-btm .explore {
  background-color: var(--colorBody);
  color: #000;
  margin: 10px 0 0 0;
  min-width: 140px;
  line-height: 1.5;
}

.plp-filter-wrapper .filter-color .dropdown-item.swatch-element.color.white label {
  border: 1px solid #000;
}

.plp-filter-wrapper .filter-color .dropdown-item.swatch-element.color.white.active-filter label {
  border: unset;
}

.special.special-moible-item .special-item {
  position: relative;
}

.special.special-moible-item .special-item .new-badge {
  top: 10px;
  left: var(--sectionSpacingSmall);
}

.btn.klaviyo-bis-trigger {
  width: 100% !important;
}

.loop-returns-activated .additional-checkout-buttons {
  display: none;
}

.product-videos-section {
  position: relative;
}

.product-thumbnails-slider .slick-arrow.slick-prev:before,
.product-thumbnails-slider .slick-arrow#prevArrow:before {
  color: #000;
  transform: scaleY(2.8);
  font-size: calc(var(--gutterSite) / 2);
}

.product-thumbnails-slider .slick-arrow.slick-next,
.product-thumbnails-slider .slick-arrow#nextArrow {
  right: 0px;
}

.product-thumbnails-slider .slick-arrow.slick-next:before,
.product-thumbnails-slider .slick-arrow#nextArrow:before {
  color: #000;
  transform: scaleY(2.8);
  font-size: calc(var(--gutterSite) / 2);
  left: 0;
}

.product-videos-section .embed-container {
  position: relative;
  padding-bottom: 31%;
  height: 0;
}

@media screen and (max-width: 480px) {
  .product-videos-section .embed-container {
    padding-bottom: 56.5%;
    /* 16:9 */
  }
}

.product-videos-section .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .footer-column-mobile {
    margin-top: 1rem;
  }
}

.sidebar-upsells .slick-next {
  right: 0;
}

#sizeguide-modal iframe {
  width: 100%;
  min-height: 75vh;
}

/* size fit module */
.size-fit-block--diagram {
  border: 1px solid #000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.diagram-cell {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 20px;
}

.size-fit-block--diagram .diagram-cell:not(:first-child) {
  border-left: 1px solid #000;
}

.diagram-cell-banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgb(94 207 231);
  opacity: 0.8;
}

.size-fit-block--diagram-bottom-text {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

  {
  % comment %
}

Product Section Features {
  % endcomment %
}

.features-wrapper .features-item-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.features-wrapper .features-item .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.features-wrapper .features-item .video-wrapper {
  position: relative;
  padding: 30%;
  margin-bottom: 10px;
}

.features-wrapper .features-item .video-wrapper .feature-playvideo {
  z-index: 9;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  bottom: 0;
  padding-bottom: 35px;
}

.features-wrapper .features-item .video-wrapper .feature-playvideo.active {
  display: none;
}

.features-wrapper .features-item .video-wrapper #pdp-pause-button {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.features-wrapper .features-item .video-wrapper .buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.features-wrapper .features-item .video-wrapper .video-title-wrapper a span.play-button {
  content: "";
  background-image: url("/cdn/shop/files/video-icon.png?v=1651147252");
  background-size: contain;
  background-repeat: no-repeat;
}

.features-wrapper {
  background: #f5f5f5;
  padding: 70px 0;
  margin-top: var(--gutterSite);
}

@media screen and (max-width: 767px) {
  .features-wrapper {
    padding: var(--gutterSite) 0;
    margin-top: var(--sectionSpacingSmall);
  }
}

.features-wrapper .features-heading {
  font-size: var(--sectionSpacingSmall);
  color: #000;
  padding-left: 10px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-bottom: var(--gutterSiteMobile);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .features-wrapper .features-heading {
    font-size: 24px;
  }
}

.features-wrapper .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  border: 1px solid #fff;
  color: var(--colorBody);
  background: rgba(0, 0, 0, 0.5);
}

.features-wrapper .slick-arrow.slick-disabled {
  display: none !important;
}

.features-wrapper .slick-arrow.slick-next,
.features-wrapper .slick-arrow#nextArrow {
  right: var(--gutterSiteMobile);
}

.features-wrapper .slick-arrow.slick-prev,
.features-wrapper .slick-arrow#prevArrow {
  left: var(--gutterSiteMobile);
}

.features-wrapper .slick-arrow:before {
  left: 50%;
  transform: translateX(-50%);
  color: var(--colorBody);
}

.features-wrapper .slick-track {
  display: flex !important;
}

.features-wrapper .features-item {
  background: #fff;
  padding: var(--gutterSiteMobile);
  margin: 0 var(--inputPaddingLeftRightSmall);
  text-align: center;
  position: relative;
  height: inherit;
  float: none;
}

@media screen and (max-width: 1440px) and (min-width: 1300px) {
  .features-wrapper .features-item {
    padding-top: 10px;
  }
}

.features-wrapper .features-item-img {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20% 0;
}

@media screen and (max-width: 1499px) {
  .features-wrapper .features-item-img {
    padding: 30% 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .features-wrapper .features-item-img {
    background-size: contain;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1300px) {
  .features-wrapper .features-item-img {
    padding: 20% 0;
  }
}

.features-wrapper .features-item-title {
  font-size: var(--sectionSpacingSmall);
  color: #000;
  padding-left: 10px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-bottom: var(--gutterSiteMobile);
  text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
  .features-wrapper .features-item-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1499px) {
  .features-wrapper .features-item-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1300px) {
  .features-wrapper .features-item-title {
    margin-bottom: 11px;
  }
}



.plp-deails-section h2 {
  font-size: calc(var(--fontSizeHeader) * 0.88);
}

.gift-card .product-template__container .product-single__meta .product-single__price .msrp-price {
  display: none;
}

.gift-card .sidebar-cart--product-info>.row>.col-60 span {
  display: none
}



/* HOME PAGE UI Updates
**********************************************************/
.image-bar__headings .image-bar__cta {
  position: inherit;
  left: inherit;
  width: 100%;
  margin: 30px 0 0 0;
}

.image-bar__headings h4 {
  margin: 20px 0 20px 0;
}

.order__1 {
  order: -1;
}

.collection_banner {
  display: block;
  margin-bottom: 40px;
}

.collection_banner .special-collection-text {
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  bottom: inherit;
  background-color: #000000CC;
  padding: 15px 20px 15px 15px;
  max-width: 720px;
}

.collection_banner .special-collection-text.on_right_side {
  left: inherit;
  right: 7%;
}

.collection_banner .special-collection-text .collection-hero__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 23.404px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.collection_banner .special-collection-text .collection_description {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12.6082px;
  line-height: 24px;
  color: #FFFFFF;
}

.collection-products-with-banner {
  margin-bottom: 40px;
}

.collection-products-with-banner .product_image {
  margin-top: -70%;
  text-align: center;
  position: absolute;
  z-index: 100;
}

.collection-products-with-banner .product_image img {
  margin: 0 auto;
  width: 75%;
}

.collection_banner .special-collection-text .collection_description h2,
.collection_banner .special-collection-text .collection_description h3,
.collection_banner .special-collection-text .collection_description h4,
.collection_banner .special-collection-text .collection_description h5,
.collection_banner .special-collection-text .collection_description h6 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 23.404px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0px;
}

/* collection products with banner section styling */
.collection-products-with-banner .row.grid--view-items .grid-view-item .item__image-bg {
  background: none;
}

.collection-products-with-banner .row.grid--view-items .grid-view-item .item__image-bg {
  padding: 0px 0;
}

.collection-products-with-banner .row.grid--view-items .grid-view-item .swatch.clearfix {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.collection-products-with-banner .row.grid--view-items .grid-view-item .grid-view-item__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-size: 18.9123px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  color: #4C4C4C;
}

.collection-products-with-banner .row.grid--view-items .grid-view-item .grid-view-item__meta {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20.4883px;
  line-height: 31px;
  text-align: center;
  color: #4C4C4C;
}

.collection-products-with-banner .row.grid--view-items .grid-view-item .item__image-bg .grid-view-item__image {
  padding: 36% 0;
}

.collection-products-with-banner .grid-link__description {
  display: none;
}

.template-index .btn {
  min-width: 150px;
  min-height: 45px;
}

.slideshow__text-content span.btn:hover {
  background-color: #000000 !important;
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .collection_banner .collection-hero__image {
    height: inherit;
    padding: 25% 0;
  }

  .collection_banner .special-collection-text {
    left: 5%;
    max-width: 90%;
  }

  .image-bar__headings h4 {
    margin: 20px 0 45px 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .collection_banner .collection-hero__image {
    height: inherit;
    padding: 15% 0;
  }

  .collection-products-with-banner .product_image {
    margin-top: 0;
    text-align: center;
    position: inherit;
    z-index: 100;
  }

  .collection_banner .special-collection-text {
    position: inherit;
    margin: 0 0 0 5%;
    transform: inherit;
  }

  .collection-products-with-banner .product_image img {
    margin: 0 0 30px 0;
    width: 90%;
    height: auto;
    object-fit: contain;
  }

  .slideshow__text-content .page-width {
    padding-left: 15px;
    padding-right: 0;
  }

  .collection-products-with-banner {
    margin-bottom: 0px;
  }

  .mobile_order__1 {
    order: -1;
  }

  .sliderOnlyMobile .slick-dots {
    bottom: -5px;
  }

  .sliderOnlyMobile .slick-next {
    z-index: 999999;
    right: 15px;
    cursor: pointer;
  }

  .sliderOnlyMobile .slick-prev {
    z-index: 999999;
    left: 15px;
    cursor: pointer;
  }

  .image-bar__headings h4 {
    margin: 20px 0 20px 0;
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .collection-products-with-banner .collection-hero__image {
    height: 300px;
    padding: 9.5% 0;
  }

  .sideby-side .feature-row__text--left {
    padding-left: 3.333333% !important;
  }

  .sideby-side .feature-row__text--right {
    padding-left: 3.333333% !important;
  }

  .featured-collection .section-header {
    margin: 0;
  }

  .collection-products-with-banner .grid--view-items {
    margin-bottom: 0 !important;
  }
}

/* Megamenu */

.megamenu h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: capitalize;
  color: #000;
}

.jetmenu>li>.megamenu {
  padding-top: 40px;
  padding-bottom: 40px;
}

.jetmenu li>.megamenu li a {
  font-size: 12px;
  color: #5F5F5F;
  text-transform: capitalize;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-right: 10px;
}

.jetmenu li>.megamenu ul li {
  padding: 4px 0 0px 0;
}

.jetmenu li>.megamenu a:hover {
  color: #000;
}

.jetmenu li>.megamenu li a:after {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.5s all ease;
  background: #000;
}

.jetmenu li>.megamenu li a:hover:after {
  left: 0;
}

.megamenu span.caption {
  font-size: 12px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.pro-customer-badge{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px 8px;
    font-family:'Oswald', sans-serif;
    text-transform: uppercase;
    color:#000;
    text-align:Center;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #000;
}
@media screen and (max-width: 767px) {
    .pro-customer-badge {
      font-size: 12px;
      bottom:0px;
      bottom: -3px;
      top: unset;
      right: unset;
      left: 50%;
      transform: translateX(-50%);
      z-index:10;
      background-color: #fff;
  }
  .pro-customer-badge br {
    display: none;
  }
}

.abra--activated .needsclick.kl-private-reset-css-Xuajs1 {
  display: none !important;
}

