/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

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

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

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

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

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

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

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

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

b,strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  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
}

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

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

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

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

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

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

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

progress {
  vertical-align: baseline
}

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

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

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

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

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

[hidden] {
  display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
/*
@media (min-width:576px) {
  .container {
    max-width: 95vw
  }
}

@media (min-width:768px) {
  .container {
    max-width: 95vw
  }
}

@media (min-width:992px) {
  .container {
    max-width: 95vw
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 95vw
  }
}
*/
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

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

.btn:disabled {
  opacity: .65
}

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

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

.btn-success.focus,.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

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

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

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

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

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

.btn-light.focus,.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

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

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

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

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

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

.btn-dark.focus,.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

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

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

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

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

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

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

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

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

.btn-group-sm>.btn,.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.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 {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

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

.dropdown {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

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

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

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

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

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

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

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

@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

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

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

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

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

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

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

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

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

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

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

.dropdown-menu.show {
  display: block
}

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

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

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

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

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

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

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

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

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

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

.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: .75rem;
  padding-left: .75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  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;
  background-size: 100% 100%
}

@media (max-width:575.98px) {
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

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

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

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

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

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

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

@media (max-width:767.98px) {
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

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

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

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

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

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

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

@media (max-width:991.98px) {
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

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

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

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

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

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

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

@media (max-width:1199.98px) {
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

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

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

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

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

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

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

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

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

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

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

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

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

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

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

.navbar-light .navbar-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 .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,.9)
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

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

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

.card-body {
  -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-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125)
}

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

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

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  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-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

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

@media (min-width:576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

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

  .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}

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

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card .card-header {
  margin-bottom: -1px
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

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

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

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

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  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 {
  padding-right: 4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

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

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  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);
  background-size: 1rem 1rem
}

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

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

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

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

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

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

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

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

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

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

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

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

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

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0
}

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

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

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

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

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

@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

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

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

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

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

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

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast.showing {
  opacity: 1
}

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

.toast.hide {
  display: none
}

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

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

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

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

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

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

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

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

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

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

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

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

.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: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg,.modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

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

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

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

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

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
  display: block
}

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-next,.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,.carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 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: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

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

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

.carousel-indicators .active {
  opacity: 1
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}

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

.align-baseline {
  vertical-align: baseline!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
  border: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: .2rem!important
}

.rounded {
  border-radius: .25rem!important
}

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

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

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

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

.rounded-lg {
  border-radius: .3rem!important
}

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

.rounded-pill {
  border-radius: 50rem!important
}

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

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

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

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

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none!important
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }

  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left!important
  }

  .float-sm-right {
    float: right!important
  }

  .float-sm-none {
    float: none!important
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left!important
  }

  .float-md-right {
    float: right!important
  }

  .float-md-none {
    float: none!important
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left!important
  }

  .float-lg-right {
    float: right!important
  }

  .float-lg-none {
    float: none!important
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left!important
  }

  .float-xl-right {
    float: right!important
  }

  .float-xl-none {
    float: none!important
  }
}

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
  box-shadow: none!important
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.w-auto {
  width: auto!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.h-auto {
  height: auto!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.min-vw-100 {
  min-width: 100vw!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.vw-100 {
  width: 100vw!important
}

.vh-100 {
  height: 100vh!important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0)
}

.m-0 {
  margin: 0!important
}

.mt-0,.my-0 {
  margin-top: 0!important
}

.mr-0,.mx-0 {
  margin-right: 0!important
}

.mb-0,.my-0 {
  margin-bottom: 0!important
}

.ml-0,.mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .25rem!important
}

.mt-1,.my-1 {
  margin-top: .25rem!important
}

.mr-1,.mx-1 {
  margin-right: .25rem!important
}

.mb-1,.my-1 {
  margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.mt-2,.my-2 {
  margin-top: .5rem!important
}

.mr-2,.mx-2 {
  margin-right: .5rem!important
}

.mb-2,.my-2 {
  margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3,.my-3 {
  margin-top: 1rem!important
}

.mr-3,.mx-3 {
  margin-right: 1rem!important
}

.mb-3,.my-3 {
  margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
  margin-left: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.mt-4,.my-4 {
  margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
  margin-right: 1.5rem!important
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
  margin-left: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.mt-5,.my-5 {
  margin-top: 3rem!important
}

.mr-5,.mx-5 {
  margin-right: 3rem!important
}

.mb-5,.my-5 {
  margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
  margin-left: 3rem!important
}

.p-0 {
  padding: 0!important
}

.pt-0,.py-0 {
  padding-top: 0!important
}

.pr-0,.px-0 {
  padding-right: 0!important
}

.pb-0,.py-0 {
  padding-bottom: 0!important
}

.pl-0,.px-0 {
  padding-left: 0!important
}

.p-1 {
  padding: .25rem!important
}

.pt-1,.py-1 {
  padding-top: .25rem!important
}

.pr-1,.px-1 {
  padding-right: .25rem!important
}

.pb-1,.py-1 {
  padding-bottom: .25rem!important
}

.pl-1,.px-1 {
  padding-left: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.pt-2,.py-2 {
  padding-top: .5rem!important
}

.pr-2,.px-2 {
  padding-right: .5rem!important
}

.pb-2,.py-2 {
  padding-bottom: .5rem!important
}

.pl-2,.px-2 {
  padding-left: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.pt-3,.py-3 {
  padding-top: 1rem!important
}

.pr-3,.px-3 {
  padding-right: 1rem!important
}

.pb-3,.py-3 {
  padding-bottom: 1rem!important
}

.pl-3,.px-3 {
  padding-left: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.pt-4,.py-4 {
  padding-top: 1.5rem!important
}

.pr-4,.px-4 {
  padding-right: 1.5rem!important
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
  padding-left: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.pt-5,.py-5 {
  padding-top: 3rem!important
}

.pr-5,.px-5 {
  padding-right: 3rem!important
}

.pb-5,.py-5 {
  padding-bottom: 3rem!important
}

.pl-5,.px-5 {
  padding-left: 3rem!important
}

.m-n1 {
  margin: -.25rem!important
}

.mt-n1,.my-n1 {
  margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
  margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
  margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
  margin-left: -.25rem!important
}

.m-n2 {
  margin: -.5rem!important
}

.mt-n2,.my-n2 {
  margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
  margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
  margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
  margin-left: -.5rem!important
}

.m-n3 {
  margin: -1rem!important
}

.mt-n3,.my-n3 {
  margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
  margin-right: -1rem!important
}

.mb-n3,.my-n3 {
  margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
  margin-left: -1rem!important
}

.m-n4 {
  margin: -1.5rem!important
}

.mt-n4,.my-n4 {
  margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
  margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
  margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
  margin-left: -1.5rem!important
}

.m-n5 {
  margin: -3rem!important
}

.mt-n5,.my-n5 {
  margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
  margin-right: -3rem!important
}

.mb-n5,.my-n5 {
  margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
  margin-left: -3rem!important
}

.m-auto {
  margin: auto!important
}

.mt-auto,.my-auto {
  margin-top: auto!important
}

.mr-auto,.mx-auto {
  margin-right: auto!important
}

.mb-auto,.my-auto {
  margin-bottom: auto!important
}

.ml-auto,.mx-auto {
  margin-left: auto!important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important
  }

  .mt-sm-0,.my-sm-0 {
    margin-top: 0!important
  }

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0!important
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0!important
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0!important
  }

  .m-sm-1 {
    margin: .25rem!important
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .25rem!important
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .25rem!important
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem!important
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .25rem!important
  }

  .m-sm-2 {
    margin: .5rem!important
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .5rem!important
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .5rem!important
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem!important
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .5rem!important
  }

  .m-sm-3 {
    margin: 1rem!important
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1rem!important
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1rem!important
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem!important
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1rem!important
  }

  .m-sm-4 {
    margin: 1.5rem!important
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem!important
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem!important
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem!important
  }

  .m-sm-5 {
    margin: 3rem!important
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem!important
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem!important
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem!important
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem!important
  }

  .p-sm-0 {
    padding: 0!important
  }

  .pt-sm-0,.py-sm-0 {
    padding-top: 0!important
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0!important
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0!important
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0!important
  }

  .p-sm-1 {
    padding: .25rem!important
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .25rem!important
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .25rem!important
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem!important
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .25rem!important
  }

  .p-sm-2 {
    padding: .5rem!important
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .5rem!important
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .5rem!important
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem!important
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .5rem!important
  }

  .p-sm-3 {
    padding: 1rem!important
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1rem!important
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1rem!important
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem!important
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1rem!important
  }

  .p-sm-4 {
    padding: 1.5rem!important
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem!important
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem!important
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem!important
  }

  .p-sm-5 {
    padding: 3rem!important
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem!important
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem!important
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem!important
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem!important
  }

  .m-sm-n1 {
    margin: -.25rem!important
  }

  .mt-sm-n1,.my-sm-n1 {
    margin-top: -.25rem!important
  }

  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -.25rem!important
  }

  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -.25rem!important
  }

  .m-sm-n2 {
    margin: -.5rem!important
  }

  .mt-sm-n2,.my-sm-n2 {
    margin-top: -.5rem!important
  }

  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -.5rem!important
  }

  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -.5rem!important
  }

  .m-sm-n3 {
    margin: -1rem!important
  }

  .mt-sm-n3,.my-sm-n3 {
    margin-top: -1rem!important
  }

  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -1rem!important
  }

  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -1rem!important
  }

  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -1rem!important
  }

  .m-sm-n4 {
    margin: -1.5rem!important
  }

  .mt-sm-n4,.my-sm-n4 {
    margin-top: -1.5rem!important
  }

  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -1.5rem!important
  }

  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -1.5rem!important
  }

  .m-sm-n5 {
    margin: -3rem!important
  }

  .mt-sm-n5,.my-sm-n5 {
    margin-top: -3rem!important
  }

  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -3rem!important
  }

  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -3rem!important
  }

  .ml-sm-n5,.mx-sm-n5 {
    margin-left: -3rem!important
  }

  .m-sm-auto {
    margin: auto!important
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto!important
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto!important
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto!important
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto!important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0!important
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0!important
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0!important
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0!important
  }

  .m-md-1 {
    margin: .25rem!important
  }

  .mt-md-1,.my-md-1 {
    margin-top: .25rem!important
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem!important
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem!important
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem!important
  }

  .m-md-2 {
    margin: .5rem!important
  }

  .mt-md-2,.my-md-2 {
    margin-top: .5rem!important
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .5rem!important
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem!important
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .5rem!important
  }

  .m-md-3 {
    margin: 1rem!important
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1rem!important
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1rem!important
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem!important
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1rem!important
  }

  .m-md-4 {
    margin: 1.5rem!important
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem!important
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem!important
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem!important
  }

  .m-md-5 {
    margin: 3rem!important
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem!important
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem!important
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem!important
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem!important
  }

  .p-md-0 {
    padding: 0!important
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0!important
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0!important
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0!important
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0!important
  }

  .p-md-1 {
    padding: .25rem!important
  }

  .pt-md-1,.py-md-1 {
    padding-top: .25rem!important
  }

  .pr-md-1,.px-md-1 {
    padding-right: .25rem!important
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem!important
  }

  .pl-md-1,.px-md-1 {
    padding-left: .25rem!important
  }

  .p-md-2 {
    padding: .5rem!important
  }

  .pt-md-2,.py-md-2 {
    padding-top: .5rem!important
  }

  .pr-md-2,.px-md-2 {
    padding-right: .5rem!important
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem!important
  }

  .pl-md-2,.px-md-2 {
    padding-left: .5rem!important
  }

  .p-md-3 {
    padding: 1rem!important
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1rem!important
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1rem!important
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem!important
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1rem!important
  }

  .p-md-4 {
    padding: 1.5rem!important
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem!important
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem!important
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem!important
  }

  .p-md-5 {
    padding: 3rem!important
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3rem!important
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem!important
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem!important
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem!important
  }

  .m-md-n1 {
    margin: -.25rem!important
  }

  .mt-md-n1,.my-md-n1 {
    margin-top: -.25rem!important
  }

  .mr-md-n1,.mx-md-n1 {
    margin-right: -.25rem!important
  }

  .mb-md-n1,.my-md-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-md-n1,.mx-md-n1 {
    margin-left: -.25rem!important
  }

  .m-md-n2 {
    margin: -.5rem!important
  }

  .mt-md-n2,.my-md-n2 {
    margin-top: -.5rem!important
  }

  .mr-md-n2,.mx-md-n2 {
    margin-right: -.5rem!important
  }

  .mb-md-n2,.my-md-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-md-n2,.mx-md-n2 {
    margin-left: -.5rem!important
  }

  .m-md-n3 {
    margin: -1rem!important
  }

  .mt-md-n3,.my-md-n3 {
    margin-top: -1rem!important
  }

  .mr-md-n3,.mx-md-n3 {
    margin-right: -1rem!important
  }

  .mb-md-n3,.my-md-n3 {
    margin-bottom: -1rem!important
  }

  .ml-md-n3,.mx-md-n3 {
    margin-left: -1rem!important
  }

  .m-md-n4 {
    margin: -1.5rem!important
  }

  .mt-md-n4,.my-md-n4 {
    margin-top: -1.5rem!important
  }

  .mr-md-n4,.mx-md-n4 {
    margin-right: -1.5rem!important
  }

  .mb-md-n4,.my-md-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-md-n4,.mx-md-n4 {
    margin-left: -1.5rem!important
  }

  .m-md-n5 {
    margin: -3rem!important
  }

  .mt-md-n5,.my-md-n5 {
    margin-top: -3rem!important
  }

  .mr-md-n5,.mx-md-n5 {
    margin-right: -3rem!important
  }

  .mb-md-n5,.my-md-n5 {
    margin-bottom: -3rem!important
  }

  .ml-md-n5,.mx-md-n5 {
    margin-left: -3rem!important
  }

  .m-md-auto {
    margin: auto!important
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto!important
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto!important
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto!important
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto!important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important
  }

  .mt-lg-0,.my-lg-0 {
    margin-top: 0!important
  }

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0!important
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0!important
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0!important
  }

  .m-lg-1 {
    margin: .25rem!important
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .25rem!important
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .25rem!important
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem!important
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .25rem!important
  }

  .m-lg-2 {
    margin: .5rem!important
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .5rem!important
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .5rem!important
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem!important
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .5rem!important
  }

  .m-lg-3 {
    margin: 1rem!important
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1rem!important
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1rem!important
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem!important
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1rem!important
  }

  .m-lg-4 {
    margin: 1.5rem!important
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem!important
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem!important
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem!important
  }

  .m-lg-5 {
    margin: 3rem!important
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem!important
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem!important
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem!important
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem!important
  }

  .p-lg-0 {
    padding: 0!important
  }

  .pt-lg-0,.py-lg-0 {
    padding-top: 0!important
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0!important
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0!important
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0!important
  }

  .p-lg-1 {
    padding: .25rem!important
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .25rem!important
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .25rem!important
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem!important
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .25rem!important
  }

  .p-lg-2 {
    padding: .5rem!important
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .5rem!important
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .5rem!important
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem!important
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .5rem!important
  }

  .p-lg-3 {
    padding: 1rem!important
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1rem!important
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1rem!important
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem!important
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1rem!important
  }

  .p-lg-4 {
    padding: 1.5rem!important
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem!important
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem!important
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem!important
  }

  .p-lg-5 {
    padding: 3rem!important
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem!important
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem!important
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem!important
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem!important
  }

  .m-lg-n1 {
    margin: -.25rem!important
  }

  .mt-lg-n1,.my-lg-n1 {
    margin-top: -.25rem!important
  }

  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -.25rem!important
  }

  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -.25rem!important
  }

  .m-lg-n2 {
    margin: -.5rem!important
  }

  .mt-lg-n2,.my-lg-n2 {
    margin-top: -.5rem!important
  }

  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -.5rem!important
  }

  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -.5rem!important
  }

  .m-lg-n3 {
    margin: -1rem!important
  }

  .mt-lg-n3,.my-lg-n3 {
    margin-top: -1rem!important
  }

  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -1rem!important
  }

  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -1rem!important
  }

  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -1rem!important
  }

  .m-lg-n4 {
    margin: -1.5rem!important
  }

  .mt-lg-n4,.my-lg-n4 {
    margin-top: -1.5rem!important
  }

  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -1.5rem!important
  }

  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -1.5rem!important
  }

  .m-lg-n5 {
    margin: -3rem!important
  }

  .mt-lg-n5,.my-lg-n5 {
    margin-top: -3rem!important
  }

  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -3rem!important
  }

  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -3rem!important
  }

  .ml-lg-n5,.mx-lg-n5 {
    margin-left: -3rem!important
  }

  .m-lg-auto {
    margin: auto!important
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto!important
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto!important
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto!important
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto!important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0!important
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0!important
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0!important
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0!important
  }

  .m-xl-1 {
    margin: .25rem!important
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .25rem!important
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .25rem!important
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem!important
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .25rem!important
  }

  .m-xl-2 {
    margin: .5rem!important
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .5rem!important
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .5rem!important
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem!important
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .5rem!important
  }

  .m-xl-3 {
    margin: 1rem!important
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1rem!important
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1rem!important
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem!important
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1rem!important
  }

  .m-xl-4 {
    margin: 1.5rem!important
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem!important
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem!important
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem!important
  }

  .m-xl-5 {
    margin: 3rem!important
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem!important
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem!important
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem!important
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem!important
  }

  .p-xl-0 {
    padding: 0!important
  }

  .pt-xl-0,.py-xl-0 {
    padding-top: 0!important
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0!important
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0!important
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0!important
  }

  .p-xl-1 {
    padding: .25rem!important
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .25rem!important
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .25rem!important
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem!important
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .25rem!important
  }

  .p-xl-2 {
    padding: .5rem!important
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .5rem!important
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .5rem!important
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem!important
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .5rem!important
  }

  .p-xl-3 {
    padding: 1rem!important
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1rem!important
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1rem!important
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem!important
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1rem!important
  }

  .p-xl-4 {
    padding: 1.5rem!important
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem!important
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem!important
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem!important
  }

  .p-xl-5 {
    padding: 3rem!important
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem!important
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem!important
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem!important
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem!important
  }

  .m-xl-n1 {
    margin: -.25rem!important
  }

  .mt-xl-n1,.my-xl-n1 {
    margin-top: -.25rem!important
  }

  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -.25rem!important
  }

  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -.25rem!important
  }

  .m-xl-n2 {
    margin: -.5rem!important
  }

  .mt-xl-n2,.my-xl-n2 {
    margin-top: -.5rem!important
  }

  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -.5rem!important
  }

  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -.5rem!important
  }

  .m-xl-n3 {
    margin: -1rem!important
  }

  .mt-xl-n3,.my-xl-n3 {
    margin-top: -1rem!important
  }

  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -1rem!important
  }

  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -1rem!important
  }

  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -1rem!important
  }

  .m-xl-n4 {
    margin: -1.5rem!important
  }

  .mt-xl-n4,.my-xl-n4 {
    margin-top: -1.5rem!important
  }

  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -1.5rem!important
  }

  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -1.5rem!important
  }

  .m-xl-n5 {
    margin: -3rem!important
  }

  .mt-xl-n5,.my-xl-n5 {
    margin-top: -3rem!important
  }

  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -3rem!important
  }

  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -3rem!important
  }

  .ml-xl-n5,.mx-xl-n5 {
    margin-left: -3rem!important
  }

  .m-xl-auto {
    margin: auto!important
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto!important
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto!important
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto!important
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto!important
  }
}

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
  text-align: justify!important
}

.text-wrap {
  white-space: normal!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-center {
  text-align: center!important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important
  }

  .text-sm-right {
    text-align: right!important
  }

  .text-sm-center {
    text-align: center!important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important
  }

  .text-md-right {
    text-align: right!important
  }

  .text-md-center {
    text-align: center!important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important
  }

  .text-lg-right {
    text-align: right!important
  }

  .text-lg-center {
    text-align: center!important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important
  }

  .text-xl-right {
    text-align: right!important
  }

  .text-xl-center {
    text-align: center!important
  }
}

.text-lowercase {
  text-transform: lowercase!important
}

.text-uppercase {
  text-transform: uppercase!important
}

.text-capitalize {
  text-transform: capitalize!important
}

.font-weight-light {
  font-weight: 300!important
}

.font-weight-lighter {
  font-weight: lighter!important
}

.font-weight-normal {
  font-weight: 400!important
}

.font-weight-bold {
  font-weight: 700!important
}

.font-weight-bolder {
  font-weight: bolder!important
}

.font-italic {
  font-style: italic!important
}

.text-white {
  color: #fff!important
}

.text-primary {
  color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
  color: #0056b3!important
}

.text-secondary {
  color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
  color: #494f54!important
}

.text-success {
  color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
  color: #19692c!important
}

.text-info {
  color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
  color: #0f6674!important
}

.text-warning {
  color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
  color: #ba8b00!important
}

.text-danger {
  color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
  color: #a71d2a!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
  color: #cbd3da!important
}

.text-dark {
  color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
  color: #121416!important
}

.text-body {
  color: #212529!important
}

.text-muted {
  color: #6c757d!important
}

.text-black-50 {
  color: rgba(0,0,0,.5)!important
}

.text-white-50 {
  color: rgba(255,255,255,.5)!important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none!important
}

.text-break {
  word-break: break-word!important;
  overflow-wrap: break-word!important
}

.text-reset {
  color: inherit!important
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

@media print {
  *,::after,::before {
    text-shadow: none!important;
    box-shadow: none!important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  img,tr {
    page-break-inside: avoid
  }

  h2,h3,p {
    orphans: 3;
    widows: 3
  }

  h2,h3 {
    page-break-after: avoid
  }@  page {
    size: a3
  }

  body {
    min-width: 992px!important
  }

  .container {
    min-width: 992px!important
  }

  .navbar {
    display: none
  }
}/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */.fa,.fab,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none
}

.fa-500px:before {
  content: "\f26e"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-amp-guitar:before {
  content: "\f8a1"
}

.fa-analytics:before {
  content: "\f643"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-alt-down:before {
  content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346"
}

.fa-arrow-alt-from-left:before {
  content: "\f347"
}

.fa-arrow-alt-from-right:before {
  content: "\f348"
}

.fa-arrow-alt-from-top:before {
  content: "\f349"
}

.fa-arrow-alt-left:before {
  content: "\f355"
}

.fa-arrow-alt-right:before {
  content: "\f356"
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"
}

.fa-arrow-alt-to-left:before {
  content: "\f34b"
}

.fa-arrow-alt-to-right:before {
  content: "\f34c"
}

.fa-arrow-alt-to-top:before {
  content: "\f34d"
}

.fa-arrow-alt-up:before {
  content: "\f357"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-from-bottom:before {
  content: "\f342"
}

.fa-arrow-from-left:before {
  content: "\f343"
}

.fa-arrow-from-right:before {
  content: "\f344"
}

.fa-arrow-from-top:before {
  content: "\f345"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-to-bottom:before {
  content: "\f33d"
}

.fa-arrow-to-left:before {
  content: "\f33e"
}

.fa-arrow-to-right:before {
  content: "\f340"
}

.fa-arrow-to-top:before {
  content: "\f341"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-blog:before {
  content: "\f781"
}

.fa-bold:before {
  content: "\f032"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-alt:before {
  content: "\f5d9"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-book-user:before {
  content: "\f7e7"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-bottom:before {
  content: "\f84d"
}

.fa-border-center-h:before {
  content: "\f89c"
}

.fa-border-center-v:before {
  content: "\f89d"
}

.fa-border-inner:before {
  content: "\f84e"
}

.fa-border-left:before {
  content: "\f84f"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-right:before {
  content: "\f852"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-border-style-alt:before {
  content: "\f854"
}

.fa-border-top:before {
  content: "\f855"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-alt:before {
  content: "\f49a"
}

.fa-box-check:before {
  content: "\f467"
}

.fa-box-full:before {
  content: "\f49c"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-box-up:before {
  content: "\f49f"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-bullseye-arrow:before {
  content: "\f648"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buy-n-large:before {
  content: "\f8a6"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-circle:before {
  content: "\f111"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-alt-check:before {
  content: "\f4a2"
}

.fa-comment-alt-edit:before {
  content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5"
}

.fa-comment-alt-music:before {
  content: "\f8af"
}

.fa-comment-alt-plus:before {
  content: "\f4a8"
}

.fa-comment-alt-times:before {
  content: "\f4ab"
}

.fa-comment-check:before {
  content: "\f4ac"
}

.fa-comment-edit:before {
  content: "\f4ae"
}

.fa-comment-exclamation:before {
  content: "\f4af"
}

.fa-comment-music:before {
  content: "\f8b0"
}

.fa-comment-plus:before {
  content: "\f4b2"
}

.fa-comment-times:before {
  content: "\f4b5"
}

.fa-computer-classic:before {
  content: "\f8b1"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-check:before {
  content: "\f316"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-edit:before {
  content: "\f31c"
}

.fa-file-exclamation:before {
  content: "\f31a"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-music:before {
  content: "\f8b6"
}

.fa-file-plus:before {
  content: "\f319"
}

.fa-file-times:before {
  content: "\f317"
}

.fa-file-user:before {
  content: "\f65c"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-fill:before {
  content: "\f575"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-flower:before {
  content: "\f7ff"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-font-case:before {
  content: "\f866"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-function:before {
  content: "\f661"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-gift-card:before {
  content: "\f663"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-guitar-electric:before {
  content: "\f8be"
}

.fa-guitars:before {
  content: "\f8bf"
}

.fa-h1:before {
  content: "\f313"
}

.fa-h2:before {
  content: "\f314"
}

.fa-h3:before {
  content: "\f315"
}

.fa-h4:before {
  content: "\f86a"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-home:before {
  content: "\f015"
}

.fa-home-alt:before {
  content: "\f80a"
}

.fa-home-lg:before {
  content: "\f80b"
}

.fa-home-lg-alt:before {
  content: "\f80c"
}

.fa-horizontal-rule:before {
  content: "\f86c"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-icons-alt:before {
  content: "\f86e"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-ideal:before {
  content: "\f913"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-integral:before {
  content: "\f667"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-key:before {
  content: "\f084"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-light-switch:before {
  content: "\f917"
}

.fa-light-switch-off:before {
  content: "\f918"
}

.fa-light-switch-on:before {
  content: "\f919"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-line-height:before {
  content: "\f871"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-music:before {
  content: "\f8c9"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location:before {
  content: "\f601"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-location-circle:before {
  content: "\f602"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-alt:before {
  content: "\f30d"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-lock-open-alt:before {
  content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-mailbox:before {
  content: "\f813"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-mind-share:before {
  content: "\f677"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-money-check-edit:before {
  content: "\f872"
}

.fa-money-check-edit-alt:before {
  content: "\f873"
}

.fa-mp3-player:before {
  content: "\f8ce"
}

.fa-music:before {
  content: "\f001"
}

.fa-music-alt:before {
  content: "\f8cf"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-page-break:before {
  content: "\f877"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-phone-plus:before {
  content: "\f4d2"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-repeat:before {
  content: "\f363"
}

.fa-repeat-1:before {
  content: "\f365"
}

.fa-repeat-1-alt:before {
  content: "\f366"
}

.fa-repeat-alt:before {
  content: "\f364"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-send-back:before {
  content: "\f87e"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-all:before {
  content: "\f367"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-shield:before {
  content: "\f132"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-shield-check:before {
  content: "\f2f7"
}

.fa-staff:before {
  content: "\f71b"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-exclamation:before {
  content: "\f2f3"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-stream:before {
  content: "\f550"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-text:before {
  content: "\f893"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-size:before {
  content: "\f894"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-tree-alt:before {
  content: "\f400"
}

.fa-tree-large:before {
  content: "\f7dd"
}

.fa-triangle:before {
  content: "\f2ec"
}

.fa-triangle-music:before {
  content: "\f8e2"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-music:before {
  content: "\f8eb"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-user-unlock:before {
  content: "\f958"
}

.fa-value-absolute:before {
  content: "\f6a6"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-plus:before {
  content: "\f4e1"
}

.fa-volume:before {
  content: "\f6a8"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-weight:before {
  content: "\f496"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wifi-1:before {
  content: "\f6aa"
}

.fa-wifi-2:before {
  content: "\f6ab"
}

.fa-window:before {
  content: "\f40e"
}

.fa-window-alt:before {
  content: "\f40f"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-youtube:before {
  content: "\f167"
}

@font-face {
  font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.eot);src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

@font-face {
  font-family:"Font Awesome 5 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-duotone-900.eot);src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-duotone-900.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-duotone-900.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-duotone-900.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-duotone-900.svg#fontawesome) format("svg")
}

@font-face {
  font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-light-300.eot);src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-light-300.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-light-300.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-light-300.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
  font-weight: 300
}

@font-face {
  font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.eot);src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fal,.far {
  font-family: "Font Awesome 5 Pro"
}

.far {
  font-weight: 400
}

@font-face {
  font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.eot);src:url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.woff) format("woff"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://pro.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900
}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none
}

.fa-500px:before {
  content: "\f26e"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-blog:before {
  content: "\f781"
}

.fa-bold:before {
  content: "\f032"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buy-n-large:before {
  content: "\f8a6"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-circle:before {
  content: "\f111"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-fill:before {
  content: "\f575"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-home:before {
  content: "\f015"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-ideal:before {
  content: "\f913"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-key:before {
  content: "\f084"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-music:before {
  content: "\f001"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-stream:before {
  content: "\f550"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-video:before {
  content: "\f03d"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-weight:before {
  content: "\f496"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-youtube:before {
  content: "\f167"
}

@font-face {
  font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,.far {
  font-weight: 400
}

@font-face {
  font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.far,.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,.fas {
  font-weight: 900
}

@charset "UTF-8";

a:hover {
  cursor: pointer!important
}

a {
  color: #fff
}

a:active,a:hover {
  outline: 0!important;
  text-decoration: none!important;
  cursor: pointer;
  color: #fff
}

a .red {
  color: #740001
}

a .red:hover {
  color: #e70003
}

a .btn {
  color: #fff!important;
  font-size: 20px;
  line-height: 20px!important;
  padding-top: 15px;
  padding-bottom: 13px
}

a .btn-sm {
  color: #fff!important;
  font-size: 16px;
  line-height: 20px!important;
  padding-top: 8px;
  padding-bottom: 8px
}

a .btn-tiny {
  padding: 4px 12px 5px 12px!important;
  font-weight: 400;
  font-size: 12px!important;
  line-height: 12px!important
}

.underline {
  text-decoration: underline
}

button {
  font-weight: 700
}

.btn {
  color: #fff!important;
  font-size: 20px;
  line-height: 20px!important;
  padding-top: 15px;
  padding-bottom: 13px
}

.btn:active,.btn:focus {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.65);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.65);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.35)
}

.red {
  color: #740001
}

.red:hover {
  color: #e70003
}

.btn-sm {
  color: #fff!important;
  font-size: 16px;
  line-height: 20px!important;
  padding-top: 8px;
  padding-bottom: 8px
}

.btn-tiny {
  padding: 4px 12px 5px 12px!important;
  font-weight: 400;
  font-size: 12px!important;
  line-height: 12px!important
}

.img-fluid {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -o-crisp-edges
}

.loadImg {
  background-image: url(https://www-ecs.jamplay.com/client/shell/images/icons/load.gif);
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 20%
}

div.card-group div.card-header {
  -webkit-border-radius: 10px 10px 4px 4px!important;
  -moz-border-radius: 10px 10px 4px 4px!important;
  border-radius: 10px 10px 4px 4px!important;
  border: none
}

.modal .modal-content {
  border: none!important
}

.modal-auto {
  max-width: auto!important;
  width: auto!important;
  height: auto!important;
  max-height: auto!important;
  margin-right: auto!important;
  margin-left: auto!important;
  padding-right: 0!important
}

.modal-high {
  max-width: 1020px!important;
  margin-right: auto!important;
  margin-left: auto!important;
  padding: 0!important
}

.modal-super {
  max-width: 1180px!important;
  margin-right: auto!important;
  margin-left: auto!important;
  padding: 0!important
}

.modal-720 {
  max-width: 1660px!important;
  margin-right: auto!important;
  margin-left: auto!important;
  padding-right: 0!important
}

.modal-4k {
  max-width: 1660px!important;
  margin-right: auto!important;
  margin-left: auto!important;
  padding-right: 0!important
}

.modal-high div.free-lesson-video-wrap {
  flex: 0 1 640px
}

.modal-super div.free-lesson-video-wrap {
  flex: 0 1 800px
}

.modal-720 div.free-lesson-video-wrap {
  flex: 0 1 1280px
}

.modal-4k div.free-lesson-video-wrap {
  flex: 0 1 1280px
}

div.free-modal {
  padding-right: 0!important
}

div.free-modal-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  justify-content: stretch;
  align-content: stretch
}

div.free-header-row {
  flex: 1 1 100%
}

div.free-lesson-video-wrap {
  order: 2;
  padding: 10px 10px
}

div.free-lesson-content-wrap {
  order: 1;
  flex: 0 1 360px;
  min-height: 0;
  position: relative;
  margin: 10px
}

@media (max-width:1670px) {
  .modal-4k,.modal-720 {
    max-width: 90%!important
  }

  .modal-4k div.free-lesson-video-wrap,.modal-720 div.free-lesson-video-wrap {
    flex: 1 1 auto
  }

  div.free-lesson-content-wrap {
    flex: 0 1 350px
  }
}

@media (max-width:1370px) {
  .modal-4k,.modal-720 {
    max-width: 94%!important
  }
}

@media (max-width:1290px) {
  .modal-super {
    max-width: 94%!important
  }

  .modal-super div.free-lesson-video-wrap {
    flex: 1 1 auto
  }
}

@media (max-width:1050px) {
  .modal-high {
    max-width: 94%!important
  }

  .modal-high div.free-lesson-video-wrap {
    flex: 1 1 auto
  }

  div.free-lesson-content-wrap {
    flex: 0 1 300px
  }
}

@media (max-width:1000px) {
  .modal-4k,.modal-720,.modal-high,.modal-super {
    max-width: 70%!important
  }

  div.free-modal div.modal-dialog {
    height: 100%;
    margin: 0 auto!important
  }

  div.free-modal div.modal-dialog div.modal-content {
    height: 95%
  }

  div.free-modal-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: start;
    justify-content: start
  }

  div.free-header-row {
    flex: 0 1 auto
  }

  div.free-lesson-video-wrap {
    flex: 0 0 auto!important
  }

  div.free-lesson-content-wrap {
    order: 2;
    flex: 1 1 auto;
    margin: 0 10px 10px 10px
  }
}

@media (max-width:790px) {
  .modal-4k,.modal-720,.modal-high,.modal-super {
    max-width: 95%!important
  }
}

@media (max-width:450px) {
  .modal-4k,.modal-720,.modal-high,.modal-super {
    max-width: 100%!important
  }

  div.free-modal div.modal-dialog div.modal-content {
    height: 98%
  }

  div.free-lesson-video-wrap {
    padding: 0
  }
}

.modal-lg {
  max-width: 800px!important
}

.list-group-item {
  background: 0 0;
  border: none
}

.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem
}

.breadcrumb .breadcrumb-item {
  padding: 0 2px!important
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding: 0 2px!important
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  padding: 0!important;
  display: none;
  content: none!important
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:active {
  color: #fff
}

input,select {
  border-radius: 5px;
  padding: 5px 0 3px 4px;
  border: 1px solid #333;
  background: #eee
}

input .error,select .error {
  background-color: #ecb4b5
}

input:focus {
  transition: box-shadow .3s,border .3s;
  -webkit-box-shadow: 0 0 10px 10px #d44646;
  -moz-box-shadow: 0 0 10px 2px #d44646;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 10px 2px #d44646
}

#fixedNav {
  z-index: 1200;
  backface-visibility: hidden;
  height: 75px!important
}

#fixedNav #headerNav #nav {
  position: absolute!important;
  right: auto!important
}

@media (max-width:992px) {
  #fixedNav #headerNav #nav {
    top: 20px
  }
}

#fixedNav #headerNav #nav #logoContainer {
  position: absolute;
  top: 5px;
  left: 2rem
}

@media (max-width:992) {
  #fixedNav #headerNav #nav #logoContainer {
    max-width: 115px!important
  }
}

@media (min-width:991px) {
  #fixedNav #headerNav .navbar-nav .bt-sm-444 {
    border-top: none!important
  }
}

@media (min-width:992px) {
  #fixedNav #headerNav .navbar-nav .nav-item {
    width: auto!important
  }
}

@media (max-width:1220px) {
  #fixedNav #headerNav .navbar-nav .nav-item {
    font-size: .8rem!important
  }
}

.learn_guitar_shell {
  text-transform: none;
  left: auto;
  margin-left: -1rem!important
}

@media (max-width:992px) {
  .learn_guitar_shell {
    margin-left: auto!important
  }
}

.learn_guitar_dropdown {
  list-style-type: none;
  padding: 0
}

.learn_guitar_dropdown li {
  margin: 10px 0
}

.learn_guitar_dropdown li a {
  text-transform: uppercase
}

.learn_guitar_dropdown li a:hover {
  color: gold;
  text-shadow: 0 2px 8px gold
}

.learn_guitar_dropdown li:hover {
  color: gold;
  text-shadow: 0 2px 8px gold
}

header,label,p,section {
  padding: 0;
  margin: 0
}

.h1,.h2,.h3,.h4,h1,h2,h3,h4,h5 {
  padding: 0;
  margin: 0
}

.container-fluid {
  padding-left: 0!important;
  padding-right: 0!important
}

#pageContent {
  overflow-x: hidden
}

@media (max-width:991px) {
  #pageContent {
    opacity: 1!important
  }
}

.animate-all {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  animation-fill-mode: forwards
}

.animate-all-2 {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  animation-fill-mode: forwards
}

.animate-all-1 {
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  animation-fill-mode: forwards
}

.blip {
  animation: blip .9s ease-in-out 1;
  animation-fill-mode: forwards
}

.fadeIn {
  animation: fadeIn 1s ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: .3s
}

.sauce {
  opacity: 0
}

.saucey-text {
  animation: saucey 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  opacity: 0
}

.fader {
  opacity: 0;
  animation-delay: .3s
}

.rotating {
  animation: rotate 2s ease-in-out 1;
  animation-delay: .4s;
  animation-fill-mode: forwards
}

.rotater {
  transform: rotate(180deg)
}

.card-hover:active .card-hover-element,.card-hover:hover .card-hover-element {
  animation: cardHover .25s ease-in-out 1 0s forwards
}

.bgFadeIn {
  animation: bgFadeIn 1.2s ease-in-out 0s 1 forwards;
  opacity: 0
}

@keyframes bgFadeIn {
  0% {
    transform: translatey(0) scale(1.3);
    opacity: 0
  }

  80% {
    opacity: .5;
    transform: translatey(0) scale(.99)
  }

  100% {
    opacity: 1;
    transform: translatey(0) scale(1)
  }
}

@keyframes cardHover {
  100% {
    transform: scale(1.04)
  }
}

@keyframes pulseContinous {
  0% {
    transform: scale(.9)
  }

  50% {
    transform: scale(1.6)
  }

  100% {
    transform: scale(.9)
  }
}

@keyframes rotate {
  0% {
    transform: rotate(180deg)
  }

  70% {
    transform: rotate(-40deg)
  }

  100% {
    transform: rotate(0)
  }
}

@keyframes saucey {
  0% {
    opacity: 0;
    transform: translatey(-30px) scale(1);
    color: #888
  }

  30% {
    opacity: .7;
    transform: translatey(5px) scale(1)
  }

  70% {
    opacity: 1;
    transform: translatey(0) scale(1);
    color: #ffe199
  }

  100% {
    opacity: 1;
    transform: translatey(0) scale(1);
    color: #fff
  }
}

@keyframes blip {
  0% {
    transform: translatey(0) rotate(0) scale(1)
  }

  40% {
    transform: translatey(-15px) rotate(3deg) scale(1.35)
  }

  100% {
    transform: translatey(0) rotate(0) scale(1)
  }
}

@keyframes fadeIn {
  0% {
    transform: translatey(-25px) scale(.4)
  }

  80% {
    transform: translatey(35px) scale(1);
    opacity: .3
  }

  95% {
    transform: translatey(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translatey(0) scale(1);
    opacity: 1
  }
}

.flex-0-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.flex-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.flex-80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%
}

.col-fixed-525px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 525px;
  -ms-flex: 0 0 525px;
  flex: 0 0 525px;
  max-width: 525px
}

.col-fixed-500px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 500px;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  max-width: 500px
}

.col-fixed-300px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px
}

.col-fixed-270px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px
}

.col-fixed-240px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px
}

.col-full-auto {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.w-5px {
  width: 5px
}

.w-10px {
  width: 10px
}

.w-15px {
  width: 15px
}

.w-20px {
  width: 20px
}

.w-25px {
  width: 25px
}

.w-30px {
  width: 30px
}

.w-40px {
  width: 40px
}

.w-50px {
  width: 50px
}

.w-60px {
  width: 60px
}

.w-75px {
  width: 75px
}

.w-80px {
  width: 80px
}

.w-100px {
  width: 100px
}

.w-125px {
  width: 125px
}

.w-150px {
  width: 150px
}

.w-175px {
  width: 175px
}

.w-180px {
  width: 180px
}

.w-200px {
  width: 200px
}

.w-225px {
  width: 225px
}

.w-250px {
  width: 250px
}

.w-275px {
  width: 275px
}

.w-300px {
  width: 300px
}

.w-325px {
  width: 325px
}

.w-350px {
  width: 350px
}

.w-400px {
  width: 400px
}

.w-450px {
  width: 450px
}

.w-475px {
  width: 475px
}

.w-500px {
  width: 500px
}

.w-550px {
  width: 550px
}

.w-600px {
  width: 600px
}

.w-650px {
  width: 650px
}

.w-675px {
  width: 675px
}

.w-700px {
  width: 700px
}

.w-750px {
  width: 750px
}

.w-800px {
  width: 800px
}

.w-850px {
  width: 850px
}

.w-900px {
  width: 900px
}

.w-950px {
  width: 950px
}

.w-1000px {
  width: 1000px
}

.w-1050px {
  width: 1050px
}

.w-1100px {
  width: 1100px
}

.w-1150px {
  width: 1150px
}

.w-1200px {
  width: 1200px
}

.w-1250px {
  width: 1250px
}

.w-1280px {
  width: 1280px
}

.w-1300px {
  width: 1300px
}

.w-1350px {
  width: 1350px
}

.w-1400px {
  width: 1400px
}

.w-1450px {
  width: 1450px
}

.w-1500px {
  width: 1500px
}

.w-1550px {
  width: 1550px
}

.w-1600px {
  width: 1600px
}

.w-5 {
  width: 5%
}

.w-10 {
  width: 10%
}

.w-12 {
  width: 12%
}

.w-13 {
  width: 13%
}

.w-15 {
  width: 15%
}

.w-17 {
  width: 17%
}

.w-18 {
  width: 18%
}

.w-20 {
  width: 20%
}

.w-25p {
  width: 25%
}

.w-30 {
  width: 30%
}

.w-35 {
  width: 35%
}

.w-40 {
  width: 40%
}

.w-45 {
  width: 45%
}

.w-48 {
  width: 48%
}

.w-49 {
  width: 49%
}

.w-50 {
  width: 50%
}

.w-50p {
  width: 50%
}

.w-53 {
  width: 53%
}

.w-55 {
  width: 55%
}

.w-60 {
  width: 60%
}

.w-65 {
  width: 65%
}

.w-70 {
  width: 70%
}

.w-75p {
  width: 75%
}

.w-80 {
  width: 80%
}

.w-85 {
  width: 85%
}

.w-90 {
  width: 90%
}

.w-95 {
  width: 95%
}

.w-96 {
  width: 96%
}

.w-97 {
  width: 97%
}

.w-98 {
  width: 98%
}

.w-99 {
  width: 99%
}

.w-100p {
  width: 100%
}

.w-auto {
  width: auto
}

.h-10p {
  height: 10%
}

.h-15p {
  height: 15%
}

.h-20p {
  height: 20%
}

.h-25p {
  height: 25%
}

.h-30p {
  height: 30%
}

.h-35p {
  height: 35%
}

.h-40p {
  height: 40%
}

.h-45p {
  height: 45%
}

.h-50p {
  height: 50%
}

.h-75p {
  height: 75%
}

.h-80p {
  height: 80%
}

.h-90p {
  height: 90%
}

.h-100p {
  height: 100%
}

.h-3px {
  height: 3px
}

.h-5px {
  height: 5px
}

.h-10px {
  height: 10px
}

.h-15px {
  height: 15px
}

.h-20px {
  height: 20px
}

.h-25px {
  height: 25px
}

.h-30px {
  height: 30px
}

.h-35px {
  height: 35px
}

.h-40px {
  height: 40px
}

.h-45px {
  height: 45px
}

.h-50px {
  height: 50px
}

.h-60px {
  height: 60px
}

.h-75px {
  height: 75px
}

.h-100px {
  height: 100px
}

.h-110px {
  height: 110px
}

.h-125px {
  height: 125px
}

.h-150px {
  height: 150px
}

.h-175px {
  height: 175px
}

.h-200px {
  height: 200px
}

.h-225px {
  height: 225px
}

.h-250px {
  height: 250px
}

.h-275px {
  height: 275px
}

.h-300px {
  height: 300px
}

.h-325px {
  height: 325px
}

.h-350px {
  height: 350px
}

.h-400px {
  height: 400px
}

.h-425px {
  height: 425px
}

.h-450px {
  height: 450px
}

.h-475px {
  height: 475px
}

.h-500px {
  height: 500px
}

.h-550px {
  height: 550px
}

.h-600px {
  height: 600px
}

.h-650px {
  height: 650px
}

.h-700px {
  height: 700px
}

.h-750px {
  height: 750px
}

.h-800px {
  height: 800px
}

.h-850px {
  height: 850px
}

.h-900px {
  height: 900px
}

.h-950px {
  height: 950px
}

.h-1000px {
  height: 1000px
}

.h-1050px {
  height: 1050px
}

.h-auto {
  height: auto
}

.mw-100p {
  min-width: 100%
}

.mw-300px {
  min-width: 300px
}

.mw-250px {
  min-width: 250px
}

.mw-200px {
  min-width: 200px
}

.mw-175px {
  min-width: 175px
}

.mw-150px {
  min-width: 150px
}

.over-hidden {
  overflow: hidden
}

.over-visible {
  overflow: visible
}

.offset-1p {
  margin-left: 1%
}

.offset-2p {
  margin-left: 2%
}

.offset-3p {
  margin-left: 3%
}

.offset-4p {
  margin-left: 4%
}

.offset-5p {
  margin-left: 5%
}

.offset-7p {
  margin-left: 7%
}

.offset-10p {
  margin-left: 10%
}

.offset-15p {
  margin-left: 15%
}

.offset-17p {
  margin-left: 17%
}

.offset-19p {
  margin-left: 19%
}

.offset-20p {
  margin-left: 20%
}

.offset-25p {
  margin-left: 25%
}

.offset-30p {
  margin-left: 30%
}

.offset-35p {
  margin-left: 35%
}

.offset-40p {
  margin-left: 40%
}

.offset-45p {
  margin-left: 45%
}

.offset-50p {
  margin-left: 50%
}

.offset-55p {
  margin-left: 55%
}

.offset-60p {
  margin-left: 60%
}

.offset-65p {
  margin-left: 65%
}

.offset-70p {
  margin-left: 70%
}

.offset-75p {
  margin-left: 75%
}

.offset-80p {
  margin-left: 80%
}

.offset-85p {
  margin-left: 85%
}

.offset-90p {
  margin-left: 90%
}

.offset-95p {
  margin-left: 95%
}

.offset-auto {
  margin-left: auto;
  margin-right: auto
}

.pos-absolute {
  position: absolute
}

.pos-relative {
  position: relative
}

.pos-fixed {
  position: fixed
}

.pos-static {
  position: static
}

.pos-t-80p {
  top: 80%
}

.pos-t-75p {
  top: 75%
}

.pos-t-70p {
  top: 70%
}

.pos-t-60p {
  top: 60%
}

.pos-t-50p {
  top: 50%
}

.pos-t-40p {
  top: 40%
}

.pos-t-30p {
  top: 30%
}

.pos-t-25p {
  top: 25%
}

.pos-t-20p {
  top: 20%
}

.pos-t-15p {
  top: 15%
}

.pos-t-10p {
  top: 10%
}

.pos-t-5p {
  top: 5%
}

.pos-t-300 {
  top: 300px
}

.pos-t-250 {
  top: 250px
}

.pos-t-225 {
  top: 225px
}

.pos-t-200 {
  top: 200px
}

.pos-t-175 {
  top: 175px
}

.pos-t-150 {
  top: 150px
}

.pos-t-125 {
  top: 125px
}

.pos-t-100 {
  top: 100px
}

.pos-t-75 {
  top: 75px
}

.pos-t-70 {
  top: 70px
}

.pos-t-60 {
  top: 60px
}

.pos-t-50 {
  top: 50px
}

.pos-t-40 {
  top: 40px
}

.pos-t-30 {
  top: 30px
}

.pos-t-25px {
  top: 25px
}

.pos-t-20 {
  top: 20px
}

.pos-t-10 {
  top: 10px
}

.pos-t-5 {
  top: 5px
}

.pos-t-0 {
  top: 0
}

.pos-l-50p {
  left: 50%
}

.pos-l-40p {
  left: 40%
}

.pos-l-30p {
  left: 30%
}

.pos-l-20p {
  left: 20%
}

.pos-l-15p {
  left: 15%
}

.pos-l-10p {
  left: 10%
}

.pos-l-5p {
  left: 5%
}

.pos-l-50 {
  left: 50px
}

.pos-l-40 {
  left: 40px
}

.pos-l-30 {
  left: 30px
}

.pos-l-20 {
  left: 20px
}

.pos-l-10 {
  left: 10px
}

.pos-l-0 {
  left: 0
}

.pos-l-auto {
  left: auto
}

.pos-b-90 {
  bottom: 90px
}

.pos-b-80 {
  bottom: 80px
}

.pos-b-70 {
  bottom: 70px
}

.pos-b-60 {
  bottom: 60px
}

.pos-b-50 {
  bottom: 50px
}

.pos-b-40 {
  bottom: 40px
}

.pos-b-30 {
  bottom: 30px
}

.pos-b-20 {
  bottom: 20px
}

.pos-b-10 {
  bottom: 10px
}

.pos-b-5 {
  bottom: 5px
}

.pos-b-0 {
  bottom: 0
}

.pos-b-90p {
  bottom: 90%
}

.pos-b-80p {
  bottom: 80%
}

.pos-b-70p {
  bottom: 70%
}

.pos-b-60p {
  bottom: 60%
}

.pos-b-50p {
  bottom: 50%
}

.pos-b-40p {
  bottom: 40%
}

.pos-b-30p {
  bottom: 30%
}

.pos-b-20p {
  bottom: 20%
}

.pos-b-10p {
  bottom: 10%
}

.pos-b-5p {
  bottom: 5%
}

.pos-b-0p {
  bottom: 0
}

.pos-r-50 {
  right: 50px
}

.pos-r-40 {
  right: 40px
}

.pos-r-30 {
  right: 30px
}

.pos-r-20 {
  right: 20px
}

.pos-r-10 {
  right: 10px
}

.pos-r-5 {
  right: 5px
}

.pos-r-0 {
  right: 0
}

.pos-r-auto {
  right: auto
}

.pos-r-50p {
  right: 50%
}

.pos-r-40p {
  right: 40%
}

.pos-r-30p {
  right: 30%
}

.pos-r-20p {
  right: 20%
}

.pos-r-15p {
  right: 15%
}

.pos-r-10p {
  right: 10%
}

.pos-r-5p {
  right: 5%
}

.pos-r-4p {
  right: 4%
}

.pos-r-3p {
  right: 3%
}

.pos-r-2p {
  right: 2%
}

.pos-r-1p {
  right: 1%
}

.pos-r-0 {
  right: 0
}

.z-25 {
  z-index: 25
}

.z-50 {
  z-index: 50
}

.z-100 {
  z-index: 100
}

.z-200 {
  z-index: 200
}

.z-300 {
  z-index: 300
}

.z-400 {
  z-index: 400
}

.z-500 {
  z-index: 500
}

.z-600 {
  z-index: 600
}

.z-700 {
  z-index: 700
}

.z-800 {
  z-index: 800
}

.z-900 {
  z-index: 900
}

.z-1000 {
  z-index: 1000
}

.z-1100 {
  z-index: 1100
}

.pt-300 {
  padding-top: 300px
}

.pb-150 {
  padding-bottom: 150px
}

.pt-70 {
  padding-top: 70px
}

.pb-70 {
  padding-bottom: 70px
}

.pt-100 {
  padding-top: 100px
}

.pb-100 {
  padding-bottom: 100px
}

.shadow-strong-0 {
  -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,.75);
  -moz-box-shadow: 0 0 40px 10px rgba(0,0,0,.75);
  box-shadow: 0 0 40px 10px rgba(0,0,0,.75)
}

.shadow-medium {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.75);
  -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.75);
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.75)
}

.shadow-medium2 {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.75);
  -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.75);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,.75)
}

.shadow-medium-0 {
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.75);
  -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.75);
  box-shadow: 0 0 25px 0 rgba(0,0,0,.75)
}

.shadow-light {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.35);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.35);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.35)
}

.shadow-light2 {
  -webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 7px 0 rgba(0,0,0,.2);
  box-shadow: 0 4px 7px 0 rgba(0,0,0,.2)
}

.shadow-light3 {
  -webkit-box-shadow: 0 12px 18px 0 rgba(0,0,0,.35);
  -moz-box-shadow: 0 12px 18px 0 rgba(0,0,0,.35);
  box-shadow: 0 12px 18px 0 rgba(0,0,0,.35)
}

.shadow-light-0 {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 15px 0 rgba(0,0,0,.3)
}

.shadow-inner {
  -webkit-box-shadow: inset 0 12px 15px 0 rgba(0,0,0,.75);
  -moz-box-shadow: inset 0 12px 15px 0 rgba(0,0,0,.75);
  box-shadow: inset 0 0 35px 5px rgba(0,0,0,.75)
}

.shadow-inner-light {
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 0 15px 0 rgba(0,0,0,.5);
  box-shadow: inset 0 -3px 15px 0 rgba(0,0,0,.5)
}

.shadow-inner-light2 {
  -webkit-box-shadow: inset 0 12px 15px 0 rgba(0,0,0,.4);
  -moz-box-shadow: inset 0 12px 15px 0 rgba(0,0,0,.4);
  box-shadow: inset 0 10px 15px 0 rgba(0,0,0,.4)
}

.shadow-inner-light3 {
  -webkit-box-shadow: inset 0 12px 12px 0 rgba(0,0,0,.4);
  -moz-box-shadow: inset 0 12px 12px 0 rgba(0,0,0,.4);
  box-shadow: inset 0 2px 12px 0 rgba(0,0,0,.4)
}

.shadow-inner-strong2 {
  -webkit-box-shadow: inset 0 0 75px 0 rgba(0,0,0,.9);
  -moz-box-shadow: inset 0 0 75px 0 rgba(0,0,0,.9);
  box-shadow: inset 0 0 75px 10px rgba(0,0,0,.9)
}

.shadow-inner-btn {
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,.75);
  -moz-box-shadow: inset 0 0 3px 0 rgba(0,0,0,.75);
  box-shadow: inset 0 0 3px 0 rgba(0,0,0,.75)
}

.shadow-img {
  -webkit-filter: drop-shadow(3px 5px 1px #222);
  filter: drop-shadow(3px 5px 1px #222)
}

.shadow-img1 {
  -webkit-filter: drop-shadow(0 1px 1px #000);
  filter: drop-shadow(0 1px 1px #000)
}

.shadow-img2 {
  -webkit-filter: drop-shadow(0 8px 4px #000);
  filter: drop-shadow(0 8px 4px #000)
}

.shadow-img3 {
  -webkit-filter: drop-shadow(0 15px 20px #000);
  filter: drop-shadow(0 15px 20px #000)
}

.shadow-img4 {
  -webkit-filter: drop-shadow(0 10px 10px #333);
  filter: drop-shadow(0 10px 10px #333)
}

.shadow-img5 {
  -webkit-filter: drop-shadow(0 10px 15px #111);
  filter: drop-shadow(0 10px 15px #111)
}

.shadow-img-light {
  -webkit-filter: drop-shadow(0 6px 5px #888);
  filter: drop-shadow(0 6px 5px #888)
}

.text-shadow {
  text-shadow: 2px 2px 4px #000
}

.text-shadow2 {
  text-shadow: 5px 6px 10px #000
}

.text-shadow3 {
  text-shadow: 1px 1px 4px rgba(0,0,0,.8)
}

.text-shadow4 {
  text-shadow: 8px 8px 20px rgba(0,0,0,.6)
}

.text-shadow5 {
  text-shadow: 0 1px 1px #222
}

.text-shadow6 {
  text-shadow: 2px 5px 1px rgba(0,0,0,.15)
}

.text-shadow-fine {
  text-shadow: 1px 1px 1px rgba(0,0,0,.9)
}

.text-bevel-fff {
  text-shadow: 0 1px 0 #fff
}

.text-bevel-ccc {
  text-shadow: 0 1px 0 #ccc
}

.text-bevel-ddd {
  text-shadow: 0 1px 0 #ddd
}

.text-bevel-eee {
  text-shadow: 0 1px 0 #eee
}

.text-bevel-aaa {
  text-shadow: 0 1px 0 #aaa
}

.text-bevel-none {
  text-shadow: none
}

.nunito,.nunito button,.nunito input,.nunito select {
  font-family: "Nunito Sans",sans-serif;
  font-display: block
}

.fs-170 {
  font-size: 170px
}

.fs-160 {
  font-size: 160px
}

.fs-150 {
  font-size: 150px
}

.fs-140 {
  font-size: 140px
}

.fs-130 {
  font-size: 130px
}

.fs-120 {
  font-size: 120px
}

.fs-110 {
  font-size: 110px
}

.fs-125 {
  font-size: 105px;
  line-height: 1em
}

.fs-100 {
  font-size: 100px;
  line-height: 1em
}

.fs-90 {
  font-size: 90px
}

.fs-80 {
  font-size: 80px
}

.fs-70 {
  font-size: 70px
}

.fs-60 {
  font-size: 60px
}

.fs-50 {
  font-size: 50px
}

.fs-46 {
  font-size: 46px
}

.fs-40 {
  font-size: 40px
}

.fs-36 {
  font-size: 36px
}

.fs-34 {
  font-size: 34px
}

.fs-32 {
  font-size: 32px
}

.fs-30 {
  font-size: 30px
}

.fs-26 {
  font-size: 26px
}

.fs-24 {
  font-size: 24px
}

.fs-22 {
  font-size: 22px
}

.fs-20 {
  font-size: 20px
}

.fs-18 {
  font-size: 18px
}

.fs-16 {
  font-size: 16px;
  line-height: 21px
}

.fs-15 {
  font-size: 15px;
  line-height: 19px
}

.fs-14 {
  font-size: 14px;
  line-height: 18px
}

.fs-13 {
  font-size: 13px
}

.fs-12 {
  font-size: 12px;
  line-height: 16px
}

.fs-11 {
  font-size: 11px;
  line-height: 14px
}

.fs-10 {
  font-size: 10px;
  line-height: 14px
}

.fs-24-static {
  font-size: 24px
}

.fs-18-static {
  font-size: 18px
}

.fs-16-static {
  font-size: 16px
}

.fs-15-static {
  font-size: 15px
}

.fs-14-static {
  font-size: 14px
}

.fs-12-static {
  font-size: 12px!important
}

.fs-10vw {
  font-size: 10vw
}

.fs-95vw {
  font-size: 9.5vw
}

.fs-9vw {
  font-size: 9vw
}

.fs-85vw {
  font-size: 8.5vw
}

.fs-8vw {
  font-size: 8vw
}

.fs-75vw {
  font-size: 7.5vw
}

.fs-7vw {
  font-size: 7vw
}

.fs-65vw {
  font-size: 6.5vw
}

.fs-6vw {
  font-size: 6vw
}

.fs-55vw {
  font-size: 5.5vw
}

.fs-5vw {
  font-size: 5vw
}

.fs-45vw {
  font-size: 4.5vw
}

.fs-4vw {
  font-size: 4vw
}

.fs-35vw {
  font-size: 3.5vw
}

.fs-3vw {
  font-size: 3vw
}

.fs-25vw {
  font-size: 2.5vw
}

.fs-2vw {
  font-size: 2vw
}

.fs-15vw {
  font-size: 1.5vw
}

.fs-1vw {
  font-size: 1vw
}

.fs-11x {
  font-size: 1.1em
}

.fs-12x {
  font-size: 1.2em
}

.fs-13x {
  font-size: 1.3em
}

.fs-14x {
  font-size: 1.4em
}

.fs-15x {
  font-size: 1.5em
}

.fs-175x {
  font-size: 1.75em
}

.fs-2x {
  font-size: 2em
}

.fs-25x {
  font-size: 2.5em
}

.fs-3x {
  font-size: 3em
}

.lh-1 {
  line-height: 1em
}

.lh-11 {
  line-height: 1.1em
}

.lh-12 {
  line-height: 1.2em
}

.lh-13 {
  line-height: 1.3em
}

.lh-14 {
  line-height: 1.4em
}

.lh-15 {
  line-height: 1.5em
}

.lh-16 {
  line-height: 1.6em
}

.lh-17 {
  line-height: 1.7em
}

.lh-18 {
  line-height: 1.8em
}

.lh-19 {
  line-height: 1.9em
}

.lh-20 {
  line-height: 2em
}

.lh-22 {
  line-height: 2.2em
}

.fw-700 {
  font-weight: 700!important
}

.fw-500 {
  font-weight: 500!important
}

.fw-400 {
  font-weight: 400!important
}

.fw-300 {
  font-weight: 300!important
}

.fw-200 {
  font-weight: 200!important
}

.fw-100 {
  font-weight: 100!important
}

.text-tracked {
  letter-spacing: .5em
}

.text-tracked-1 {
  letter-spacing: .1em
}

.text-tracked-2 {
  letter-spacing: .2em
}

.text-tracked-3 {
  letter-spacing: .3em
}

.text-tracked-4 {
  letter-spacing: .4em
}

.text-tracked-5 {
  letter-spacing: .5em
}

.text-untracked {
  letter-spacing: 0
}

.text-rotate-5 {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg)
}

.text-rotate-3 {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.text-rotate-2 {
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg)
}

.rotate-180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.aaa,a.aaa {
  color: #aaa!important
}

.bbb,a.bbb {
  color: #aaa!important
}

.ccc,a.ccc {
  color: #ccc!important
}

.ddd,a.ddd {
  color: #ccc!important
}

.eee,a.eee {
  color: #eee!important
}

.fff,a.fff {
  color: #fff!important
}

.fc-000 {
  color: #000
}

.fc-111 {
  color: #111
}

.fc-222 {
  color: #222
}

.fc-333 {
  color: #333
}

.fc-444 {
  color: #444
}

.fc-555 {
  color: #555
}

.fc-666 {
  color: #666
}

.fc-777 {
  color: #777
}

.fc-888 {
  color: #888
}

.fc-999 {
  color: #999
}

.fc-red {
  color: #a30002
}

.yellow,a.yellow {
  color: #e3c970
}

.yellow-light,a.yellow-light {
  color: #c1b7a2
}

.yellow2,a.yellow2 {
  color: #fdec4f
}

.blue,a.blue {
  color: #e4e6ff
}

.blue-light,a.blue-light {
  color: #93c8f9
}

.blue-dark,a.blue-dark {
  color: #0439c0
}

.green,a.green {
  color: #009c25
}

.green-light,a.green-light {
  color: #9ee3a6
}

.yellow,a.yellow {
  color: #e3c970
}

.yellow-light,a.yellow-light {
  color: #e3dc9e
}

.peach,a.peach {
  color: #c1b7a2
}

.red-light,a.red-light {
  color: #f39092
}

.red {
  color: #7a0002
}

.rounded {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important
}

.rounded-0 {
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important
}

.rounded-5 {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important
}

.rounded-10 {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important
}

.rounded-15 {
  -webkit-border-radius: 15px!important;
  -moz-border-radius: 15px!important;
  border-radius: 15px!important
}

.rounded-25 {
  -webkit-border-radius: 25px!important;
  -moz-border-radius: 25px!important;
  border-radius: 25px!important
}

.rounded-15-tr {
  -webkit-border-radius: 0 15px 0 0!important;
  -moz-border-radius: 0 15px 0 0!important;
  border-radius: 0 15px 0 0!important
}

.rounded-15-tr-bl {
  -webkit-border-radius: 0 15px 0 15px!important;
  -moz-border-radius: 0 15px 0 15px!important;
  border-radius: 0 15px 0 15px!important
}

.rounded-15-tr-br {
  -webkit-border-radius: 0 15px 15px 0!important;
  -moz-border-radius: 0 15px 15px 0!important;
  border-radius: 0 15px 15px 0!important
}

.rounded-15-br-bl {
  -webkit-border-radius: 0 0 15px 15px!important;
  -moz-border-radius: 0 0 15px 15px!important;
  border-radius: 0 0 15px 15px!important
}

.rounded-25-tr {
  -webkit-border-radius: 0 25px 0 0!important;
  -moz-border-radius: 0 25px 0 0!important;
  border-radius: 0 25px 0 0!important
}

.b-none {
  border: none!important
}

.b-000 {
  border: 1px solid #000
}

.b-111 {
  border: 1px solid #111
}

.b-222 {
  border: 1px solid #222
}

.b-333 {
  border: 1px solid #333
}

.b-444 {
  border: 1px solid #444
}

.b-555 {
  border: 1px solid #555
}

.b-666 {
  border: 1px solid #666
}

.b-777 {
  border: 1px solid #777
}

.b-888 {
  border: 1px solid #888
}

.b-999 {
  border: 1px solid #999
}

.b-fff {
  border: 1px solid #fff
}

.b-eee {
  border: 1px solid #eee
}

.b-ddd {
  border: 1px solid #ddd
}

.b-ccc {
  border: 1px solid #ccc
}

.b-bbb {
  border: 1px solid #bbb
}

.b-aaa {
  border: 1px solid #aaa
}

.b-red {
  border: 1px solid #c70003
}

.bt-000 {
  border-top: 1px solid #000
}

.bt-111 {
  border-top: 1px solid #111
}

.bt-222 {
  border-top: 1px solid #222
}

.bt-333 {
  border-top: 1px solid #333
}

.bt-444 {
  border-top: 1px solid #444
}

.bt-555 {
  border-top: 1px solid #555
}

.bt-666 {
  border-top: 1px solid #666
}

.bt-777 {
  border-top: 1px solid #777
}

.bt-888 {
  border-top: 1px solid #888
}

.bt-999 {
  border-top: 1px solid #999
}

.bt-aaa {
  border-top: 1px solid #aaa
}

.bt-eee {
  border-top: 1px solid #eee
}

.bt-ccc {
  border-top: 1px solid #ccc
}

.bt-fff {
  border-top: 1px solid #fff
}

.bb-000 {
  border-bottom: 1px solid #000
}

.bb-111 {
  border-bottom: 1px solid #111
}

.bb-222 {
  border-bottom: 1px solid #222
}

.bb-333 {
  border-bottom: 1px solid #333
}

.bb-444 {
  border-bottom: 1px solid #444
}

.bb-555 {
  border-bottom: 1px solid #555
}

.bb-666 {
  border-bottom: 1px solid #666
}

.bb-777 {
  border-bottom: 1px solid #777
}

.bb-888 {
  border-bottom: 1px solid #888
}

.bb-999 {
  border-bottom: 1px solid #999
}

.bb-fff {
  border-bottom: 1px solid #fff
}

.bb-eee {
  border-bottom: 1px solid #eee
}

.bb-ddd {
  border-bottom: 1px solid #ddd
}

.bb-ccc {
  border-bottom: 1px solid #ccc
}

.bb-bbb {
  border-bottom: 1px solid #bbb
}

.bb-aaa {
  border-bottom: 1px solid #aaa
}

.br-000 {
  border-right: 1px solid #000
}

.br-111 {
  border-right: 1px solid #111
}

.br-222 {
  border-right: 1px solid #222
}

.br-333 {
  border-right: 1px solid #333
}

.br-444 {
  border-right: 1px solid #444
}

.br-555 {
  border-right: 1px solid #555
}

.br-666 {
  border-right: 1px solid #666
}

.br-777 {
  border-right: 1px solid #777
}

.br-888 {
  border-right: 1px solid #888
}

.br-999 {
  border-right: 1px solid #999
}

.br-fff {
  border-right: 1px solid #fff
}

.br-eee {
  border-right: 1px solid #eee
}

.br-ddd {
  border-right: 1px solid #ddd
}

.br-ccc {
  border-right: 1px solid #ccc
}

.br-bbb {
  border-right: 1px solid #bbb
}

.br-aaa {
  border-right: 1px solid #aaa
}

.bl-000 {
  border-left: 1px solid #000
}

.bl-111 {
  border-left: 1px solid #111
}

.bl-222 {
  border-left: 1px solid #222
}

.bl-333 {
  border-left: 1px solid #333
}

.bl-444 {
  border-left: 1px solid #444
}

.bl-555 {
  border-left: 1px solid #555
}

.bl-666 {
  border-left: 1px solid #666
}

.bl-777 {
  border-left: 1px solid #777
}

.bl-888 {
  border-left: 1px solid #888
}

.bl-999 {
  border-left: 1px solid #999
}

.bl-fff {
  border-left: 1px solid #fff
}

.bl-eee {
  border-left: 1px solid #eee
}

.bl-ddd {
  border-left: 1px solid #ddd
}

.bl-ccc {
  border-left: 1px solid #ccc
}

.bl-bbb {
  border-left: 1px solid #bbb
}

.bl-aaa {
  border-left: 1px solid #aaa
}

.bg-none {
  background: 0 0!important
}

.bg-000 {
  background-color: #000
}

.bg-111 {
  background-color: #111
}

.bg-161 {
  background-color: #161616
}

.bg-222 {
  background-color: #222
}

.bg-252 {
  background-color: #252525
}

.bg-333 {
  background-color: #333
}

.bg-363 {
  background-color: #363636
}

.bg-444 {
  background-color: #444
}

.bg-454 {
  background-color: #454545
}

.bg-464 {
  background-color: #464646
}

.bg-555 {
  background-color: #555
}

.bg-565 {
  background-color: #565656
}

.bg-666 {
  background-color: #666
}

.bg-656 {
  background-color: #656565
}

.bg-777 {
  background-color: #777
}

.bg-888 {
  background-color: #888
}

.bg-999 {
  background-color: #999
}

.bg-aaa {
  background-color: #aaa
}

.bg-eee {
  background-color: #eee
}

.bg-ccc {
  background-color: #ccc
}

.bg-ddd {
  background-color: #ddd
}

.bg-fff {
  background-color: #fff
}

.bg-blue-dark {
  background-color: #111216
}

.bg-pos-fixed {
  background-attachment: fixed
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-repeat-x {
  background-repeat: repeat-x
}

.bg-pos-tr {
  background-position: top right
}

.bg-pos-tc {
  background-position: top center
}

.bg-pos-br {
  background-position: bottom right
}

.bg-pos-bl {
  background-position: bottom left
}

.bg-size-auto {
  background-size: auto
}

.bg-size-100 {
  background-size: 100%
}

.bg-size-120 {
  background-size: 120%
}

.bg-size-150 {
  background-size: 150%
}

.bg-size-175 {
  background-size: 175%
}

.bg-size-200 {
  background-size: 200%
}

.bg-size-100px {
  background-size: 100px
}

.bg-size-125px {
  background-size: 125px
}

.bg-size-150px {
  background-size: 150px
}

.bg-size-175px {
  background-size: 175px
}

.bg-size-200px {
  background-size: 200px
}

.bg-size-250px {
  background-size: 250px
}

.bg-size-300px {
  background-size: 300px
}

.bg-size-350px {
  background-size: 350px
}

.bg-size-400px {
  background-size: 400px
}

.bg-size-450px {
  background-size: 450px
}

.bg-size-500px {
  background-size: 500px
}

.bg-size-550px {
  background-size: 550px
}

.bg-size-600px {
  background-size: 600px
}

.bg-size-650px {
  background-size: 650px
}

.bg-size-700px {
  background-size: 700px
}

.bg-size-800px {
  background-size: 800px
}

.bg-size-900px {
  background-size: 900px
}

.bg-size-1000px {
  background-size: 1000px
}

.bg-size-1100px {
  background-size: 1100px
}

.bg-size-1200px {
  background-size: 1200px
}

.bg-size-1300px {
  background-size: 1300px
}

.bg-size-1400px {
  background-size: 1400px
}

.bg-size-1500px {
  background-size: 1500px
}

.bg-size-1600px {
  background-size: 1600px
}

.bg-size-1650px {
  background-size: 1650px
}

.bg-size-1675px {
  background-size: 1675px
}

.bg-size-1700px {
  background-size: 1700px
}

.bg-size-1750px {
  background-size: 1750px
}

.bg-size-1920px {
  background-size: 1920px
}

.bg-push-top-25px {
  background-position-y: 25px
}

.bg-push-top-50px {
  background-position-y: 50px
}

.bg-push-top-75px {
  background-position-y: 75px
}

.bg-push-20 {
  background-position: -20% 0
}

.bg-push-30 {
  background-position: -30% 0
}

.bg-push-40 {
  background-position: -40% 0
}

.bg-push-50 {
  background-position: -50% 0
}

.bg-push-60 {
  background-position: -60% 0
}

.bg-push-70 {
  background-position: -70% 0
}

.bg-push-80 {
  background-position: -80% 0
}

.bg-push-90 {
  background-position: -90% 0
}

.bg-faded {
  background-color: rgba(0,0,0,.8)
}

.bg-faded-9 {
  background-color: rgba(0,0,0,.9)
}

.bg-faded-8 {
  background-color: rgba(0,0,0,.8)
}

.bg-faded-7 {
  background-color: rgba(0,0,0,.7)
}

.bg-faded-6 {
  background-color: rgba(0,0,0,.6)
}

.bg-faded-5 {
  background-color: rgba(0,0,0,.5)
}

.bg-faded-4 {
  background-color: rgba(0,0,0,.4)
}

.bg-faded-3 {
  background-color: rgba(0,0,0,.3)
}

.bg-faded-2 {
  background-color: rgba(0,0,0,.2)
}

.bg-faded-1 {
  background-color: rgba(0,0,0,.1)
}

.bg-fff-faded-9 {
  background-color: rgba(255,255,255,.9)
}

.bg-fff-faded-8 {
  background-color: rgba(255,255,255,.8)
}

.bg-fff-faded-7 {
  background-color: rgba(255,255,255,.7)
}

.bg-fff-faded-6 {
  background-color: rgba(255,255,255,.6)
}

.bg-fff-faded-5 {
  background-color: rgba(255,255,255,.5)
}

.bg-fff-faded-4 {
  background-color: rgba(255,255,255,.4)
}

.bg-fff-faded-3 {
  background-color: rgba(255,255,255,.3)
}

.bg-fff-faded-2 {
  background-color: rgba(255,255,255,.2)
}

.bg-fff-faded-1 {
  background-color: rgba(255,255,255,.1)
}

.bg-fff-faded-05 {
  background-color: rgba(255,255,255,.05)
}

.pt-30p {
  padding-top: 30%
}

.pt-25p {
  padding-top: 25%
}

.pt-20p {
  padding-top: 20%
}

.pt-10p {
  padding-top: 10%
}

@media (min-width:1945px) {
  .container-fluid {
    width: 1920px!important;
    border: 1px solid #333;
    border-width: 0 1px;
    margin: 0 auto!important;
    -webkit-box-shadow: 0 0 45px 20px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 45px 20px rgba(0,0,0,.75);
    box-shadow: 0 0 45px 20px rgba(0,0,0,.75)
  }

  .display-1 {
    font-size: 50px
  }

  body#account {
    background: #aaa!important
  }

  body#account #account-container {
    border: none;
    border-width: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }
}

@media (max-width:1945px) {
  .container-fluid {
    width: 100%!important;
    margin: 0!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .display-1 {
    font-size: 3.2vw
  }

  header h1.fs-125 {
    font-size: 6.4vw;
    line-height: 1em
  }

  header h2.fs-32 {
    font-size: 1.46vw;
    line-height: 1em
  }
}

@media (max-width:1600px) {
  .fs-xl-10vw {
    font-size: 10vw
  }

  .fs-xl-95vw {
    font-size: 9.5vw
  }

  .fs-xl-9vw {
    font-size: 9vw
  }

  .fs-xl-85vw {
    font-size: 8.5vw
  }

  .fs-xl-8vw {
    font-size: 8vw
  }

  .fs-xl-75vw {
    font-size: 7.5vw
  }

  .fs-xl-7vw {
    font-size: 7vw
  }

  .fs-xl-65vw {
    font-size: 6.5vw
  }

  .fs-xl-6vw {
    font-size: 6vw
  }

  .fs-xl-55vw {
    font-size: 5.5vw
  }

  .fs-xl-5vw {
    font-size: 5vw
  }

  .fs-xl-45vw {
    font-size: 4.5vw
  }

  .fs-xl-4vw {
    font-size: 4vw
  }

  .fs-xl-35vw {
    font-size: 3.5vw
  }

  .fs-xl-3vw {
    font-size: 3vw
  }

  .fs-xl-25vw {
    font-size: 2.5vw
  }

  .fs-xl-2vw {
    font-size: 2vw
  }

  .fs-xl-15vw {
    font-size: 1.5vw
  }

  .fs-xl-1vw {
    font-size: 1vw
  }

  .fs-xl-12 {
    font-size: 12px
  }

  .fs-xl-13 {
    font-size: 13px
  }

  .fs-xl-14 {
    font-size: 14px
  }

  .fs-xl-15 {
    font-size: 15px
  }

  .fs-xl-16 {
    font-size: 16px
  }

  .fs-xl-18 {
    font-size: 18px
  }

  .fs-xl-20 {
    font-size: 20px
  }

  .fs-xl-24 {
    font-size: 24px
  }

  .fs-xl-30 {
    font-size: 30px
  }

  .fs-xl-32 {
    font-size: 32px
  }

  .fs-xl-42 {
    font-size: 42px
  }

  .fs-xl-50 {
    font-size: 50px
  }

  .text-xl-untracked {
    letter-spacing: 0
  }

  .w-xl-5 {
    width: 5%
  }

  .w-xl-10 {
    width: 10%
  }

  .w-xl-15 {
    width: 15%
  }

  .w-xl-17 {
    width: 17%
  }

  .w-xl-20 {
    width: 20%
  }

  .w-xl-25p {
    width: 25%
  }

  .w-xl-30 {
    width: 30%
  }

  .w-xl-35 {
    width: 35%
  }

  .w-xl-40 {
    width: 40%
  }

  .w-xl-45 {
    width: 45%
  }

  .w-xl-50p {
    width: 50%
  }

  .w-xl-55 {
    width: 55%
  }

  .w-xl-60 {
    width: 60%
  }

  .w-xl-65 {
    width: 65%
  }

  .w-xl-70 {
    width: 70%
  }

  .w-xl-75 {
    width: 75%
  }

  .w-xl-80 {
    width: 80%
  }

  .w-xl-85 {
    width: 85%
  }

  .w-xl-90 {
    width: 90%
  }

  .w-xl-95 {
    width: 95%
  }

  .w-xl-100p {
    width: 100%
  }

  .w-xl-auto {
    width: auto
  }

  .w-xl-100px {
    width: 100px
  }

  .w-xl-125px {
    width: 125px
  }

  .w-xl-150px {
    width: 150px
  }

  .w-xl-175px {
    width: 175px
  }

  .w-xl-200px {
    width: 200px
  }

  .w-xl-900px {
    width: 900px
  }

  .w-xl-950px {
    width: 950px
  }

  .w-xl-1000px {
    width: 1000px
  }

  .w-xl-1050px {
    width: 1050px
  }

  .w-xl-1100px {
    width: 1100px
  }

  .w-xl-1150px {
    width: 1150px
  }

  .w-xl-1200px {
    width: 1200px
  }

  .w-xl-1250px {
    width: 1250px
  }

  .w-xl-1300px {
    width: 1300px
  }

  .w-xl-1350px {
    width: 1350px
  }

  .w-xl-1400px {
    width: 1400px
  }

  .w-xl-1450px {
    width: 1450px
  }

  .w-xl-1500px {
    width: 1500px
  }

  .w-xl-1550px {
    width: 1550px
  }

  .w-xl-850px {
    width: 850px
  }

  .w-xl-800px {
    width: 800px
  }

  .w-xl-700px {
    width: 700px
  }

  .w-xl-600px {
    width: 600px
  }

  .w-xl-550px {
    width: 550px
  }

  .w-xl-500px {
    width: 500px
  }

  .w-xl-450px {
    width: 450px
  }

  .w-xl-400px {
    width: 400px
  }

  .w-xl-350px {
    width: 350px
  }

  .w-xl-300px {
    width: 300px
  }

  .w-xl-275px {
    width: 275px
  }

  .w-xl-250px {
    width: 250px
  }

  .w-xl-225px {
    width: 225px
  }

  .w-xl-200px {
    width: 200px
  }

  .w-xl-150px {
    width: 150px
  }

  .offset-xl-80p {
    margin-left: 80%
  }

  .offset-xl-75p {
    margin-left: 75%
  }

  .offset-xl-60p {
    margin-left: 60%
  }

  .offset-xl-55p {
    margin-left: 55%
  }

  .offset-xl-50p {
    margin-left: 50%
  }

  .offset-xl-45p {
    margin-left: 45%
  }

  .offset-xl-40p {
    margin-left: 40%
  }

  .offset-xl-35p {
    margin-left: 35%
  }

  .offset-xl-30p {
    margin-left: 30%
  }

  .offset-xl-25p {
    margin-left: 25%
  }

  .offset-xl-20p {
    margin-left: 20%
  }

  .offset-xl-15p {
    margin-left: 15%
  }

  .offset-xl-10p {
    margin-left: 10%
  }

  .offset-xl-8p {
    margin-left: 8%
  }

  .offset-xl-7p {
    margin-left: 7%
  }

  .offset-xl-5p {
    margin-left: 5%
  }

  .offset-xl-3p {
    margin-left: 3%
  }

  .offset-xl-2p {
    margin-left: 2%
  }

  .offset-xl-1p {
    margin-left: 1%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-auto {
    margin-left: auto;
    margin-right: auto
  }

  .bg-xl-push-5 {
    background-position: -5% 0
  }

  .bg-xl-push-10 {
    background-position: -10% 0
  }

  .bg-xl-push-20 {
    background-position: -20% 0
  }

  .bg-xl-push-30 {
    background-position: -30% 0
  }

  .bg-xl-push-40 {
    background-position: -40% 0
  }

  .bg-xl-push-50 {
    background-position: -50% 0
  }

  .bg-xl-push-60 {
    background-position: -60% 0
  }

  .bg-xl-push-70 {
    background-position: -70% 0
  }

  .bg-xl-push-80 {
    background-position: -80% 0
  }

  .bg-xl-push-90 {
    background-position: -90% 0
  }

  .bg-xl-size-450px {
    background-size: 450px
  }

  .bg-xl-size-1000px {
    background-size: 1000px
  }

  .bg-xl-size-1100px {
    background-size: 1100px
  }

  .bg-xl-size-1200px {
    background-size: 1200px
  }

  .bg-xl-size-1300px {
    background-size: 1300px
  }

  .bg-xl-size-1400px {
    background-size: 1400px
  }

  .bg-xl-size-1500px {
    background-size: 1500px
  }

  .bg-xl-size-1600px {
    background-size: 1600px
  }

  .bg-xl-size-80 {
    background-size: 80%
  }

  .bg-xl-size-100 {
    background-size: 100%
  }

  .bg-xl-size-105 {
    background-size: 105%
  }

  .bg-xl-size-110 {
    background-size: 110%
  }

  .bg-xl-size-120 {
    background-size: 120%
  }

  .bg-xl-size-auto {
    background-size: auto
  }

  .bg-xl-pos-b {
    background-position-y: bottom
  }

  .mw-xl-auto {
    min-width: auto
  }

  .h-xl-auto {
    height: auto
  }

  .h-xl-25px {
    height: 25px
  }

  .h-xl-50px {
    height: 50px
  }

  .h-xl-80px {
    height: 80px
  }

  .h-xl-100px {
    height: 100px
  }

  .h-xl-150px {
    height: 150px
  }

  .h-xl-175px {
    height: 175px
  }

  .h-xl-200px {
    height: 200px
  }

  .h-xl-250px {
    height: 250px
  }

  .h-xl-300px {
    height: 300px
  }

  .h-xl-350px {
    height: 350px
  }

  .h-xl-400px {
    height: 400px
  }

  .h-xl-425px {
    height: 425px
  }

  .h-xl-450px {
    height: 450px
  }

  .h-xl-475px {
    height: 475px
  }

  .h-xl-500px {
    height: 500px
  }

  .h-xl-550px {
    height: 550px
  }

  .h-xl-600px {
    height: 600px
  }

  .h-xl-650px {
    height: 650px
  }

  .h-xl-700px {
    height: 700px
  }

  .h-xl-750px {
    height: 750px
  }

  .h-xl-800px {
    height: 800px
  }

  .h-xl-850px {
    height: 850px
  }

  .pos-xl-r-0 {
    right: 0
  }

  .pos-xl-absolute {
    position: absolute
  }

  .pos-xl-relative {
    position: relative
  }

  .hidden-xl {
    display: none
  }
}

@media (max-width:1366px) {
  header h1.fs-125 {
    font-size: 8vw
  }

  header h2.fs-32 {
    font-size: 1.7vw
  }

  .fs-32 {
    font-size: 28px
  }

  .fs-24 {
    font-size: 22px
  }

  .fs-18 {
    font-size: 16px
  }

  .fs-15,.fs-16 {
    font-size: 14px;
    line-height: 19px
  }

  .fs-lg-10vw {
    font-size: 10vw
  }

  .fs-lg-95vw {
    font-size: 9.5vw
  }

  .fs-lg-9vw {
    font-size: 9vw
  }

  .fs-lg-85vw {
    font-size: 8.5vw
  }

  .fs-lg-8vw {
    font-size: 8vw
  }

  .fs-lg-75vw {
    font-size: 7.5vw
  }

  .fs-lg-7vw {
    font-size: 7vw
  }

  .fs-lg-65vw {
    font-size: 6.5vw
  }

  .fs-lg-6vw {
    font-size: 6vw
  }

  .fs-lg-55vw {
    font-size: 5.5vw
  }

  .fs-lg-5vw {
    font-size: 5vw
  }

  .fs-lg-45vw {
    font-size: 4.5vw
  }

  .fs-lg-4vw {
    font-size: 4vw
  }

  .fs-lg-35vw {
    font-size: 3.5vw
  }

  .fs-lg-3vw {
    font-size: 3vw
  }

  .fs-lg-25vw {
    font-size: 2.5vw
  }

  .fs-lg-2vw {
    font-size: 2vw
  }

  .fs-lg-17vw {
    font-size: 1.7vw
  }

  .fs-lg-16vw {
    font-size: 1.6vw
  }

  .fs-lg-15vw {
    font-size: 1.5vw
  }

  .fs-lg-1vw {
    font-size: 1vw
  }

  .fs-lg-46 {
    font-size: 46px
  }

  .fs-lg-40 {
    font-size: 40px
  }

  .fs-lg-36 {
    font-size: 36px
  }

  .fs-lg-30 {
    font-size: 30px
  }

  .fs-lg-24 {
    font-size: 24px
  }

  .fs-lg-20 {
    font-size: 20px
  }

  .fs-lg-18 {
    font-size: 18px
  }

  .fs-lg-17 {
    font-size: 17px
  }

  .fs-lg-16 {
    font-size: 16px
  }

  .fs-lg-15 {
    font-size: 15px
  }

  .fs-lg-14 {
    font-size: 14px
  }

  .fs-lg-13 {
    font-size: 13px
  }

  .fs-lg-12 {
    font-size: 12px
  }

  .fs-lg-11 {
    font-size: 11px
  }

  .fs-lg-10 {
    font-size: 10px
  }

  .fw-lg-700 {
    font-weight: 700!important
  }

  .bg-lg-size-100 {
    background-size: 100%
  }

  .bg-lg-size-120 {
    background-size: 120%
  }

  .bg-lg-size-170 {
    background-size: 170%
  }

  .bg-lg-size-auto {
    background-size: auto
  }

  .bg-lg-size-75px {
    background-size: 75px
  }

  .bg-lg-size-100px {
    background-size: 100px
  }

  .bg-lg-size-125px {
    background-size: 125px
  }

  .bg-lg-size-150px {
    background-size: 150px
  }

  .bg-lg-size-200px {
    background-size: 200px
  }

  .bg-lg-size-250px {
    background-size: 250px
  }

  .bg-lg-size-300px {
    background-size: 300px
  }

  .bg-lg-size-350px {
    background-size: 350px
  }

  .bg-lg-size-400px {
    background-size: 400px
  }

  .bg-lg-size-500px {
    background-size: 500px
  }

  .bg-lg-size-600px {
    background-size: 600px
  }

  .bg-lg-size-700px {
    background-size: 700px
  }

  .bg-lg-size-800px {
    background-size: 800px
  }

  .bg-lg-size-900px {
    background-size: 900px
  }

  .bg-lg-size-1000px {
    background-size: 1000px
  }

  .bg-lg-size-1100px {
    background-size: 1100px
  }

  .bg-lg-size-1400px {
    background-size: 1400px
  }

  .bg-lg-size-1500px {
    background-size: 1500px
  }

  .bg-lg-size-1600px {
    background-size: 1600px
  }

  .bg-lg-push-top-50px {
    background-position-y: 50px
  }

  .bg-lg-pos-b {
    background-position-y: bottom
  }

  .w-lg-5 {
    width: 5%
  }

  .w-lg-10 {
    width: 10%
  }

  .w-lg-15 {
    width: 15%
  }

  .w-lg-20 {
    width: 20%
  }

  .w-lg-25p {
    width: 25%
  }

  .w-lg-30 {
    width: 30%
  }

  .w-lg-35 {
    width: 35%
  }

  .w-lg-40 {
    width: 40%
  }

  .w-lg-45 {
    width: 45%
  }

  .w-lg-50p {
    width: 50%
  }

  .w-lg-55 {
    width: 55%
  }

  .w-lg-60 {
    width: 60%
  }

  .w-lg-65 {
    width: 65%
  }

  .w-lg-70 {
    width: 70%
  }

  .w-lg-75p {
    width: 75%
  }

  .w-lg-80 {
    width: 80%
  }

  .w-lg-85 {
    width: 85%
  }

  .w-lg-90 {
    width: 90%
  }

  .w-lg-95 {
    width: 95%
  }

  .w-lg-96 {
    width: 96%
  }

  .w-lg-98 {
    width: 98%
  }

  .w-lg-100p {
    width: 100%
  }

  .w-lg-auto {
    width: auto
  }

  .w-lg-50px {
    width: 50px
  }

  .w-lg-75px {
    width: 75px
  }

  .w-lg-100px {
    width: 100px
  }

  .w-lg-125px {
    width: 125px
  }

  .w-lg-150px {
    width: 150px
  }

  .w-lg-160px {
    width: 160px
  }

  .w-lg-175px {
    width: 175px
  }

  .w-lg-200px {
    width: 200px
  }

  .w-lg-225px {
    width: 225px
  }

  .w-lg-250px {
    width: 250px
  }

  .w-lg-275px {
    width: 275px
  }

  .w-lg-300px {
    width: 300px
  }

  .w-lg-350px {
    width: 350px
  }

  .w-lg-400px {
    width: 400px
  }

  .w-lg-450px {
    width: 450px
  }

  .w-lg-475px {
    width: 475px
  }

  .w-lg-500px {
    width: 500px
  }

  .w-lg-550px {
    width: 550px
  }

  .w-lg-600px {
    width: 600px
  }

  .w-lg-700px {
    width: 700px
  }

  .w-lg-750px {
    width: 750px
  }

  .w-lg-800px {
    width: 800px
  }

  .w-lg-850px {
    width: 850px
  }

  .w-lg-900px {
    width: 900px
  }

  .w-lg-1000px {
    width: 1000px
  }

  .w-lg-1050px {
    width: 1050px
  }

  .mw-lg-auto {
    min-width: auto
  }

  .mw-lg-130px {
    min-width: 130px
  }

  .mw-lg-140px {
    min-width: 140px
  }

  .mw-lg-150px {
    min-width: 150px
  }

  .mw-lg-200px {
    min-width: 200px
  }

  .h-lg-auto {
    height: auto
  }

  .col-lg-full-auto {
    -webkit-box-flex: 1 1 auto!important;
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .h-lg-25px {
    height: 25px
  }

  .h-lg-50px {
    height: 50px
  }

  .h-lg-75px {
    height: 75px
  }

  .h-lg-80px {
    height: 80px
  }

  .h-lg-100px {
    height: 100px
  }

  .h-lg-100px {
    height: 100px
  }

  .h-lg-125px {
    height: 125px
  }

  .h-lg-150px {
    height: 150px
  }

  .h-lg-175px {
    height: 175px
  }

  .h-lg-200px {
    height: 200px
  }

  .h-lg-250px {
    height: 250px
  }

  .h-lg-300px {
    height: 300px
  }

  .h-lg-350px {
    height: 350px
  }

  .h-lg-375px {
    height: 375px
  }

  .h-lg-400px {
    height: 400px
  }

  .h-lg-450px {
    height: 450px
  }

  .h-lg-475px {
    height: 475px
  }

  .h-lg-500px {
    height: 500px
  }

  .h-lg-550px {
    height: 550px
  }

  .h-lg-600px {
    height: 600px
  }

  .text-lg-untracked {
    letter-spacing: 0
  }

  .lg-inline {
    display: inline
  }

  .offset-lg-80p {
    margin-left: 80%
  }

  .offset-lg-75p {
    margin-left: 75%
  }

  .offset-lg-75p {
    margin-left: 75%
  }

  .offset-lg-60p {
    margin-left: 60%
  }

  .offset-lg-55p {
    margin-left: 55%
  }

  .offset-lg-50p {
    margin-left: 50%
  }

  .offset-lg-45p {
    margin-left: 45%
  }

  .offset-lg-40p {
    margin-left: 40%
  }

  .offset-lg-35p {
    margin-left: 35%
  }

  .offset-lg-30p {
    margin-left: 30%
  }

  .offset-lg-25p {
    margin-left: 25%
  }

  .offset-lg-20p {
    margin-left: 20%
  }

  .offset-lg-15p {
    margin-left: 15%
  }

  .offset-lg-10p {
    margin-left: 10%
  }

  .offset-lg-7p {
    margin-left: 7%
  }

  .offset-lg-5p {
    margin-left: 5%
  }

  .offset-lg-3p {
    margin-left: 3%
  }

  .offset-lg-2p {
    margin-left: 2%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-auto {
    margin-left: auto;
    margin-right: auto
  }

  .bg-lg-faded {
    background-color: rgba(0,0,0,.8)
  }

  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 30
  }

  .py-lg-30 {
    padding-top: 20px;
    padding-bottom: 30
  }

  .pos-lg-absolute {
    position: absolute
  }

  .pos-lg-relative {
    position: relative
  }

  .pos-lg-r-0 {
    right: 0
  }

  .pos-lg-t-110 {
    top: 110px
  }

  .pos-lg-t-100 {
    top: 100px
  }

  .pos-lg-t-90 {
    top: 90px
  }

  .pos-lg-t-80 {
    top: 80px
  }

  .pos-lg-t-75 {
    top: 75px
  }

  .pos-lg-t-70 {
    top: 70px
  }

  .pos-lg-t-60 {
    top: 60px
  }

  .pos-lg-t-50 {
    top: 50px
  }

  .pos-lg-t-40 {
    top: 40px
  }

  .pos-lg-t-30 {
    top: 30px
  }

  .pos-lg-t-20 {
    top: 20px
  }

  .pos-lg-t-10 {
    top: 10px
  }

  .pos-lg-t-0 {
    top: 0
  }

  .hidden-lg {
    display: none
  }
}

@media (max-width:1050px) {
  header h1.fs-125 {
    font-size: 8.5vw
  }

  header h2.fs-32 {
    font-size: 2vw
  }

  .fs-md-18vw {
    font-size: 18vw
  }

  .fs-md-17vw {
    font-size: 17vw
  }

  .fs-md-16vw {
    font-size: 16vw
  }

  .fs-md-14vw {
    font-size: 14vw
  }

  .fs-md-13vw {
    font-size: 13vw
  }

  .fs-md-12vw {
    font-size: 12vw
  }

  .fs-md-11vw {
    font-size: 11vw
  }

  .fs-md-10vw {
    font-size: 10vw
  }

  .fs-md-95vw {
    font-size: 9.5vw
  }

  .fs-md-9vw {
    font-size: 9vw
  }

  .fs-md-85vw {
    font-size: 8.5vw
  }

  .fs-md-8vw {
    font-size: 8vw
  }

  .fs-md-75vw {
    font-size: 7.5vw
  }

  .fs-md-7vw {
    font-size: 7vw
  }

  .fs-md-65vw {
    font-size: 6.5vw
  }

  .fs-md-6vw {
    font-size: 6vw
  }

  .fs-md-55vw {
    font-size: 5.5vw
  }

  .fs-md-5vw {
    font-size: 5vw
  }

  .fs-md-45vw {
    font-size: 4.5vw
  }

  .fs-md-4vw {
    font-size: 4vw
  }

  .fs-md-35vw {
    font-size: 3.5vw
  }

  .fs-md-3vw {
    font-size: 3vw
  }

  .fs-md-25vw {
    font-size: 2.5vw
  }

  .fs-md-2vw {
    font-size: 2vw
  }

  .fs-md-15vw {
    font-size: 1.5vw
  }

  .fs-md-1vw {
    font-size: 1vw
  }

  .fs-md-10 {
    font-size: 10px
  }

  .fs-md-11 {
    font-size: 11px
  }

  .fs-md-12 {
    font-size: 12px
  }

  .fs-md-13 {
    font-size: 13px
  }

  .fs-md-14 {
    font-size: 14px
  }

  .fs-md-15 {
    font-size: 15px
  }

  .fs-md-16 {
    font-size: 16px
  }

  .fs-md-18 {
    font-size: 18px
  }

  .fs-md-20 {
    font-size: 20px
  }

  .fs-md-24 {
    font-size: 24px
  }

  .fs-md-30 {
    font-size: 30px
  }

  .fs-md-36 {
    font-size: 36px
  }

  .fs-md-40 {
    font-size: 40px
  }

  .fs-md-46 {
    font-size: 46px
  }

  .fw-md-400 {
    font-weight: 400
  }

  .text-center-md {
    text-align: center
  }

  .text-left-md {
    text-align: left
  }

  .text-right-md {
    text-align: right
  }

  .text-md-untracked {
    letter-spacing: 0
  }

  .text-md-tracked-0 {
    letter-spacing: 0
  }

  .text-md-tracked-1 {
    letter-spacing: .1em
  }

  .text-md-tracked-2 {
    letter-spacing: .2em
  }

  .bg-md-push-20 {
    background-position: -20% 0
  }

  .bg-md-r {
    background-position-x: right
  }

  .bg-md-tr {
    background-position: top right
  }

  .w-md-5 {
    width: 5%
  }

  .w-md-10 {
    width: 10%
  }

  .w-md-15 {
    width: 15%
  }

  .w-md-20 {
    width: 20%
  }

  .w-md-25p {
    width: 25%
  }

  .w-md-30 {
    width: 30%
  }

  .w-md-35 {
    width: 35%
  }

  .w-md-40 {
    width: 40%
  }

  .w-md-45 {
    width: 45%
  }

  .w-md-50p {
    width: 50%
  }

  .w-md-55 {
    width: 55%
  }

  .w-md-60 {
    width: 60%
  }

  .w-md-65 {
    width: 65%
  }

  .w-md-70 {
    width: 70%
  }

  .w-md-75p {
    width: 75%
  }

  .w-md-80 {
    width: 80%
  }

  .w-md-85 {
    width: 85%
  }

  .w-md-90 {
    width: 90%
  }

  .w-md-95 {
    width: 95%
  }

  .w-md-100p {
    width: 100%
  }

  .w-md-auto {
    width: auto
  }

  .w-md-25px {
    width: 25px
  }

  .w-md-50px {
    width: 50px
  }

  .w-md-75px {
    width: 75px
  }

  .w-md-100px {
    width: 100px
  }

  .w-md-125px {
    width: 125px
  }

  .w-md-150px {
    width: 150px
  }

  .w-md-175px {
    width: 175px
  }

  .w-md-200px {
    width: 200px
  }

  .w-md-250px {
    width: 250px
  }

  .w-md-275px {
    width: 275px
  }

  .w-md-300px {
    width: 300px
  }

  .w-md-350px {
    width: 350px
  }

  .w-md-400px {
    width: 400px
  }

  .w-md-425px {
    width: 425px
  }

  .w-md-450px {
    width: 450px
  }

  .w-md-475px {
    width: 475px
  }

  .w-md-500px {
    width: 500px
  }

  .w-md-550px {
    width: 550px
  }

  .w-md-600px {
    width: 600px
  }

  .w-md-650px {
    width: 650px
  }

  .w-md-700px {
    width: 700px
  }

  .w-md-800px {
    width: 800px
  }

  .w-md-900px {
    width: 900px
  }

  .w-md-1000px {
    width: 1000px
  }

  .w-md-1100px {
    width: 1100px
  }

  .mw-md-20p {
    min-width: 20%
  }

  .mw-md-auto {
    min-width: auto
  }

  .mw-md-50p {
    min-width: 50%
  }

  .mw-md-200px {
    min-width: 200px
  }

  .mw-md-175px {
    min-width: 175px
  }

  .mw-md-150px {
    min-width: 150px
  }

  .basis-md-25p {
    flex-basis: 20%
  }

  .basis-md-25p {
    flex-basis: 25%
  }

  .basis-md-33p {
    flex-basis: 33.33333%
  }

  .basis-md-50p {
    flex-basis: 50%
  }

  .h-md-25px {
    height: 25px
  }

  .h-md-40px {
    height: 40px
  }

  .h-md-50px {
    height: 50px
  }

  .h-md-75px {
    height: 75px
  }

  .h-md-80px {
    height: 80px
  }

  .h-md-100px {
    height: 100px
  }

  .h-md-125px {
    height: 125px
  }

  .h-md-150px {
    height: 150px
  }

  .h-md-175px {
    height: 175px
  }

  .h-md-200px {
    height: 200px
  }

  .h-md-250px {
    height: 250px
  }

  .h-md-275px {
    height: 275px
  }

  .h-md-300px {
    height: 300px
  }

  .h-md-350px {
    height: 350px
  }

  .h-md-400px {
    height: 400px
  }

  .h-md-425px {
    height: 425px
  }

  .h-md-450px {
    height: 450px
  }

  .h-md-500px {
    height: 500px
  }

  .h-md-550px {
    height: 550px
  }

  .h-md-600px {
    height: 600px
  }

  .h-md-650px {
    height: 650px
  }

  .h-md-700px {
    height: 700px
  }

  .h-md-750px {
    height: 750px
  }

  .h-md-800px {
    height: 800px
  }

  .h-md-850px {
    height: 850px
  }

  .h-md-900px {
    height: 900px
  }

  .h-md-950px {
    height: 950px
  }

  .h-md-1000px {
    height: 1000px
  }

  .h-md-1050px {
    height: 1050px
  }

  .h-md-auto {
    height: auto
  }

  .h-md-100p {
    height: 100%
  }

  .h-md-90p {
    height: 90%
  }

  .h-md-80p {
    height: 80%
  }

  .h-md-70p {
    height: 70%
  }

  .h-md-60p {
    height: 60%
  }

  .h-md-50p {
    height: 50%
  }

  .h-md-40p {
    height: 40%
  }

  .h-md-30p {
    height: 30%
  }

  .h-md-20p {
    height: 20%
  }

  .h-md-10p {
    height: 10%
  }

  .offset-md-80p {
    margin-left: 80%
  }

  .offset-md-75p {
    margin-left: 75%
  }

  .offset-md-70p {
    margin-left: 70%
  }

  .offset-md-60p {
    margin-left: 60%
  }

  .offset-md-55p {
    margin-left: 55%
  }

  .offset-md-50p {
    margin-left: 50%
  }

  .offset-md-45p {
    margin-left: 45%
  }

  .offset-md-40p {
    margin-left: 40%
  }

  .offset-md-35p {
    margin-left: 35%
  }

  .offset-md-30p {
    margin-left: 30%
  }

  .offset-md-25p {
    margin-left: 25%
  }

  .offset-md-20p {
    margin-left: 20%
  }

  .offset-md-15p {
    margin-left: 15%
  }

  .offset-md-10p {
    margin-left: 10%
  }

  .offset-md-5p {
    margin-left: 5%
  }

  .offset-md-3p {
    margin-left: 3%
  }

  .offset-md-2p {
    margin-left: 2%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-auto {
    margin-left: auto;
    margin-right: auto
  }

  .bg-md-faded {
    background-color: rgba(0,0,0,.8)
  }

  .bg-md-tr {
    background-position: top right
  }

  .bg-md-l {
    background-position-x: left
  }

  .bg-md-r {
    background-position-x: right
  }

  .bg-md-size-100 {
    background-size: 100%
  }

  .bg-md-size-140 {
    background-size: 140%
  }

  .bg-md-size-150 {
    background-size: 150%
  }

  .bg-md-size-170 {
    background-size: 170%
  }

  .bg-md-size-200 {
    background-size: 200%
  }

  .bg-md-size-250 {
    background-size: 250%
  }

  .bg-md-size-auto {
    background-size: auto
  }

  .bg-md-size-1800px {
    background-size: 1800px auto
  }

  .bg-md-size-1700px {
    background-size: 1700px auto
  }

  .bg-md-size-1600px {
    background-size: 1600px auto
  }

  .bg-md-size-1500px {
    background-size: 1500px auto
  }

  .bg-md-size-1400px {
    background-size: 1400px auto
  }

  .bg-md-size-1300px {
    background-size: 1300px auto
  }

  .bg-md-size-1200px {
    background-size: 1200px auto
  }

  .bg-md-size-1100px {
    background-size: 1100px auto
  }

  .bg-md-size-1000px {
    background-size: 1000px auto
  }

  .bg-md-size-900px {
    background-size: 900px auto
  }

  .bg-md-size-800px {
    background-size: 800px auto
  }

  .bg-md-size-700px {
    background-size: 700px auto
  }

  .bg-md-size-600px {
    background-size: 600px auto
  }

  .bg-md-size-500px {
    background-size: 500px auto
  }

  .bg-md-size-400px {
    background-size: 400px auto
  }

  .bg-md-size-300px {
    background-size: 300px auto
  }

  .bg-md-size-275px {
    background-size: 275px auto
  }

  .bg-md-size-250px {
    background-size: 250px auto
  }

  .bg-md-size-200px {
    background-size: 200px auto
  }

  .bg-md-size-100px {
    background-size: 100px auto
  }

  .bg-md-size-75px {
    background-size: 75px auto
  }

  .pos-md-absolute {
    position: absolute
  }

  .pos-md-relative {
    position: relative
  }

  .pos-md-fixed {
    position: fixed
  }

  .pos-md-l-0 {
    left: 0
  }

  .pos-md-r-0 {
    right: 0
  }

  .pos-md-b-0 {
    bottom: 0
  }

  .lh-md-12 {
    line-height: 1.2em
  }

  .lh-md-13 {
    line-height: 1.3em
  }

  .pos-md-t-50px {
    top: 50px
  }

  .pos-md-r-50p {
    right: 50%
  }

  .pos-md-r-40p {
    right: 40%
  }

  .pos-md-r-30p {
    right: 30%
  }

  .pos-md-r-20p {
    right: 20%
  }

  .pos-md-r-15p {
    right: 15%
  }

  .pos-md-r-10p {
    right: 10%
  }

  .pos-md-r-5p {
    right: 5%
  }

  .pos-md-r-0 {
    right: 0
  }

  .flex-md-fluid {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
  }

  .flex-md-50p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .flex-md-60p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .col-md-full-auto {
    -webkit-box-flex: 1 1 auto!important;
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }

  .hidden-md {
    display: none
  }

  .b-md-none {
    border: none
  }

  .modal-lg {
    max-width: 800px!important
  }
}

@media (max-width:991px) {
  .grad-sm-gray {
    background: #6b6b6b;
    background: -moz-linear-gradient(top,#6b6b6b 1%,#353535 100%);
    background: -webkit-linear-gradient(top,#6b6b6b 1%,#353535 100%);
    background: linear-gradient(to bottom,#6b6b6b 1%,#353535 100%)
  }
}

@media (max-width:992px) {
  header h1.fs-125 {
    font-size: 12.5vw
  }

  header h2.fs-32 {
    font-size: 2.5vw
  }

  .hidden-sm {
    display: none
  }

  .visible-sm {
    display: block
  }

  .sm-inline {
    display: inline
  }

  .display-1 {
    font-size: 6vw
  }

  .fs-32 {
    font-size: 24px
  }

  .fs-24 {
    font-size: 20px
  }

  .fs-18 {
    font-size: 14px
  }

  .fs-16 {
    font-size: 14px;
    line-height: 20px
  }

  .fs-14 {
    font-size: 12px;
    line-height: 16px
  }

  .lh-sm-1 {
    line-height: 1em
  }

  .lh-sm-12 {
    line-height: 1.2em
  }

  .lh-sm-13 {
    line-height: 1.3em
  }

  .lh-sm-15px {
    line-height: 15px
  }

  .fs-sm-19vw {
    font-size: 19vw
  }

  .fs-sm-18vw {
    font-size: 18vw
  }

  .fs-sm-17vw {
    font-size: 17vw
  }

  .fs-sm-16vw {
    font-size: 16vw
  }

  .fs-sm-155vw {
    font-size: 15.5vw
  }

  .fs-sm-14vw {
    font-size: 14vw
  }

  .fs-sm-13vw {
    font-size: 13vw
  }

  .fs-sm-12vw {
    font-size: 12vw
  }

  .fs-sm-11vw {
    font-size: 11vw
  }

  .fs-sm-10vw {
    font-size: 10vw
  }

  .fs-sm-95vw {
    font-size: 9.5vw
  }

  .fs-sm-9vw {
    font-size: 9vw
  }

  .fs-sm-85vw {
    font-size: 8.5vw
  }

  .fs-sm-8vw {
    font-size: 8vw
  }

  .fs-sm-75vw {
    font-size: 7.5vw
  }

  .fs-sm-7vw {
    font-size: 7vw
  }

  .fs-sm-65vw {
    font-size: 6.5vw
  }

  .fs-sm-6vw {
    font-size: 6vw
  }

  .fs-sm-55vw {
    font-size: 5.5vw
  }

  .fs-sm-5vw {
    font-size: 5vw
  }

  .fs-sm-45vw {
    font-size: 4.5vw
  }

  .fs-sm-4vw {
    font-size: 4vw
  }

  .fs-sm-35vw {
    font-size: 3.5vw
  }

  .fs-sm-3vw {
    font-size: 3vw
  }

  .fs-sm-25vw {
    font-size: 2.5vw
  }

  .fs-sm-2vw {
    font-size: 2vw
  }

  .fs-sm-15vw {
    font-size: 1.5vw
  }

  .fs-sm-1vw {
    font-size: 1vw
  }

  .fs-sm-10 {
    font-size: 10px
  }

  .fs-sm-11 {
    font-size: 11px
  }

  .fs-sm-12 {
    font-size: 12px
  }

  .fs-sm-13 {
    font-size: 13px
  }

  .fs-sm-14 {
    font-size: 14px
  }

  .fs-sm-15 {
    font-size: 15px
  }

  .fs-sm-16 {
    font-size: 16px
  }

  .fs-sm-18 {
    font-size: 18px
  }

  .fs-sm-20 {
    font-size: 20px
  }

  .fs-sm-24 {
    font-size: 24px
  }

  .fs-sm-30 {
    font-size: 30px
  }

  .fs-sm-36 {
    font-size: 36px
  }

  .fs-sm-40 {
    font-size: 40px
  }

  .text-center-sm {
    text-align: center
  }

  .text-left-sm {
    text-align: left!important
  }

  .text-right-sm {
    text-align: right
  }

  .text-sm-untracked {
    letter-spacing: 0
  }

  .w-sm-5 {
    width: 5%
  }

  .w-sm-10 {
    width: 10%
  }

  .w-sm-15 {
    width: 15%
  }

  .w-sm-20 {
    width: 20%
  }

  .w-sm-25p {
    width: 25%
  }

  .w-sm-30 {
    width: 30%
  }

  .w-sm-35 {
    width: 35%
  }

  .w-sm-40 {
    width: 40%
  }

  .w-sm-45 {
    width: 45%
  }

  .w-sm-50p {
    width: 50%
  }

  .w-sm-55 {
    width: 55%
  }

  .w-sm-60 {
    width: 60%
  }

  .w-sm-65 {
    width: 65%
  }

  .w-sm-70 {
    width: 70%
  }

  .w-sm-75p {
    width: 75%
  }

  .w-sm-80 {
    width: 80%
  }

  .w-sm-85 {
    width: 85%
  }

  .w-sm-90 {
    width: 90%
  }

  .w-sm-95 {
    width: 95%
  }

  .w-sm-98 {
    width: 98%
  }

  .w-sm-100p {
    width: 100%
  }

  .w-sm-auto {
    width: auto
  }

  .mw-sm-auto {
    min-width: auto
  }

  .mw-sm-200px {
    min-width: 200px
  }

  .mw-sm-175px {
    min-width: 175px
  }

  .mw-sm-150px {
    min-width: 150px
  }

  .mw-sm-20p {
    min-width: 20%
  }

  .mw-sm-25p {
    min-width: 25%
  }

  .mw-sm-33p {
    min-width: 33.3333%
  }

  .basis-sm-20p {
    flex-basis: 20%
  }

  .basis-sm-25p {
    flex-basis: 25%
  }

  .basis-sm-33p {
    flex-basis: 33.33333%
  }

  .basis-sm-50p {
    flex-basis: 50%
  }

  .flex-sm-fluid {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
  }

  .col-sm-full-auto {
    -webkit-box-flex: 1 1 auto!important;
    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    max-width: 100%
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .w-sm-800px {
    width: 800px
  }

  .w-sm-700px {
    width: 700px
  }

  .w-sm-600px {
    width: 600px
  }

  .w-sm-550px {
    width: 550px
  }

  .w-sm-500px {
    width: 500px
  }

  .w-sm-450px {
    width: 450px
  }

  .w-sm-400px {
    width: 400px
  }

  .w-sm-350px {
    width: 350px
  }

  .w-sm-300px {
    width: 300px
  }

  .w-sm-275px {
    width: 275px
  }

  .w-sm-250px {
    width: 250px
  }

  .w-sm-200px {
    width: 200px
  }

  .w-sm-175px {
    width: 175px
  }

  .w-sm-150px {
    width: 150px
  }

  .w-sm-125px {
    width: 125px
  }

  .w-sm-100px {
    width: 100px
  }

  .w-sm-75px {
    width: 75px
  }

  .w-sm-60px {
    width: 60px
  }

  .w-sm-50px {
    width: 50px
  }

  .w-sm-40px {
    width: 40px
  }

  .w-sm-30px {
    width: 30px
  }

  .h-sm-auto {
    height: auto
  }

  .h-sm-5px {
    height: 5px
  }

  .h-sm-10px {
    height: 10px
  }

  .h-sm-25px {
    height: 25px
  }

  .h-sm-30px {
    height: 30px
  }

  .h-sm-50px {
    height: 50px
  }

  .h-sm-60px {
    height: 60px
  }

  .h-sm-80px {
    height: 80px
  }

  .h-sm-100px {
    height: 100px
  }

  .h-sm-125px {
    height: 125px
  }

  .h-sm-150px {
    height: 150px
  }

  .h-sm-200px {
    height: 200px
  }

  .h-sm-250px {
    height: 250px
  }

  .h-sm-300px {
    height: 300px
  }

  .h-sm-350px {
    height: 350px
  }

  .h-sm-400px {
    height: 400px
  }

  .h-sm-425px {
    height: 425px
  }

  .h-sm-450px {
    height: 450px
  }

  .h-sm-500px {
    height: 500px
  }

  .h-sm-550px {
    height: 550px
  }

  .h-sm-600px {
    height: 600px
  }

  .h-sm-650px {
    height: 650px
  }

  .h-sm-700px {
    height: 700px
  }

  .h-sm-750px {
    height: 750px
  }

  .h-sm-800px {
    height: 800px
  }

  .h-sm-850px {
    height: 850px
  }

  .h-sm-900px {
    height: 900px
  }

  .h-sm-950px {
    height: 950px
  }

  .h-sm-100p {
    height: 100%
  }

  .h-sm-90p {
    height: 90%
  }

  .h-sm-80p {
    height: 80%
  }

  .h-sm-70p {
    height: 70%
  }

  .h-sm-60p {
    height: 60%
  }

  .h-sm-50p {
    height: 50%
  }

  .h-sm-40p {
    height: 40%
  }

  .h-sm-30p {
    height: 30%
  }

  .h-sm-20p {
    height: 20%
  }

  .h-sm-10p {
    height: 10%
  }

  .offset-sm-80p {
    margin-left: 80%
  }

  .offset-sm-75p {
    margin-left: 75%
  }

  .offset-sm-60p {
    margin-left: 60%
  }

  .offset-sm-55p {
    margin-left: 55%
  }

  .offset-sm-50p {
    margin-left: 50%
  }

  .offset-sm-45p {
    margin-left: 45%
  }

  .offset-sm-40p {
    margin-left: 40%
  }

  .offset-sm-35p {
    margin-left: 35%
  }

  .offset-sm-30p {
    margin-left: 30%
  }

  .offset-sm-25p {
    margin-left: 25%
  }

  .offset-sm-20p {
    margin-left: 20%
  }

  .offset-sm-15p {
    margin-left: 15%
  }

  .offset-sm-10p {
    margin-left: 10%
  }

  .offset-sm-5p {
    margin-left: 5%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-auto {
    margin-left: auto;
    margin-right: auto
  }

  .pos-sm-relative {
    position: relative
  }

  .pos-sm-fixed {
    position: fixed
  }

  .pos-sm-l-0 {
    left: 0
  }

  .pos-sm-r-0 {
    right: 0
  }

  .pos-sm-b-0 {
    bottom: 0
  }

  .pos-sm-t-0 {
    top: 0
  }

  .pos-sm-l--25p {
    left: -25%
  }

  .pos-sm-l--35p {
    left: -35%
  }

  .pos-sm-l--45p {
    left: -45%
  }

  .pos-sm-r--25p {
    right: -25%
  }

  .pos-sm-r--35p {
    right: -35%
  }

  .pos-sm-r--45p {
    right: -45%
  }

  .pos-sm-t-10px {
    top: 10px
  }

  .pos-sm-t-20px {
    top: 20px
  }

  .pos-sm-t-30px {
    top: 30px
  }

  .pos-sm-t-50px {
    top: 50px
  }

  .pos-sm-t-75px {
    top: 75px
  }

  .pl-sm-5 {
    padding-left: 5%
  }

  .pr-sm-5 {
    padding-right: 5%
  }

  .bg-sm-push-top-50px {
    background-position-y: 50px
  }

  .bg-sm-tc {
    background-position: top center
  }

  .bg-sm-tr {
    background-position: top right
  }

  .bg-sm-bl {
    background-position: bottom left
  }

  .bg-sm-br {
    background-position: bottom right
  }

  .bg-sm-l {
    background-position-x: left
  }

  .bg-sm-r {
    background-position-x: right
  }

  .bg-sm-c {
    background-position-x: center
  }

  .bg-sm-size-1800px {
    background-size: 1800px auto
  }

  .bg-sm-size-1700px {
    background-size: 1700px auto
  }

  .bg-sm-size-1600px {
    background-size: 1600px auto
  }

  .bg-sm-size-1500px {
    background-size: 1500px auto
  }

  .bg-sm-size-1400px {
    background-size: 1400px auto
  }

  .bg-sm-size-1300px {
    background-size: 1300px auto
  }

  .bg-sm-size-1200px {
    background-size: 1200px auto
  }

  .bg-sm-size-1100px {
    background-size: 1100px auto
  }

  .bg-sm-size-1000px {
    background-size: 1000px auto
  }

  .bg-sm-size-900px {
    background-size: 900px auto
  }

  .bg-sm-size-800px {
    background-size: 800px auto
  }

  .bg-sm-size-700px {
    background-size: 700px auto
  }

  .bg-sm-size-600px {
    background-size: 600px auto
  }

  .bg-sm-size-500px {
    background-size: 500px auto
  }

  .bg-sm-size-400px {
    background-size: 400px auto
  }

  .bg-sm-size-350px {
    background-size: 350px auto
  }

  .bg-sm-size-325px {
    background-size: 325px auto
  }

  .bg-sm-size-300px {
    background-size: 300px auto
  }

  .bg-sm-size-250 {
    background-size: 250%
  }

  .bg-sm-size-200 {
    background-size: 200%
  }

  .bg-sm-size-170 {
    background-size: 170%
  }

  .bg-sm-size-150 {
    background-size: 150%
  }

  .bg-sm-size-100 {
    background-size: 100%
  }

  .bg-sm-size-auto {
    background-size: auto
  }

  .bg-sm-555 {
    background-color: #555
  }

  .bg-sm-444 {
    background-color: #444
  }

  .bg-sm-333 {
    background-color: #333
  }

  .bg-sm-222 {
    background-color: #222
  }

  .bg-sm-111 {
    background-color: #111
  }

  .bg-sm-none {
    background: 0 0!important
  }

  .modal-lg {
    max-width: 100%!important
  }

  .pt-sm-60p {
    padding-top: 60%
  }

  .pt-sm-50p {
    padding-top: 50%
  }

  .pt-sm-40p {
    padding-top: 40%
  }

  .pt-sm-30p {
    padding-top: 30%
  }

  .pt-sm-20p {
    padding-top: 20%
  }

  .pt-sm-10p {
    padding-top: 10%
  }

  .bt-sm-000 {
    border-top: 1px solid #000
  }

  .bt-sm-111 {
    border-top: 1px solid #111
  }

  .bt-sm-222 {
    border-top: 1px solid #222
  }

  .bt-sm-333 {
    border-top: 1px solid #333
  }

  .bt-sm-444 {
    border-top: 1px solid #444
  }

  .bt-sm-555 {
    border-top: 1px solid #555
  }

  .bt-sm-666 {
    border-top: 1px solid #666
  }

  .bt-sm-777 {
    border-top: 1px solid #777
  }

  .bt-sm-888 {
    border-top: 1px solid #888
  }

  .bt-sm-999 {
    border-top: 1px solid #999
  }

  .bt-sm-aaa {
    border-top: 1px solid #aaa
  }

  .bt-sm-eee {
    border-top: 1px solid #eee
  }

  .bt-sm-ccc {
    border-top: 1px solid #ccc
  }

  .bt-sm-fff {
    border-top: 1px solid #fff
  }

  .bb-sm-000 {
    border-bottom: 1px solid #000
  }

  .bb-sm-111 {
    border-bottom: 1px solid #111
  }

  .bb-sm-222 {
    border-bottom: 1px solid #222
  }

  .bb-sm-333 {
    border-bottom: 1px solid #333
  }

  .bb-sm-444 {
    border-bottom: 1px solid #444
  }

  .bb-sm-555 {
    border-bottom: 1px solid #555
  }

  .bb-sm-666 {
    border-bottom: 1px solid #666
  }

  .bb-sm-777 {
    border-bottom: 1px solid #777
  }

  .bb-sm-888 {
    border-bottom: 1px solid #888
  }

  .bb-sm-999 {
    border-bottom: 1px solid #999
  }

  .bb-sm-aaa {
    border-bottom: 1px solid #aaa
  }

  .bb-sm-eee {
    border-bottom: 1px solid #eee
  }

  .bb-sm-ccc {
    border-bottom: 1px solid #ccc
  }

  .bb-sm-fff {
    border-bottom: 1px solid #fff
  }

  .br-sm-000 {
    border-right: 1px solid #000
  }

  .br-sm-111 {
    border-right: 1px solid #111
  }

  .br-sm-222 {
    border-right: 1px solid #222
  }

  .br-sm-333 {
    border-right: 1px solid #333
  }

  .br-sm-444 {
    border-right: 1px solid #444
  }

  .br-sm-555 {
    border-right: 1px solid #555
  }

  .br-sm-666 {
    border-right: 1px solid #666
  }

  .br-sm-777 {
    border-right: 1px solid #777
  }

  .br-sm-888 {
    border-right: 1px solid #888
  }

  .br-sm-999 {
    border-right: 1px solid #999
  }

  .br-sm-aaa {
    border-right: 1px solid #aaa
  }

  .br-sm-eee {
    border-right: 1px solid #eee
  }

  .br-sm-ccc {
    border-right: 1px solid #ccc
  }

  .br-sm-fff {
    border-right: 1px solid #fff
  }

  .b-sm-none {
    border: none
  }

  .shadow-sm-medium {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.75);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.75)
  }

  .shadow-sm-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .rounded-sm-15 {
    -webkit-border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    border-radius: 15px!important
  }

  .rounded-sm-none {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important
  }

  .bg-sm-333 {
    background: #333
  }

  .bg-sm-222 {
    background: #222
  }

  .bg-sm-111 {
    background: #111
  }

  .bg-sm-000 {
    background: #000
  }

  .grad-sm-to-alpha-464 {
    background: -moz-linear-gradient(top,rgba(54,54,54,0) 0,rgba(54,54,54,0) 13%,rgba(54,54,54,.83) 29%,#363636 100%);
    background: -webkit-linear-gradient(top,rgba(54,54,54,0) 0,rgba(54,54,54,0) 13%,rgba(54,54,54,.83) 29%,#363636 100%);
    background: linear-gradient(to bottom,rgba(54,54,54,0) 0,rgba(54,54,54,0) 13%,rgba(54,54,54,.83) 29%,#363636 100%)
  }

  .grad-sm-white {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 2%,#dbdbdb 87%,#fff 100%);
    background: -webkit-linear-gradient(top,#fff 2%,#dbdbdb 87%,#fff 100%);
    background: linear-gradient(to bottom,#fff 2%,#dbdbdb 87%,#fff 100%)
  }
}

@media (max-width:576px) {
  header h1.fs-125 {
    font-size: 18.5vw
  }

  header h2.fs-32 {
    font-size: 6.5vw
  }

  .hidden-xs {
    display: none
  }

  .text-center-xs {
    text-align: center
  }

  .text-left-xs {
    text-align: left
  }

  .text-right-xs {
    text-align: right
  }

  .text-xs-untracked {
    letter-spacing: 0
  }

  .fs-xs-19vw {
    font-size: 19vw
  }

  .fs-xs-18vw {
    font-size: 18vw
  }

  .fs-xs-17vw {
    font-size: 17vw
  }

  .fs-xs-165vw {
    font-size: 16.5vw
  }

  .fs-xs-16vw {
    font-size: 16vw
  }

  .fs-xs-155vw {
    font-size: 15.5vw
  }

  .fs-xs-145vw {
    font-size: 14.5vw
  }

  .fs-xs-14vw {
    font-size: 14vw
  }

  .fs-xs-135vw {
    font-size: 13.5vw
  }

  .fs-xs-13vw {
    font-size: 13vw
  }

  .fs-xs-125vw {
    font-size: 12.5vw
  }

  .fs-xs-12vw {
    font-size: 12vw
  }

  .fs-xs-115vw {
    font-size: 11.5vw
  }

  .fs-xs-11vw {
    font-size: 11vw
  }

  .fs-xs-105vw {
    font-size: 10.5vw
  }

  .fs-xs-10vw {
    font-size: 10vw
  }

  .fs-xs-95vw {
    font-size: 9.5vw
  }

  .fs-xs-9vw {
    font-size: 9vw
  }

  .fs-xs-85vw {
    font-size: 8.5vw
  }

  .fs-xs-8vw {
    font-size: 8vw
  }

  .fs-xs-75vw {
    font-size: 7.5vw
  }

  .fs-xs-7vw {
    font-size: 7vw
  }

  .fs-xs-65vw {
    font-size: 6.5vw
  }

  .fs-xs-6vw {
    font-size: 6vw
  }

  .fs-xs-55vw {
    font-size: 5.5vw
  }

  .fs-xs-5vw {
    font-size: 5vw
  }

  .fs-xs-45vw {
    font-size: 4.5vw
  }

  .fs-xs-4vw {
    font-size: 4vw
  }

  .fs-xs-35vw {
    font-size: 3.5vw
  }

  .fs-xs-32vw {
    font-size: 3.2vw
  }

  .fs-xs-3vw {
    font-size: 3vw
  }

  .fs-xs-25vw {
    font-size: 2.5vw
  }

  .fs-xs-22vw {
    font-size: 2.2vw
  }

  .fs-xs-2vw {
    font-size: 2vw
  }

  .fs-xs-15vw {
    font-size: 1.5vw
  }

  .fs-xs-1vw {
    font-size: 1vw
  }

  .fs-xs-9 {
    font-size: 9px
  }

  .fs-xs-10 {
    font-size: 10px
  }

  .fs-xs-11 {
    font-size: 11px
  }

  .fs-xs-12 {
    font-size: 12px
  }

  .fs-xs-13 {
    font-size: 13px
  }

  .fs-xs-14 {
    font-size: 14px
  }

  .fs-xs-15 {
    font-size: 15px
  }

  .fs-xs-16 {
    font-size: 16px
  }

  .fs-xs-17 {
    font-size: 17px
  }

  .fs-xs-18 {
    font-size: 18px
  }

  .fs-xs-20 {
    font-size: 20px
  }

  .fs-xs-24 {
    font-size: 24px
  }

  .fs-xs-26 {
    font-size: 26px
  }

  .fs-xs-30 {
    font-size: 30px
  }

  .fs-xs-32 {
    font-size: 32px
  }

  .fs-xs-36 {
    font-size: 36px
  }

  .fs-xs-40 {
    font-size: 40px
  }

  .fs-xs-46 {
    font-size: 46px
  }

  .fw-xs-400 {
    font-weight: 400!important
  }

  .fw-xs-700 {
    font-weight: 700!important
  }

  .w-xs-5 {
    width: 5%
  }

  .w-xs-10 {
    width: 10%
  }

  .w-xs-15 {
    width: 15%
  }

  .w-xs-20 {
    width: 20%
  }

  .w-xs-25p {
    width: 25%
  }

  .w-xs-30 {
    width: 30%
  }

  .w-xs-32 {
    width: 32%
  }

  .w-xs-35 {
    width: 35%
  }

  .w-xs-40 {
    width: 40%
  }

  .w-xs-45 {
    width: 45%
  }

  .w-xs-50p {
    width: 50%
  }

  .w-xs-55 {
    width: 55%
  }

  .w-xs-60 {
    width: 60%
  }

  .w-xs-65 {
    width: 65%
  }

  .w-xs-70 {
    width: 70%
  }

  .w-xs-75p {
    width: 75%
  }

  .w-xs-80 {
    width: 80%
  }

  .w-xs-85 {
    width: 85%
  }

  .w-xs-90 {
    width: 90%
  }

  .w-xs-95 {
    width: 95%
  }

  .w-xs-97 {
    width: 97%
  }

  .w-xs-98 {
    width: 98%
  }

  .w-xs-100p {
    width: 100%
  }

  .w-xs-125p {
    width: 125%
  }

  .w-xs-150p {
    width: 150%
  }

  .w-xs-auto {
    width: auto
  }

  .w-xs-900px {
    width: 900px
  }

  .w-xs-800px {
    width: 800px
  }

  .w-xs-700px {
    width: 700px
  }

  .w-xs-600px {
    width: 600px
  }

  .w-xs-500px {
    width: 500px
  }

  .w-xs-400px {
    width: 400px
  }

  .w-xs-350px {
    width: 350px
  }

  .w-xs-300px {
    width: 300px
  }

  .w-xs-250px {
    width: 250px
  }

  .w-xs-200px {
    width: 200px
  }

  .w-xs-150px {
    width: 150px
  }

  .w-xs-125px {
    width: 125px
  }

  .w-xs-100px {
    width: 100px
  }

  .w-xs-75px {
    width: 75px
  }

  .w-xs-50px {
    width: 50px
  }

  .w-xs-40px {
    width: 40px
  }

  .w-xs-25px {
    width: 25px
  }

  .mw-xs-auto {
    min-width: auto
  }

  .mw-xs-33p {
    min-width: 33.33333%
  }

  .mw-xs-50p {
    min-width: 50%
  }

  .basis-xs-33p {
    flex-basis: 33.33333%
  }

  .basis-xs-50p {
    flex-basis: 50%
  }

  .h-xs-auto {
    height: auto
  }

  .h-xs-5px {
    height: 5px
  }

  .h-xs-10px {
    height: 10px
  }

  .h-xs-15px {
    height: 15px
  }

  .h-xs-18px {
    height: 18px
  }

  .h-xs-25px {
    height: 25px
  }

  .h-xs-30px {
    height: 30px
  }

  .h-xs-40px {
    height: 40px
  }

  .h-xs-50px {
    height: 50px
  }

  .h-xs-75px {
    height: 75px
  }

  .h-xs-80px {
    height: 80px
  }

  .h-xs-100px {
    height: 100px
  }

  .h-xs-125px {
    height: 125px
  }

  .h-xs-150px {
    height: 150px
  }

  .h-xs-200px {
    height: 200px
  }

  .h-xs-225px {
    height: 225px
  }

  .h-xs-250px {
    height: 250px
  }

  .h-xs-275px {
    height: 275px
  }

  .h-xs-300px {
    height: 300px
  }

  .h-xs-350px {
    height: 350px
  }

  .h-xs-400px {
    height: 400px
  }

  .h-xs-425px {
    height: 425px
  }

  .h-xs-450px {
    height: 450px
  }

  .h-xs-500px {
    height: 500px
  }

  .h-xs-550px {
    height: 550px
  }

  .h-xs-600px {
    height: 600px
  }

  .h-xs-650px {
    height: 650px
  }

  .h-xs-700px {
    height: 700px
  }

  .h-xs-750px {
    height: 750px
  }

  .h-xs-800px {
    height: 800px
  }

  .h-xs-850px {
    height: 850px
  }

  .h-xs-900px {
    height: 900px
  }

  .h-xs-950px {
    height: 950px
  }

  .h-xs-100p {
    height: 100%
  }

  .h-xs-90p {
    height: 90%
  }

  .h-xs-80p {
    height: 80%
  }

  .h-xs-70p {
    height: 70%
  }

  .h-xs-60p {
    height: 60%
  }

  .h-xs-50p {
    height: 50%
  }

  .h-xs-40p {
    height: 40%
  }

  .h-xs-30p {
    height: 30%
  }

  .h-xs-20p {
    height: 20%
  }

  .h-xs-10p {
    height: 10%
  }

  .offset-xs-20p {
    margin-left: 20%
  }

  .offset-xs-15p {
    margin-left: 15%
  }

  .offset-xs-10p {
    margin-left: 10%
  }

  .offset-xs-5p {
    margin-left: 5%
  }

  .offset-xs-0 {
    margin-left: 0
  }

  .offset-xs-auto {
    margin-left: auto;
    margin-right: auto
  }

  .bg-xs-none {
    background: 0 0!important
  }

  .bg-xs-push-20 {
    background-position: -20% 0
  }

  .bg-xs-l {
    background-position-x: left
  }

  .bg-xs-r {
    background-position-x: right
  }

  .bg-xs-b {
    background-position-y: bottom
  }

  .bg-xs-tc {
    background-position: top center
  }

  .bg-xs-tr {
    background-position: top right
  }

  .bg-xs-size-100 {
    background-size: 100%
  }

  .bg-xs-size-110 {
    background-size: 110%
  }

  .bg-xs-size-120 {
    background-size: 120%
  }

  .bg-xs-size-130 {
    background-size: 130%
  }

  .bg-xs-size-150 {
    background-size: 150%
  }

  .bg-xs-size-170 {
    background-size: 170%
  }

  .bg-xs-size-200 {
    background-size: 200%
  }

  .bg-xs-size-220 {
    background-size: 220%
  }

  .bg-xs-size-250 {
    background-size: 250%
  }

  .bg-xs-size-270 {
    background-size: 270%
  }

  .bg-xs-size-300 {
    background-size: 300%
  }

  .bg-xs-size-350 {
    background-size: 350%
  }

  .bg-xs-size-1800px {
    background-size: 1800px auto
  }

  .bg-xs-size-1700px {
    background-size: 1700px auto
  }

  .bg-xs-size-1600px {
    background-size: 1600px auto
  }

  .bg-xs-size-1500px {
    background-size: 1500px auto
  }

  .bg-xs-size-1400px {
    background-size: 1400px auto
  }

  .bg-xs-size-1300px {
    background-size: 1300px auto
  }

  .bg-xs-size-1200px {
    background-size: 1200px auto
  }

  .bg-xs-size-1100px {
    background-size: 1100px auto
  }

  .bg-xs-size-1000px {
    background-size: 1000px auto
  }

  .bg-xs-size-900px {
    background-size: 900px auto
  }

  .bg-xs-size-800px {
    background-size: 800px auto
  }

  .bg-xs-size-700px {
    background-size: 700px auto
  }

  .bg-xs-size-600px {
    background-size: 600px auto
  }

  .bg-xs-size-500px {
    background-size: 500px auto
  }

  .bg-xs-size-450px {
    background-size: 450px auto
  }

  .bg-xs-size-400px {
    background-size: 400px auto
  }

  .bg-xs-size-350px {
    background-size: 350px auto
  }

  .bg-xs-size-300px {
    background-size: 300px auto
  }

  .bg-xs-size-250px {
    background-size: 250px auto
  }

  .bg-xs-size-200px {
    background-size: 200px auto
  }

  .bg-xs-size-150px {
    background-size: 150px auto
  }

  .bg-xs-size-100px {
    background-size: 100px auto
  }

  .bg-xs-size-75px {
    background-size: 75px auto
  }

  .bg-xs-size-50px {
    background-size: 50px auto
  }

  .bg-xs-size-auto {
    background-size: auto
  }

  .bg-xs-push-top-50px {
    background-position-y: 50px
  }

  .bg-xs-push-top-100px {
    background-position-y: 100px
  }

  .shadow-xs-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .shadow-xs-medium {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.75);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.75)
  }

  .pl-xs-5 {
    padding-left: 5%
  }

  .pr-xs-5 {
    padding-right: 5%
  }

  .pos-xs-relative {
    position: relative
  }

  .pos-xs-fixed {
    position: fixed
  }

  .pos-xs-t-0 {
    top: 0
  }

  .pos-xs-t-50px {
    top: 50px
  }

  .pos-xs-t-75px {
    top: 75px
  }

  .pos-xs-t-100px {
    top: 100px
  }

  .pos-xs-l--20p {
    left: -20%
  }

  .pos-xs-l--25p {
    left: -25%
  }

  .pos-xs-l-0 {
    left: 0
  }

  .pos-xs-r-0 {
    right: 0
  }

  .pos-xs-b-0 {
    bottom: 0
  }

  .pos-xs-b-5 {
    bottom: 5px
  }

  .pt-xs-60p {
    padding-top: 60%
  }

  .pt-xs-50p {
    padding-top: 50%
  }

  .pt-xs-40p {
    padding-top: 40%
  }

  .pt-xs-30p {
    padding-top: 30%
  }

  .pt-xs-20p {
    padding-top: 20%
  }

  .pt-xs-10p {
    padding-top: 10%
  }

  .lh-xs-1 {
    line-height: 1em
  }

  .lh-xs-11 {
    line-height: 1.1em!important
  }

  .lh-xs-12 {
    line-height: 1.2em!important
  }

  .lh-xs-13 {
    line-height: 1.3em!important
  }

  .lh-xs-14 {
    line-height: 1.4em!important
  }

  .lh-xs-15 {
    line-height: 1.5em!important
  }

  .lh-xs-16 {
    line-height: 1.6em!important
  }

  .bt-xs-000 {
    border-top: 1px solid #000
  }

  .bt-xs-111 {
    border-top: 1px solid #111
  }

  .bt-xs-222 {
    border-top: 1px solid #222
  }

  .bt-xs-333 {
    border-top: 1px solid #333
  }

  .bt-xs-444 {
    border-top: 1px solid #444
  }

  .bt-xs-555 {
    border-top: 1px solid #555
  }

  .bt-xs-666 {
    border-top: 1px solid #666
  }

  .bt-xs-777 {
    border-top: 1px solid #777
  }

  .bt-xs-888 {
    border-top: 1px solid #888
  }

  .bt-xs-999 {
    border-top: 1px solid #999
  }

  .bt-xs-aaa {
    border-top: 1px solid #aaa
  }

  .bt-xs-eee {
    border-top: 1px solid #eee
  }

  .bt-xs-ccc {
    border-top: 1px solid #ccc
  }

  .bt-xs-fff {
    border-top: 1px solid #fff
  }

  .bb-xs-000 {
    border-bottom: 1px solid #000
  }

  .bb-xs-111 {
    border-bottom: 1px solid #111
  }

  .bb-xs-222 {
    border-bottom: 1px solid #222
  }

  .bb-xs-333 {
    border-bottom: 1px solid #333
  }

  .bb-xs-444 {
    border-bottom: 1px solid #444
  }

  .bb-xs-555 {
    border-bottom: 1px solid #555
  }

  .bb-xs-666 {
    border-bottom: 1px solid #666
  }

  .bb-xs-777 {
    border-bottom: 1px solid #777
  }

  .bb-xs-888 {
    border-bottom: 1px solid #888
  }

  .bb-xs-999 {
    border-bottom: 1px solid #999
  }

  .bb-xs-aaa {
    border-bottom: 1px solid #aaa
  }

  .bb-xs-eee {
    border-bottom: 1px solid #eee
  }

  .bb-xs-ccc {
    border-bottom: 1px solid #ccc
  }

  .bb-xs-fff {
    border-bottom: 1px solid #fff
  }

  .z-xs-1100 {
    z-index: 1100
  }

  .b-xs-none {
    border: none
  }

  .bl-xs-none {
    border-left: none
  }

  .br-xs-none {
    border-right: none
  }

  .br-xs-000 {
    border-right: 1px solid #000
  }

  .br-xs-444 {
    border-right: 1px solid #444
  }

  .br-xs-555 {
    border-right: 1px solid #555
  }

  .br-xs-666 {
    border-right: 1px solid #666
  }

  .br-xs-999 {
    border-right: 1px solid #999
  }

  .br-xs-fff {
    border-right: 1px solid #fff
  }

  .rounded-xs-none {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important
  }

  span#_GUARANTEE_SealSpan {
    display: none!important
  }

  .flex-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .flex-80 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .flex-xs-100 {
    -webkit-box-flex: 1 1 100%!important;
    -webkit-flex: 1 1 100%!important;
    -ms-flex: 1 1 100%!important;
    flex: 1 1 100%!important;
    max-width: 100%!important
  }

  .flex-xs-1-1-100p {
    flex: 1 1 100%!important
  }

  .grad-xs-white {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 2%,#dbdbdb 87%,#fff 100%);
    background: -webkit-linear-gradient(top,#fff 2%,#dbdbdb 87%,#fff 100%);
    background: linear-gradient(to bottom,#fff 2%,#dbdbdb 87%,#fff 100%)
  }
}

@media (max-width:320px) {
  .col-xxs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .mt-xxs-2 {
    margin-top: .5rem
  }

  .flex-xxs-100 {
    -webkit-box-flex: 1 1 100%!important;
    -webkit-flex: 1 1 100%!important;
    -ms-flex: 1 1 100%!important;
    flex: 1 1 100%!important;
    max-width: 100%!important
  }

  .w-xxs-5 {
    width: 5%
  }

  .w-xxs-10 {
    width: 10%
  }

  .w-xxs-15 {
    width: 15%
  }

  .w-xxs-20 {
    width: 20%
  }

  .w-xxs-25p {
    width: 25%
  }

  .w-xxs-30 {
    width: 30%
  }

  .w-xxs-35 {
    width: 35%
  }

  .w-xxs-40 {
    width: 40%
  }

  .w-xxs-45 {
    width: 45%
  }

  .w-xxs-50p {
    width: 50%
  }

  .w-xxs-55 {
    width: 55%
  }

  .w-xxs-60 {
    width: 60%
  }

  .w-xxs-65 {
    width: 65%
  }

  .w-xxs-70 {
    width: 70%
  }

  .w-xxs-75p {
    width: 75%
  }

  .w-xxs-80 {
    width: 80%
  }

  .w-xxs-85 {
    width: 85%
  }

  .w-xxs-90 {
    width: 90%
  }

  .w-xxs-95 {
    width: 95%
  }

  .w-xxs-97 {
    width: 97%
  }

  .w-xxs-98 {
    width: 98%
  }

  .w-xxs-100p {
    width: 100%
  }

  .w-xxs-auto {
    width: auto
  }

  .w-xxs-50px {
    width: 50px
  }

  .w-xxs-75px {
    width: 75px
  }

  .w-xxs-100px {
    width: 100px
  }

  .w-xxs-125px {
    width: 125px
  }

  .w-xxs-150px {
    width: 150px
  }

  .w-xxs-200px {
    width: 200px
  }

  .w-xxs-250px {
    width: 250px
  }

  .w-xxs-275px {
    width: 275px
  }

  .w-xxs-300px {
    width: 300px
  }

  .w-xxs-325px {
    width: 325px
  }

  .w-xxs-350px {
    width: 350px
  }

  .w-xxs-400px {
    width: 400px
  }

  .h-xxs-5px {
    height: 5px
  }

  .h-xxs-10px {
    height: 10px
  }

  .h-xxs-15px {
    height: 15px
  }

  .h-xxs-18px {
    height: 18px
  }

  .h-xxs-25px {
    height: 25px
  }

  .h-xxs-75px {
    height: 75px
  }

  .h-xxs-100px {
    height: 100px
  }

  .h-xxs-150px {
    height: 150px
  }

  .h-xxs-200px {
    height: 200px
  }

  .h-xxs-250px {
    height: 250px
  }

  .h-xxs-300px {
    height: 300px
  }

  .h-xxs-350px {
    height: 350px
  }

  .fs-16 li {
    font-size: 13px
  }

  .fs-xxs-8 {
    font-size: 8px
  }

  .fs-xxs-9 {
    font-size: 9px
  }

  .fs-xxs-10 {
    font-size: 10px
  }

  .fs-xxs-11 {
    font-size: 11px
  }

  .fs-xxs-12 {
    font-size: 12px
  }

  .fs-xxs-13 {
    font-size: 13px
  }

  .fs-xxs-14 {
    font-size: 14px
  }

  .fs-xxs-15 {
    font-size: 15px
  }

  .fs-xxs-16 {
    font-size: 16px
  }

  .fs-xxs-17 {
    font-size: 17px
  }

  .fs-xxs-18 {
    font-size: 18px
  }

  .fs-xxs-20 {
    font-size: 20px
  }

  .fs-xxs-24 {
    font-size: 24px
  }

  .fs-xxs-30 {
    font-size: 30px
  }

  .fs-xxs-19vw {
    font-size: 19vw
  }

  .fs-xxs-145vw {
    font-size: 14.5vw
  }

  .fs-xxs-14vw {
    font-size: 14vw
  }

  .fs-xxs-135vw {
    font-size: 13.5vw
  }

  .fs-xxs-13vw {
    font-size: 13vw
  }

  .fs-xxs-125vw {
    font-size: 12.5vw
  }

  .fs-xxs-12vw {
    font-size: 12vw
  }

  .fs-xxs-115vw {
    font-size: 11.5vw
  }

  .fs-xxs-11vw {
    font-size: 11vw
  }

  .fs-xxs-105vw {
    font-size: 10.5vw
  }

  .fs-xxs-10vw {
    font-size: 10vw
  }

  .fs-xxs-95vw {
    font-size: 9.5vw
  }

  .fs-xxs-9vw {
    font-size: 9vw
  }

  .fs-xxs-85vw {
    font-size: 8.5vw
  }

  .fs-xxs-8vw {
    font-size: 8vw
  }

  .fs-xxs-75vw {
    font-size: 7.5vw
  }

  .fs-xxs-7vw {
    font-size: 7vw
  }

  .fs-xxs-65vw {
    font-size: 6.5vw
  }

  .fs-xxs-6vw {
    font-size: 6vw
  }

  .fs-xxs-55vw {
    font-size: 5.5vw
  }

  .fs-xxs-5vw {
    font-size: 5vw
  }

  .fs-xxs-45vw {
    font-size: 4.5vw
  }

  .fs-xxs-4vw {
    font-size: 4vw
  }

  .fs-xxs-35vw {
    font-size: 3.5vw
  }

  .fs-xxs-3vw {
    font-size: 3vw
  }

  .fs-xxs-25vw {
    font-size: 2.5vw
  }

  .fs-xxs-2vw {
    font-size: 2vw
  }

  .fs-xxs-15vw {
    font-size: 1.5vw
  }

  .fs-xxs-1vw {
    font-size: 1vw
  }

  .hidden-xxs {
    display: none
  }

  .pb-xxs-0 {
    bottom: 0
  }

  .bg-xxs-size-1000px {
    background-size: 1000px auto
  }

  .bg-xxs-size-900px {
    background-size: 900px auto
  }

  .bg-xxs-size-800px {
    background-size: 800px auto
  }

  .bg-xxs-size-700px {
    background-size: 700px auto
  }

  .bg-xxs-size-600px {
    background-size: 600px auto
  }

  .bg-xxs-size-500px {
    background-size: 500px auto
  }

  .bg-xxs-size-auto {
    background-size: auto
  }

  .d-xxs-block {
    display: block
  }
}

.grad-3d-black {
  background: #333;
  background: -moz-linear-gradient(top,#333 0,#141414 31%,#262626 50%);
  background: -webkit-linear-gradient(top,#333 0,#141414 31%,#262626 50%);
  background: linear-gradient(to bottom,#333 0,#141414 31%,#262626 50%)
}

.btn-gray,a.btn-gray {
  padding-left: 15px!important;
  padding-right: 15px!important;
  border-top: 1px solid #fff;
  cursor: pointer;
  color: #000!important;
  text-shadow: 0 1px 0 #fff;
  background: #f9f9f9;
  background: -moz-linear-gradient(top,#f9f9f9 0,#f7f7f7 13%,#f7f7f7 13%,#bfbfbf 90%,#dbdbdb 100%);
  background: -webkit-linear-gradient(top,#f9f9f9 0,#f7f7f7 13%,#f7f7f7 13%,#bfbfbf 90%,#dbdbdb 100%);
  background: linear-gradient(to bottom,#f9f9f9 0,#f7f7f7 13%,#f7f7f7 13%,#bfbfbf 90%,#dbdbdb 100%)
}

.btn-active,.btn-active:hover,.btn-gray:hover,a.btn-gray:hover {
  background: #e9dfb2!important
}

a.btn-yellow,button.btn-yellow {
  color: #000!important;
  text-shadow: 0 1px 0 #fff;
  background: #fff09e;
  background: -moz-linear-gradient(top,#fff09e 0,#efd409 48%,#cca002 90%,#fcdd2d 100%);
  background: -webkit-linear-gradient(top,#fff09e 0,#efd409 48%,#cca002 90%,#fcdd2d 100%);
  background: linear-gradient(to bottom,#fff09e 0,#efd409 48%,#cca002 90%,#fcdd2d 100%)
}

.btn-red {
  border: 1px solid #e36969;
  border-width: 1px 0 0 0;
  cursor: pointer;
  text-shadow: 0 -1px 1px #4b0000;
  background: #ce3d3d;
  background: -moz-linear-gradient(top,#ce3d3d 0,#600d0d 92%,#d35252 100%);
  background: -webkit-linear-gradient(top,#ce3d3d 0,#600d0d 92%,#d35252 100%);
  background: linear-gradient(to bottom,#ce3d3d 0,#600d0d 92%,#d35252 100%)
}

.btn-red:hover {
  background: #b50101
}

.grad-red {
  background: #c14f4f;
  background: -moz-linear-gradient(top,#c14f4f 15%,#c14f4f 15%,#872b2b 94%,#ae4040 100%);
  background: -webkit-linear-gradient(top,#c14f4f 15%,#c14f4f 15%,#872b2b 94%,#ae4040 100%);
  background: linear-gradient(to bottom,#c14f4f 15%,#c14f4f 15%,#872b2b 94%,#ae4040 100%)
}

.btn-blue,a.btn-blue {
  border-bottom: 1px solid #6788ef;
  border-top: 1px solid #d4e4ff!important;
  cursor: pointer;
  text-shadow: 0 -1px 1px #000;
  background: #7c85bc;
  background: -moz-linear-gradient(top,#7c85bc 8%,#4a5ba8 94%,#7483bf 100%);
  background: -webkit-linear-gradient(top,#7c85bc 8%,#4a5ba8 94%,#7483bf 100%);
  background: linear-gradient(to bottom,#7c85bc 8%,#4a5ba8 94%,#7483bf 100%)
}

.grad-radial-000 {
  background: -moz-radial-gradient(center,ellipse cover,#000 0,rgba(0,0,0,.77) 26%,rgba(0,0,0,0) 74%,rgba(0,0,0,0) 97%);
  background: -webkit-radial-gradient(center,ellipse cover,#000 0,rgba(0,0,0,.77) 26%,rgba(0,0,0,0) 74%,rgba(0,0,0,0) 97%);
  background: radial-gradient(ellipse at center,#000 0,rgba(0,0,0,.77) 26%,rgba(0,0,0,0) 74%,rgba(0,0,0,0) 97%)
}

.grad-radial-fff {
  background: -moz-radial-gradient(center,ellipse cover,#fff 0,rgba(255,255,255,.99) 1%,rgba(255,255,255,.77) 24%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(center,ellipse cover,#fff 0,rgba(255,255,255,.99) 1%,rgba(255,255,255,.77) 24%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center,#fff 0,rgba(255,255,255,.99) 1%,rgba(255,255,255,.77) 24%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 100%)
}

.grad-shell-nav {
  background: -moz-linear-gradient(top,rgba(0,0,0,.92) 3%,rgba(0,0,0,.8) 31%,rgba(0,0,0,.11) 81%,rgba(0,0,0,.01) 98%,rgba(0,0,0,0) 99%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,.92) 3%,rgba(0,0,0,.8) 31%,rgba(0,0,0,.11) 81%,rgba(0,0,0,.01) 98%,rgba(0,0,0,0) 99%);
  background: linear-gradient(to bottom,rgba(0,0,0,.92) 3%,rgba(0,0,0,.8) 31%,rgba(0,0,0,.11) 81%,rgba(0,0,0,.01) 98%,rgba(0,0,0,0) 99%)
}

.grad-shell-nav-111 {
  background: -moz-linear-gradient(top,#000 0,rgba(11,11,11,.93) 22%,rgba(25,25,25,.53) 49%,rgba(39,39,39,.14) 76%,rgba(51,51,51,0) 100%);
  background: -webkit-linear-gradient(top,#000 0,rgba(11,11,11,.93) 22%,rgba(25,25,25,.53) 49%,rgba(39,39,39,.14) 76%,rgba(51,51,51,0) 100%);
  background: linear-gradient(to bottom,#000 0,rgba(11,11,11,.93) 22%,rgba(25,25,25,.53) 49%,rgba(39,39,39,.14) 76%,rgba(51,51,51,0) 100%)
}

.grad-shell-nav-white {
  background: -moz-linear-gradient(top,#ededed 4%,#f2f2f2 28%,rgba(252,252,252,.11) 74%,rgba(255,255,255,0) 90%);
  background: -webkit-linear-gradient(top,#ededed 4%,#f2f2f2 28%,rgba(252,252,252,.11) 74%,rgba(255,255,255,0) 90%);
  background: linear-gradient(to bottom,#ededed 4%,#f2f2f2 28%,rgba(252,252,252,.11) 74%,rgba(255,255,255,0) 90%)
}

.grad-gray {
  background: #6b6b6b;
  background: -moz-linear-gradient(top,#6b6b6b 1%,#353535 100%);
  background: -webkit-linear-gradient(top,#6b6b6b 1%,#353535 100%);
  background: linear-gradient(to bottom,#6b6b6b 1%,#353535 100%)
}

.grad-gray-inner {
  background: #1c1c1c;
  background: -moz-linear-gradient(top,#1c1c1c 0,#444 10%,#2d2d2d 93%,#212121 100%);
  background: -webkit-linear-gradient(top,#1c1c1c 0,#444 10%,#2d2d2d 93%,#212121 100%);
  background: linear-gradient(to bottom,#1c1c1c 0,#444 10%,#2d2d2d 93%,#212121 100%)
}

.grad-lip-333 {
  background: -moz-linear-gradient(top,rgba(51,51,51,0) 6%,rgba(54,54,54,0) 9%,rgba(93,93,93,.15) 51%,rgba(121,121,121,.31) 81%,rgba(124,124,124,.31) 84%,rgba(153,153,153,.31) 100%);
  background: -webkit-linear-gradient(top,rgba(51,51,51,0) 6%,rgba(54,54,54,0) 9%,rgba(93,93,93,.15) 51%,rgba(121,121,121,.31) 81%,rgba(124,124,124,.31) 84%,rgba(153,153,153,.31) 100%);
  background: linear-gradient(to bottom,rgba(51,51,51,0) 6%,rgba(54,54,54,0) 9%,rgba(93,93,93,.15) 51%,rgba(121,121,121,.31) 81%,rgba(124,124,124,.31) 84%,rgba(153,153,153,.31) 100%)
}

.grad-gray4 {
  background: #7a7a7a;
  background: -moz-linear-gradient(top,#7a7a7a 24%,#424242 89%,#7c7c7c 99%);
  background: -webkit-linear-gradient(top,#7a7a7a 24%,#424242 89%,#7c7c7c 99%);
  background: linear-gradient(to bottom,#7a7a7a 24%,#424242 89%,#7c7c7c 99%)
}

.grad-gray5 {
  background: #777;
  background: -moz-linear-gradient(top,#777 0,#555 100%);
  background: -webkit-linear-gradient(top,#777 0,#555 100%);
  background: linear-gradient(to bottom,#777 0,#555 100%)
}

.grad-gray-3d {
  background: #444;
  background: -moz-linear-gradient(top,#444 1%,#333 35%,#1c1c1c 68%,#444 100%);
  background: -webkit-linear-gradient(top,#444 1%,#333 35%,#1c1c1c 68%,#444 100%);
  background: linear-gradient(to bottom,#444 1%,#333 35%,#1c1c1c 68%,#444 100%)
}

.grad-3d-gray {
  background: #7a7a7a;
  background: -moz-linear-gradient(top,#7a7a7a 1%,#4c4c4c 54%,#606060 65%,#555 95%,#555 95%,#5e5e5e 100%);
  background: -webkit-linear-gradient(top,#7a7a7a 1%,#4c4c4c 54%,#606060 65%,#555 95%,#555 95%,#5e5e5e 100%);
  background: linear-gradient(to bottom,#7a7a7a 1%,#4c4c4c 54%,#606060 65%,#555 95%,#555 95%,#5e5e5e 100%)
}

.grad-gray-3d2 {
  background: #555;
  background: -moz-linear-gradient(top,#555 1%,#383838 46%,#545454 58%,#606060 72%,#555 100%);
  background: -webkit-linear-gradient(top,#555 1%,#383838 46%,#545454 58%,#606060 72%,#555 100%);
  background: linear-gradient(to bottom,#555 1%,#383838 46%,#545454 58%,#606060 72%,#555 100%)
}

.grad-gray-3d3 {
  background: #555;
  background: -moz-linear-gradient(top,#555 1%,#333 48%,#262626 77%,#555 100%);
  background: -webkit-linear-gradient(top,#555 1%,#333 48%,#262626 77%,#555 100%);
  background: linear-gradient(to bottom,#555 1%,#333 48%,#262626 77%,#555 100%)
}

.grad-gray-inner {
  background: #1c1c1c;
  background: -moz-linear-gradient(top,#1c1c1c 0,#444 10%,#2d2d2d 93%,#212121 100%);
  background: -webkit-linear-gradient(top,#1c1c1c 0,#444 10%,#2d2d2d 93%,#212121 100%);
  background: linear-gradient(to bottom,#1c1c1c 0,#444 10%,#2d2d2d 93%,#212121 100%)
}

.grad-gray3 {
  background: #727272;
  background: -moz-linear-gradient(top,#727272 0,#555 100%);
  background: -webkit-linear-gradient(top,#727272 0,#555 100%);
  background: linear-gradient(to bottom,#727272 0,#555 100%)
}

.grad-green {
  background: #52b152;
  background: -moz-linear-gradient(top,#52b152 6%,#52b152 6%,#005700 93%,#008a00 100%,#52b152 100%);
  background: -webkit-linear-gradient(top,#52b152 6%,#52b152 6%,#005700 93%,#008a00 100%,#52b152 100%);
  background: linear-gradient(to bottom,#52b152 6%,#52b152 6%,#005700 93%,#008a00 100%,#52b152 100%)
}

.grad-white {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 2%,#dbdbdb 87%,#fff 100%);
  background: -webkit-linear-gradient(top,#fff 2%,#dbdbdb 87%,#fff 100%);
  background: linear-gradient(to bottom,#fff 2%,#dbdbdb 87%,#fff 100%)
}

.grad-white2 {
  background: #ddd;
  background: -moz-linear-gradient(top,#ddd 3%,#c9c9c9 77%,#f9f9f9 100%);
  background: -webkit-linear-gradient(top,#ddd 3%,#c9c9c9 77%,#f9f9f9 100%);
  background: linear-gradient(to bottom,#ddd 3%,#c9c9c9 77%,#f9f9f9 100%)
}

.grad-white3 {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#f2f2f2 94%,#f2f2f2 94%,#fff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(94%,#f2f2f2),color-stop(94%,#f2f2f2),color-stop(100%,#fff));
  background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 94%,#f2f2f2 94%,#fff 100%);
  background: -o-linear-gradient(top,#fff 0,#f2f2f2 94%,#f2f2f2 94%,#fff 100%);
  background: -ms-linear-gradient(top,#fff 0,#f2f2f2 94%,#f2f2f2 94%,#fff 100%);
  background: linear-gradient(to bottom,#fff 0,#f2f2f2 94%,#f2f2f2 94%,#fff 100%)
}

.grad-white4 {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#f2f2f2));
  background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
  background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
  background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
  background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%)
}

.grad-white5 {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#e0e0e0 95%,#fff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(95%,#e0e0e0),color-stop(100%,#fff));
  background: -webkit-linear-gradient(top,#fff 0,#e0e0e0 95%,#fff 100%);
  background: -o-linear-gradient(top,#fff 0,#e0e0e0 95%,#fff 100%);
  background: -ms-linear-gradient(top,#fff 0,#e0e0e0 95%,#fff 100%);
  background: linear-gradient(to bottom,#fff 0,#e0e0e0 95%,#fff 100%)
}

.grad-white6 {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#eaeaea 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top,#fff 0,#eaeaea 100%);
  background: -o-linear-gradient(top,#fff 0,#eaeaea 100%);
  background: -ms-linear-gradient(top,#fff 0,#eaeaea 100%);
  background: linear-gradient(to bottom,#fff 0,#eaeaea 100%)
}

.grad-white7 {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#dbdbdb 92%,#ededed 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(92%,#dbdbdb),color-stop(100%,#ededed));
  background: -webkit-linear-gradient(top,#fff 0,#dbdbdb 92%,#ededed 100%);
  background: -o-linear-gradient(top,#fff 0,#dbdbdb 92%,#ededed 100%);
  background: -ms-linear-gradient(top,#fff 0,#dbdbdb 92%,#ededed 100%);
  background: linear-gradient(to bottom,#fff 0,#dbdbdb 92%,#ededed 100%)
}

.grad-white-inner {
  background: #c4c4c4;
  background: -moz-linear-gradient(top,#c4c4c4 0,#fff 11%,#e2e2e2 96%,#d6d6d6 99%);
  background: -webkit-linear-gradient(top,#c4c4c4 0,#fff 11%,#e2e2e2 96%,#d6d6d6 99%);
  background: linear-gradient(to bottom,#c4c4c4 0,#fff 11%,#e2e2e2 96%,#d6d6d6 99%)
}

.grad-yellow {
  background: #ffffc1;
  background: -moz-linear-gradient(top,#ffffc1 8%,#f9f227 100%);
  background: -webkit-linear-gradient(top,#ffffc1 8%,#f9f227 100%);
  background: linear-gradient(to bottom,#ffffc1 8%,#f9f227 100%)
}

div.GRAD3d {
  background: #ddd;
  background: -moz-linear-gradient(top,#ddd 0,#b2b2b2 71%,#ddd 100%);
  background: -webkit-linear-gradient(top,#ddd 0,#b2b2b2 71%,#ddd 100%);
  background: linear-gradient(to bottom,#ddd 0,#b2b2b2 71%,#ddd 100%)
}

.grad-white-3d {
  background: #ddd;
  background: -moz-linear-gradient(top,#ddd 0,#e0e0e0 40%,#e0e0e0 40%,#bcbcbc 66%,#dbdbdb 71%,#ededed 78%,#ddd 90%);
  background: -webkit-linear-gradient(top,#ddd 0,#e0e0e0 40%,#e0e0e0 40%,#bcbcbc 66%,#dbdbdb 71%,#ededed 78%,#ddd 90%);
  background: linear-gradient(to bottom,#ddd 0,#e0e0e0 40%,#e0e0e0 40%,#bcbcbc 66%,#dbdbdb 71%,#ededed 78%,#ddd 90%)
}

.grad-white-3d2 {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 1%,#e0e0e0 35%,#bcbcbc 66%,#dbdbdb 74%,#ddd 86%,#fff 100%);
  background: -webkit-linear-gradient(top,#fff 1%,#e0e0e0 35%,#bcbcbc 66%,#dbdbdb 74%,#ddd 86%,#fff 100%);
  background: linear-gradient(to bottom,#fff 1%,#e0e0e0 35%,#bcbcbc 66%,#dbdbdb 74%,#ddd 86%,#fff 100%)
}

.grad-white-3d3 {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#e0e0e0 23%,#adadad 46%,#dbdbdb 62%,#fff 76%,#fff 100%);
  background: -webkit-linear-gradient(top,#fff 0,#e0e0e0 23%,#adadad 46%,#dbdbdb 62%,#fff 76%,#fff 100%);
  background: linear-gradient(to bottom,#fff 0,#e0e0e0 23%,#adadad 46%,#dbdbdb 62%,#fff 76%,#fff 100%)
}

.grad-light2 {
  background: #f2f2f2;
  background: -moz-linear-gradient(top,#f2f2f2 56%,#f2f2f2 56%,#e0e0e0 100%);
  background: -webkit-linear-gradient(top,#f2f2f2 56%,#f2f2f2 56%,#e0e0e0 100%);
  background: linear-gradient(to bottom,#f2f2f2 56%,#f2f2f2 56%,#e0e0e0 100%)
}

.grad-to-alpha-000-lip {
  background: -moz-linear-gradient(top,rgba(196,196,196,.12) 0,rgba(0,0,0,0) 8%,rgba(0,0,0,0) 33%,#000 93%,#000 100%);
  background: -webkit-linear-gradient(top,rgba(196,196,196,.12) 0,rgba(0,0,0,0) 8%,rgba(0,0,0,0) 33%,#000 93%,#000 100%);
  background: linear-gradient(to bottom,rgba(196,196,196,.12) 0,rgba(0,0,0,0) 8%,rgba(0,0,0,0) 33%,#000 93%,#000 100%)
}

.grad-to-alpha-161 {
  background: -moz-linear-gradient(top,rgba(21,21,21,0) 0,#161616 89%,#161616 100%);
  background: -webkit-linear-gradient(top,rgba(21,21,21,0) 0,#161616 89%,#161616 100%);
  background: linear-gradient(to bottom,rgba(21,21,21,0) 0,#161616 89%,#161616 100%)
}

.grad-to-alpha-444 {
  background: -moz-linear-gradient(top,rgba(68,68,68,0) 0,rgba(68,68,68,0) 49%,rgba(68,68,68,.57) 67%,#444 85%,#444 100%);
  background: -webkit-linear-gradient(top,rgba(68,68,68,0) 0,rgba(68,68,68,0) 49%,rgba(68,68,68,.57) 67%,#444 85%,#444 100%);
  background: linear-gradient(to bottom,rgba(68,68,68,0) 0,rgba(68,68,68,0) 49%,rgba(68,68,68,.57) 67%,#444 85%,#444 100%)
}

.grad-to-alpha-464 {
  background: -moz-linear-gradient(top,rgba(54,54,54,0) 0,rgba(54,54,54,.83) 44%,#363636 100%);
  background: -webkit-linear-gradient(top,rgba(54,54,54,0) 0,rgba(54,54,54,.83) 44%,#363636 100%);
  background: linear-gradient(to bottom,rgba(54,54,54,0) 0,rgba(54,54,54,.83) 44%,#363636 100%)
}

.grad-to-alpha-333 {
  background: -moz-linear-gradient(top,rgba(54,54,54,0) 0,rgba(52,52,52,.83) 72%,#333 100%);
  background: -webkit-linear-gradient(top,rgba(54,54,54,0) 0,rgba(52,52,52,.83) 72%,#333 100%);
  background: linear-gradient(to bottom,rgba(54,54,54,0) 0,rgba(52,52,52,.83) 72%,#333 100%)
}

.grad-to-alpha-252 {
  background: -moz-linear-gradient(top,rgba(37,37,37,0) 0,rgba(37,37,37,.02) 2%,rgba(37,37,37,.83) 87%,#252525 100%);
  background: -webkit-linear-gradient(top,rgba(37,37,37,0) 0,rgba(37,37,37,.02) 2%,rgba(37,37,37,.83) 87%,#252525 100%);
  background: linear-gradient(to bottom,rgba(37,37,37,0) 0,rgba(37,37,37,.02) 2%,rgba(37,37,37,.83) 87%,#252525 100%)
}

.grad-to-alpha-222 {
  background: -moz-linear-gradient(top,rgba(25,25,25,0) 0,rgba(30,30,30,.83) 51%,#212121 83%,#222 100%);
  background: -webkit-linear-gradient(top,rgba(25,25,25,0) 0,rgba(30,30,30,.83) 51%,#212121 83%,#222 100%);
  background: linear-gradient(to bottom,rgba(25,25,25,0) 0,rgba(30,30,30,.83) 51%,#212121 83%,#222 100%)
}

.grad-to-alpha-2222 {
  background: -moz-linear-gradient(top,#191919 0,rgba(26,26,26,0) 6%,rgba(28,28,28,0) 27%,rgba(30,30,30,.62) 51%,rgba(32,32,32,.91) 72%,#212121 89%,#222 100%);
  background: -webkit-linear-gradient(top,#191919 0,rgba(26,26,26,0) 6%,rgba(28,28,28,0) 27%,rgba(30,30,30,.62) 51%,rgba(32,32,32,.91) 72%,#212121 89%,#222 100%);
  background: linear-gradient(to bottom,#191919 0,rgba(26,26,26,0) 6%,rgba(28,28,28,0) 27%,rgba(30,30,30,.62) 51%,rgba(32,32,32,.91) 72%,#212121 89%,#222 100%)
}

.grad-to-alpha-000 {
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 13%,rgba(0,0,0,.32) 34%,rgba(0,0,0,.8) 60%,#000 82%,#000 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 13%,rgba(0,0,0,.32) 34%,rgba(0,0,0,.8) 60%,#000 82%,#000 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 13%,rgba(0,0,0,.32) 34%,rgba(0,0,0,.8) 60%,#000 82%,#000 100%)
}

.grad-to-alpha-ccc {
  background: -moz-linear-gradient(top,rgba(204,204,204,0) 0,rgba(204,204,204,0) 31%,rgba(204,204,204,.83) 58%,#ccc 86%,#ccc 100%);
  background: -webkit-linear-gradient(top,rgba(204,204,204,0) 0,rgba(204,204,204,0) 31%,rgba(204,204,204,.83) 58%,#ccc 86%,#ccc 100%);
  background: linear-gradient(to bottom,rgba(204,204,204,0) 0,rgba(204,204,204,0) 31%,rgba(204,204,204,.83) 58%,#ccc 86%,#ccc 100%)
}

.grad-to-alpha-fff {
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 31%,rgba(255,255,255,.83) 58%,#fff 86%,#fff 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 31%,rgba(255,255,255,.83) 58%,#fff 86%,#fff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 31%,rgba(255,255,255,.83) 58%,#fff 86%,#fff 100%)
}

@media (max-width:576px) {
  .grad-xs-gray {
    background: #6b6b6b;
    background: -moz-linear-gradient(top,#6b6b6b 1%,#353535 100%);
    background: -webkit-linear-gradient(top,#6b6b6b 1%,#353535 100%);
    background: linear-gradient(to bottom,#6b6b6b 1%,#353535 100%)
  }
}

@media (max-width:1050px) {
  .grad-md-to-alpha-464 {
    background: -moz-linear-gradient(top,rgba(54,54,54,0) 0,rgba(54,54,54,0) 13%,rgba(54,54,54,.83) 29%,#363636 100%);
    background: -webkit-linear-gradient(top,rgba(54,54,54,0) 0,rgba(54,54,54,0) 13%,rgba(54,54,54,.83) 29%,#363636 100%);
    background: linear-gradient(to bottom,rgba(54,54,54,0) 0,rgba(54,54,54,0) 13%,rgba(54,54,54,.83) 29%,#363636 100%)
  }

  .grad-md-to-alpha-151 {
    background: -moz-linear-gradient(top,rgba(21,21,21,0) 0,rgba(21,21,21,0) 10%,rgba(21,21,21,.83) 30%,#151515 100%);
    background: -webkit-linear-gradient(top,rgba(21,21,21,0) 0,rgba(21,21,21,0) 10%,rgba(21,21,21,.83) 30%,#151515 100%);
    background: linear-gradient(to bottom,rgba(21,21,21,0) 0,rgba(21,21,21,0) 10%,rgba(21,21,21,.83) 30%,#151515 100%)
  }
}

.grad-alpha-gray {
  background: -moz-linear-gradient(top,rgba(130,130,130,.29) 0,rgba(130,130,130,.29) 1%,rgba(73,73,73,.68) 100%);
  background: -webkit-linear-gradient(top,rgba(130,130,130,.29) 0,rgba(130,130,130,.29) 1%,rgba(73,73,73,.68) 100%);
  background: linear-gradient(to bottom,rgba(130,130,130,.29) 0,rgba(130,130,130,.29) 1%,rgba(73,73,73,.68) 100%)
}

.grad-blue {
  background: #2b82bc;
  background: -moz-linear-gradient(top,#2b82bc 0,#23639a 100%);
  background: -webkit-linear-gradient(top,#2b82bc 0,#23639a 100%);
  background: linear-gradient(to bottom,#2b82bc 0,#23639a 100%)
}

.grad-gray2 {
  background: #353535;
  background: -moz-linear-gradient(top,#353535 0,#494949 100%);
  background: -webkit-linear-gradient(top,#353535 0,#494949 100%);
  background: linear-gradient(to bottom,#353535 0,#494949 100%)
}

.grad-black {
  background: #000;
  background: -moz-linear-gradient(top,#000 0,#191919 100%);
  background: -webkit-linear-gradient(top,#000 0,#191919 100%);
  background: linear-gradient(to bottom,#000 0,#191919 100%)
}

.grad-light {
  background: #efefef;
  background: -moz-linear-gradient(top,#efefef 1%,#b7b7b7 81%,#cecece 100%);
  background: -webkit-linear-gradient(top,#efefef 1%,#b7b7b7 81%,#cecece 100%);
  background: linear-gradient(to bottom,#efefef 1%,#b7b7b7 81%,#cecece 100%)
}

.grad-aaron {
  border-top: 1px solid #666;
  background: -moz-linear-gradient(top,rgba(79,80,84,.8) 0,rgba(79,80,84,.95) 1%,rgba(40,41,43,.9) 100%);
  background: -webkit-linear-gradient(top,rgba(79,80,84,.8) 0,rgba(79,80,84,.95) 1%,rgba(40,41,43,.9) 100%);
  background: linear-gradient(to bottom,rgba(79,80,84,.8) 0,rgba(79,80,84,.95) 1%,rgba(40,41,43,.9) 100%)
}

.fb-btn {
  border-color: #1b5480;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
  background: #2b82bc;
  background: -moz-linear-gradient(top,#2b82bc 0,#23639a 100%);
  background: -webkit-linear-gradient(top,#2b82bc 0,#23639a 100%);
  background: linear-gradient(to bottom,#2b82bc 0,#23639a 100%)
}

.grad-keaggy {
  background: #353535;
  background: -moz-linear-gradient(top,rgba(93,93,93,.3) 0,rgba(53,53,53,.1) 100%);
  background: -webkit-linear-gradient(top,rgba(93,93,93,.3) 0,rgba(53,53,53,.1) 100%);
  background: linear-gradient(to bottom,rgba(93,93,93,.3) 0,rgba(53,53,53,.1) 100%)
}

.grad-keaggy2 {
  background: #353535;
  background: -moz-linear-gradient(top,rgba(93,93,93,.6) 0,rgba(70,70,70,.05) 100%);
  background: -webkit-linear-gradient(top,rgba(93,93,93,.6) 0,rgba(70,70,70,.05) 100%);
  background: linear-gradient(to bottom,rgba(93,93,93,.6) 0,rgba(70,70,70,.05) 100%)
}

.grad-dawes {
  background: -moz-linear-gradient(top,rgba(206,178,138,.3) 0,rgba(86,75,66,.3) 100%);
  background: -webkit-linear-gradient(top,rgba(206,178,138,.3) 0,rgba(86,75,66,.3) 100%);
  background: linear-gradient(to bottom,rgba(206,178,138,.3) 0,rgba(86,75,66,.3) 100%)
}

.grad-dawes2 {
  background: -moz-linear-gradient(top,rgba(206,178,138,.07) 0,rgba(86,75,66,.3) 100%);
  background: -webkit-linear-gradient(top,rgba(206,178,138,.07) 0,rgba(86,75,66,.3) 100%);
  background: linear-gradient(to bottom,rgba(206,178,138,.07) 0,rgba(86,75,66,.3) 100%)
}

@media print {
  .aaa,.bbb,.ccc,.eee,.fff,body,h1,h2,h3,h4,h5,h6,html,p {
    color: #000!important
  }
}

.btm_footer_fix {
  margin-top: -11rem
}

@media (max-width:767px) {
  .btm_footer_fix {
    margin-top: -8rem
  }
}

.banner_fix {
  margin-top: 76px
}

@media (max-width:767px) {
  .banner_fix {
    margin-top: 90px
  }
}

.close_modal {
  float: right
}

.close_modal:hover {
  cursor: pointer!important
}

.close {
  z-index: 999999;
  margin: 0 1rem
}

#guitar_lessons-beginner .content .your-learning {
  background-color: #333;
  text-align: center!important;
  min-height: 50vh
}

#guitar_lessons-beginner .content .your-learning .ctr-card {
  max-width: 255px
}

#guitar_lessons-beginner .content .your-learning .second_row {
  margin-top: -4rem
}

@media (max-width:575px) {
  #guitar_lessons-beginner .content .your-learning .second_row {
    margin-top: 0
  }
}

#guitar_lessons-beginner .content .your-learning .card_a {
  margin-top: -3rem
}

@media (max-width:991px) {
  #guitar_lessons-beginner .content .your-learning .card_a {
    margin-top: 0
  }
}

#guitar_lessons-beginner .content .your-learning .card_b {
  margin-top: -3rem
}

@media (max-width:991px) {
  #guitar_lessons-beginner .content .your-learning .card_b {
    margin-top: 0
  }
}

#guitar_lessons-beginner .content .your-learning .center_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -5rem;
  width: 28rem;
  height: 28rem;
  padding: 3rem;
  border-radius: 15rem;
  background-size: cover;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

@media (max-width:1200px) {
  #guitar_lessons-beginner .content .your-learning .center_img {
    width: 25rem;
    height: 25rem
  }
}

@media (max-width:991px) {
  #guitar_lessons-beginner .content .your-learning .center_img {
    width: 100%;
    margin-top: 0
  }
}

#guitar_lessons-beginner .content .your-learning .center_img h3 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 900;
  font-size: 67px;
  line-height: 22px;
  margin-bottom: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 6px rgba(0,0,0,.5)
}

@media (max-width:575px) {
  #guitar_lessons-beginner .content .your-learning .center_img h3 {
    font-size: 3em
  }
}

#guitar_lessons-beginner .content .your-learning .center_img h4 {
  text-transform: capitalize;
  font-family: Nunito Sans;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 42px;
  color: #fff
}

@media (max-width:991px) {
  #guitar_lessons-beginner .content .your-learning .center_img h4 {
    font-size: 2em;
    width: 60%
  }
}

#guitar_lessons-beginner .content .your-learning .ctr-center_img img {
  width: 100%
}

#guitar_lessons-beginner .content .header p {
  text-align: center
}

#guitar_lessons-beginner .content .header h3 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 74px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0,0,0,.25)
}

#guitar_lessons-beginner .content .header h4 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #c1b7a2;
  text-shadow: 0 4px 4px rgba(0,0,0,.25)
}

#guitar_lessons-beginner .content .header h5 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #fff
}

.flex-col {
  flex-direction: column
}

#beginner-guitar_page,#guitar-kids-and-teens {
  margin-top: 4.7rem
}

#beginner-guitar_page .container,#guitar-kids-and-teens .container {
  max-width: 1210px
}

#beginner-guitar_page .container-fluid,#guitar-kids-and-teens .container-fluid {
  box-shadow: none!important
}

#beginner-guitar_page .section_1,#guitar-kids-and-teens .section_1 {
  background-color: #fff
}

#beginner-guitar_page .section_1 h2,#guitar-kids-and-teens .section_1 h2 {
  justify-content: center;
  color: #bf0f00;
  font-family: Montserrat,sans-serif;
  font-weight: 800
}

#beginner-guitar_page .section_1 p,#guitar-kids-and-teens .section_1 p {
  color: #262833;
  font-size: 16px;
  font-family: "Nunito Sans",sans-serif;
  max-width: 942px;
  line-height: 1.3
}

#beginner-guitar_page .section_1 .ctr-beginner_card,#guitar-kids-and-teens .section_1 .ctr-beginner_card {
  max-width: 530px
}

#beginner-guitar_page .section_1 .ctr-beginner_card img,#guitar-kids-and-teens .section_1 .ctr-beginner_card img {
  width: 100%
}

#beginner-guitar_page .section_1 .ctr-beginner_card h3,#guitar-kids-and-teens .section_1 .ctr-beginner_card h3 {
  color: #bf0f00;
  font-size: 24px;
  font-weight: 800;
  font-family: Montserrat,sans-serif
}

#beginner-guitar_page .section_1 .ctr-beginner_card h4,#guitar-kids-and-teens .section_1 .ctr-beginner_card h4 {
  font-size: 18px;
  color: #444561;
  font-family: "Nunito Sans",sans-serif;
  font-weight: 800
}

#beginner-guitar_page .section_1 .get-started,#guitar-kids-and-teens .section_1 .get-started {
  background-color: #bf0f00;
  font-size: 22px;
  font-family: "Nunito Sans",sans-serif;
  text-transform: upperce;
  border-radius: 12px;
  max-width: 292.48px;
  height: 59.07px;
  font-weight: 900;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (max-width:370px) {
  #beginner-guitar_page .section_1 .get-started,#guitar-kids-and-teens .section_1 .get-started {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1em
  }
}

#beginner-guitar_page .section_2,#guitar-kids-and-teens .section_2 {
  background-color: #262834
}

#beginner-guitar_page .section_2 h2,#guitar-kids-and-teens .section_2 h2 {
  color: #fff;
  size: 36px;
  font-family: Montserrat,sans-serif;
  font-weight: 800;
  text-transform: uppercase
}

#beginner-guitar_page .section_2 h2 span,#guitar-kids-and-teens .section_2 h2 span {
  color: #67acc4
}

#beginner-guitar_page .section_2 p,#guitar-kids-and-teens .section_2 p {
  color: #fff;
  font-size: 16px;
  font-family: "Nunito Sans",sans-serif;
  font-weight: 400
}

#beginner-guitar_page .section_3,#guitar-kids-and-teens .section_3 {
  background-image: url(https://www-ecs.jamplay.com/client/global/images/shell/guitar-lessons/beginner/background-texture.png);
  background-size: cover;
  background-repeat: no-repeat
}

#beginner-guitar_page .section_3 h2,#guitar-kids-and-teens .section_3 h2 {
  color: #fff;
  size: 36px;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

#beginner-guitar_page .section_3 h2 span,#guitar-kids-and-teens .section_3 h2 span {
  color: #bf0f00
}

#beginner-guitar_page .section_4,#guitar-kids-and-teens .section_4 {
  background-color: #262834
}

#beginner-guitar_page .section_4 h2,#guitar-kids-and-teens .section_4 h2 {
  color: #fff;
  size: 36px;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

#beginner-guitar_page .section_4 h2 span,#guitar-kids-and-teens .section_4 h2 span {
  color: #7174a0
}

#beginner-guitar_page .section_4 p,#guitar-kids-and-teens .section_4 p {
  color: #fff;
  font-size: 16px;
  font-family: "Nunito Sans",sans-serif
}

#beginner-guitar_page .section_5,#guitar-kids-and-teens .section_5 {
  background-image: url(https://www-ecs.jamplay.com/client/global/images/shell/guitar-lessons/beginner/background-blue-texture_tiny.png);
  text-align: center;
  min-height: 635px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

#beginner-guitar_page .section_5 h2,#guitar-kids-and-teens .section_5 h2 {
  color: #fff;
  font-size: 40px;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  text-align: center
}

@media (max-width:500px) {
  #beginner-guitar_page .section_5 h2,#guitar-kids-and-teens .section_5 h2 {
    font-size: 19px
  }
}

#beginner-guitar_page .section_5 h2 span,#guitar-kids-and-teens .section_5 h2 span {
  color: #7174a0
}

#beginner-guitar_page .section_5 p,#guitar-kids-and-teens .section_5 p {
  color: #fff;
  font-size: 28px;
  font-family: "Nunito Sans",sans-serif;
  text-align: center;
  line-height: 2.2rem
}

@media (max-width:500px) {
  #beginner-guitar_page .section_5 p,#guitar-kids-and-teens .section_5 p {
    font-size: 15px;
    line-height: 1.2rem
  }
}

#beginner-guitar_page .section_5 a,#guitar-kids-and-teens .section_5 a {
  background-color: #bf0f00;
  width: 407.57px;
  height: 73.17px;
  font-family: "Nunito Sans",sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 12px;
  font-weight: 900;
  border: 1px solid #fff
}

@media (max-width:500px) {
  #beginner-guitar_page .section_5 a,#guitar-kids-and-teens .section_5 a {
    width: 80vw;
    font-size: 1.2rem;
    height: auto!important;
    padding: 1rem
  }
}

.guitar-songs .banner {
  margin: 0!important;
  padding: 0!important
}

.guitar-songs .banner h1 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 86px;
  line-height: 117px;
  text-align: center;
  text-transform: capitalize;
  color: #fefefe
}

.guitar-songs .banner p {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 2px 4px 26px rgba(0,0,0,.84)
}

.guitar-songs .header {
  background-color: #333;
  min-height: 10rem;
  width: 100%
}

.guitar-songs .header h2 {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 68px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.flex-col {
  flex-direction: column
}

#lesson_details .ctr-main_content {
  background-color: #fff
}

#lesson_details .ctr-explore {
  background-color: #2d2f3d;
  min-height: 575px
}

#lesson_details .ctr-explore h2 {
  color: #fff;
  font-weight: 800;
  font-family: Montserrat,sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase
}

#lesson_details .ctr-explore ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  max-width: 865px;
  margin: 0 auto
}

@media (min-width:992px) {
  #lesson_details .ctr-explore ul {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0
  }
}

#lesson_details .ctr-explore ul li {
  color: #fff;
  font-family: "Nunito Sans",sans-serif;
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: left
}

@media (max-width:992px) {
  #lesson_details .ctr-explore ul li {
    text-align: left;
    padding: .5rem
  }
}

#lesson_details .ctr-explore ul li a:hover {
  cursor: pointer
}

#artists {
  background-repeat: no-repeat;
  background-position: top right
}

#artists .artist_card {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(5,1fr);
  overflow: hidden
}

@media (max-width:575px) {
  #artists .artist_card {
    margin: 0!important
  }
}

#artists .artist_card .ctr-educator_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  padding: 2rem;
  grid-column: 1/span 2
}

#artists .artist_card .ctr-educator_name p {
  color: #c1b7a2;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.015em;
  text-transform: uppercase;
  text-shadow: 0 0 16px #000
}

#guitar_lessons .header_cards {
  z-index: 1000
}

#guitar_lessons .header_cards .ctr-page-card {
  border-radius: 10px;
  height: 175px;
  background: linear-gradient(to bottom,#5d5d5d 0,#464646 100%)
}

@media (max-width:930px) and (min-width:745px) {
  #guitar_lessons .header_cards .ctr-page-card {
    height: 210px
  }
}

@media (max-width:744px) and (min-width:576px) {
  #guitar_lessons .header_cards .ctr-page-card {
    height: 240px
  }
}

@media (max-width:575px) {
  #guitar_lessons .header_cards .ctr-page-card {
    height: 118px
  }
}

@media (min-width:1200px) {
  #guitar_lessons .header_cards .ctr-page-card {
    height: 258px
  }
}

@media (min-width:1580px) {
  #guitar_lessons .header_cards .ctr-page-card {
    height: 200px
  }
}

@media (max-width:460px) {
  #guitar_lessons .header_cards .ctr-page-card .adjust {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

#guitar_lessons .header_cards .ctr-page-card h5 {
  text-transform: uppercase;
  margin: 0 0 5px 5px;
  font-family: Nunito Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left
}

@media (max-width:1215px) {
  #guitar_lessons .header_cards .ctr-page-card h5 {
    font-size: 20px;
    margin: 0 0 5px 15px
  }
}

#guitar_lessons .header_cards .ctr-page-card p {
  margin: 0 0 0 5px;
  color: #c1b7a2;
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left
}

@media (max-width:1215px) {
  #guitar_lessons .header_cards .ctr-page-card p {
    font-size: 17px;
    margin: 0 0 5px 15px
  }
}

@media (max-width:603px) and (min-width:576px) {
  #guitar_lessons .header_cards .ctr-page-card p {
    font-size: 15px
  }
}

@media (max-width:470px) {
  #guitar_lessons .header_cards .ctr-page-card p {
    display: none
  }
}

#guitar_lessons .header_cards .ctr-page-card .card_btn {
  position: absolute;
  bottom: 22px;
  left: 10%
}

@media (max-width:575px) {
  #guitar_lessons .header_cards .ctr-page-card .card_btn {
    display: none
  }
}

@media (max-width:1226px) and (min-width:1200px) {
  #guitar_lessons .header_cards .ctr-page-card .card_btn span {
    font-size: 15px
  }
}

#genres_skills .ctr-video_player {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.jw-background-color {
  background: 0 0!important
}

#headUpsell {
  margin-bottom: 0!important
}

#headerNav {
  height: 68px;
  display: flex
}

.guitar-lessons .banner {
  color: #fff;
  margin-bottom: -80px
}

.guitar-lessons .banner .banner-content {
  padding-top: 120px
}

.guitar-lessons .banner h1 {
  font-size: 6em;
  font-weight: 700
}

.guitar-lessons .banner h3 {
  font-size: 3em
}

.guitar-lessons .banner h4 {
  font-size: 2em;
  color: #c1b7a2
}

.guitar-lessons .banner p {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px 0 30px 0
}

.guitar-lessons .video .embed-responsive {
  border: 8px solid #606060;
  -webkit-box-shadow: 0 0 6px 6px #000;
  -moz-box-shadow: 0 0 6px 6px #000;
  box-shadow: 0 0 6px 6px #000
}

.guitar-lessons a.started {
  margin-top: 50px!important
}

.guitar-lessons .beginner-acoustic-lessons {
  position: relative;
  background: #333
}

.guitar-lessons .beginner-acoustic-lessons h2 {
  display: inline
}

.guitar-lessons .beginner-acoustic-lessons h4 {
  display: inline;
  padding-left: 50px;
  color: #f4d42f;
  text-decoration: underline
}

.guitar-lessons .beginner-electric-lessons {
  margin-top: 80px
}

.guitar-lessons.guitar-songs .banner p {
  font-size: 2.5em
}

.guitar-lessons.guitar-songs .banner-button a:first-child {
  margin-right: 30px!important
}

.guitar-lessons.guitar-songs>section {
  padding-bottom: 40px
}

.guitar-lessons.guitar-songs .song-group i {
  cursor: pointer
}

.guitar-lessons.guitar-songs .song {
  display: none
}

.guitar-lessons.guitar-songs .song:nth-of-type(1) {
  display: block
}

@media (max-width:991px) {
  .guitar-lessons .banner {
    margin-bottom: 0
  }

  .guitar-lessons .beginner-acoustic-lessons h2 {
    display: block
  }

  .guitar-lessons .beginner-acoustic-lessons h4 {
    padding-left: 0
  }
}

@media (max-width:483px) {
  .guitar-lessons.guitar-songs .banner-button {
    text-align: center
  }

  .guitar-lessons.guitar-songs .banner-button a:first-child {
    margin-right: 0!important
  }
}

.header-text-responsive {
  color: #ffeaa3;
  font-size: 1.8rem
}

@media (min-width:1px) {
  .header-text-responsive {
    font-size: 1.1rem;
    color: #ffeaa3
  }
}

@media (min-width:300px) {
  .header-text-responsive {
    font-size: 1.1rem;
    color: #ffeaa3
  }
}

@media (min-width:400px) {
  .header-text-responsive {
    font-size: 1.2rem;
    color: #ffeaa3
  }
}

@media (min-width:544px) {
  .header-text-responsive {
    font-size: 1.4rem;
    color: #ffeaa3
  }
}

@media (min-width:768px) {
  .header-text-responsive {
    font-size: 1.7rem;
    color: #ffeaa3
  }
}

@media (min-width:992px) {
  .header-text-responsive {
    font-size: 1.25rem;
    color: #ffeaa3
  }
}

@media (min-width:1200px) {
  .header-text-responsive {
    font-size: 1.53rem;
    color: #ffeaa3
  }
}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent
}

.hamburger.is-active:hover,.hamburger:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
  background-color: #000
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000
}

.hamburger-inner:after,.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent!important
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent!important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent!important
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent!important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: translate3d(0,-10px,0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
  opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
  transform: rotate(90deg)
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(90deg)
}

.navbar .hamburger-inner,.navbar .hamburger-inner:after,.navbar .hamburger-inner:before {
  background-color: #fff
}

.navbar .hamburger-inner,.navbar .hamburger-inner::after,.navbar .hamburger-inner::before {
  width: 100%!important;
  height: 2px!important
}

.navbar .hamburger {
  width: 50px;
  padding: 10px 5px;
  margin: 0
}

.navbar .hamburger-box {
  width: 30px
}

.hamburger:hover,.navbar .hamburger.is-active:hover {
  opacity: 1
}

.navbar .hamburger-inner::before {
  top: -8px
}

.navbar .hamburger-inner::after {
  bottom: -8px
}

.navbar-nav .hamburger {
  width: 15px!important;
  padding: 0!important
}

.navbar-nav .hamburger-box {
  width: 15px!important;
  height: 12px!important;
  padding: 0!important
}

.navbar-nav .hamburger-inner,.navbar-nav .hamburger-inner::after,.navbar-nav .hamburger-inner::before {
  width: 15px!important;
  height: 1px!important
}

.navbar-nav .hamburger-inner {
  margin-top: 0!important
}

.navbar-nav .hamburger-inner::before {
  top: -4px
}

.navbar-nav .hamburger-inner::after {
  bottom: -4px
}

.navbar-nav .hamburger-inner,.navbar-nav .hamburger-inner:after,.navbar-nav .hamburger-inner:before {
  background-color: #666
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
  background-color: #fff
}

.hamburger-sm {
  width: 45px;
  padding: 2px 4px;
  margin: 0
}

.hamburger-sm .hamburger-box {
  width: 30px
}

.hamburger-sm .hamburger-inner::before {
  top: -5px
}

.hamburger-sm .hamburger-inner::after {
  bottom: -5px
}

.hamburger-inner:before,.hamburger-sm .hamburger-inner,.hamburger-sm .hamburger-inner:after {
  background-color: #fff;
  width: 100%;
  height: 2px
}

.hamburger-md {
  width: 50px;
  padding: 5px 4px;
  margin: 0
}

.hamburger-md .hamburger-box {
  width: 30px
}

.hamburger-md .hamburger-inner::before {
  top: -6px
}

.hamburger-md .hamburger-inner::after {
  bottom: -6px
}

.hamburger-inner:before,.hamburger-md .hamburger-inner,.hamburger-md .hamburger-inner:after {
  background-color: #fff;
  width: 100%;
  height: 2px
}

@font-face {
  font-family:'Nunito Sans';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc9yAs5tU1Q.ttf) format('truetype')
}

@font-face {
  font-family:'Nunito Sans';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/nunitosans/v11/pe0qMImSLYBIv1o4X1M8cce9I94.ttf) format('truetype')
}

@font-face {
  font-family:'Nunito Sans';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc8GBs5tU1Q.ttf) format('truetype')
}

.dropdown-menu a:hover,a:hover {
  text-decoration: none!important
}

a.navPhases:hover h3 .fw-700 {
  color: #ff0!important
}

.navPhases:active,.navPhases:hover {
  animation: bgPhases .4s ease-in-out 1 0s forwards
}

.teacherPanel:hover,.teacherPanel:hover:active {
  animation: bgBlips .4s ease-in-out 1 0s forwards
}

a.navPhases:active .navIcon,a.navPhases:hover .navIcon {
  animation: iconBlip .4s ease-in-out 1 0s forwards
}

.bgFadeInScrolled {
  opacity: 0
}

@keyframes iconBlip {
  80% {
    transform: scale(1.15)
  }

  100% {
    transform: scale(1.1)
  }
}

@keyframes bgPhases {
  0% {
    background-size: 40%;
    background-position: center 15px
  }

  100% {
    background-size: 55%;
    background-position: center 0
  }
}

@keyframes bgBlips {
  0% {
    background-size: 150%;
    background-position: -50px 0
  }

  100% {
    background-size: 180%;
    background-position: -65px 0
  }
}

::-webkit-scrollbar {
  width: 12px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #000;
  border-radius: 5px
}

::-webkit-scrollbar-thumb {
  background: #646464;
  border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
  background: #823232
}

body.free-modal-open div.modal-backdrop {
  z-index: 2147483642
}

body.free-modal-open div.modal-backdrop.show {
  opacity: .7
}

.list-group-item {
  border-width: 0 0 1px 0!important
}

.list-group-item:hover {
  background: #111!important
}

.list-group-item.active {
  border-color: #444!important;
  border-width: 0!important;
  background: #333!important
}

.list-group-item.active a.nav-link span.subText {
  font-size: 25px!important;
  border: 1px solid #fff
}

ul.navbar-nav li.show {
  background-color: #777;
  -webkit-border-radius: 10px 10px 0 0!important;
  -moz-border-radius: 10px 10px 0 0!important;
  border-radius: 10px 10px 0 0!important
}

a.nav-link:hover {
  border-color: #444!important;
  border-color: #fff!important;
  background: #111!important;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out
}

.list-group-item.active .fa-fw,a.nav-link:hover .fa-fw {
  color: #fc0!important;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out
}

a.nav-link.active span.subText,a.nav-link:hover span.subText {
  color: #fc0!important;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out
}

a.nav-link.active {
  border-color: #444!important;
  border-width: 0!important;
  background: #000!important
}

@media all and (max-width:992px) {
  .navbar .hamburger {
    padding: 8px
  }

  .navbar .hamburger-inner::before {
    top: -5px
  }

  .navbar .hamburger-inner::after {
    bottom: -5px
  }

  .navbar-nav .hamburger-inner,.navbar-nav .hamburger-inner:after,.navbar-nav .hamburger-inner:before {
    background-color: #aaa
  }

  div.navbar-collapse li.nav-item {
    width: 100%;
    text-align: left
  }

  div.navbar-collapse li.nav-item.z-700 {
    border-top: 1px solid
  }

  .sidebarUL .sidebarLI {
    flex: 1 1 25%
  }
}

@media all and (max-width:335px) {
  .navbar .hamburger {
    padding: 5px
  }
}

/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc9yAs5gU1EQVg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display:swap;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc9yAs5pU1EQVg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display:swap;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc9yAs5iU1EQVg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display:swap;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc9yAs5jU1EQVg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display:swap;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc9yAs5tU1E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display:swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe0qMImSLYBIv1o4X1M8ccewI9tScg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display:swap;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe0qMImSLYBIv1o4X1M8cce5I9tScg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display:swap;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display:swap;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display:swap;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display:swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc8GBs5gU1EQVg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display:swap;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc8GBs5pU1EQVg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display:swap;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display:swap;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display:swap;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display:swap;
}
