@charset "UTF-8";
/*
	Project Name: Astro Must
	Project URI: https://astromust.com
	Description: Astro Must
	Version: 1.4.3
	Author URI: https://muhammedahsan.com
	Tags: HTML5, SASS
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.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; } }
.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; } }
.mtpx-100 {
  margin-top: 100px !important; }

.mtpx-99 {
  margin-top: 99px !important; }

.mtpx-98 {
  margin-top: 98px !important; }

.mtpx-97 {
  margin-top: 97px !important; }

.mtpx-96 {
  margin-top: 96px !important; }

.mtpx-95 {
  margin-top: 95px !important; }

.mtpx-94 {
  margin-top: 94px !important; }

.mtpx-93 {
  margin-top: 93px !important; }

.mtpx-92 {
  margin-top: 92px !important; }

.mtpx-91 {
  margin-top: 91px !important; }

.mtpx-90 {
  margin-top: 90px !important; }

.mtpx-89 {
  margin-top: 89px !important; }

.mtpx-88 {
  margin-top: 88px !important; }

.mtpx-87 {
  margin-top: 87px !important; }

.mtpx-86 {
  margin-top: 86px !important; }

.mtpx-85 {
  margin-top: 85px !important; }

.mtpx-84 {
  margin-top: 84px !important; }

.mtpx-83 {
  margin-top: 83px !important; }

.mtpx-82 {
  margin-top: 82px !important; }

.mtpx-81 {
  margin-top: 81px !important; }

.mtpx-80 {
  margin-top: 80px !important; }

.mtpx-79 {
  margin-top: 79px !important; }

.mtpx-78 {
  margin-top: 78px !important; }

.mtpx-77 {
  margin-top: 77px !important; }

.mtpx-76 {
  margin-top: 76px !important; }

.mtpx-75 {
  margin-top: 75px !important; }

.mtpx-74 {
  margin-top: 74px !important; }

.mtpx-73 {
  margin-top: 73px !important; }

.mtpx-72 {
  margin-top: 72px !important; }

.mtpx-71 {
  margin-top: 71px !important; }

.mtpx-70 {
  margin-top: 70px !important; }

.mtpx-69 {
  margin-top: 69px !important; }

.mtpx-68 {
  margin-top: 68px !important; }

.mtpx-67 {
  margin-top: 67px !important; }

.mtpx-66 {
  margin-top: 66px !important; }

.mtpx-65 {
  margin-top: 65px !important; }

.mtpx-64 {
  margin-top: 64px !important; }

.mtpx-63 {
  margin-top: 63px !important; }

.mtpx-62 {
  margin-top: 62px !important; }

.mtpx-61 {
  margin-top: 61px !important; }

.mtpx-60 {
  margin-top: 60px !important; }

.mtpx-59 {
  margin-top: 59px !important; }

.mtpx-58 {
  margin-top: 58px !important; }

.mtpx-57 {
  margin-top: 57px !important; }

.mtpx-56 {
  margin-top: 56px !important; }

.mtpx-55 {
  margin-top: 55px !important; }

.mtpx-54 {
  margin-top: 54px !important; }

.mtpx-53 {
  margin-top: 53px !important; }

.mtpx-52 {
  margin-top: 52px !important; }

.mtpx-51 {
  margin-top: 51px !important; }

.mtpx-50 {
  margin-top: 50px !important; }

.mtpx-49 {
  margin-top: 49px !important; }

.mtpx-48 {
  margin-top: 48px !important; }

.mtpx-47 {
  margin-top: 47px !important; }

.mtpx-46 {
  margin-top: 46px !important; }

.mtpx-45 {
  margin-top: 45px !important; }

.mtpx-44 {
  margin-top: 44px !important; }

.mtpx-43 {
  margin-top: 43px !important; }

.mtpx-42 {
  margin-top: 42px !important; }

.mtpx-41 {
  margin-top: 41px !important; }

.mtpx-40 {
  margin-top: 40px !important; }

.mtpx-39 {
  margin-top: 39px !important; }

.mtpx-38 {
  margin-top: 38px !important; }

.mtpx-37 {
  margin-top: 37px !important; }

.mtpx-36 {
  margin-top: 36px !important; }

.mtpx-35 {
  margin-top: 35px !important; }

.mtpx-34 {
  margin-top: 34px !important; }

.mtpx-33 {
  margin-top: 33px !important; }

.mtpx-32 {
  margin-top: 32px !important; }

.mtpx-31 {
  margin-top: 31px !important; }

.mtpx-30 {
  margin-top: 30px !important; }

.mtpx-29 {
  margin-top: 29px !important; }

.mtpx-28 {
  margin-top: 28px !important; }

.mtpx-27 {
  margin-top: 27px !important; }

.mtpx-26 {
  margin-top: 26px !important; }

.mtpx-25 {
  margin-top: 25px !important; }

.mtpx-24 {
  margin-top: 24px !important; }

.mtpx-23 {
  margin-top: 23px !important; }

.mtpx-22 {
  margin-top: 22px !important; }

.mtpx-21 {
  margin-top: 21px !important; }

.mtpx-20 {
  margin-top: 20px !important; }

.mtpx-19 {
  margin-top: 19px !important; }

.mtpx-18 {
  margin-top: 18px !important; }

.mtpx-17 {
  margin-top: 17px !important; }

.mtpx-16 {
  margin-top: 16px !important; }

.mtpx-15 {
  margin-top: 15px !important; }

.mtpx-14 {
  margin-top: 14px !important; }

.mtpx-13 {
  margin-top: 13px !important; }

.mtpx-12 {
  margin-top: 12px !important; }

.mtpx-11 {
  margin-top: 11px !important; }

.mtpx-10 {
  margin-top: 10px !important; }

.mtpx-9 {
  margin-top: 9px !important; }

.mtpx-8 {
  margin-top: 8px !important; }

.mtpx-7 {
  margin-top: 7px !important; }

.mtpx-6 {
  margin-top: 6px !important; }

.mtpx-5 {
  margin-top: 5px !important; }

.mtpx-4 {
  margin-top: 4px !important; }

.mtpx-3 {
  margin-top: 3px !important; }

.mtpx-2 {
  margin-top: 2px !important; }

.mtpx-1 {
  margin-top: 1px !important; }

.mtpx-0 {
  margin-top: 0px !important; }

@media (min-width: 576px) {
  .mtpx-sm-100 {
    margin-top: 100px !important; }

  .mtpx-sm-99 {
    margin-top: 99px !important; }

  .mtpx-sm-98 {
    margin-top: 98px !important; }

  .mtpx-sm-97 {
    margin-top: 97px !important; }

  .mtpx-sm-96 {
    margin-top: 96px !important; }

  .mtpx-sm-95 {
    margin-top: 95px !important; }

  .mtpx-sm-94 {
    margin-top: 94px !important; }

  .mtpx-sm-93 {
    margin-top: 93px !important; }

  .mtpx-sm-92 {
    margin-top: 92px !important; }

  .mtpx-sm-91 {
    margin-top: 91px !important; }

  .mtpx-sm-90 {
    margin-top: 90px !important; }

  .mtpx-sm-89 {
    margin-top: 89px !important; }

  .mtpx-sm-88 {
    margin-top: 88px !important; }

  .mtpx-sm-87 {
    margin-top: 87px !important; }

  .mtpx-sm-86 {
    margin-top: 86px !important; }

  .mtpx-sm-85 {
    margin-top: 85px !important; }

  .mtpx-sm-84 {
    margin-top: 84px !important; }

  .mtpx-sm-83 {
    margin-top: 83px !important; }

  .mtpx-sm-82 {
    margin-top: 82px !important; }

  .mtpx-sm-81 {
    margin-top: 81px !important; }

  .mtpx-sm-80 {
    margin-top: 80px !important; }

  .mtpx-sm-79 {
    margin-top: 79px !important; }

  .mtpx-sm-78 {
    margin-top: 78px !important; }

  .mtpx-sm-77 {
    margin-top: 77px !important; }

  .mtpx-sm-76 {
    margin-top: 76px !important; }

  .mtpx-sm-75 {
    margin-top: 75px !important; }

  .mtpx-sm-74 {
    margin-top: 74px !important; }

  .mtpx-sm-73 {
    margin-top: 73px !important; }

  .mtpx-sm-72 {
    margin-top: 72px !important; }

  .mtpx-sm-71 {
    margin-top: 71px !important; }

  .mtpx-sm-70 {
    margin-top: 70px !important; }

  .mtpx-sm-69 {
    margin-top: 69px !important; }

  .mtpx-sm-68 {
    margin-top: 68px !important; }

  .mtpx-sm-67 {
    margin-top: 67px !important; }

  .mtpx-sm-66 {
    margin-top: 66px !important; }

  .mtpx-sm-65 {
    margin-top: 65px !important; }

  .mtpx-sm-64 {
    margin-top: 64px !important; }

  .mtpx-sm-63 {
    margin-top: 63px !important; }

  .mtpx-sm-62 {
    margin-top: 62px !important; }

  .mtpx-sm-61 {
    margin-top: 61px !important; }

  .mtpx-sm-60 {
    margin-top: 60px !important; }

  .mtpx-sm-59 {
    margin-top: 59px !important; }

  .mtpx-sm-58 {
    margin-top: 58px !important; }

  .mtpx-sm-57 {
    margin-top: 57px !important; }

  .mtpx-sm-56 {
    margin-top: 56px !important; }

  .mtpx-sm-55 {
    margin-top: 55px !important; }

  .mtpx-sm-54 {
    margin-top: 54px !important; }

  .mtpx-sm-53 {
    margin-top: 53px !important; }

  .mtpx-sm-52 {
    margin-top: 52px !important; }

  .mtpx-sm-51 {
    margin-top: 51px !important; }

  .mtpx-sm-50 {
    margin-top: 50px !important; }

  .mtpx-sm-49 {
    margin-top: 49px !important; }

  .mtpx-sm-48 {
    margin-top: 48px !important; }

  .mtpx-sm-47 {
    margin-top: 47px !important; }

  .mtpx-sm-46 {
    margin-top: 46px !important; }

  .mtpx-sm-45 {
    margin-top: 45px !important; }

  .mtpx-sm-44 {
    margin-top: 44px !important; }

  .mtpx-sm-43 {
    margin-top: 43px !important; }

  .mtpx-sm-42 {
    margin-top: 42px !important; }

  .mtpx-sm-41 {
    margin-top: 41px !important; }

  .mtpx-sm-40 {
    margin-top: 40px !important; }

  .mtpx-sm-39 {
    margin-top: 39px !important; }

  .mtpx-sm-38 {
    margin-top: 38px !important; }

  .mtpx-sm-37 {
    margin-top: 37px !important; }

  .mtpx-sm-36 {
    margin-top: 36px !important; }

  .mtpx-sm-35 {
    margin-top: 35px !important; }

  .mtpx-sm-34 {
    margin-top: 34px !important; }

  .mtpx-sm-33 {
    margin-top: 33px !important; }

  .mtpx-sm-32 {
    margin-top: 32px !important; }

  .mtpx-sm-31 {
    margin-top: 31px !important; }

  .mtpx-sm-30 {
    margin-top: 30px !important; }

  .mtpx-sm-29 {
    margin-top: 29px !important; }

  .mtpx-sm-28 {
    margin-top: 28px !important; }

  .mtpx-sm-27 {
    margin-top: 27px !important; }

  .mtpx-sm-26 {
    margin-top: 26px !important; }

  .mtpx-sm-25 {
    margin-top: 25px !important; }

  .mtpx-sm-24 {
    margin-top: 24px !important; }

  .mtpx-sm-23 {
    margin-top: 23px !important; }

  .mtpx-sm-22 {
    margin-top: 22px !important; }

  .mtpx-sm-21 {
    margin-top: 21px !important; }

  .mtpx-sm-20 {
    margin-top: 20px !important; }

  .mtpx-sm-19 {
    margin-top: 19px !important; }

  .mtpx-sm-18 {
    margin-top: 18px !important; }

  .mtpx-sm-17 {
    margin-top: 17px !important; }

  .mtpx-sm-16 {
    margin-top: 16px !important; }

  .mtpx-sm-15 {
    margin-top: 15px !important; }

  .mtpx-sm-14 {
    margin-top: 14px !important; }

  .mtpx-sm-13 {
    margin-top: 13px !important; }

  .mtpx-sm-12 {
    margin-top: 12px !important; }

  .mtpx-sm-11 {
    margin-top: 11px !important; }

  .mtpx-sm-10 {
    margin-top: 10px !important; }

  .mtpx-sm-9 {
    margin-top: 9px !important; }

  .mtpx-sm-8 {
    margin-top: 8px !important; }

  .mtpx-sm-7 {
    margin-top: 7px !important; }

  .mtpx-sm-6 {
    margin-top: 6px !important; }

  .mtpx-sm-5 {
    margin-top: 5px !important; }

  .mtpx-sm-4 {
    margin-top: 4px !important; }

  .mtpx-sm-3 {
    margin-top: 3px !important; }

  .mtpx-sm-2 {
    margin-top: 2px !important; }

  .mtpx-sm-1 {
    margin-top: 1px !important; }

  .mtpx-sm-0 {
    margin-top: 0px !important; } }
@media (min-width: 768px) {
  .mtpx-md-100 {
    margin-top: 100px !important; }

  .mtpx-md-99 {
    margin-top: 99px !important; }

  .mtpx-md-98 {
    margin-top: 98px !important; }

  .mtpx-md-97 {
    margin-top: 97px !important; }

  .mtpx-md-96 {
    margin-top: 96px !important; }

  .mtpx-md-95 {
    margin-top: 95px !important; }

  .mtpx-md-94 {
    margin-top: 94px !important; }

  .mtpx-md-93 {
    margin-top: 93px !important; }

  .mtpx-md-92 {
    margin-top: 92px !important; }

  .mtpx-md-91 {
    margin-top: 91px !important; }

  .mtpx-md-90 {
    margin-top: 90px !important; }

  .mtpx-md-89 {
    margin-top: 89px !important; }

  .mtpx-md-88 {
    margin-top: 88px !important; }

  .mtpx-md-87 {
    margin-top: 87px !important; }

  .mtpx-md-86 {
    margin-top: 86px !important; }

  .mtpx-md-85 {
    margin-top: 85px !important; }

  .mtpx-md-84 {
    margin-top: 84px !important; }

  .mtpx-md-83 {
    margin-top: 83px !important; }

  .mtpx-md-82 {
    margin-top: 82px !important; }

  .mtpx-md-81 {
    margin-top: 81px !important; }

  .mtpx-md-80 {
    margin-top: 80px !important; }

  .mtpx-md-79 {
    margin-top: 79px !important; }

  .mtpx-md-78 {
    margin-top: 78px !important; }

  .mtpx-md-77 {
    margin-top: 77px !important; }

  .mtpx-md-76 {
    margin-top: 76px !important; }

  .mtpx-md-75 {
    margin-top: 75px !important; }

  .mtpx-md-74 {
    margin-top: 74px !important; }

  .mtpx-md-73 {
    margin-top: 73px !important; }

  .mtpx-md-72 {
    margin-top: 72px !important; }

  .mtpx-md-71 {
    margin-top: 71px !important; }

  .mtpx-md-70 {
    margin-top: 70px !important; }

  .mtpx-md-69 {
    margin-top: 69px !important; }

  .mtpx-md-68 {
    margin-top: 68px !important; }

  .mtpx-md-67 {
    margin-top: 67px !important; }

  .mtpx-md-66 {
    margin-top: 66px !important; }

  .mtpx-md-65 {
    margin-top: 65px !important; }

  .mtpx-md-64 {
    margin-top: 64px !important; }

  .mtpx-md-63 {
    margin-top: 63px !important; }

  .mtpx-md-62 {
    margin-top: 62px !important; }

  .mtpx-md-61 {
    margin-top: 61px !important; }

  .mtpx-md-60 {
    margin-top: 60px !important; }

  .mtpx-md-59 {
    margin-top: 59px !important; }

  .mtpx-md-58 {
    margin-top: 58px !important; }

  .mtpx-md-57 {
    margin-top: 57px !important; }

  .mtpx-md-56 {
    margin-top: 56px !important; }

  .mtpx-md-55 {
    margin-top: 55px !important; }

  .mtpx-md-54 {
    margin-top: 54px !important; }

  .mtpx-md-53 {
    margin-top: 53px !important; }

  .mtpx-md-52 {
    margin-top: 52px !important; }

  .mtpx-md-51 {
    margin-top: 51px !important; }

  .mtpx-md-50 {
    margin-top: 50px !important; }

  .mtpx-md-49 {
    margin-top: 49px !important; }

  .mtpx-md-48 {
    margin-top: 48px !important; }

  .mtpx-md-47 {
    margin-top: 47px !important; }

  .mtpx-md-46 {
    margin-top: 46px !important; }

  .mtpx-md-45 {
    margin-top: 45px !important; }

  .mtpx-md-44 {
    margin-top: 44px !important; }

  .mtpx-md-43 {
    margin-top: 43px !important; }

  .mtpx-md-42 {
    margin-top: 42px !important; }

  .mtpx-md-41 {
    margin-top: 41px !important; }

  .mtpx-md-40 {
    margin-top: 40px !important; }

  .mtpx-md-39 {
    margin-top: 39px !important; }

  .mtpx-md-38 {
    margin-top: 38px !important; }

  .mtpx-md-37 {
    margin-top: 37px !important; }

  .mtpx-md-36 {
    margin-top: 36px !important; }

  .mtpx-md-35 {
    margin-top: 35px !important; }

  .mtpx-md-34 {
    margin-top: 34px !important; }

  .mtpx-md-33 {
    margin-top: 33px !important; }

  .mtpx-md-32 {
    margin-top: 32px !important; }

  .mtpx-md-31 {
    margin-top: 31px !important; }

  .mtpx-md-30 {
    margin-top: 30px !important; }

  .mtpx-md-29 {
    margin-top: 29px !important; }

  .mtpx-md-28 {
    margin-top: 28px !important; }

  .mtpx-md-27 {
    margin-top: 27px !important; }

  .mtpx-md-26 {
    margin-top: 26px !important; }

  .mtpx-md-25 {
    margin-top: 25px !important; }

  .mtpx-md-24 {
    margin-top: 24px !important; }

  .mtpx-md-23 {
    margin-top: 23px !important; }

  .mtpx-md-22 {
    margin-top: 22px !important; }

  .mtpx-md-21 {
    margin-top: 21px !important; }

  .mtpx-md-20 {
    margin-top: 20px !important; }

  .mtpx-md-19 {
    margin-top: 19px !important; }

  .mtpx-md-18 {
    margin-top: 18px !important; }

  .mtpx-md-17 {
    margin-top: 17px !important; }

  .mtpx-md-16 {
    margin-top: 16px !important; }

  .mtpx-md-15 {
    margin-top: 15px !important; }

  .mtpx-md-14 {
    margin-top: 14px !important; }

  .mtpx-md-13 {
    margin-top: 13px !important; }

  .mtpx-md-12 {
    margin-top: 12px !important; }

  .mtpx-md-11 {
    margin-top: 11px !important; }

  .mtpx-md-10 {
    margin-top: 10px !important; }

  .mtpx-md-9 {
    margin-top: 9px !important; }

  .mtpx-md-8 {
    margin-top: 8px !important; }

  .mtpx-md-7 {
    margin-top: 7px !important; }

  .mtpx-md-6 {
    margin-top: 6px !important; }

  .mtpx-md-5 {
    margin-top: 5px !important; }

  .mtpx-md-4 {
    margin-top: 4px !important; }

  .mtpx-md-3 {
    margin-top: 3px !important; }

  .mtpx-md-2 {
    margin-top: 2px !important; }

  .mtpx-md-1 {
    margin-top: 1px !important; }

  .mtpx-md-0 {
    margin-top: 0px !important; } }
@media (min-width: 992px) {
  .mtpx-lg-100 {
    margin-top: 100px !important; }

  .mtpx-lg-99 {
    margin-top: 99px !important; }

  .mtpx-lg-98 {
    margin-top: 98px !important; }

  .mtpx-lg-97 {
    margin-top: 97px !important; }

  .mtpx-lg-96 {
    margin-top: 96px !important; }

  .mtpx-lg-95 {
    margin-top: 95px !important; }

  .mtpx-lg-94 {
    margin-top: 94px !important; }

  .mtpx-lg-93 {
    margin-top: 93px !important; }

  .mtpx-lg-92 {
    margin-top: 92px !important; }

  .mtpx-lg-91 {
    margin-top: 91px !important; }

  .mtpx-lg-90 {
    margin-top: 90px !important; }

  .mtpx-lg-89 {
    margin-top: 89px !important; }

  .mtpx-lg-88 {
    margin-top: 88px !important; }

  .mtpx-lg-87 {
    margin-top: 87px !important; }

  .mtpx-lg-86 {
    margin-top: 86px !important; }

  .mtpx-lg-85 {
    margin-top: 85px !important; }

  .mtpx-lg-84 {
    margin-top: 84px !important; }

  .mtpx-lg-83 {
    margin-top: 83px !important; }

  .mtpx-lg-82 {
    margin-top: 82px !important; }

  .mtpx-lg-81 {
    margin-top: 81px !important; }

  .mtpx-lg-80 {
    margin-top: 80px !important; }

  .mtpx-lg-79 {
    margin-top: 79px !important; }

  .mtpx-lg-78 {
    margin-top: 78px !important; }

  .mtpx-lg-77 {
    margin-top: 77px !important; }

  .mtpx-lg-76 {
    margin-top: 76px !important; }

  .mtpx-lg-75 {
    margin-top: 75px !important; }

  .mtpx-lg-74 {
    margin-top: 74px !important; }

  .mtpx-lg-73 {
    margin-top: 73px !important; }

  .mtpx-lg-72 {
    margin-top: 72px !important; }

  .mtpx-lg-71 {
    margin-top: 71px !important; }

  .mtpx-lg-70 {
    margin-top: 70px !important; }

  .mtpx-lg-69 {
    margin-top: 69px !important; }

  .mtpx-lg-68 {
    margin-top: 68px !important; }

  .mtpx-lg-67 {
    margin-top: 67px !important; }

  .mtpx-lg-66 {
    margin-top: 66px !important; }

  .mtpx-lg-65 {
    margin-top: 65px !important; }

  .mtpx-lg-64 {
    margin-top: 64px !important; }

  .mtpx-lg-63 {
    margin-top: 63px !important; }

  .mtpx-lg-62 {
    margin-top: 62px !important; }

  .mtpx-lg-61 {
    margin-top: 61px !important; }

  .mtpx-lg-60 {
    margin-top: 60px !important; }

  .mtpx-lg-59 {
    margin-top: 59px !important; }

  .mtpx-lg-58 {
    margin-top: 58px !important; }

  .mtpx-lg-57 {
    margin-top: 57px !important; }

  .mtpx-lg-56 {
    margin-top: 56px !important; }

  .mtpx-lg-55 {
    margin-top: 55px !important; }

  .mtpx-lg-54 {
    margin-top: 54px !important; }

  .mtpx-lg-53 {
    margin-top: 53px !important; }

  .mtpx-lg-52 {
    margin-top: 52px !important; }

  .mtpx-lg-51 {
    margin-top: 51px !important; }

  .mtpx-lg-50 {
    margin-top: 50px !important; }

  .mtpx-lg-49 {
    margin-top: 49px !important; }

  .mtpx-lg-48 {
    margin-top: 48px !important; }

  .mtpx-lg-47 {
    margin-top: 47px !important; }

  .mtpx-lg-46 {
    margin-top: 46px !important; }

  .mtpx-lg-45 {
    margin-top: 45px !important; }

  .mtpx-lg-44 {
    margin-top: 44px !important; }

  .mtpx-lg-43 {
    margin-top: 43px !important; }

  .mtpx-lg-42 {
    margin-top: 42px !important; }

  .mtpx-lg-41 {
    margin-top: 41px !important; }

  .mtpx-lg-40 {
    margin-top: 40px !important; }

  .mtpx-lg-39 {
    margin-top: 39px !important; }

  .mtpx-lg-38 {
    margin-top: 38px !important; }

  .mtpx-lg-37 {
    margin-top: 37px !important; }

  .mtpx-lg-36 {
    margin-top: 36px !important; }

  .mtpx-lg-35 {
    margin-top: 35px !important; }

  .mtpx-lg-34 {
    margin-top: 34px !important; }

  .mtpx-lg-33 {
    margin-top: 33px !important; }

  .mtpx-lg-32 {
    margin-top: 32px !important; }

  .mtpx-lg-31 {
    margin-top: 31px !important; }

  .mtpx-lg-30 {
    margin-top: 30px !important; }

  .mtpx-lg-29 {
    margin-top: 29px !important; }

  .mtpx-lg-28 {
    margin-top: 28px !important; }

  .mtpx-lg-27 {
    margin-top: 27px !important; }

  .mtpx-lg-26 {
    margin-top: 26px !important; }

  .mtpx-lg-25 {
    margin-top: 25px !important; }

  .mtpx-lg-24 {
    margin-top: 24px !important; }

  .mtpx-lg-23 {
    margin-top: 23px !important; }

  .mtpx-lg-22 {
    margin-top: 22px !important; }

  .mtpx-lg-21 {
    margin-top: 21px !important; }

  .mtpx-lg-20 {
    margin-top: 20px !important; }

  .mtpx-lg-19 {
    margin-top: 19px !important; }

  .mtpx-lg-18 {
    margin-top: 18px !important; }

  .mtpx-lg-17 {
    margin-top: 17px !important; }

  .mtpx-lg-16 {
    margin-top: 16px !important; }

  .mtpx-lg-15 {
    margin-top: 15px !important; }

  .mtpx-lg-14 {
    margin-top: 14px !important; }

  .mtpx-lg-13 {
    margin-top: 13px !important; }

  .mtpx-lg-12 {
    margin-top: 12px !important; }

  .mtpx-lg-11 {
    margin-top: 11px !important; }

  .mtpx-lg-10 {
    margin-top: 10px !important; }

  .mtpx-lg-9 {
    margin-top: 9px !important; }

  .mtpx-lg-8 {
    margin-top: 8px !important; }

  .mtpx-lg-7 {
    margin-top: 7px !important; }

  .mtpx-lg-6 {
    margin-top: 6px !important; }

  .mtpx-lg-5 {
    margin-top: 5px !important; }

  .mtpx-lg-4 {
    margin-top: 4px !important; }

  .mtpx-lg-3 {
    margin-top: 3px !important; }

  .mtpx-lg-2 {
    margin-top: 2px !important; }

  .mtpx-lg-1 {
    margin-top: 1px !important; }

  .mtpx-lg-0 {
    margin-top: 0px !important; } }
@media (min-width: 1200px) {
  .mtpx-xl-100 {
    margin-top: 100px !important; }

  .mtpx-xl-99 {
    margin-top: 99px !important; }

  .mtpx-xl-98 {
    margin-top: 98px !important; }

  .mtpx-xl-97 {
    margin-top: 97px !important; }

  .mtpx-xl-96 {
    margin-top: 96px !important; }

  .mtpx-xl-95 {
    margin-top: 95px !important; }

  .mtpx-xl-94 {
    margin-top: 94px !important; }

  .mtpx-xl-93 {
    margin-top: 93px !important; }

  .mtpx-xl-92 {
    margin-top: 92px !important; }

  .mtpx-xl-91 {
    margin-top: 91px !important; }

  .mtpx-xl-90 {
    margin-top: 90px !important; }

  .mtpx-xl-89 {
    margin-top: 89px !important; }

  .mtpx-xl-88 {
    margin-top: 88px !important; }

  .mtpx-xl-87 {
    margin-top: 87px !important; }

  .mtpx-xl-86 {
    margin-top: 86px !important; }

  .mtpx-xl-85 {
    margin-top: 85px !important; }

  .mtpx-xl-84 {
    margin-top: 84px !important; }

  .mtpx-xl-83 {
    margin-top: 83px !important; }

  .mtpx-xl-82 {
    margin-top: 82px !important; }

  .mtpx-xl-81 {
    margin-top: 81px !important; }

  .mtpx-xl-80 {
    margin-top: 80px !important; }

  .mtpx-xl-79 {
    margin-top: 79px !important; }

  .mtpx-xl-78 {
    margin-top: 78px !important; }

  .mtpx-xl-77 {
    margin-top: 77px !important; }

  .mtpx-xl-76 {
    margin-top: 76px !important; }

  .mtpx-xl-75 {
    margin-top: 75px !important; }

  .mtpx-xl-74 {
    margin-top: 74px !important; }

  .mtpx-xl-73 {
    margin-top: 73px !important; }

  .mtpx-xl-72 {
    margin-top: 72px !important; }

  .mtpx-xl-71 {
    margin-top: 71px !important; }

  .mtpx-xl-70 {
    margin-top: 70px !important; }

  .mtpx-xl-69 {
    margin-top: 69px !important; }

  .mtpx-xl-68 {
    margin-top: 68px !important; }

  .mtpx-xl-67 {
    margin-top: 67px !important; }

  .mtpx-xl-66 {
    margin-top: 66px !important; }

  .mtpx-xl-65 {
    margin-top: 65px !important; }

  .mtpx-xl-64 {
    margin-top: 64px !important; }

  .mtpx-xl-63 {
    margin-top: 63px !important; }

  .mtpx-xl-62 {
    margin-top: 62px !important; }

  .mtpx-xl-61 {
    margin-top: 61px !important; }

  .mtpx-xl-60 {
    margin-top: 60px !important; }

  .mtpx-xl-59 {
    margin-top: 59px !important; }

  .mtpx-xl-58 {
    margin-top: 58px !important; }

  .mtpx-xl-57 {
    margin-top: 57px !important; }

  .mtpx-xl-56 {
    margin-top: 56px !important; }

  .mtpx-xl-55 {
    margin-top: 55px !important; }

  .mtpx-xl-54 {
    margin-top: 54px !important; }

  .mtpx-xl-53 {
    margin-top: 53px !important; }

  .mtpx-xl-52 {
    margin-top: 52px !important; }

  .mtpx-xl-51 {
    margin-top: 51px !important; }

  .mtpx-xl-50 {
    margin-top: 50px !important; }

  .mtpx-xl-49 {
    margin-top: 49px !important; }

  .mtpx-xl-48 {
    margin-top: 48px !important; }

  .mtpx-xl-47 {
    margin-top: 47px !important; }

  .mtpx-xl-46 {
    margin-top: 46px !important; }

  .mtpx-xl-45 {
    margin-top: 45px !important; }

  .mtpx-xl-44 {
    margin-top: 44px !important; }

  .mtpx-xl-43 {
    margin-top: 43px !important; }

  .mtpx-xl-42 {
    margin-top: 42px !important; }

  .mtpx-xl-41 {
    margin-top: 41px !important; }

  .mtpx-xl-40 {
    margin-top: 40px !important; }

  .mtpx-xl-39 {
    margin-top: 39px !important; }

  .mtpx-xl-38 {
    margin-top: 38px !important; }

  .mtpx-xl-37 {
    margin-top: 37px !important; }

  .mtpx-xl-36 {
    margin-top: 36px !important; }

  .mtpx-xl-35 {
    margin-top: 35px !important; }

  .mtpx-xl-34 {
    margin-top: 34px !important; }

  .mtpx-xl-33 {
    margin-top: 33px !important; }

  .mtpx-xl-32 {
    margin-top: 32px !important; }

  .mtpx-xl-31 {
    margin-top: 31px !important; }

  .mtpx-xl-30 {
    margin-top: 30px !important; }

  .mtpx-xl-29 {
    margin-top: 29px !important; }

  .mtpx-xl-28 {
    margin-top: 28px !important; }

  .mtpx-xl-27 {
    margin-top: 27px !important; }

  .mtpx-xl-26 {
    margin-top: 26px !important; }

  .mtpx-xl-25 {
    margin-top: 25px !important; }

  .mtpx-xl-24 {
    margin-top: 24px !important; }

  .mtpx-xl-23 {
    margin-top: 23px !important; }

  .mtpx-xl-22 {
    margin-top: 22px !important; }

  .mtpx-xl-21 {
    margin-top: 21px !important; }

  .mtpx-xl-20 {
    margin-top: 20px !important; }

  .mtpx-xl-19 {
    margin-top: 19px !important; }

  .mtpx-xl-18 {
    margin-top: 18px !important; }

  .mtpx-xl-17 {
    margin-top: 17px !important; }

  .mtpx-xl-16 {
    margin-top: 16px !important; }

  .mtpx-xl-15 {
    margin-top: 15px !important; }

  .mtpx-xl-14 {
    margin-top: 14px !important; }

  .mtpx-xl-13 {
    margin-top: 13px !important; }

  .mtpx-xl-12 {
    margin-top: 12px !important; }

  .mtpx-xl-11 {
    margin-top: 11px !important; }

  .mtpx-xl-10 {
    margin-top: 10px !important; }

  .mtpx-xl-9 {
    margin-top: 9px !important; }

  .mtpx-xl-8 {
    margin-top: 8px !important; }

  .mtpx-xl-7 {
    margin-top: 7px !important; }

  .mtpx-xl-6 {
    margin-top: 6px !important; }

  .mtpx-xl-5 {
    margin-top: 5px !important; }

  .mtpx-xl-4 {
    margin-top: 4px !important; }

  .mtpx-xl-3 {
    margin-top: 3px !important; }

  .mtpx-xl-2 {
    margin-top: 2px !important; }

  .mtpx-xl-1 {
    margin-top: 1px !important; }

  .mtpx-xl-0 {
    margin-top: 0px !important; } }
.mbpx-100 {
  margin-bottom: 100px !important; }

.mbpx-99 {
  margin-bottom: 99px !important; }

.mbpx-98 {
  margin-bottom: 98px !important; }

.mbpx-97 {
  margin-bottom: 97px !important; }

.mbpx-96 {
  margin-bottom: 96px !important; }

.mbpx-95 {
  margin-bottom: 95px !important; }

.mbpx-94 {
  margin-bottom: 94px !important; }

.mbpx-93 {
  margin-bottom: 93px !important; }

.mbpx-92 {
  margin-bottom: 92px !important; }

.mbpx-91 {
  margin-bottom: 91px !important; }

.mbpx-90 {
  margin-bottom: 90px !important; }

.mbpx-89 {
  margin-bottom: 89px !important; }

.mbpx-88 {
  margin-bottom: 88px !important; }

.mbpx-87 {
  margin-bottom: 87px !important; }

.mbpx-86 {
  margin-bottom: 86px !important; }

.mbpx-85 {
  margin-bottom: 85px !important; }

.mbpx-84 {
  margin-bottom: 84px !important; }

.mbpx-83 {
  margin-bottom: 83px !important; }

.mbpx-82 {
  margin-bottom: 82px !important; }

.mbpx-81 {
  margin-bottom: 81px !important; }

.mbpx-80 {
  margin-bottom: 80px !important; }

.mbpx-79 {
  margin-bottom: 79px !important; }

.mbpx-78 {
  margin-bottom: 78px !important; }

.mbpx-77 {
  margin-bottom: 77px !important; }

.mbpx-76 {
  margin-bottom: 76px !important; }

.mbpx-75 {
  margin-bottom: 75px !important; }

.mbpx-74 {
  margin-bottom: 74px !important; }

.mbpx-73 {
  margin-bottom: 73px !important; }

.mbpx-72 {
  margin-bottom: 72px !important; }

.mbpx-71 {
  margin-bottom: 71px !important; }

.mbpx-70 {
  margin-bottom: 70px !important; }

.mbpx-69 {
  margin-bottom: 69px !important; }

.mbpx-68 {
  margin-bottom: 68px !important; }

.mbpx-67 {
  margin-bottom: 67px !important; }

.mbpx-66 {
  margin-bottom: 66px !important; }

.mbpx-65 {
  margin-bottom: 65px !important; }

.mbpx-64 {
  margin-bottom: 64px !important; }

.mbpx-63 {
  margin-bottom: 63px !important; }

.mbpx-62 {
  margin-bottom: 62px !important; }

.mbpx-61 {
  margin-bottom: 61px !important; }

.mbpx-60 {
  margin-bottom: 60px !important; }

.mbpx-59 {
  margin-bottom: 59px !important; }

.mbpx-58 {
  margin-bottom: 58px !important; }

.mbpx-57 {
  margin-bottom: 57px !important; }

.mbpx-56 {
  margin-bottom: 56px !important; }

.mbpx-55 {
  margin-bottom: 55px !important; }

.mbpx-54 {
  margin-bottom: 54px !important; }

.mbpx-53 {
  margin-bottom: 53px !important; }

.mbpx-52 {
  margin-bottom: 52px !important; }

.mbpx-51 {
  margin-bottom: 51px !important; }

.mbpx-50 {
  margin-bottom: 50px !important; }

.mbpx-49 {
  margin-bottom: 49px !important; }

.mbpx-48 {
  margin-bottom: 48px !important; }

.mbpx-47 {
  margin-bottom: 47px !important; }

.mbpx-46 {
  margin-bottom: 46px !important; }

.mbpx-45 {
  margin-bottom: 45px !important; }

.mbpx-44 {
  margin-bottom: 44px !important; }

.mbpx-43 {
  margin-bottom: 43px !important; }

.mbpx-42 {
  margin-bottom: 42px !important; }

.mbpx-41 {
  margin-bottom: 41px !important; }

.mbpx-40 {
  margin-bottom: 40px !important; }

.mbpx-39 {
  margin-bottom: 39px !important; }

.mbpx-38 {
  margin-bottom: 38px !important; }

.mbpx-37 {
  margin-bottom: 37px !important; }

.mbpx-36 {
  margin-bottom: 36px !important; }

.mbpx-35 {
  margin-bottom: 35px !important; }

.mbpx-34 {
  margin-bottom: 34px !important; }

.mbpx-33 {
  margin-bottom: 33px !important; }

.mbpx-32 {
  margin-bottom: 32px !important; }

.mbpx-31 {
  margin-bottom: 31px !important; }

.mbpx-30 {
  margin-bottom: 30px !important; }

.mbpx-29 {
  margin-bottom: 29px !important; }

.mbpx-28 {
  margin-bottom: 28px !important; }

.mbpx-27 {
  margin-bottom: 27px !important; }

.mbpx-26 {
  margin-bottom: 26px !important; }

.mbpx-25 {
  margin-bottom: 25px !important; }

.mbpx-24 {
  margin-bottom: 24px !important; }

.mbpx-23 {
  margin-bottom: 23px !important; }

.mbpx-22 {
  margin-bottom: 22px !important; }

.mbpx-21 {
  margin-bottom: 21px !important; }

.mbpx-20 {
  margin-bottom: 20px !important; }

.mbpx-19 {
  margin-bottom: 19px !important; }

.mbpx-18 {
  margin-bottom: 18px !important; }

.mbpx-17 {
  margin-bottom: 17px !important; }

.mbpx-16 {
  margin-bottom: 16px !important; }

.mbpx-15 {
  margin-bottom: 15px !important; }

.mbpx-14 {
  margin-bottom: 14px !important; }

.mbpx-13 {
  margin-bottom: 13px !important; }

.mbpx-12 {
  margin-bottom: 12px !important; }

.mbpx-11 {
  margin-bottom: 11px !important; }

.mbpx-10 {
  margin-bottom: 10px !important; }

.mbpx-9 {
  margin-bottom: 9px !important; }

.mbpx-8 {
  margin-bottom: 8px !important; }

.mbpx-7 {
  margin-bottom: 7px !important; }

.mbpx-6 {
  margin-bottom: 6px !important; }

.mbpx-5 {
  margin-bottom: 5px !important; }

.mbpx-4 {
  margin-bottom: 4px !important; }

.mbpx-3 {
  margin-bottom: 3px !important; }

.mbpx-2 {
  margin-bottom: 2px !important; }

.mbpx-1 {
  margin-bottom: 1px !important; }

.mbpx-0 {
  margin-bottom: 0px !important; }

@media (min-width: 576px) {
  .mbpx-sm-100 {
    margin-bottom: 100px !important; }

  .mbpx-sm-99 {
    margin-bottom: 99px !important; }

  .mbpx-sm-98 {
    margin-bottom: 98px !important; }

  .mbpx-sm-97 {
    margin-bottom: 97px !important; }

  .mbpx-sm-96 {
    margin-bottom: 96px !important; }

  .mbpx-sm-95 {
    margin-bottom: 95px !important; }

  .mbpx-sm-94 {
    margin-bottom: 94px !important; }

  .mbpx-sm-93 {
    margin-bottom: 93px !important; }

  .mbpx-sm-92 {
    margin-bottom: 92px !important; }

  .mbpx-sm-91 {
    margin-bottom: 91px !important; }

  .mbpx-sm-90 {
    margin-bottom: 90px !important; }

  .mbpx-sm-89 {
    margin-bottom: 89px !important; }

  .mbpx-sm-88 {
    margin-bottom: 88px !important; }

  .mbpx-sm-87 {
    margin-bottom: 87px !important; }

  .mbpx-sm-86 {
    margin-bottom: 86px !important; }

  .mbpx-sm-85 {
    margin-bottom: 85px !important; }

  .mbpx-sm-84 {
    margin-bottom: 84px !important; }

  .mbpx-sm-83 {
    margin-bottom: 83px !important; }

  .mbpx-sm-82 {
    margin-bottom: 82px !important; }

  .mbpx-sm-81 {
    margin-bottom: 81px !important; }

  .mbpx-sm-80 {
    margin-bottom: 80px !important; }

  .mbpx-sm-79 {
    margin-bottom: 79px !important; }

  .mbpx-sm-78 {
    margin-bottom: 78px !important; }

  .mbpx-sm-77 {
    margin-bottom: 77px !important; }

  .mbpx-sm-76 {
    margin-bottom: 76px !important; }

  .mbpx-sm-75 {
    margin-bottom: 75px !important; }

  .mbpx-sm-74 {
    margin-bottom: 74px !important; }

  .mbpx-sm-73 {
    margin-bottom: 73px !important; }

  .mbpx-sm-72 {
    margin-bottom: 72px !important; }

  .mbpx-sm-71 {
    margin-bottom: 71px !important; }

  .mbpx-sm-70 {
    margin-bottom: 70px !important; }

  .mbpx-sm-69 {
    margin-bottom: 69px !important; }

  .mbpx-sm-68 {
    margin-bottom: 68px !important; }

  .mbpx-sm-67 {
    margin-bottom: 67px !important; }

  .mbpx-sm-66 {
    margin-bottom: 66px !important; }

  .mbpx-sm-65 {
    margin-bottom: 65px !important; }

  .mbpx-sm-64 {
    margin-bottom: 64px !important; }

  .mbpx-sm-63 {
    margin-bottom: 63px !important; }

  .mbpx-sm-62 {
    margin-bottom: 62px !important; }

  .mbpx-sm-61 {
    margin-bottom: 61px !important; }

  .mbpx-sm-60 {
    margin-bottom: 60px !important; }

  .mbpx-sm-59 {
    margin-bottom: 59px !important; }

  .mbpx-sm-58 {
    margin-bottom: 58px !important; }

  .mbpx-sm-57 {
    margin-bottom: 57px !important; }

  .mbpx-sm-56 {
    margin-bottom: 56px !important; }

  .mbpx-sm-55 {
    margin-bottom: 55px !important; }

  .mbpx-sm-54 {
    margin-bottom: 54px !important; }

  .mbpx-sm-53 {
    margin-bottom: 53px !important; }

  .mbpx-sm-52 {
    margin-bottom: 52px !important; }

  .mbpx-sm-51 {
    margin-bottom: 51px !important; }

  .mbpx-sm-50 {
    margin-bottom: 50px !important; }

  .mbpx-sm-49 {
    margin-bottom: 49px !important; }

  .mbpx-sm-48 {
    margin-bottom: 48px !important; }

  .mbpx-sm-47 {
    margin-bottom: 47px !important; }

  .mbpx-sm-46 {
    margin-bottom: 46px !important; }

  .mbpx-sm-45 {
    margin-bottom: 45px !important; }

  .mbpx-sm-44 {
    margin-bottom: 44px !important; }

  .mbpx-sm-43 {
    margin-bottom: 43px !important; }

  .mbpx-sm-42 {
    margin-bottom: 42px !important; }

  .mbpx-sm-41 {
    margin-bottom: 41px !important; }

  .mbpx-sm-40 {
    margin-bottom: 40px !important; }

  .mbpx-sm-39 {
    margin-bottom: 39px !important; }

  .mbpx-sm-38 {
    margin-bottom: 38px !important; }

  .mbpx-sm-37 {
    margin-bottom: 37px !important; }

  .mbpx-sm-36 {
    margin-bottom: 36px !important; }

  .mbpx-sm-35 {
    margin-bottom: 35px !important; }

  .mbpx-sm-34 {
    margin-bottom: 34px !important; }

  .mbpx-sm-33 {
    margin-bottom: 33px !important; }

  .mbpx-sm-32 {
    margin-bottom: 32px !important; }

  .mbpx-sm-31 {
    margin-bottom: 31px !important; }

  .mbpx-sm-30 {
    margin-bottom: 30px !important; }

  .mbpx-sm-29 {
    margin-bottom: 29px !important; }

  .mbpx-sm-28 {
    margin-bottom: 28px !important; }

  .mbpx-sm-27 {
    margin-bottom: 27px !important; }

  .mbpx-sm-26 {
    margin-bottom: 26px !important; }

  .mbpx-sm-25 {
    margin-bottom: 25px !important; }

  .mbpx-sm-24 {
    margin-bottom: 24px !important; }

  .mbpx-sm-23 {
    margin-bottom: 23px !important; }

  .mbpx-sm-22 {
    margin-bottom: 22px !important; }

  .mbpx-sm-21 {
    margin-bottom: 21px !important; }

  .mbpx-sm-20 {
    margin-bottom: 20px !important; }

  .mbpx-sm-19 {
    margin-bottom: 19px !important; }

  .mbpx-sm-18 {
    margin-bottom: 18px !important; }

  .mbpx-sm-17 {
    margin-bottom: 17px !important; }

  .mbpx-sm-16 {
    margin-bottom: 16px !important; }

  .mbpx-sm-15 {
    margin-bottom: 15px !important; }

  .mbpx-sm-14 {
    margin-bottom: 14px !important; }

  .mbpx-sm-13 {
    margin-bottom: 13px !important; }

  .mbpx-sm-12 {
    margin-bottom: 12px !important; }

  .mbpx-sm-11 {
    margin-bottom: 11px !important; }

  .mbpx-sm-10 {
    margin-bottom: 10px !important; }

  .mbpx-sm-9 {
    margin-bottom: 9px !important; }

  .mbpx-sm-8 {
    margin-bottom: 8px !important; }

  .mbpx-sm-7 {
    margin-bottom: 7px !important; }

  .mbpx-sm-6 {
    margin-bottom: 6px !important; }

  .mbpx-sm-5 {
    margin-bottom: 5px !important; }

  .mbpx-sm-4 {
    margin-bottom: 4px !important; }

  .mbpx-sm-3 {
    margin-bottom: 3px !important; }

  .mbpx-sm-2 {
    margin-bottom: 2px !important; }

  .mbpx-sm-1 {
    margin-bottom: 1px !important; }

  .mbpx-sm-0 {
    margin-bottom: 0px !important; } }
@media (min-width: 768px) {
  .mbpx-md-100 {
    margin-bottom: 100px !important; }

  .mbpx-md-99 {
    margin-bottom: 99px !important; }

  .mbpx-md-98 {
    margin-bottom: 98px !important; }

  .mbpx-md-97 {
    margin-bottom: 97px !important; }

  .mbpx-md-96 {
    margin-bottom: 96px !important; }

  .mbpx-md-95 {
    margin-bottom: 95px !important; }

  .mbpx-md-94 {
    margin-bottom: 94px !important; }

  .mbpx-md-93 {
    margin-bottom: 93px !important; }

  .mbpx-md-92 {
    margin-bottom: 92px !important; }

  .mbpx-md-91 {
    margin-bottom: 91px !important; }

  .mbpx-md-90 {
    margin-bottom: 90px !important; }

  .mbpx-md-89 {
    margin-bottom: 89px !important; }

  .mbpx-md-88 {
    margin-bottom: 88px !important; }

  .mbpx-md-87 {
    margin-bottom: 87px !important; }

  .mbpx-md-86 {
    margin-bottom: 86px !important; }

  .mbpx-md-85 {
    margin-bottom: 85px !important; }

  .mbpx-md-84 {
    margin-bottom: 84px !important; }

  .mbpx-md-83 {
    margin-bottom: 83px !important; }

  .mbpx-md-82 {
    margin-bottom: 82px !important; }

  .mbpx-md-81 {
    margin-bottom: 81px !important; }

  .mbpx-md-80 {
    margin-bottom: 80px !important; }

  .mbpx-md-79 {
    margin-bottom: 79px !important; }

  .mbpx-md-78 {
    margin-bottom: 78px !important; }

  .mbpx-md-77 {
    margin-bottom: 77px !important; }

  .mbpx-md-76 {
    margin-bottom: 76px !important; }

  .mbpx-md-75 {
    margin-bottom: 75px !important; }

  .mbpx-md-74 {
    margin-bottom: 74px !important; }

  .mbpx-md-73 {
    margin-bottom: 73px !important; }

  .mbpx-md-72 {
    margin-bottom: 72px !important; }

  .mbpx-md-71 {
    margin-bottom: 71px !important; }

  .mbpx-md-70 {
    margin-bottom: 70px !important; }

  .mbpx-md-69 {
    margin-bottom: 69px !important; }

  .mbpx-md-68 {
    margin-bottom: 68px !important; }

  .mbpx-md-67 {
    margin-bottom: 67px !important; }

  .mbpx-md-66 {
    margin-bottom: 66px !important; }

  .mbpx-md-65 {
    margin-bottom: 65px !important; }

  .mbpx-md-64 {
    margin-bottom: 64px !important; }

  .mbpx-md-63 {
    margin-bottom: 63px !important; }

  .mbpx-md-62 {
    margin-bottom: 62px !important; }

  .mbpx-md-61 {
    margin-bottom: 61px !important; }

  .mbpx-md-60 {
    margin-bottom: 60px !important; }

  .mbpx-md-59 {
    margin-bottom: 59px !important; }

  .mbpx-md-58 {
    margin-bottom: 58px !important; }

  .mbpx-md-57 {
    margin-bottom: 57px !important; }

  .mbpx-md-56 {
    margin-bottom: 56px !important; }

  .mbpx-md-55 {
    margin-bottom: 55px !important; }

  .mbpx-md-54 {
    margin-bottom: 54px !important; }

  .mbpx-md-53 {
    margin-bottom: 53px !important; }

  .mbpx-md-52 {
    margin-bottom: 52px !important; }

  .mbpx-md-51 {
    margin-bottom: 51px !important; }

  .mbpx-md-50 {
    margin-bottom: 50px !important; }

  .mbpx-md-49 {
    margin-bottom: 49px !important; }

  .mbpx-md-48 {
    margin-bottom: 48px !important; }

  .mbpx-md-47 {
    margin-bottom: 47px !important; }

  .mbpx-md-46 {
    margin-bottom: 46px !important; }

  .mbpx-md-45 {
    margin-bottom: 45px !important; }

  .mbpx-md-44 {
    margin-bottom: 44px !important; }

  .mbpx-md-43 {
    margin-bottom: 43px !important; }

  .mbpx-md-42 {
    margin-bottom: 42px !important; }

  .mbpx-md-41 {
    margin-bottom: 41px !important; }

  .mbpx-md-40 {
    margin-bottom: 40px !important; }

  .mbpx-md-39 {
    margin-bottom: 39px !important; }

  .mbpx-md-38 {
    margin-bottom: 38px !important; }

  .mbpx-md-37 {
    margin-bottom: 37px !important; }

  .mbpx-md-36 {
    margin-bottom: 36px !important; }

  .mbpx-md-35 {
    margin-bottom: 35px !important; }

  .mbpx-md-34 {
    margin-bottom: 34px !important; }

  .mbpx-md-33 {
    margin-bottom: 33px !important; }

  .mbpx-md-32 {
    margin-bottom: 32px !important; }

  .mbpx-md-31 {
    margin-bottom: 31px !important; }

  .mbpx-md-30 {
    margin-bottom: 30px !important; }

  .mbpx-md-29 {
    margin-bottom: 29px !important; }

  .mbpx-md-28 {
    margin-bottom: 28px !important; }

  .mbpx-md-27 {
    margin-bottom: 27px !important; }

  .mbpx-md-26 {
    margin-bottom: 26px !important; }

  .mbpx-md-25 {
    margin-bottom: 25px !important; }

  .mbpx-md-24 {
    margin-bottom: 24px !important; }

  .mbpx-md-23 {
    margin-bottom: 23px !important; }

  .mbpx-md-22 {
    margin-bottom: 22px !important; }

  .mbpx-md-21 {
    margin-bottom: 21px !important; }

  .mbpx-md-20 {
    margin-bottom: 20px !important; }

  .mbpx-md-19 {
    margin-bottom: 19px !important; }

  .mbpx-md-18 {
    margin-bottom: 18px !important; }

  .mbpx-md-17 {
    margin-bottom: 17px !important; }

  .mbpx-md-16 {
    margin-bottom: 16px !important; }

  .mbpx-md-15 {
    margin-bottom: 15px !important; }

  .mbpx-md-14 {
    margin-bottom: 14px !important; }

  .mbpx-md-13 {
    margin-bottom: 13px !important; }

  .mbpx-md-12 {
    margin-bottom: 12px !important; }

  .mbpx-md-11 {
    margin-bottom: 11px !important; }

  .mbpx-md-10 {
    margin-bottom: 10px !important; }

  .mbpx-md-9 {
    margin-bottom: 9px !important; }

  .mbpx-md-8 {
    margin-bottom: 8px !important; }

  .mbpx-md-7 {
    margin-bottom: 7px !important; }

  .mbpx-md-6 {
    margin-bottom: 6px !important; }

  .mbpx-md-5 {
    margin-bottom: 5px !important; }

  .mbpx-md-4 {
    margin-bottom: 4px !important; }

  .mbpx-md-3 {
    margin-bottom: 3px !important; }

  .mbpx-md-2 {
    margin-bottom: 2px !important; }

  .mbpx-md-1 {
    margin-bottom: 1px !important; }

  .mbpx-md-0 {
    margin-bottom: 0px !important; } }
@media (min-width: 992px) {
  .mbpx-lg-100 {
    margin-bottom: 100px !important; }

  .mbpx-lg-99 {
    margin-bottom: 99px !important; }

  .mbpx-lg-98 {
    margin-bottom: 98px !important; }

  .mbpx-lg-97 {
    margin-bottom: 97px !important; }

  .mbpx-lg-96 {
    margin-bottom: 96px !important; }

  .mbpx-lg-95 {
    margin-bottom: 95px !important; }

  .mbpx-lg-94 {
    margin-bottom: 94px !important; }

  .mbpx-lg-93 {
    margin-bottom: 93px !important; }

  .mbpx-lg-92 {
    margin-bottom: 92px !important; }

  .mbpx-lg-91 {
    margin-bottom: 91px !important; }

  .mbpx-lg-90 {
    margin-bottom: 90px !important; }

  .mbpx-lg-89 {
    margin-bottom: 89px !important; }

  .mbpx-lg-88 {
    margin-bottom: 88px !important; }

  .mbpx-lg-87 {
    margin-bottom: 87px !important; }

  .mbpx-lg-86 {
    margin-bottom: 86px !important; }

  .mbpx-lg-85 {
    margin-bottom: 85px !important; }

  .mbpx-lg-84 {
    margin-bottom: 84px !important; }

  .mbpx-lg-83 {
    margin-bottom: 83px !important; }

  .mbpx-lg-82 {
    margin-bottom: 82px !important; }

  .mbpx-lg-81 {
    margin-bottom: 81px !important; }

  .mbpx-lg-80 {
    margin-bottom: 80px !important; }

  .mbpx-lg-79 {
    margin-bottom: 79px !important; }

  .mbpx-lg-78 {
    margin-bottom: 78px !important; }

  .mbpx-lg-77 {
    margin-bottom: 77px !important; }

  .mbpx-lg-76 {
    margin-bottom: 76px !important; }

  .mbpx-lg-75 {
    margin-bottom: 75px !important; }

  .mbpx-lg-74 {
    margin-bottom: 74px !important; }

  .mbpx-lg-73 {
    margin-bottom: 73px !important; }

  .mbpx-lg-72 {
    margin-bottom: 72px !important; }

  .mbpx-lg-71 {
    margin-bottom: 71px !important; }

  .mbpx-lg-70 {
    margin-bottom: 70px !important; }

  .mbpx-lg-69 {
    margin-bottom: 69px !important; }

  .mbpx-lg-68 {
    margin-bottom: 68px !important; }

  .mbpx-lg-67 {
    margin-bottom: 67px !important; }

  .mbpx-lg-66 {
    margin-bottom: 66px !important; }

  .mbpx-lg-65 {
    margin-bottom: 65px !important; }

  .mbpx-lg-64 {
    margin-bottom: 64px !important; }

  .mbpx-lg-63 {
    margin-bottom: 63px !important; }

  .mbpx-lg-62 {
    margin-bottom: 62px !important; }

  .mbpx-lg-61 {
    margin-bottom: 61px !important; }

  .mbpx-lg-60 {
    margin-bottom: 60px !important; }

  .mbpx-lg-59 {
    margin-bottom: 59px !important; }

  .mbpx-lg-58 {
    margin-bottom: 58px !important; }

  .mbpx-lg-57 {
    margin-bottom: 57px !important; }

  .mbpx-lg-56 {
    margin-bottom: 56px !important; }

  .mbpx-lg-55 {
    margin-bottom: 55px !important; }

  .mbpx-lg-54 {
    margin-bottom: 54px !important; }

  .mbpx-lg-53 {
    margin-bottom: 53px !important; }

  .mbpx-lg-52 {
    margin-bottom: 52px !important; }

  .mbpx-lg-51 {
    margin-bottom: 51px !important; }

  .mbpx-lg-50 {
    margin-bottom: 50px !important; }

  .mbpx-lg-49 {
    margin-bottom: 49px !important; }

  .mbpx-lg-48 {
    margin-bottom: 48px !important; }

  .mbpx-lg-47 {
    margin-bottom: 47px !important; }

  .mbpx-lg-46 {
    margin-bottom: 46px !important; }

  .mbpx-lg-45 {
    margin-bottom: 45px !important; }

  .mbpx-lg-44 {
    margin-bottom: 44px !important; }

  .mbpx-lg-43 {
    margin-bottom: 43px !important; }

  .mbpx-lg-42 {
    margin-bottom: 42px !important; }

  .mbpx-lg-41 {
    margin-bottom: 41px !important; }

  .mbpx-lg-40 {
    margin-bottom: 40px !important; }

  .mbpx-lg-39 {
    margin-bottom: 39px !important; }

  .mbpx-lg-38 {
    margin-bottom: 38px !important; }

  .mbpx-lg-37 {
    margin-bottom: 37px !important; }

  .mbpx-lg-36 {
    margin-bottom: 36px !important; }

  .mbpx-lg-35 {
    margin-bottom: 35px !important; }

  .mbpx-lg-34 {
    margin-bottom: 34px !important; }

  .mbpx-lg-33 {
    margin-bottom: 33px !important; }

  .mbpx-lg-32 {
    margin-bottom: 32px !important; }

  .mbpx-lg-31 {
    margin-bottom: 31px !important; }

  .mbpx-lg-30 {
    margin-bottom: 30px !important; }

  .mbpx-lg-29 {
    margin-bottom: 29px !important; }

  .mbpx-lg-28 {
    margin-bottom: 28px !important; }

  .mbpx-lg-27 {
    margin-bottom: 27px !important; }

  .mbpx-lg-26 {
    margin-bottom: 26px !important; }

  .mbpx-lg-25 {
    margin-bottom: 25px !important; }

  .mbpx-lg-24 {
    margin-bottom: 24px !important; }

  .mbpx-lg-23 {
    margin-bottom: 23px !important; }

  .mbpx-lg-22 {
    margin-bottom: 22px !important; }

  .mbpx-lg-21 {
    margin-bottom: 21px !important; }

  .mbpx-lg-20 {
    margin-bottom: 20px !important; }

  .mbpx-lg-19 {
    margin-bottom: 19px !important; }

  .mbpx-lg-18 {
    margin-bottom: 18px !important; }

  .mbpx-lg-17 {
    margin-bottom: 17px !important; }

  .mbpx-lg-16 {
    margin-bottom: 16px !important; }

  .mbpx-lg-15 {
    margin-bottom: 15px !important; }

  .mbpx-lg-14 {
    margin-bottom: 14px !important; }

  .mbpx-lg-13 {
    margin-bottom: 13px !important; }

  .mbpx-lg-12 {
    margin-bottom: 12px !important; }

  .mbpx-lg-11 {
    margin-bottom: 11px !important; }

  .mbpx-lg-10 {
    margin-bottom: 10px !important; }

  .mbpx-lg-9 {
    margin-bottom: 9px !important; }

  .mbpx-lg-8 {
    margin-bottom: 8px !important; }

  .mbpx-lg-7 {
    margin-bottom: 7px !important; }

  .mbpx-lg-6 {
    margin-bottom: 6px !important; }

  .mbpx-lg-5 {
    margin-bottom: 5px !important; }

  .mbpx-lg-4 {
    margin-bottom: 4px !important; }

  .mbpx-lg-3 {
    margin-bottom: 3px !important; }

  .mbpx-lg-2 {
    margin-bottom: 2px !important; }

  .mbpx-lg-1 {
    margin-bottom: 1px !important; }

  .mbpx-lg-0 {
    margin-bottom: 0px !important; } }
@media (min-width: 1200px) {
  .mbpx-xl-100 {
    margin-bottom: 100px !important; }

  .mbpx-xl-99 {
    margin-bottom: 99px !important; }

  .mbpx-xl-98 {
    margin-bottom: 98px !important; }

  .mbpx-xl-97 {
    margin-bottom: 97px !important; }

  .mbpx-xl-96 {
    margin-bottom: 96px !important; }

  .mbpx-xl-95 {
    margin-bottom: 95px !important; }

  .mbpx-xl-94 {
    margin-bottom: 94px !important; }

  .mbpx-xl-93 {
    margin-bottom: 93px !important; }

  .mbpx-xl-92 {
    margin-bottom: 92px !important; }

  .mbpx-xl-91 {
    margin-bottom: 91px !important; }

  .mbpx-xl-90 {
    margin-bottom: 90px !important; }

  .mbpx-xl-89 {
    margin-bottom: 89px !important; }

  .mbpx-xl-88 {
    margin-bottom: 88px !important; }

  .mbpx-xl-87 {
    margin-bottom: 87px !important; }

  .mbpx-xl-86 {
    margin-bottom: 86px !important; }

  .mbpx-xl-85 {
    margin-bottom: 85px !important; }

  .mbpx-xl-84 {
    margin-bottom: 84px !important; }

  .mbpx-xl-83 {
    margin-bottom: 83px !important; }

  .mbpx-xl-82 {
    margin-bottom: 82px !important; }

  .mbpx-xl-81 {
    margin-bottom: 81px !important; }

  .mbpx-xl-80 {
    margin-bottom: 80px !important; }

  .mbpx-xl-79 {
    margin-bottom: 79px !important; }

  .mbpx-xl-78 {
    margin-bottom: 78px !important; }

  .mbpx-xl-77 {
    margin-bottom: 77px !important; }

  .mbpx-xl-76 {
    margin-bottom: 76px !important; }

  .mbpx-xl-75 {
    margin-bottom: 75px !important; }

  .mbpx-xl-74 {
    margin-bottom: 74px !important; }

  .mbpx-xl-73 {
    margin-bottom: 73px !important; }

  .mbpx-xl-72 {
    margin-bottom: 72px !important; }

  .mbpx-xl-71 {
    margin-bottom: 71px !important; }

  .mbpx-xl-70 {
    margin-bottom: 70px !important; }

  .mbpx-xl-69 {
    margin-bottom: 69px !important; }

  .mbpx-xl-68 {
    margin-bottom: 68px !important; }

  .mbpx-xl-67 {
    margin-bottom: 67px !important; }

  .mbpx-xl-66 {
    margin-bottom: 66px !important; }

  .mbpx-xl-65 {
    margin-bottom: 65px !important; }

  .mbpx-xl-64 {
    margin-bottom: 64px !important; }

  .mbpx-xl-63 {
    margin-bottom: 63px !important; }

  .mbpx-xl-62 {
    margin-bottom: 62px !important; }

  .mbpx-xl-61 {
    margin-bottom: 61px !important; }

  .mbpx-xl-60 {
    margin-bottom: 60px !important; }

  .mbpx-xl-59 {
    margin-bottom: 59px !important; }

  .mbpx-xl-58 {
    margin-bottom: 58px !important; }

  .mbpx-xl-57 {
    margin-bottom: 57px !important; }

  .mbpx-xl-56 {
    margin-bottom: 56px !important; }

  .mbpx-xl-55 {
    margin-bottom: 55px !important; }

  .mbpx-xl-54 {
    margin-bottom: 54px !important; }

  .mbpx-xl-53 {
    margin-bottom: 53px !important; }

  .mbpx-xl-52 {
    margin-bottom: 52px !important; }

  .mbpx-xl-51 {
    margin-bottom: 51px !important; }

  .mbpx-xl-50 {
    margin-bottom: 50px !important; }

  .mbpx-xl-49 {
    margin-bottom: 49px !important; }

  .mbpx-xl-48 {
    margin-bottom: 48px !important; }

  .mbpx-xl-47 {
    margin-bottom: 47px !important; }

  .mbpx-xl-46 {
    margin-bottom: 46px !important; }

  .mbpx-xl-45 {
    margin-bottom: 45px !important; }

  .mbpx-xl-44 {
    margin-bottom: 44px !important; }

  .mbpx-xl-43 {
    margin-bottom: 43px !important; }

  .mbpx-xl-42 {
    margin-bottom: 42px !important; }

  .mbpx-xl-41 {
    margin-bottom: 41px !important; }

  .mbpx-xl-40 {
    margin-bottom: 40px !important; }

  .mbpx-xl-39 {
    margin-bottom: 39px !important; }

  .mbpx-xl-38 {
    margin-bottom: 38px !important; }

  .mbpx-xl-37 {
    margin-bottom: 37px !important; }

  .mbpx-xl-36 {
    margin-bottom: 36px !important; }

  .mbpx-xl-35 {
    margin-bottom: 35px !important; }

  .mbpx-xl-34 {
    margin-bottom: 34px !important; }

  .mbpx-xl-33 {
    margin-bottom: 33px !important; }

  .mbpx-xl-32 {
    margin-bottom: 32px !important; }

  .mbpx-xl-31 {
    margin-bottom: 31px !important; }

  .mbpx-xl-30 {
    margin-bottom: 30px !important; }

  .mbpx-xl-29 {
    margin-bottom: 29px !important; }

  .mbpx-xl-28 {
    margin-bottom: 28px !important; }

  .mbpx-xl-27 {
    margin-bottom: 27px !important; }

  .mbpx-xl-26 {
    margin-bottom: 26px !important; }

  .mbpx-xl-25 {
    margin-bottom: 25px !important; }

  .mbpx-xl-24 {
    margin-bottom: 24px !important; }

  .mbpx-xl-23 {
    margin-bottom: 23px !important; }

  .mbpx-xl-22 {
    margin-bottom: 22px !important; }

  .mbpx-xl-21 {
    margin-bottom: 21px !important; }

  .mbpx-xl-20 {
    margin-bottom: 20px !important; }

  .mbpx-xl-19 {
    margin-bottom: 19px !important; }

  .mbpx-xl-18 {
    margin-bottom: 18px !important; }

  .mbpx-xl-17 {
    margin-bottom: 17px !important; }

  .mbpx-xl-16 {
    margin-bottom: 16px !important; }

  .mbpx-xl-15 {
    margin-bottom: 15px !important; }

  .mbpx-xl-14 {
    margin-bottom: 14px !important; }

  .mbpx-xl-13 {
    margin-bottom: 13px !important; }

  .mbpx-xl-12 {
    margin-bottom: 12px !important; }

  .mbpx-xl-11 {
    margin-bottom: 11px !important; }

  .mbpx-xl-10 {
    margin-bottom: 10px !important; }

  .mbpx-xl-9 {
    margin-bottom: 9px !important; }

  .mbpx-xl-8 {
    margin-bottom: 8px !important; }

  .mbpx-xl-7 {
    margin-bottom: 7px !important; }

  .mbpx-xl-6 {
    margin-bottom: 6px !important; }

  .mbpx-xl-5 {
    margin-bottom: 5px !important; }

  .mbpx-xl-4 {
    margin-bottom: 4px !important; }

  .mbpx-xl-3 {
    margin-bottom: 3px !important; }

  .mbpx-xl-2 {
    margin-bottom: 2px !important; }

  .mbpx-xl-1 {
    margin-bottom: 1px !important; }

  .mbpx-xl-0 {
    margin-bottom: 0px !important; } }
.ptpx-100 {
  padding-top: 100px !important; }

.ptpx-99 {
  padding-top: 99px !important; }

.ptpx-98 {
  padding-top: 98px !important; }

.ptpx-97 {
  padding-top: 97px !important; }

.ptpx-96 {
  padding-top: 96px !important; }

.ptpx-95 {
  padding-top: 95px !important; }

.ptpx-94 {
  padding-top: 94px !important; }

.ptpx-93 {
  padding-top: 93px !important; }

.ptpx-92 {
  padding-top: 92px !important; }

.ptpx-91 {
  padding-top: 91px !important; }

.ptpx-90 {
  padding-top: 90px !important; }

.ptpx-89 {
  padding-top: 89px !important; }

.ptpx-88 {
  padding-top: 88px !important; }

.ptpx-87 {
  padding-top: 87px !important; }

.ptpx-86 {
  padding-top: 86px !important; }

.ptpx-85 {
  padding-top: 85px !important; }

.ptpx-84 {
  padding-top: 84px !important; }

.ptpx-83 {
  padding-top: 83px !important; }

.ptpx-82 {
  padding-top: 82px !important; }

.ptpx-81 {
  padding-top: 81px !important; }

.ptpx-80 {
  padding-top: 80px !important; }

.ptpx-79 {
  padding-top: 79px !important; }

.ptpx-78 {
  padding-top: 78px !important; }

.ptpx-77 {
  padding-top: 77px !important; }

.ptpx-76 {
  padding-top: 76px !important; }

.ptpx-75 {
  padding-top: 75px !important; }

.ptpx-74 {
  padding-top: 74px !important; }

.ptpx-73 {
  padding-top: 73px !important; }

.ptpx-72 {
  padding-top: 72px !important; }

.ptpx-71 {
  padding-top: 71px !important; }

.ptpx-70 {
  padding-top: 70px !important; }

.ptpx-69 {
  padding-top: 69px !important; }

.ptpx-68 {
  padding-top: 68px !important; }

.ptpx-67 {
  padding-top: 67px !important; }

.ptpx-66 {
  padding-top: 66px !important; }

.ptpx-65 {
  padding-top: 65px !important; }

.ptpx-64 {
  padding-top: 64px !important; }

.ptpx-63 {
  padding-top: 63px !important; }

.ptpx-62 {
  padding-top: 62px !important; }

.ptpx-61 {
  padding-top: 61px !important; }

.ptpx-60 {
  padding-top: 60px !important; }

.ptpx-59 {
  padding-top: 59px !important; }

.ptpx-58 {
  padding-top: 58px !important; }

.ptpx-57 {
  padding-top: 57px !important; }

.ptpx-56 {
  padding-top: 56px !important; }

.ptpx-55 {
  padding-top: 55px !important; }

.ptpx-54 {
  padding-top: 54px !important; }

.ptpx-53 {
  padding-top: 53px !important; }

.ptpx-52 {
  padding-top: 52px !important; }

.ptpx-51 {
  padding-top: 51px !important; }

.ptpx-50 {
  padding-top: 50px !important; }

.ptpx-49 {
  padding-top: 49px !important; }

.ptpx-48 {
  padding-top: 48px !important; }

.ptpx-47 {
  padding-top: 47px !important; }

.ptpx-46 {
  padding-top: 46px !important; }

.ptpx-45 {
  padding-top: 45px !important; }

.ptpx-44 {
  padding-top: 44px !important; }

.ptpx-43 {
  padding-top: 43px !important; }

.ptpx-42 {
  padding-top: 42px !important; }

.ptpx-41 {
  padding-top: 41px !important; }

.ptpx-40 {
  padding-top: 40px !important; }

.ptpx-39 {
  padding-top: 39px !important; }

.ptpx-38 {
  padding-top: 38px !important; }

.ptpx-37 {
  padding-top: 37px !important; }

.ptpx-36 {
  padding-top: 36px !important; }

.ptpx-35 {
  padding-top: 35px !important; }

.ptpx-34 {
  padding-top: 34px !important; }

.ptpx-33 {
  padding-top: 33px !important; }

.ptpx-32 {
  padding-top: 32px !important; }

.ptpx-31 {
  padding-top: 31px !important; }

.ptpx-30 {
  padding-top: 30px !important; }

.ptpx-29 {
  padding-top: 29px !important; }

.ptpx-28 {
  padding-top: 28px !important; }

.ptpx-27 {
  padding-top: 27px !important; }

.ptpx-26 {
  padding-top: 26px !important; }

.ptpx-25 {
  padding-top: 25px !important; }

.ptpx-24 {
  padding-top: 24px !important; }

.ptpx-23 {
  padding-top: 23px !important; }

.ptpx-22 {
  padding-top: 22px !important; }

.ptpx-21 {
  padding-top: 21px !important; }

.ptpx-20 {
  padding-top: 20px !important; }

.ptpx-19 {
  padding-top: 19px !important; }

.ptpx-18 {
  padding-top: 18px !important; }

.ptpx-17 {
  padding-top: 17px !important; }

.ptpx-16 {
  padding-top: 16px !important; }

.ptpx-15 {
  padding-top: 15px !important; }

.ptpx-14 {
  padding-top: 14px !important; }

.ptpx-13 {
  padding-top: 13px !important; }

.ptpx-12 {
  padding-top: 12px !important; }

.ptpx-11 {
  padding-top: 11px !important; }

.ptpx-10 {
  padding-top: 10px !important; }

.ptpx-9 {
  padding-top: 9px !important; }

.ptpx-8 {
  padding-top: 8px !important; }

.ptpx-7 {
  padding-top: 7px !important; }

.ptpx-6 {
  padding-top: 6px !important; }

.ptpx-5 {
  padding-top: 5px !important; }

.ptpx-4 {
  padding-top: 4px !important; }

.ptpx-3 {
  padding-top: 3px !important; }

.ptpx-2 {
  padding-top: 2px !important; }

.ptpx-1 {
  padding-top: 1px !important; }

.ptpx-0 {
  padding-top: 0px !important; }

@media (min-width: 576px) {
  .ptpx-sm-100 {
    padding-top: 100px !important; }

  .ptpx-sm-99 {
    padding-top: 99px !important; }

  .ptpx-sm-98 {
    padding-top: 98px !important; }

  .ptpx-sm-97 {
    padding-top: 97px !important; }

  .ptpx-sm-96 {
    padding-top: 96px !important; }

  .ptpx-sm-95 {
    padding-top: 95px !important; }

  .ptpx-sm-94 {
    padding-top: 94px !important; }

  .ptpx-sm-93 {
    padding-top: 93px !important; }

  .ptpx-sm-92 {
    padding-top: 92px !important; }

  .ptpx-sm-91 {
    padding-top: 91px !important; }

  .ptpx-sm-90 {
    padding-top: 90px !important; }

  .ptpx-sm-89 {
    padding-top: 89px !important; }

  .ptpx-sm-88 {
    padding-top: 88px !important; }

  .ptpx-sm-87 {
    padding-top: 87px !important; }

  .ptpx-sm-86 {
    padding-top: 86px !important; }

  .ptpx-sm-85 {
    padding-top: 85px !important; }

  .ptpx-sm-84 {
    padding-top: 84px !important; }

  .ptpx-sm-83 {
    padding-top: 83px !important; }

  .ptpx-sm-82 {
    padding-top: 82px !important; }

  .ptpx-sm-81 {
    padding-top: 81px !important; }

  .ptpx-sm-80 {
    padding-top: 80px !important; }

  .ptpx-sm-79 {
    padding-top: 79px !important; }

  .ptpx-sm-78 {
    padding-top: 78px !important; }

  .ptpx-sm-77 {
    padding-top: 77px !important; }

  .ptpx-sm-76 {
    padding-top: 76px !important; }

  .ptpx-sm-75 {
    padding-top: 75px !important; }

  .ptpx-sm-74 {
    padding-top: 74px !important; }

  .ptpx-sm-73 {
    padding-top: 73px !important; }

  .ptpx-sm-72 {
    padding-top: 72px !important; }

  .ptpx-sm-71 {
    padding-top: 71px !important; }

  .ptpx-sm-70 {
    padding-top: 70px !important; }

  .ptpx-sm-69 {
    padding-top: 69px !important; }

  .ptpx-sm-68 {
    padding-top: 68px !important; }

  .ptpx-sm-67 {
    padding-top: 67px !important; }

  .ptpx-sm-66 {
    padding-top: 66px !important; }

  .ptpx-sm-65 {
    padding-top: 65px !important; }

  .ptpx-sm-64 {
    padding-top: 64px !important; }

  .ptpx-sm-63 {
    padding-top: 63px !important; }

  .ptpx-sm-62 {
    padding-top: 62px !important; }

  .ptpx-sm-61 {
    padding-top: 61px !important; }

  .ptpx-sm-60 {
    padding-top: 60px !important; }

  .ptpx-sm-59 {
    padding-top: 59px !important; }

  .ptpx-sm-58 {
    padding-top: 58px !important; }

  .ptpx-sm-57 {
    padding-top: 57px !important; }

  .ptpx-sm-56 {
    padding-top: 56px !important; }

  .ptpx-sm-55 {
    padding-top: 55px !important; }

  .ptpx-sm-54 {
    padding-top: 54px !important; }

  .ptpx-sm-53 {
    padding-top: 53px !important; }

  .ptpx-sm-52 {
    padding-top: 52px !important; }

  .ptpx-sm-51 {
    padding-top: 51px !important; }

  .ptpx-sm-50 {
    padding-top: 50px !important; }

  .ptpx-sm-49 {
    padding-top: 49px !important; }

  .ptpx-sm-48 {
    padding-top: 48px !important; }

  .ptpx-sm-47 {
    padding-top: 47px !important; }

  .ptpx-sm-46 {
    padding-top: 46px !important; }

  .ptpx-sm-45 {
    padding-top: 45px !important; }

  .ptpx-sm-44 {
    padding-top: 44px !important; }

  .ptpx-sm-43 {
    padding-top: 43px !important; }

  .ptpx-sm-42 {
    padding-top: 42px !important; }

  .ptpx-sm-41 {
    padding-top: 41px !important; }

  .ptpx-sm-40 {
    padding-top: 40px !important; }

  .ptpx-sm-39 {
    padding-top: 39px !important; }

  .ptpx-sm-38 {
    padding-top: 38px !important; }

  .ptpx-sm-37 {
    padding-top: 37px !important; }

  .ptpx-sm-36 {
    padding-top: 36px !important; }

  .ptpx-sm-35 {
    padding-top: 35px !important; }

  .ptpx-sm-34 {
    padding-top: 34px !important; }

  .ptpx-sm-33 {
    padding-top: 33px !important; }

  .ptpx-sm-32 {
    padding-top: 32px !important; }

  .ptpx-sm-31 {
    padding-top: 31px !important; }

  .ptpx-sm-30 {
    padding-top: 30px !important; }

  .ptpx-sm-29 {
    padding-top: 29px !important; }

  .ptpx-sm-28 {
    padding-top: 28px !important; }

  .ptpx-sm-27 {
    padding-top: 27px !important; }

  .ptpx-sm-26 {
    padding-top: 26px !important; }

  .ptpx-sm-25 {
    padding-top: 25px !important; }

  .ptpx-sm-24 {
    padding-top: 24px !important; }

  .ptpx-sm-23 {
    padding-top: 23px !important; }

  .ptpx-sm-22 {
    padding-top: 22px !important; }

  .ptpx-sm-21 {
    padding-top: 21px !important; }

  .ptpx-sm-20 {
    padding-top: 20px !important; }

  .ptpx-sm-19 {
    padding-top: 19px !important; }

  .ptpx-sm-18 {
    padding-top: 18px !important; }

  .ptpx-sm-17 {
    padding-top: 17px !important; }

  .ptpx-sm-16 {
    padding-top: 16px !important; }

  .ptpx-sm-15 {
    padding-top: 15px !important; }

  .ptpx-sm-14 {
    padding-top: 14px !important; }

  .ptpx-sm-13 {
    padding-top: 13px !important; }

  .ptpx-sm-12 {
    padding-top: 12px !important; }

  .ptpx-sm-11 {
    padding-top: 11px !important; }

  .ptpx-sm-10 {
    padding-top: 10px !important; }

  .ptpx-sm-9 {
    padding-top: 9px !important; }

  .ptpx-sm-8 {
    padding-top: 8px !important; }

  .ptpx-sm-7 {
    padding-top: 7px !important; }

  .ptpx-sm-6 {
    padding-top: 6px !important; }

  .ptpx-sm-5 {
    padding-top: 5px !important; }

  .ptpx-sm-4 {
    padding-top: 4px !important; }

  .ptpx-sm-3 {
    padding-top: 3px !important; }

  .ptpx-sm-2 {
    padding-top: 2px !important; }

  .ptpx-sm-1 {
    padding-top: 1px !important; }

  .ptpx-sm-0 {
    padding-top: 0px !important; } }
@media (min-width: 768px) {
  .ptpx-md-100 {
    padding-top: 100px !important; }

  .ptpx-md-99 {
    padding-top: 99px !important; }

  .ptpx-md-98 {
    padding-top: 98px !important; }

  .ptpx-md-97 {
    padding-top: 97px !important; }

  .ptpx-md-96 {
    padding-top: 96px !important; }

  .ptpx-md-95 {
    padding-top: 95px !important; }

  .ptpx-md-94 {
    padding-top: 94px !important; }

  .ptpx-md-93 {
    padding-top: 93px !important; }

  .ptpx-md-92 {
    padding-top: 92px !important; }

  .ptpx-md-91 {
    padding-top: 91px !important; }

  .ptpx-md-90 {
    padding-top: 90px !important; }

  .ptpx-md-89 {
    padding-top: 89px !important; }

  .ptpx-md-88 {
    padding-top: 88px !important; }

  .ptpx-md-87 {
    padding-top: 87px !important; }

  .ptpx-md-86 {
    padding-top: 86px !important; }

  .ptpx-md-85 {
    padding-top: 85px !important; }

  .ptpx-md-84 {
    padding-top: 84px !important; }

  .ptpx-md-83 {
    padding-top: 83px !important; }

  .ptpx-md-82 {
    padding-top: 82px !important; }

  .ptpx-md-81 {
    padding-top: 81px !important; }

  .ptpx-md-80 {
    padding-top: 80px !important; }

  .ptpx-md-79 {
    padding-top: 79px !important; }

  .ptpx-md-78 {
    padding-top: 78px !important; }

  .ptpx-md-77 {
    padding-top: 77px !important; }

  .ptpx-md-76 {
    padding-top: 76px !important; }

  .ptpx-md-75 {
    padding-top: 75px !important; }

  .ptpx-md-74 {
    padding-top: 74px !important; }

  .ptpx-md-73 {
    padding-top: 73px !important; }

  .ptpx-md-72 {
    padding-top: 72px !important; }

  .ptpx-md-71 {
    padding-top: 71px !important; }

  .ptpx-md-70 {
    padding-top: 70px !important; }

  .ptpx-md-69 {
    padding-top: 69px !important; }

  .ptpx-md-68 {
    padding-top: 68px !important; }

  .ptpx-md-67 {
    padding-top: 67px !important; }

  .ptpx-md-66 {
    padding-top: 66px !important; }

  .ptpx-md-65 {
    padding-top: 65px !important; }

  .ptpx-md-64 {
    padding-top: 64px !important; }

  .ptpx-md-63 {
    padding-top: 63px !important; }

  .ptpx-md-62 {
    padding-top: 62px !important; }

  .ptpx-md-61 {
    padding-top: 61px !important; }

  .ptpx-md-60 {
    padding-top: 60px !important; }

  .ptpx-md-59 {
    padding-top: 59px !important; }

  .ptpx-md-58 {
    padding-top: 58px !important; }

  .ptpx-md-57 {
    padding-top: 57px !important; }

  .ptpx-md-56 {
    padding-top: 56px !important; }

  .ptpx-md-55 {
    padding-top: 55px !important; }

  .ptpx-md-54 {
    padding-top: 54px !important; }

  .ptpx-md-53 {
    padding-top: 53px !important; }

  .ptpx-md-52 {
    padding-top: 52px !important; }

  .ptpx-md-51 {
    padding-top: 51px !important; }

  .ptpx-md-50 {
    padding-top: 50px !important; }

  .ptpx-md-49 {
    padding-top: 49px !important; }

  .ptpx-md-48 {
    padding-top: 48px !important; }

  .ptpx-md-47 {
    padding-top: 47px !important; }

  .ptpx-md-46 {
    padding-top: 46px !important; }

  .ptpx-md-45 {
    padding-top: 45px !important; }

  .ptpx-md-44 {
    padding-top: 44px !important; }

  .ptpx-md-43 {
    padding-top: 43px !important; }

  .ptpx-md-42 {
    padding-top: 42px !important; }

  .ptpx-md-41 {
    padding-top: 41px !important; }

  .ptpx-md-40 {
    padding-top: 40px !important; }

  .ptpx-md-39 {
    padding-top: 39px !important; }

  .ptpx-md-38 {
    padding-top: 38px !important; }

  .ptpx-md-37 {
    padding-top: 37px !important; }

  .ptpx-md-36 {
    padding-top: 36px !important; }

  .ptpx-md-35 {
    padding-top: 35px !important; }

  .ptpx-md-34 {
    padding-top: 34px !important; }

  .ptpx-md-33 {
    padding-top: 33px !important; }

  .ptpx-md-32 {
    padding-top: 32px !important; }

  .ptpx-md-31 {
    padding-top: 31px !important; }

  .ptpx-md-30 {
    padding-top: 30px !important; }

  .ptpx-md-29 {
    padding-top: 29px !important; }

  .ptpx-md-28 {
    padding-top: 28px !important; }

  .ptpx-md-27 {
    padding-top: 27px !important; }

  .ptpx-md-26 {
    padding-top: 26px !important; }

  .ptpx-md-25 {
    padding-top: 25px !important; }

  .ptpx-md-24 {
    padding-top: 24px !important; }

  .ptpx-md-23 {
    padding-top: 23px !important; }

  .ptpx-md-22 {
    padding-top: 22px !important; }

  .ptpx-md-21 {
    padding-top: 21px !important; }

  .ptpx-md-20 {
    padding-top: 20px !important; }

  .ptpx-md-19 {
    padding-top: 19px !important; }

  .ptpx-md-18 {
    padding-top: 18px !important; }

  .ptpx-md-17 {
    padding-top: 17px !important; }

  .ptpx-md-16 {
    padding-top: 16px !important; }

  .ptpx-md-15 {
    padding-top: 15px !important; }

  .ptpx-md-14 {
    padding-top: 14px !important; }

  .ptpx-md-13 {
    padding-top: 13px !important; }

  .ptpx-md-12 {
    padding-top: 12px !important; }

  .ptpx-md-11 {
    padding-top: 11px !important; }

  .ptpx-md-10 {
    padding-top: 10px !important; }

  .ptpx-md-9 {
    padding-top: 9px !important; }

  .ptpx-md-8 {
    padding-top: 8px !important; }

  .ptpx-md-7 {
    padding-top: 7px !important; }

  .ptpx-md-6 {
    padding-top: 6px !important; }

  .ptpx-md-5 {
    padding-top: 5px !important; }

  .ptpx-md-4 {
    padding-top: 4px !important; }

  .ptpx-md-3 {
    padding-top: 3px !important; }

  .ptpx-md-2 {
    padding-top: 2px !important; }

  .ptpx-md-1 {
    padding-top: 1px !important; }

  .ptpx-md-0 {
    padding-top: 0px !important; } }
@media (min-width: 992px) {
  .ptpx-lg-100 {
    padding-top: 100px !important; }

  .ptpx-lg-99 {
    padding-top: 99px !important; }

  .ptpx-lg-98 {
    padding-top: 98px !important; }

  .ptpx-lg-97 {
    padding-top: 97px !important; }

  .ptpx-lg-96 {
    padding-top: 96px !important; }

  .ptpx-lg-95 {
    padding-top: 95px !important; }

  .ptpx-lg-94 {
    padding-top: 94px !important; }

  .ptpx-lg-93 {
    padding-top: 93px !important; }

  .ptpx-lg-92 {
    padding-top: 92px !important; }

  .ptpx-lg-91 {
    padding-top: 91px !important; }

  .ptpx-lg-90 {
    padding-top: 90px !important; }

  .ptpx-lg-89 {
    padding-top: 89px !important; }

  .ptpx-lg-88 {
    padding-top: 88px !important; }

  .ptpx-lg-87 {
    padding-top: 87px !important; }

  .ptpx-lg-86 {
    padding-top: 86px !important; }

  .ptpx-lg-85 {
    padding-top: 85px !important; }

  .ptpx-lg-84 {
    padding-top: 84px !important; }

  .ptpx-lg-83 {
    padding-top: 83px !important; }

  .ptpx-lg-82 {
    padding-top: 82px !important; }

  .ptpx-lg-81 {
    padding-top: 81px !important; }

  .ptpx-lg-80 {
    padding-top: 80px !important; }

  .ptpx-lg-79 {
    padding-top: 79px !important; }

  .ptpx-lg-78 {
    padding-top: 78px !important; }

  .ptpx-lg-77 {
    padding-top: 77px !important; }

  .ptpx-lg-76 {
    padding-top: 76px !important; }

  .ptpx-lg-75 {
    padding-top: 75px !important; }

  .ptpx-lg-74 {
    padding-top: 74px !important; }

  .ptpx-lg-73 {
    padding-top: 73px !important; }

  .ptpx-lg-72 {
    padding-top: 72px !important; }

  .ptpx-lg-71 {
    padding-top: 71px !important; }

  .ptpx-lg-70 {
    padding-top: 70px !important; }

  .ptpx-lg-69 {
    padding-top: 69px !important; }

  .ptpx-lg-68 {
    padding-top: 68px !important; }

  .ptpx-lg-67 {
    padding-top: 67px !important; }

  .ptpx-lg-66 {
    padding-top: 66px !important; }

  .ptpx-lg-65 {
    padding-top: 65px !important; }

  .ptpx-lg-64 {
    padding-top: 64px !important; }

  .ptpx-lg-63 {
    padding-top: 63px !important; }

  .ptpx-lg-62 {
    padding-top: 62px !important; }

  .ptpx-lg-61 {
    padding-top: 61px !important; }

  .ptpx-lg-60 {
    padding-top: 60px !important; }

  .ptpx-lg-59 {
    padding-top: 59px !important; }

  .ptpx-lg-58 {
    padding-top: 58px !important; }

  .ptpx-lg-57 {
    padding-top: 57px !important; }

  .ptpx-lg-56 {
    padding-top: 56px !important; }

  .ptpx-lg-55 {
    padding-top: 55px !important; }

  .ptpx-lg-54 {
    padding-top: 54px !important; }

  .ptpx-lg-53 {
    padding-top: 53px !important; }

  .ptpx-lg-52 {
    padding-top: 52px !important; }

  .ptpx-lg-51 {
    padding-top: 51px !important; }

  .ptpx-lg-50 {
    padding-top: 50px !important; }

  .ptpx-lg-49 {
    padding-top: 49px !important; }

  .ptpx-lg-48 {
    padding-top: 48px !important; }

  .ptpx-lg-47 {
    padding-top: 47px !important; }

  .ptpx-lg-46 {
    padding-top: 46px !important; }

  .ptpx-lg-45 {
    padding-top: 45px !important; }

  .ptpx-lg-44 {
    padding-top: 44px !important; }

  .ptpx-lg-43 {
    padding-top: 43px !important; }

  .ptpx-lg-42 {
    padding-top: 42px !important; }

  .ptpx-lg-41 {
    padding-top: 41px !important; }

  .ptpx-lg-40 {
    padding-top: 40px !important; }

  .ptpx-lg-39 {
    padding-top: 39px !important; }

  .ptpx-lg-38 {
    padding-top: 38px !important; }

  .ptpx-lg-37 {
    padding-top: 37px !important; }

  .ptpx-lg-36 {
    padding-top: 36px !important; }

  .ptpx-lg-35 {
    padding-top: 35px !important; }

  .ptpx-lg-34 {
    padding-top: 34px !important; }

  .ptpx-lg-33 {
    padding-top: 33px !important; }

  .ptpx-lg-32 {
    padding-top: 32px !important; }

  .ptpx-lg-31 {
    padding-top: 31px !important; }

  .ptpx-lg-30 {
    padding-top: 30px !important; }

  .ptpx-lg-29 {
    padding-top: 29px !important; }

  .ptpx-lg-28 {
    padding-top: 28px !important; }

  .ptpx-lg-27 {
    padding-top: 27px !important; }

  .ptpx-lg-26 {
    padding-top: 26px !important; }

  .ptpx-lg-25 {
    padding-top: 25px !important; }

  .ptpx-lg-24 {
    padding-top: 24px !important; }

  .ptpx-lg-23 {
    padding-top: 23px !important; }

  .ptpx-lg-22 {
    padding-top: 22px !important; }

  .ptpx-lg-21 {
    padding-top: 21px !important; }

  .ptpx-lg-20 {
    padding-top: 20px !important; }

  .ptpx-lg-19 {
    padding-top: 19px !important; }

  .ptpx-lg-18 {
    padding-top: 18px !important; }

  .ptpx-lg-17 {
    padding-top: 17px !important; }

  .ptpx-lg-16 {
    padding-top: 16px !important; }

  .ptpx-lg-15 {
    padding-top: 15px !important; }

  .ptpx-lg-14 {
    padding-top: 14px !important; }

  .ptpx-lg-13 {
    padding-top: 13px !important; }

  .ptpx-lg-12 {
    padding-top: 12px !important; }

  .ptpx-lg-11 {
    padding-top: 11px !important; }

  .ptpx-lg-10 {
    padding-top: 10px !important; }

  .ptpx-lg-9 {
    padding-top: 9px !important; }

  .ptpx-lg-8 {
    padding-top: 8px !important; }

  .ptpx-lg-7 {
    padding-top: 7px !important; }

  .ptpx-lg-6 {
    padding-top: 6px !important; }

  .ptpx-lg-5 {
    padding-top: 5px !important; }

  .ptpx-lg-4 {
    padding-top: 4px !important; }

  .ptpx-lg-3 {
    padding-top: 3px !important; }

  .ptpx-lg-2 {
    padding-top: 2px !important; }

  .ptpx-lg-1 {
    padding-top: 1px !important; }

  .ptpx-lg-0 {
    padding-top: 0px !important; } }
@media (min-width: 1200px) {
  .ptpx-xl-100 {
    padding-top: 100px !important; }

  .ptpx-xl-99 {
    padding-top: 99px !important; }

  .ptpx-xl-98 {
    padding-top: 98px !important; }

  .ptpx-xl-97 {
    padding-top: 97px !important; }

  .ptpx-xl-96 {
    padding-top: 96px !important; }

  .ptpx-xl-95 {
    padding-top: 95px !important; }

  .ptpx-xl-94 {
    padding-top: 94px !important; }

  .ptpx-xl-93 {
    padding-top: 93px !important; }

  .ptpx-xl-92 {
    padding-top: 92px !important; }

  .ptpx-xl-91 {
    padding-top: 91px !important; }

  .ptpx-xl-90 {
    padding-top: 90px !important; }

  .ptpx-xl-89 {
    padding-top: 89px !important; }

  .ptpx-xl-88 {
    padding-top: 88px !important; }

  .ptpx-xl-87 {
    padding-top: 87px !important; }

  .ptpx-xl-86 {
    padding-top: 86px !important; }

  .ptpx-xl-85 {
    padding-top: 85px !important; }

  .ptpx-xl-84 {
    padding-top: 84px !important; }

  .ptpx-xl-83 {
    padding-top: 83px !important; }

  .ptpx-xl-82 {
    padding-top: 82px !important; }

  .ptpx-xl-81 {
    padding-top: 81px !important; }

  .ptpx-xl-80 {
    padding-top: 80px !important; }

  .ptpx-xl-79 {
    padding-top: 79px !important; }

  .ptpx-xl-78 {
    padding-top: 78px !important; }

  .ptpx-xl-77 {
    padding-top: 77px !important; }

  .ptpx-xl-76 {
    padding-top: 76px !important; }

  .ptpx-xl-75 {
    padding-top: 75px !important; }

  .ptpx-xl-74 {
    padding-top: 74px !important; }

  .ptpx-xl-73 {
    padding-top: 73px !important; }

  .ptpx-xl-72 {
    padding-top: 72px !important; }

  .ptpx-xl-71 {
    padding-top: 71px !important; }

  .ptpx-xl-70 {
    padding-top: 70px !important; }

  .ptpx-xl-69 {
    padding-top: 69px !important; }

  .ptpx-xl-68 {
    padding-top: 68px !important; }

  .ptpx-xl-67 {
    padding-top: 67px !important; }

  .ptpx-xl-66 {
    padding-top: 66px !important; }

  .ptpx-xl-65 {
    padding-top: 65px !important; }

  .ptpx-xl-64 {
    padding-top: 64px !important; }

  .ptpx-xl-63 {
    padding-top: 63px !important; }

  .ptpx-xl-62 {
    padding-top: 62px !important; }

  .ptpx-xl-61 {
    padding-top: 61px !important; }

  .ptpx-xl-60 {
    padding-top: 60px !important; }

  .ptpx-xl-59 {
    padding-top: 59px !important; }

  .ptpx-xl-58 {
    padding-top: 58px !important; }

  .ptpx-xl-57 {
    padding-top: 57px !important; }

  .ptpx-xl-56 {
    padding-top: 56px !important; }

  .ptpx-xl-55 {
    padding-top: 55px !important; }

  .ptpx-xl-54 {
    padding-top: 54px !important; }

  .ptpx-xl-53 {
    padding-top: 53px !important; }

  .ptpx-xl-52 {
    padding-top: 52px !important; }

  .ptpx-xl-51 {
    padding-top: 51px !important; }

  .ptpx-xl-50 {
    padding-top: 50px !important; }

  .ptpx-xl-49 {
    padding-top: 49px !important; }

  .ptpx-xl-48 {
    padding-top: 48px !important; }

  .ptpx-xl-47 {
    padding-top: 47px !important; }

  .ptpx-xl-46 {
    padding-top: 46px !important; }

  .ptpx-xl-45 {
    padding-top: 45px !important; }

  .ptpx-xl-44 {
    padding-top: 44px !important; }

  .ptpx-xl-43 {
    padding-top: 43px !important; }

  .ptpx-xl-42 {
    padding-top: 42px !important; }

  .ptpx-xl-41 {
    padding-top: 41px !important; }

  .ptpx-xl-40 {
    padding-top: 40px !important; }

  .ptpx-xl-39 {
    padding-top: 39px !important; }

  .ptpx-xl-38 {
    padding-top: 38px !important; }

  .ptpx-xl-37 {
    padding-top: 37px !important; }

  .ptpx-xl-36 {
    padding-top: 36px !important; }

  .ptpx-xl-35 {
    padding-top: 35px !important; }

  .ptpx-xl-34 {
    padding-top: 34px !important; }

  .ptpx-xl-33 {
    padding-top: 33px !important; }

  .ptpx-xl-32 {
    padding-top: 32px !important; }

  .ptpx-xl-31 {
    padding-top: 31px !important; }

  .ptpx-xl-30 {
    padding-top: 30px !important; }

  .ptpx-xl-29 {
    padding-top: 29px !important; }

  .ptpx-xl-28 {
    padding-top: 28px !important; }

  .ptpx-xl-27 {
    padding-top: 27px !important; }

  .ptpx-xl-26 {
    padding-top: 26px !important; }

  .ptpx-xl-25 {
    padding-top: 25px !important; }

  .ptpx-xl-24 {
    padding-top: 24px !important; }

  .ptpx-xl-23 {
    padding-top: 23px !important; }

  .ptpx-xl-22 {
    padding-top: 22px !important; }

  .ptpx-xl-21 {
    padding-top: 21px !important; }

  .ptpx-xl-20 {
    padding-top: 20px !important; }

  .ptpx-xl-19 {
    padding-top: 19px !important; }

  .ptpx-xl-18 {
    padding-top: 18px !important; }

  .ptpx-xl-17 {
    padding-top: 17px !important; }

  .ptpx-xl-16 {
    padding-top: 16px !important; }

  .ptpx-xl-15 {
    padding-top: 15px !important; }

  .ptpx-xl-14 {
    padding-top: 14px !important; }

  .ptpx-xl-13 {
    padding-top: 13px !important; }

  .ptpx-xl-12 {
    padding-top: 12px !important; }

  .ptpx-xl-11 {
    padding-top: 11px !important; }

  .ptpx-xl-10 {
    padding-top: 10px !important; }

  .ptpx-xl-9 {
    padding-top: 9px !important; }

  .ptpx-xl-8 {
    padding-top: 8px !important; }

  .ptpx-xl-7 {
    padding-top: 7px !important; }

  .ptpx-xl-6 {
    padding-top: 6px !important; }

  .ptpx-xl-5 {
    padding-top: 5px !important; }

  .ptpx-xl-4 {
    padding-top: 4px !important; }

  .ptpx-xl-3 {
    padding-top: 3px !important; }

  .ptpx-xl-2 {
    padding-top: 2px !important; }

  .ptpx-xl-1 {
    padding-top: 1px !important; }

  .ptpx-xl-0 {
    padding-top: 0px !important; } }
.pbpx-100 {
  padding-bottom: 100px !important; }

.pbpx-99 {
  padding-bottom: 99px !important; }

.pbpx-98 {
  padding-bottom: 98px !important; }

.pbpx-97 {
  padding-bottom: 97px !important; }

.pbpx-96 {
  padding-bottom: 96px !important; }

.pbpx-95 {
  padding-bottom: 95px !important; }

.pbpx-94 {
  padding-bottom: 94px !important; }

.pbpx-93 {
  padding-bottom: 93px !important; }

.pbpx-92 {
  padding-bottom: 92px !important; }

.pbpx-91 {
  padding-bottom: 91px !important; }

.pbpx-90 {
  padding-bottom: 90px !important; }

.pbpx-89 {
  padding-bottom: 89px !important; }

.pbpx-88 {
  padding-bottom: 88px !important; }

.pbpx-87 {
  padding-bottom: 87px !important; }

.pbpx-86 {
  padding-bottom: 86px !important; }

.pbpx-85 {
  padding-bottom: 85px !important; }

.pbpx-84 {
  padding-bottom: 84px !important; }

.pbpx-83 {
  padding-bottom: 83px !important; }

.pbpx-82 {
  padding-bottom: 82px !important; }

.pbpx-81 {
  padding-bottom: 81px !important; }

.pbpx-80 {
  padding-bottom: 80px !important; }

.pbpx-79 {
  padding-bottom: 79px !important; }

.pbpx-78 {
  padding-bottom: 78px !important; }

.pbpx-77 {
  padding-bottom: 77px !important; }

.pbpx-76 {
  padding-bottom: 76px !important; }

.pbpx-75 {
  padding-bottom: 75px !important; }

.pbpx-74 {
  padding-bottom: 74px !important; }

.pbpx-73 {
  padding-bottom: 73px !important; }

.pbpx-72 {
  padding-bottom: 72px !important; }

.pbpx-71 {
  padding-bottom: 71px !important; }

.pbpx-70 {
  padding-bottom: 70px !important; }

.pbpx-69 {
  padding-bottom: 69px !important; }

.pbpx-68 {
  padding-bottom: 68px !important; }

.pbpx-67 {
  padding-bottom: 67px !important; }

.pbpx-66 {
  padding-bottom: 66px !important; }

.pbpx-65 {
  padding-bottom: 65px !important; }

.pbpx-64 {
  padding-bottom: 64px !important; }

.pbpx-63 {
  padding-bottom: 63px !important; }

.pbpx-62 {
  padding-bottom: 62px !important; }

.pbpx-61 {
  padding-bottom: 61px !important; }

.pbpx-60 {
  padding-bottom: 60px !important; }

.pbpx-59 {
  padding-bottom: 59px !important; }

.pbpx-58 {
  padding-bottom: 58px !important; }

.pbpx-57 {
  padding-bottom: 57px !important; }

.pbpx-56 {
  padding-bottom: 56px !important; }

.pbpx-55 {
  padding-bottom: 55px !important; }

.pbpx-54 {
  padding-bottom: 54px !important; }

.pbpx-53 {
  padding-bottom: 53px !important; }

.pbpx-52 {
  padding-bottom: 52px !important; }

.pbpx-51 {
  padding-bottom: 51px !important; }

.pbpx-50 {
  padding-bottom: 50px !important; }

.pbpx-49 {
  padding-bottom: 49px !important; }

.pbpx-48 {
  padding-bottom: 48px !important; }

.pbpx-47 {
  padding-bottom: 47px !important; }

.pbpx-46 {
  padding-bottom: 46px !important; }

.pbpx-45 {
  padding-bottom: 45px !important; }

.pbpx-44 {
  padding-bottom: 44px !important; }

.pbpx-43 {
  padding-bottom: 43px !important; }

.pbpx-42 {
  padding-bottom: 42px !important; }

.pbpx-41 {
  padding-bottom: 41px !important; }

.pbpx-40 {
  padding-bottom: 40px !important; }

.pbpx-39 {
  padding-bottom: 39px !important; }

.pbpx-38 {
  padding-bottom: 38px !important; }

.pbpx-37 {
  padding-bottom: 37px !important; }

.pbpx-36 {
  padding-bottom: 36px !important; }

.pbpx-35 {
  padding-bottom: 35px !important; }

.pbpx-34 {
  padding-bottom: 34px !important; }

.pbpx-33 {
  padding-bottom: 33px !important; }

.pbpx-32 {
  padding-bottom: 32px !important; }

.pbpx-31 {
  padding-bottom: 31px !important; }

.pbpx-30 {
  padding-bottom: 30px !important; }

.pbpx-29 {
  padding-bottom: 29px !important; }

.pbpx-28 {
  padding-bottom: 28px !important; }

.pbpx-27 {
  padding-bottom: 27px !important; }

.pbpx-26 {
  padding-bottom: 26px !important; }

.pbpx-25 {
  padding-bottom: 25px !important; }

.pbpx-24 {
  padding-bottom: 24px !important; }

.pbpx-23 {
  padding-bottom: 23px !important; }

.pbpx-22 {
  padding-bottom: 22px !important; }

.pbpx-21 {
  padding-bottom: 21px !important; }

.pbpx-20 {
  padding-bottom: 20px !important; }

.pbpx-19 {
  padding-bottom: 19px !important; }

.pbpx-18 {
  padding-bottom: 18px !important; }

.pbpx-17 {
  padding-bottom: 17px !important; }

.pbpx-16 {
  padding-bottom: 16px !important; }

.pbpx-15 {
  padding-bottom: 15px !important; }

.pbpx-14 {
  padding-bottom: 14px !important; }

.pbpx-13 {
  padding-bottom: 13px !important; }

.pbpx-12 {
  padding-bottom: 12px !important; }

.pbpx-11 {
  padding-bottom: 11px !important; }

.pbpx-10 {
  padding-bottom: 10px !important; }

.pbpx-9 {
  padding-bottom: 9px !important; }

.pbpx-8 {
  padding-bottom: 8px !important; }

.pbpx-7 {
  padding-bottom: 7px !important; }

.pbpx-6 {
  padding-bottom: 6px !important; }

.pbpx-5 {
  padding-bottom: 5px !important; }

.pbpx-4 {
  padding-bottom: 4px !important; }

.pbpx-3 {
  padding-bottom: 3px !important; }

.pbpx-2 {
  padding-bottom: 2px !important; }

.pbpx-1 {
  padding-bottom: 1px !important; }

.pbpx-0 {
  padding-bottom: 0px !important; }

@media (min-width: 576px) {
  .pbpx-sm-100 {
    padding-bottom: 100px !important; }

  .pbpx-sm-99 {
    padding-bottom: 99px !important; }

  .pbpx-sm-98 {
    padding-bottom: 98px !important; }

  .pbpx-sm-97 {
    padding-bottom: 97px !important; }

  .pbpx-sm-96 {
    padding-bottom: 96px !important; }

  .pbpx-sm-95 {
    padding-bottom: 95px !important; }

  .pbpx-sm-94 {
    padding-bottom: 94px !important; }

  .pbpx-sm-93 {
    padding-bottom: 93px !important; }

  .pbpx-sm-92 {
    padding-bottom: 92px !important; }

  .pbpx-sm-91 {
    padding-bottom: 91px !important; }

  .pbpx-sm-90 {
    padding-bottom: 90px !important; }

  .pbpx-sm-89 {
    padding-bottom: 89px !important; }

  .pbpx-sm-88 {
    padding-bottom: 88px !important; }

  .pbpx-sm-87 {
    padding-bottom: 87px !important; }

  .pbpx-sm-86 {
    padding-bottom: 86px !important; }

  .pbpx-sm-85 {
    padding-bottom: 85px !important; }

  .pbpx-sm-84 {
    padding-bottom: 84px !important; }

  .pbpx-sm-83 {
    padding-bottom: 83px !important; }

  .pbpx-sm-82 {
    padding-bottom: 82px !important; }

  .pbpx-sm-81 {
    padding-bottom: 81px !important; }

  .pbpx-sm-80 {
    padding-bottom: 80px !important; }

  .pbpx-sm-79 {
    padding-bottom: 79px !important; }

  .pbpx-sm-78 {
    padding-bottom: 78px !important; }

  .pbpx-sm-77 {
    padding-bottom: 77px !important; }

  .pbpx-sm-76 {
    padding-bottom: 76px !important; }

  .pbpx-sm-75 {
    padding-bottom: 75px !important; }

  .pbpx-sm-74 {
    padding-bottom: 74px !important; }

  .pbpx-sm-73 {
    padding-bottom: 73px !important; }

  .pbpx-sm-72 {
    padding-bottom: 72px !important; }

  .pbpx-sm-71 {
    padding-bottom: 71px !important; }

  .pbpx-sm-70 {
    padding-bottom: 70px !important; }

  .pbpx-sm-69 {
    padding-bottom: 69px !important; }

  .pbpx-sm-68 {
    padding-bottom: 68px !important; }

  .pbpx-sm-67 {
    padding-bottom: 67px !important; }

  .pbpx-sm-66 {
    padding-bottom: 66px !important; }

  .pbpx-sm-65 {
    padding-bottom: 65px !important; }

  .pbpx-sm-64 {
    padding-bottom: 64px !important; }

  .pbpx-sm-63 {
    padding-bottom: 63px !important; }

  .pbpx-sm-62 {
    padding-bottom: 62px !important; }

  .pbpx-sm-61 {
    padding-bottom: 61px !important; }

  .pbpx-sm-60 {
    padding-bottom: 60px !important; }

  .pbpx-sm-59 {
    padding-bottom: 59px !important; }

  .pbpx-sm-58 {
    padding-bottom: 58px !important; }

  .pbpx-sm-57 {
    padding-bottom: 57px !important; }

  .pbpx-sm-56 {
    padding-bottom: 56px !important; }

  .pbpx-sm-55 {
    padding-bottom: 55px !important; }

  .pbpx-sm-54 {
    padding-bottom: 54px !important; }

  .pbpx-sm-53 {
    padding-bottom: 53px !important; }

  .pbpx-sm-52 {
    padding-bottom: 52px !important; }

  .pbpx-sm-51 {
    padding-bottom: 51px !important; }

  .pbpx-sm-50 {
    padding-bottom: 50px !important; }

  .pbpx-sm-49 {
    padding-bottom: 49px !important; }

  .pbpx-sm-48 {
    padding-bottom: 48px !important; }

  .pbpx-sm-47 {
    padding-bottom: 47px !important; }

  .pbpx-sm-46 {
    padding-bottom: 46px !important; }

  .pbpx-sm-45 {
    padding-bottom: 45px !important; }

  .pbpx-sm-44 {
    padding-bottom: 44px !important; }

  .pbpx-sm-43 {
    padding-bottom: 43px !important; }

  .pbpx-sm-42 {
    padding-bottom: 42px !important; }

  .pbpx-sm-41 {
    padding-bottom: 41px !important; }

  .pbpx-sm-40 {
    padding-bottom: 40px !important; }

  .pbpx-sm-39 {
    padding-bottom: 39px !important; }

  .pbpx-sm-38 {
    padding-bottom: 38px !important; }

  .pbpx-sm-37 {
    padding-bottom: 37px !important; }

  .pbpx-sm-36 {
    padding-bottom: 36px !important; }

  .pbpx-sm-35 {
    padding-bottom: 35px !important; }

  .pbpx-sm-34 {
    padding-bottom: 34px !important; }

  .pbpx-sm-33 {
    padding-bottom: 33px !important; }

  .pbpx-sm-32 {
    padding-bottom: 32px !important; }

  .pbpx-sm-31 {
    padding-bottom: 31px !important; }

  .pbpx-sm-30 {
    padding-bottom: 30px !important; }

  .pbpx-sm-29 {
    padding-bottom: 29px !important; }

  .pbpx-sm-28 {
    padding-bottom: 28px !important; }

  .pbpx-sm-27 {
    padding-bottom: 27px !important; }

  .pbpx-sm-26 {
    padding-bottom: 26px !important; }

  .pbpx-sm-25 {
    padding-bottom: 25px !important; }

  .pbpx-sm-24 {
    padding-bottom: 24px !important; }

  .pbpx-sm-23 {
    padding-bottom: 23px !important; }

  .pbpx-sm-22 {
    padding-bottom: 22px !important; }

  .pbpx-sm-21 {
    padding-bottom: 21px !important; }

  .pbpx-sm-20 {
    padding-bottom: 20px !important; }

  .pbpx-sm-19 {
    padding-bottom: 19px !important; }

  .pbpx-sm-18 {
    padding-bottom: 18px !important; }

  .pbpx-sm-17 {
    padding-bottom: 17px !important; }

  .pbpx-sm-16 {
    padding-bottom: 16px !important; }

  .pbpx-sm-15 {
    padding-bottom: 15px !important; }

  .pbpx-sm-14 {
    padding-bottom: 14px !important; }

  .pbpx-sm-13 {
    padding-bottom: 13px !important; }

  .pbpx-sm-12 {
    padding-bottom: 12px !important; }

  .pbpx-sm-11 {
    padding-bottom: 11px !important; }

  .pbpx-sm-10 {
    padding-bottom: 10px !important; }

  .pbpx-sm-9 {
    padding-bottom: 9px !important; }

  .pbpx-sm-8 {
    padding-bottom: 8px !important; }

  .pbpx-sm-7 {
    padding-bottom: 7px !important; }

  .pbpx-sm-6 {
    padding-bottom: 6px !important; }

  .pbpx-sm-5 {
    padding-bottom: 5px !important; }

  .pbpx-sm-4 {
    padding-bottom: 4px !important; }

  .pbpx-sm-3 {
    padding-bottom: 3px !important; }

  .pbpx-sm-2 {
    padding-bottom: 2px !important; }

  .pbpx-sm-1 {
    padding-bottom: 1px !important; }

  .pbpx-sm-0 {
    padding-bottom: 0px !important; } }
@media (min-width: 768px) {
  .pbpx-md-100 {
    padding-bottom: 100px !important; }

  .pbpx-md-99 {
    padding-bottom: 99px !important; }

  .pbpx-md-98 {
    padding-bottom: 98px !important; }

  .pbpx-md-97 {
    padding-bottom: 97px !important; }

  .pbpx-md-96 {
    padding-bottom: 96px !important; }

  .pbpx-md-95 {
    padding-bottom: 95px !important; }

  .pbpx-md-94 {
    padding-bottom: 94px !important; }

  .pbpx-md-93 {
    padding-bottom: 93px !important; }

  .pbpx-md-92 {
    padding-bottom: 92px !important; }

  .pbpx-md-91 {
    padding-bottom: 91px !important; }

  .pbpx-md-90 {
    padding-bottom: 90px !important; }

  .pbpx-md-89 {
    padding-bottom: 89px !important; }

  .pbpx-md-88 {
    padding-bottom: 88px !important; }

  .pbpx-md-87 {
    padding-bottom: 87px !important; }

  .pbpx-md-86 {
    padding-bottom: 86px !important; }

  .pbpx-md-85 {
    padding-bottom: 85px !important; }

  .pbpx-md-84 {
    padding-bottom: 84px !important; }

  .pbpx-md-83 {
    padding-bottom: 83px !important; }

  .pbpx-md-82 {
    padding-bottom: 82px !important; }

  .pbpx-md-81 {
    padding-bottom: 81px !important; }

  .pbpx-md-80 {
    padding-bottom: 80px !important; }

  .pbpx-md-79 {
    padding-bottom: 79px !important; }

  .pbpx-md-78 {
    padding-bottom: 78px !important; }

  .pbpx-md-77 {
    padding-bottom: 77px !important; }

  .pbpx-md-76 {
    padding-bottom: 76px !important; }

  .pbpx-md-75 {
    padding-bottom: 75px !important; }

  .pbpx-md-74 {
    padding-bottom: 74px !important; }

  .pbpx-md-73 {
    padding-bottom: 73px !important; }

  .pbpx-md-72 {
    padding-bottom: 72px !important; }

  .pbpx-md-71 {
    padding-bottom: 71px !important; }

  .pbpx-md-70 {
    padding-bottom: 70px !important; }

  .pbpx-md-69 {
    padding-bottom: 69px !important; }

  .pbpx-md-68 {
    padding-bottom: 68px !important; }

  .pbpx-md-67 {
    padding-bottom: 67px !important; }

  .pbpx-md-66 {
    padding-bottom: 66px !important; }

  .pbpx-md-65 {
    padding-bottom: 65px !important; }

  .pbpx-md-64 {
    padding-bottom: 64px !important; }

  .pbpx-md-63 {
    padding-bottom: 63px !important; }

  .pbpx-md-62 {
    padding-bottom: 62px !important; }

  .pbpx-md-61 {
    padding-bottom: 61px !important; }

  .pbpx-md-60 {
    padding-bottom: 60px !important; }

  .pbpx-md-59 {
    padding-bottom: 59px !important; }

  .pbpx-md-58 {
    padding-bottom: 58px !important; }

  .pbpx-md-57 {
    padding-bottom: 57px !important; }

  .pbpx-md-56 {
    padding-bottom: 56px !important; }

  .pbpx-md-55 {
    padding-bottom: 55px !important; }

  .pbpx-md-54 {
    padding-bottom: 54px !important; }

  .pbpx-md-53 {
    padding-bottom: 53px !important; }

  .pbpx-md-52 {
    padding-bottom: 52px !important; }

  .pbpx-md-51 {
    padding-bottom: 51px !important; }

  .pbpx-md-50 {
    padding-bottom: 50px !important; }

  .pbpx-md-49 {
    padding-bottom: 49px !important; }

  .pbpx-md-48 {
    padding-bottom: 48px !important; }

  .pbpx-md-47 {
    padding-bottom: 47px !important; }

  .pbpx-md-46 {
    padding-bottom: 46px !important; }

  .pbpx-md-45 {
    padding-bottom: 45px !important; }

  .pbpx-md-44 {
    padding-bottom: 44px !important; }

  .pbpx-md-43 {
    padding-bottom: 43px !important; }

  .pbpx-md-42 {
    padding-bottom: 42px !important; }

  .pbpx-md-41 {
    padding-bottom: 41px !important; }

  .pbpx-md-40 {
    padding-bottom: 40px !important; }

  .pbpx-md-39 {
    padding-bottom: 39px !important; }

  .pbpx-md-38 {
    padding-bottom: 38px !important; }

  .pbpx-md-37 {
    padding-bottom: 37px !important; }

  .pbpx-md-36 {
    padding-bottom: 36px !important; }

  .pbpx-md-35 {
    padding-bottom: 35px !important; }

  .pbpx-md-34 {
    padding-bottom: 34px !important; }

  .pbpx-md-33 {
    padding-bottom: 33px !important; }

  .pbpx-md-32 {
    padding-bottom: 32px !important; }

  .pbpx-md-31 {
    padding-bottom: 31px !important; }

  .pbpx-md-30 {
    padding-bottom: 30px !important; }

  .pbpx-md-29 {
    padding-bottom: 29px !important; }

  .pbpx-md-28 {
    padding-bottom: 28px !important; }

  .pbpx-md-27 {
    padding-bottom: 27px !important; }

  .pbpx-md-26 {
    padding-bottom: 26px !important; }

  .pbpx-md-25 {
    padding-bottom: 25px !important; }

  .pbpx-md-24 {
    padding-bottom: 24px !important; }

  .pbpx-md-23 {
    padding-bottom: 23px !important; }

  .pbpx-md-22 {
    padding-bottom: 22px !important; }

  .pbpx-md-21 {
    padding-bottom: 21px !important; }

  .pbpx-md-20 {
    padding-bottom: 20px !important; }

  .pbpx-md-19 {
    padding-bottom: 19px !important; }

  .pbpx-md-18 {
    padding-bottom: 18px !important; }

  .pbpx-md-17 {
    padding-bottom: 17px !important; }

  .pbpx-md-16 {
    padding-bottom: 16px !important; }

  .pbpx-md-15 {
    padding-bottom: 15px !important; }

  .pbpx-md-14 {
    padding-bottom: 14px !important; }

  .pbpx-md-13 {
    padding-bottom: 13px !important; }

  .pbpx-md-12 {
    padding-bottom: 12px !important; }

  .pbpx-md-11 {
    padding-bottom: 11px !important; }

  .pbpx-md-10 {
    padding-bottom: 10px !important; }

  .pbpx-md-9 {
    padding-bottom: 9px !important; }

  .pbpx-md-8 {
    padding-bottom: 8px !important; }

  .pbpx-md-7 {
    padding-bottom: 7px !important; }

  .pbpx-md-6 {
    padding-bottom: 6px !important; }

  .pbpx-md-5 {
    padding-bottom: 5px !important; }

  .pbpx-md-4 {
    padding-bottom: 4px !important; }

  .pbpx-md-3 {
    padding-bottom: 3px !important; }

  .pbpx-md-2 {
    padding-bottom: 2px !important; }

  .pbpx-md-1 {
    padding-bottom: 1px !important; }

  .pbpx-md-0 {
    padding-bottom: 0px !important; } }
@media (min-width: 992px) {
  .pbpx-lg-100 {
    padding-bottom: 100px !important; }

  .pbpx-lg-99 {
    padding-bottom: 99px !important; }

  .pbpx-lg-98 {
    padding-bottom: 98px !important; }

  .pbpx-lg-97 {
    padding-bottom: 97px !important; }

  .pbpx-lg-96 {
    padding-bottom: 96px !important; }

  .pbpx-lg-95 {
    padding-bottom: 95px !important; }

  .pbpx-lg-94 {
    padding-bottom: 94px !important; }

  .pbpx-lg-93 {
    padding-bottom: 93px !important; }

  .pbpx-lg-92 {
    padding-bottom: 92px !important; }

  .pbpx-lg-91 {
    padding-bottom: 91px !important; }

  .pbpx-lg-90 {
    padding-bottom: 90px !important; }

  .pbpx-lg-89 {
    padding-bottom: 89px !important; }

  .pbpx-lg-88 {
    padding-bottom: 88px !important; }

  .pbpx-lg-87 {
    padding-bottom: 87px !important; }

  .pbpx-lg-86 {
    padding-bottom: 86px !important; }

  .pbpx-lg-85 {
    padding-bottom: 85px !important; }

  .pbpx-lg-84 {
    padding-bottom: 84px !important; }

  .pbpx-lg-83 {
    padding-bottom: 83px !important; }

  .pbpx-lg-82 {
    padding-bottom: 82px !important; }

  .pbpx-lg-81 {
    padding-bottom: 81px !important; }

  .pbpx-lg-80 {
    padding-bottom: 80px !important; }

  .pbpx-lg-79 {
    padding-bottom: 79px !important; }

  .pbpx-lg-78 {
    padding-bottom: 78px !important; }

  .pbpx-lg-77 {
    padding-bottom: 77px !important; }

  .pbpx-lg-76 {
    padding-bottom: 76px !important; }

  .pbpx-lg-75 {
    padding-bottom: 75px !important; }

  .pbpx-lg-74 {
    padding-bottom: 74px !important; }

  .pbpx-lg-73 {
    padding-bottom: 73px !important; }

  .pbpx-lg-72 {
    padding-bottom: 72px !important; }

  .pbpx-lg-71 {
    padding-bottom: 71px !important; }

  .pbpx-lg-70 {
    padding-bottom: 70px !important; }

  .pbpx-lg-69 {
    padding-bottom: 69px !important; }

  .pbpx-lg-68 {
    padding-bottom: 68px !important; }

  .pbpx-lg-67 {
    padding-bottom: 67px !important; }

  .pbpx-lg-66 {
    padding-bottom: 66px !important; }

  .pbpx-lg-65 {
    padding-bottom: 65px !important; }

  .pbpx-lg-64 {
    padding-bottom: 64px !important; }

  .pbpx-lg-63 {
    padding-bottom: 63px !important; }

  .pbpx-lg-62 {
    padding-bottom: 62px !important; }

  .pbpx-lg-61 {
    padding-bottom: 61px !important; }

  .pbpx-lg-60 {
    padding-bottom: 60px !important; }

  .pbpx-lg-59 {
    padding-bottom: 59px !important; }

  .pbpx-lg-58 {
    padding-bottom: 58px !important; }

  .pbpx-lg-57 {
    padding-bottom: 57px !important; }

  .pbpx-lg-56 {
    padding-bottom: 56px !important; }

  .pbpx-lg-55 {
    padding-bottom: 55px !important; }

  .pbpx-lg-54 {
    padding-bottom: 54px !important; }

  .pbpx-lg-53 {
    padding-bottom: 53px !important; }

  .pbpx-lg-52 {
    padding-bottom: 52px !important; }

  .pbpx-lg-51 {
    padding-bottom: 51px !important; }

  .pbpx-lg-50 {
    padding-bottom: 50px !important; }

  .pbpx-lg-49 {
    padding-bottom: 49px !important; }

  .pbpx-lg-48 {
    padding-bottom: 48px !important; }

  .pbpx-lg-47 {
    padding-bottom: 47px !important; }

  .pbpx-lg-46 {
    padding-bottom: 46px !important; }

  .pbpx-lg-45 {
    padding-bottom: 45px !important; }

  .pbpx-lg-44 {
    padding-bottom: 44px !important; }

  .pbpx-lg-43 {
    padding-bottom: 43px !important; }

  .pbpx-lg-42 {
    padding-bottom: 42px !important; }

  .pbpx-lg-41 {
    padding-bottom: 41px !important; }

  .pbpx-lg-40 {
    padding-bottom: 40px !important; }

  .pbpx-lg-39 {
    padding-bottom: 39px !important; }

  .pbpx-lg-38 {
    padding-bottom: 38px !important; }

  .pbpx-lg-37 {
    padding-bottom: 37px !important; }

  .pbpx-lg-36 {
    padding-bottom: 36px !important; }

  .pbpx-lg-35 {
    padding-bottom: 35px !important; }

  .pbpx-lg-34 {
    padding-bottom: 34px !important; }

  .pbpx-lg-33 {
    padding-bottom: 33px !important; }

  .pbpx-lg-32 {
    padding-bottom: 32px !important; }

  .pbpx-lg-31 {
    padding-bottom: 31px !important; }

  .pbpx-lg-30 {
    padding-bottom: 30px !important; }

  .pbpx-lg-29 {
    padding-bottom: 29px !important; }

  .pbpx-lg-28 {
    padding-bottom: 28px !important; }

  .pbpx-lg-27 {
    padding-bottom: 27px !important; }

  .pbpx-lg-26 {
    padding-bottom: 26px !important; }

  .pbpx-lg-25 {
    padding-bottom: 25px !important; }

  .pbpx-lg-24 {
    padding-bottom: 24px !important; }

  .pbpx-lg-23 {
    padding-bottom: 23px !important; }

  .pbpx-lg-22 {
    padding-bottom: 22px !important; }

  .pbpx-lg-21 {
    padding-bottom: 21px !important; }

  .pbpx-lg-20 {
    padding-bottom: 20px !important; }

  .pbpx-lg-19 {
    padding-bottom: 19px !important; }

  .pbpx-lg-18 {
    padding-bottom: 18px !important; }

  .pbpx-lg-17 {
    padding-bottom: 17px !important; }

  .pbpx-lg-16 {
    padding-bottom: 16px !important; }

  .pbpx-lg-15 {
    padding-bottom: 15px !important; }

  .pbpx-lg-14 {
    padding-bottom: 14px !important; }

  .pbpx-lg-13 {
    padding-bottom: 13px !important; }

  .pbpx-lg-12 {
    padding-bottom: 12px !important; }

  .pbpx-lg-11 {
    padding-bottom: 11px !important; }

  .pbpx-lg-10 {
    padding-bottom: 10px !important; }

  .pbpx-lg-9 {
    padding-bottom: 9px !important; }

  .pbpx-lg-8 {
    padding-bottom: 8px !important; }

  .pbpx-lg-7 {
    padding-bottom: 7px !important; }

  .pbpx-lg-6 {
    padding-bottom: 6px !important; }

  .pbpx-lg-5 {
    padding-bottom: 5px !important; }

  .pbpx-lg-4 {
    padding-bottom: 4px !important; }

  .pbpx-lg-3 {
    padding-bottom: 3px !important; }

  .pbpx-lg-2 {
    padding-bottom: 2px !important; }

  .pbpx-lg-1 {
    padding-bottom: 1px !important; }

  .pbpx-lg-0 {
    padding-bottom: 0px !important; } }
@media (min-width: 1200px) {
  .pbpx-xl-100 {
    padding-bottom: 100px !important; }

  .pbpx-xl-99 {
    padding-bottom: 99px !important; }

  .pbpx-xl-98 {
    padding-bottom: 98px !important; }

  .pbpx-xl-97 {
    padding-bottom: 97px !important; }

  .pbpx-xl-96 {
    padding-bottom: 96px !important; }

  .pbpx-xl-95 {
    padding-bottom: 95px !important; }

  .pbpx-xl-94 {
    padding-bottom: 94px !important; }

  .pbpx-xl-93 {
    padding-bottom: 93px !important; }

  .pbpx-xl-92 {
    padding-bottom: 92px !important; }

  .pbpx-xl-91 {
    padding-bottom: 91px !important; }

  .pbpx-xl-90 {
    padding-bottom: 90px !important; }

  .pbpx-xl-89 {
    padding-bottom: 89px !important; }

  .pbpx-xl-88 {
    padding-bottom: 88px !important; }

  .pbpx-xl-87 {
    padding-bottom: 87px !important; }

  .pbpx-xl-86 {
    padding-bottom: 86px !important; }

  .pbpx-xl-85 {
    padding-bottom: 85px !important; }

  .pbpx-xl-84 {
    padding-bottom: 84px !important; }

  .pbpx-xl-83 {
    padding-bottom: 83px !important; }

  .pbpx-xl-82 {
    padding-bottom: 82px !important; }

  .pbpx-xl-81 {
    padding-bottom: 81px !important; }

  .pbpx-xl-80 {
    padding-bottom: 80px !important; }

  .pbpx-xl-79 {
    padding-bottom: 79px !important; }

  .pbpx-xl-78 {
    padding-bottom: 78px !important; }

  .pbpx-xl-77 {
    padding-bottom: 77px !important; }

  .pbpx-xl-76 {
    padding-bottom: 76px !important; }

  .pbpx-xl-75 {
    padding-bottom: 75px !important; }

  .pbpx-xl-74 {
    padding-bottom: 74px !important; }

  .pbpx-xl-73 {
    padding-bottom: 73px !important; }

  .pbpx-xl-72 {
    padding-bottom: 72px !important; }

  .pbpx-xl-71 {
    padding-bottom: 71px !important; }

  .pbpx-xl-70 {
    padding-bottom: 70px !important; }

  .pbpx-xl-69 {
    padding-bottom: 69px !important; }

  .pbpx-xl-68 {
    padding-bottom: 68px !important; }

  .pbpx-xl-67 {
    padding-bottom: 67px !important; }

  .pbpx-xl-66 {
    padding-bottom: 66px !important; }

  .pbpx-xl-65 {
    padding-bottom: 65px !important; }

  .pbpx-xl-64 {
    padding-bottom: 64px !important; }

  .pbpx-xl-63 {
    padding-bottom: 63px !important; }

  .pbpx-xl-62 {
    padding-bottom: 62px !important; }

  .pbpx-xl-61 {
    padding-bottom: 61px !important; }

  .pbpx-xl-60 {
    padding-bottom: 60px !important; }

  .pbpx-xl-59 {
    padding-bottom: 59px !important; }

  .pbpx-xl-58 {
    padding-bottom: 58px !important; }

  .pbpx-xl-57 {
    padding-bottom: 57px !important; }

  .pbpx-xl-56 {
    padding-bottom: 56px !important; }

  .pbpx-xl-55 {
    padding-bottom: 55px !important; }

  .pbpx-xl-54 {
    padding-bottom: 54px !important; }

  .pbpx-xl-53 {
    padding-bottom: 53px !important; }

  .pbpx-xl-52 {
    padding-bottom: 52px !important; }

  .pbpx-xl-51 {
    padding-bottom: 51px !important; }

  .pbpx-xl-50 {
    padding-bottom: 50px !important; }

  .pbpx-xl-49 {
    padding-bottom: 49px !important; }

  .pbpx-xl-48 {
    padding-bottom: 48px !important; }

  .pbpx-xl-47 {
    padding-bottom: 47px !important; }

  .pbpx-xl-46 {
    padding-bottom: 46px !important; }

  .pbpx-xl-45 {
    padding-bottom: 45px !important; }

  .pbpx-xl-44 {
    padding-bottom: 44px !important; }

  .pbpx-xl-43 {
    padding-bottom: 43px !important; }

  .pbpx-xl-42 {
    padding-bottom: 42px !important; }

  .pbpx-xl-41 {
    padding-bottom: 41px !important; }

  .pbpx-xl-40 {
    padding-bottom: 40px !important; }

  .pbpx-xl-39 {
    padding-bottom: 39px !important; }

  .pbpx-xl-38 {
    padding-bottom: 38px !important; }

  .pbpx-xl-37 {
    padding-bottom: 37px !important; }

  .pbpx-xl-36 {
    padding-bottom: 36px !important; }

  .pbpx-xl-35 {
    padding-bottom: 35px !important; }

  .pbpx-xl-34 {
    padding-bottom: 34px !important; }

  .pbpx-xl-33 {
    padding-bottom: 33px !important; }

  .pbpx-xl-32 {
    padding-bottom: 32px !important; }

  .pbpx-xl-31 {
    padding-bottom: 31px !important; }

  .pbpx-xl-30 {
    padding-bottom: 30px !important; }

  .pbpx-xl-29 {
    padding-bottom: 29px !important; }

  .pbpx-xl-28 {
    padding-bottom: 28px !important; }

  .pbpx-xl-27 {
    padding-bottom: 27px !important; }

  .pbpx-xl-26 {
    padding-bottom: 26px !important; }

  .pbpx-xl-25 {
    padding-bottom: 25px !important; }

  .pbpx-xl-24 {
    padding-bottom: 24px !important; }

  .pbpx-xl-23 {
    padding-bottom: 23px !important; }

  .pbpx-xl-22 {
    padding-bottom: 22px !important; }

  .pbpx-xl-21 {
    padding-bottom: 21px !important; }

  .pbpx-xl-20 {
    padding-bottom: 20px !important; }

  .pbpx-xl-19 {
    padding-bottom: 19px !important; }

  .pbpx-xl-18 {
    padding-bottom: 18px !important; }

  .pbpx-xl-17 {
    padding-bottom: 17px !important; }

  .pbpx-xl-16 {
    padding-bottom: 16px !important; }

  .pbpx-xl-15 {
    padding-bottom: 15px !important; }

  .pbpx-xl-14 {
    padding-bottom: 14px !important; }

  .pbpx-xl-13 {
    padding-bottom: 13px !important; }

  .pbpx-xl-12 {
    padding-bottom: 12px !important; }

  .pbpx-xl-11 {
    padding-bottom: 11px !important; }

  .pbpx-xl-10 {
    padding-bottom: 10px !important; }

  .pbpx-xl-9 {
    padding-bottom: 9px !important; }

  .pbpx-xl-8 {
    padding-bottom: 8px !important; }

  .pbpx-xl-7 {
    padding-bottom: 7px !important; }

  .pbpx-xl-6 {
    padding-bottom: 6px !important; }

  .pbpx-xl-5 {
    padding-bottom: 5px !important; }

  .pbpx-xl-4 {
    padding-bottom: 4px !important; }

  .pbpx-xl-3 {
    padding-bottom: 3px !important; }

  .pbpx-xl-2 {
    padding-bottom: 2px !important; }

  .pbpx-xl-1 {
    padding-bottom: 1px !important; }

  .pbpx-xl-0 {
    padding-bottom: 0px !important; } }
.h-100 {
  height: 100px; }

.h-99 {
  height: 99px; }

.h-98 {
  height: 98px; }

.h-97 {
  height: 97px; }

.h-96 {
  height: 96px; }

.h-95 {
  height: 95px; }

.h-94 {
  height: 94px; }

.h-93 {
  height: 93px; }

.h-92 {
  height: 92px; }

.h-91 {
  height: 91px; }

.h-90 {
  height: 90px; }

.h-89 {
  height: 89px; }

.h-88 {
  height: 88px; }

.h-87 {
  height: 87px; }

.h-86 {
  height: 86px; }

.h-85 {
  height: 85px; }

.h-84 {
  height: 84px; }

.h-83 {
  height: 83px; }

.h-82 {
  height: 82px; }

.h-81 {
  height: 81px; }

.h-80 {
  height: 80px; }

.h-79 {
  height: 79px; }

.h-78 {
  height: 78px; }

.h-77 {
  height: 77px; }

.h-76 {
  height: 76px; }

.h-75 {
  height: 75px; }

.h-74 {
  height: 74px; }

.h-73 {
  height: 73px; }

.h-72 {
  height: 72px; }

.h-71 {
  height: 71px; }

.h-70 {
  height: 70px; }

.h-69 {
  height: 69px; }

.h-68 {
  height: 68px; }

.h-67 {
  height: 67px; }

.h-66 {
  height: 66px; }

.h-65 {
  height: 65px; }

.h-64 {
  height: 64px; }

.h-63 {
  height: 63px; }

.h-62 {
  height: 62px; }

.h-61 {
  height: 61px; }

.h-60 {
  height: 60px; }

.h-59 {
  height: 59px; }

.h-58 {
  height: 58px; }

.h-57 {
  height: 57px; }

.h-56 {
  height: 56px; }

.h-55 {
  height: 55px; }

.h-54 {
  height: 54px; }

.h-53 {
  height: 53px; }

.h-52 {
  height: 52px; }

.h-51 {
  height: 51px; }

.h-50 {
  height: 50px; }

.h-49 {
  height: 49px; }

.h-48 {
  height: 48px; }

.h-47 {
  height: 47px; }

.h-46 {
  height: 46px; }

.h-45 {
  height: 45px; }

.h-44 {
  height: 44px; }

.h-43 {
  height: 43px; }

.h-42 {
  height: 42px; }

.h-41 {
  height: 41px; }

.h-40 {
  height: 40px; }

.h-39 {
  height: 39px; }

.h-38 {
  height: 38px; }

.h-37 {
  height: 37px; }

.h-36 {
  height: 36px; }

.h-35 {
  height: 35px; }

.h-34 {
  height: 34px; }

.h-33 {
  height: 33px; }

.h-32 {
  height: 32px; }

.h-31 {
  height: 31px; }

.h-30 {
  height: 30px; }

.h-29 {
  height: 29px; }

.h-28 {
  height: 28px; }

.h-27 {
  height: 27px; }

.h-26 {
  height: 26px; }

.h-25 {
  height: 25px; }

.h-24 {
  height: 24px; }

.h-23 {
  height: 23px; }

.h-22 {
  height: 22px; }

.h-21 {
  height: 21px; }

.h-20 {
  height: 20px; }

.h-19 {
  height: 19px; }

.h-18 {
  height: 18px; }

.h-17 {
  height: 17px; }

.h-16 {
  height: 16px; }

.h-15 {
  height: 15px; }

.h-14 {
  height: 14px; }

.h-13 {
  height: 13px; }

.h-12 {
  height: 12px; }

.h-11 {
  height: 11px; }

.h-10 {
  height: 10px; }

.h-9 {
  height: 9px; }

.h-8 {
  height: 8px; }

.h-7 {
  height: 7px; }

.h-6 {
  height: 6px; }

.h-5 {
  height: 5px; }

.h-4 {
  height: 4px; }

.h-3 {
  height: 3px; }

.h-2 {
  height: 2px; }

.h-1 {
  height: 1px; }

.h-0 {
  height: 0px; }

.wpx-100 {
  width: 100px; }

.wpx-99 {
  width: 99px; }

.wpx-98 {
  width: 98px; }

.wpx-97 {
  width: 97px; }

.wpx-96 {
  width: 96px; }

.wpx-95 {
  width: 95px; }

.wpx-94 {
  width: 94px; }

.wpx-93 {
  width: 93px; }

.wpx-92 {
  width: 92px; }

.wpx-91 {
  width: 91px; }

.wpx-90 {
  width: 90px; }

.wpx-89 {
  width: 89px; }

.wpx-88 {
  width: 88px; }

.wpx-87 {
  width: 87px; }

.wpx-86 {
  width: 86px; }

.wpx-85 {
  width: 85px; }

.wpx-84 {
  width: 84px; }

.wpx-83 {
  width: 83px; }

.wpx-82 {
  width: 82px; }

.wpx-81 {
  width: 81px; }

.wpx-80 {
  width: 80px; }

.wpx-79 {
  width: 79px; }

.wpx-78 {
  width: 78px; }

.wpx-77 {
  width: 77px; }

.wpx-76 {
  width: 76px; }

.wpx-75 {
  width: 75px; }

.wpx-74 {
  width: 74px; }

.wpx-73 {
  width: 73px; }

.wpx-72 {
  width: 72px; }

.wpx-71 {
  width: 71px; }

.wpx-70 {
  width: 70px; }

.wpx-69 {
  width: 69px; }

.wpx-68 {
  width: 68px; }

.wpx-67 {
  width: 67px; }

.wpx-66 {
  width: 66px; }

.wpx-65 {
  width: 65px; }

.wpx-64 {
  width: 64px; }

.wpx-63 {
  width: 63px; }

.wpx-62 {
  width: 62px; }

.wpx-61 {
  width: 61px; }

.wpx-60 {
  width: 60px; }

.wpx-59 {
  width: 59px; }

.wpx-58 {
  width: 58px; }

.wpx-57 {
  width: 57px; }

.wpx-56 {
  width: 56px; }

.wpx-55 {
  width: 55px; }

.wpx-54 {
  width: 54px; }

.wpx-53 {
  width: 53px; }

.wpx-52 {
  width: 52px; }

.wpx-51 {
  width: 51px; }

.wpx-50 {
  width: 50px; }

.wpx-49 {
  width: 49px; }

.wpx-48 {
  width: 48px; }

.wpx-47 {
  width: 47px; }

.wpx-46 {
  width: 46px; }

.wpx-45 {
  width: 45px; }

.wpx-44 {
  width: 44px; }

.wpx-43 {
  width: 43px; }

.wpx-42 {
  width: 42px; }

.wpx-41 {
  width: 41px; }

.wpx-40 {
  width: 40px; }

.wpx-39 {
  width: 39px; }

.wpx-38 {
  width: 38px; }

.wpx-37 {
  width: 37px; }

.wpx-36 {
  width: 36px; }

.wpx-35 {
  width: 35px; }

.wpx-34 {
  width: 34px; }

.wpx-33 {
  width: 33px; }

.wpx-32 {
  width: 32px; }

.wpx-31 {
  width: 31px; }

.wpx-30 {
  width: 30px; }

.wpx-29 {
  width: 29px; }

.wpx-28 {
  width: 28px; }

.wpx-27 {
  width: 27px; }

.wpx-26 {
  width: 26px; }

.wpx-25 {
  width: 25px; }

.wpx-24 {
  width: 24px; }

.wpx-23 {
  width: 23px; }

.wpx-22 {
  width: 22px; }

.wpx-21 {
  width: 21px; }

.wpx-20 {
  width: 20px; }

.wpx-19 {
  width: 19px; }

.wpx-18 {
  width: 18px; }

.wpx-17 {
  width: 17px; }

.wpx-16 {
  width: 16px; }

.wpx-15 {
  width: 15px; }

.wpx-14 {
  width: 14px; }

.wpx-13 {
  width: 13px; }

.wpx-12 {
  width: 12px; }

.wpx-11 {
  width: 11px; }

.wpx-10 {
  width: 10px; }

.wpx-9 {
  width: 9px; }

.wpx-8 {
  width: 8px; }

.wpx-7 {
  width: 7px; }

.wpx-6 {
  width: 6px; }

.wpx-5 {
  width: 5px; }

.wpx-4 {
  width: 4px; }

.wpx-3 {
  width: 3px; }

.wpx-2 {
  width: 2px; }

.wpx-1 {
  width: 1px; }

.wpx-0 {
  width: 0px; }

.w-100 {
  width: 100%; }

.w-99 {
  width: 99%; }

.w-98 {
  width: 98%; }

.w-97 {
  width: 97%; }

.w-96 {
  width: 96%; }

.w-95 {
  width: 95%; }

.w-94 {
  width: 94%; }

.w-93 {
  width: 93%; }

.w-92 {
  width: 92%; }

.w-91 {
  width: 91%; }

.w-90 {
  width: 90%; }

.w-89 {
  width: 89%; }

.w-88 {
  width: 88%; }

.w-87 {
  width: 87%; }

.w-86 {
  width: 86%; }

.w-85 {
  width: 85%; }

.w-84 {
  width: 84%; }

.w-83 {
  width: 83%; }

.w-82 {
  width: 82%; }

.w-81 {
  width: 81%; }

.w-80 {
  width: 80%; }

.w-79 {
  width: 79%; }

.w-78 {
  width: 78%; }

.w-77 {
  width: 77%; }

.w-76 {
  width: 76%; }

.w-75 {
  width: 75%; }

.w-74 {
  width: 74%; }

.w-73 {
  width: 73%; }

.w-72 {
  width: 72%; }

.w-71 {
  width: 71%; }

.w-70 {
  width: 70%; }

.w-69 {
  width: 69%; }

.w-68 {
  width: 68%; }

.w-67 {
  width: 67%; }

.w-66 {
  width: 66%; }

.w-65 {
  width: 65%; }

.w-64 {
  width: 64%; }

.w-63 {
  width: 63%; }

.w-62 {
  width: 62%; }

.w-61 {
  width: 61%; }

.w-60 {
  width: 60%; }

.w-59 {
  width: 59%; }

.w-58 {
  width: 58%; }

.w-57 {
  width: 57%; }

.w-56 {
  width: 56%; }

.w-55 {
  width: 55%; }

.w-54 {
  width: 54%; }

.w-53 {
  width: 53%; }

.w-52 {
  width: 52%; }

.w-51 {
  width: 51%; }

.w-50 {
  width: 50%; }

.w-49 {
  width: 49%; }

.w-48 {
  width: 48%; }

.w-47 {
  width: 47%; }

.w-46 {
  width: 46%; }

.w-45 {
  width: 45%; }

.w-44 {
  width: 44%; }

.w-43 {
  width: 43%; }

.w-42 {
  width: 42%; }

.w-41 {
  width: 41%; }

.w-40 {
  width: 40%; }

.w-39 {
  width: 39%; }

.w-38 {
  width: 38%; }

.w-37 {
  width: 37%; }

.w-36 {
  width: 36%; }

.w-35 {
  width: 35%; }

.w-34 {
  width: 34%; }

.w-33 {
  width: 33%; }

.w-32 {
  width: 32%; }

.w-31 {
  width: 31%; }

.w-30 {
  width: 30%; }

.w-29 {
  width: 29%; }

.w-28 {
  width: 28%; }

.w-27 {
  width: 27%; }

.w-26 {
  width: 26%; }

.w-25 {
  width: 25%; }

.w-24 {
  width: 24%; }

.w-23 {
  width: 23%; }

.w-22 {
  width: 22%; }

.w-21 {
  width: 21%; }

.w-20 {
  width: 20%; }

.w-19 {
  width: 19%; }

.w-18 {
  width: 18%; }

.w-17 {
  width: 17%; }

.w-16 {
  width: 16%; }

.w-15 {
  width: 15%; }

.w-14 {
  width: 14%; }

.w-13 {
  width: 13%; }

.w-12 {
  width: 12%; }

.w-11 {
  width: 11%; }

.w-10 {
  width: 10%; }

.w-9 {
  width: 9%; }

.w-8 {
  width: 8%; }

.w-7 {
  width: 7%; }

.w-6 {
  width: 6%; }

.w-5 {
  width: 5%; }

.w-4 {
  width: 4%; }

.w-3 {
  width: 3%; }

.w-2 {
  width: 2%; }

.w-1 {
  width: 1%; }

.w-0 {
  width: 0%; }

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%; }

  .w-sm-99 {
    width: 99%; }

  .w-sm-98 {
    width: 98%; }

  .w-sm-97 {
    width: 97%; }

  .w-sm-96 {
    width: 96%; }

  .w-sm-95 {
    width: 95%; }

  .w-sm-94 {
    width: 94%; }

  .w-sm-93 {
    width: 93%; }

  .w-sm-92 {
    width: 92%; }

  .w-sm-91 {
    width: 91%; }

  .w-sm-90 {
    width: 90%; }

  .w-sm-89 {
    width: 89%; }

  .w-sm-88 {
    width: 88%; }

  .w-sm-87 {
    width: 87%; }

  .w-sm-86 {
    width: 86%; }

  .w-sm-85 {
    width: 85%; }

  .w-sm-84 {
    width: 84%; }

  .w-sm-83 {
    width: 83%; }

  .w-sm-82 {
    width: 82%; }

  .w-sm-81 {
    width: 81%; }

  .w-sm-80 {
    width: 80%; }

  .w-sm-79 {
    width: 79%; }

  .w-sm-78 {
    width: 78%; }

  .w-sm-77 {
    width: 77%; }

  .w-sm-76 {
    width: 76%; }

  .w-sm-75 {
    width: 75%; }

  .w-sm-74 {
    width: 74%; }

  .w-sm-73 {
    width: 73%; }

  .w-sm-72 {
    width: 72%; }

  .w-sm-71 {
    width: 71%; }

  .w-sm-70 {
    width: 70%; }

  .w-sm-69 {
    width: 69%; }

  .w-sm-68 {
    width: 68%; }

  .w-sm-67 {
    width: 67%; }

  .w-sm-66 {
    width: 66%; }

  .w-sm-65 {
    width: 65%; }

  .w-sm-64 {
    width: 64%; }

  .w-sm-63 {
    width: 63%; }

  .w-sm-62 {
    width: 62%; }

  .w-sm-61 {
    width: 61%; }

  .w-sm-60 {
    width: 60%; }

  .w-sm-59 {
    width: 59%; }

  .w-sm-58 {
    width: 58%; }

  .w-sm-57 {
    width: 57%; }

  .w-sm-56 {
    width: 56%; }

  .w-sm-55 {
    width: 55%; }

  .w-sm-54 {
    width: 54%; }

  .w-sm-53 {
    width: 53%; }

  .w-sm-52 {
    width: 52%; }

  .w-sm-51 {
    width: 51%; }

  .w-sm-50 {
    width: 50%; }

  .w-sm-49 {
    width: 49%; }

  .w-sm-48 {
    width: 48%; }

  .w-sm-47 {
    width: 47%; }

  .w-sm-46 {
    width: 46%; }

  .w-sm-45 {
    width: 45%; }

  .w-sm-44 {
    width: 44%; }

  .w-sm-43 {
    width: 43%; }

  .w-sm-42 {
    width: 42%; }

  .w-sm-41 {
    width: 41%; }

  .w-sm-40 {
    width: 40%; }

  .w-sm-39 {
    width: 39%; }

  .w-sm-38 {
    width: 38%; }

  .w-sm-37 {
    width: 37%; }

  .w-sm-36 {
    width: 36%; }

  .w-sm-35 {
    width: 35%; }

  .w-sm-34 {
    width: 34%; }

  .w-sm-33 {
    width: 33%; }

  .w-sm-32 {
    width: 32%; }

  .w-sm-31 {
    width: 31%; }

  .w-sm-30 {
    width: 30%; }

  .w-sm-29 {
    width: 29%; }

  .w-sm-28 {
    width: 28%; }

  .w-sm-27 {
    width: 27%; }

  .w-sm-26 {
    width: 26%; }

  .w-sm-25 {
    width: 25%; }

  .w-sm-24 {
    width: 24%; }

  .w-sm-23 {
    width: 23%; }

  .w-sm-22 {
    width: 22%; }

  .w-sm-21 {
    width: 21%; }

  .w-sm-20 {
    width: 20%; }

  .w-sm-19 {
    width: 19%; }

  .w-sm-18 {
    width: 18%; }

  .w-sm-17 {
    width: 17%; }

  .w-sm-16 {
    width: 16%; }

  .w-sm-15 {
    width: 15%; }

  .w-sm-14 {
    width: 14%; }

  .w-sm-13 {
    width: 13%; }

  .w-sm-12 {
    width: 12%; }

  .w-sm-11 {
    width: 11%; }

  .w-sm-10 {
    width: 10%; }

  .w-sm-9 {
    width: 9%; }

  .w-sm-8 {
    width: 8%; }

  .w-sm-7 {
    width: 7%; }

  .w-sm-6 {
    width: 6%; }

  .w-sm-5 {
    width: 5%; }

  .w-sm-4 {
    width: 4%; }

  .w-sm-3 {
    width: 3%; }

  .w-sm-2 {
    width: 2%; }

  .w-sm-1 {
    width: 1%; }

  .w-sm-0 {
    width: 0%; } }
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%; }

  .w-md-99 {
    width: 99%; }

  .w-md-98 {
    width: 98%; }

  .w-md-97 {
    width: 97%; }

  .w-md-96 {
    width: 96%; }

  .w-md-95 {
    width: 95%; }

  .w-md-94 {
    width: 94%; }

  .w-md-93 {
    width: 93%; }

  .w-md-92 {
    width: 92%; }

  .w-md-91 {
    width: 91%; }

  .w-md-90 {
    width: 90%; }

  .w-md-89 {
    width: 89%; }

  .w-md-88 {
    width: 88%; }

  .w-md-87 {
    width: 87%; }

  .w-md-86 {
    width: 86%; }

  .w-md-85 {
    width: 85%; }

  .w-md-84 {
    width: 84%; }

  .w-md-83 {
    width: 83%; }

  .w-md-82 {
    width: 82%; }

  .w-md-81 {
    width: 81%; }

  .w-md-80 {
    width: 80%; }

  .w-md-79 {
    width: 79%; }

  .w-md-78 {
    width: 78%; }

  .w-md-77 {
    width: 77%; }

  .w-md-76 {
    width: 76%; }

  .w-md-75 {
    width: 75%; }

  .w-md-74 {
    width: 74%; }

  .w-md-73 {
    width: 73%; }

  .w-md-72 {
    width: 72%; }

  .w-md-71 {
    width: 71%; }

  .w-md-70 {
    width: 70%; }

  .w-md-69 {
    width: 69%; }

  .w-md-68 {
    width: 68%; }

  .w-md-67 {
    width: 67%; }

  .w-md-66 {
    width: 66%; }

  .w-md-65 {
    width: 65%; }

  .w-md-64 {
    width: 64%; }

  .w-md-63 {
    width: 63%; }

  .w-md-62 {
    width: 62%; }

  .w-md-61 {
    width: 61%; }

  .w-md-60 {
    width: 60%; }

  .w-md-59 {
    width: 59%; }

  .w-md-58 {
    width: 58%; }

  .w-md-57 {
    width: 57%; }

  .w-md-56 {
    width: 56%; }

  .w-md-55 {
    width: 55%; }

  .w-md-54 {
    width: 54%; }

  .w-md-53 {
    width: 53%; }

  .w-md-52 {
    width: 52%; }

  .w-md-51 {
    width: 51%; }

  .w-md-50 {
    width: 50%; }

  .w-md-49 {
    width: 49%; }

  .w-md-48 {
    width: 48%; }

  .w-md-47 {
    width: 47%; }

  .w-md-46 {
    width: 46%; }

  .w-md-45 {
    width: 45%; }

  .w-md-44 {
    width: 44%; }

  .w-md-43 {
    width: 43%; }

  .w-md-42 {
    width: 42%; }

  .w-md-41 {
    width: 41%; }

  .w-md-40 {
    width: 40%; }

  .w-md-39 {
    width: 39%; }

  .w-md-38 {
    width: 38%; }

  .w-md-37 {
    width: 37%; }

  .w-md-36 {
    width: 36%; }

  .w-md-35 {
    width: 35%; }

  .w-md-34 {
    width: 34%; }

  .w-md-33 {
    width: 33%; }

  .w-md-32 {
    width: 32%; }

  .w-md-31 {
    width: 31%; }

  .w-md-30 {
    width: 30%; }

  .w-md-29 {
    width: 29%; }

  .w-md-28 {
    width: 28%; }

  .w-md-27 {
    width: 27%; }

  .w-md-26 {
    width: 26%; }

  .w-md-25 {
    width: 25%; }

  .w-md-24 {
    width: 24%; }

  .w-md-23 {
    width: 23%; }

  .w-md-22 {
    width: 22%; }

  .w-md-21 {
    width: 21%; }

  .w-md-20 {
    width: 20%; }

  .w-md-19 {
    width: 19%; }

  .w-md-18 {
    width: 18%; }

  .w-md-17 {
    width: 17%; }

  .w-md-16 {
    width: 16%; }

  .w-md-15 {
    width: 15%; }

  .w-md-14 {
    width: 14%; }

  .w-md-13 {
    width: 13%; }

  .w-md-12 {
    width: 12%; }

  .w-md-11 {
    width: 11%; }

  .w-md-10 {
    width: 10%; }

  .w-md-9 {
    width: 9%; }

  .w-md-8 {
    width: 8%; }

  .w-md-7 {
    width: 7%; }

  .w-md-6 {
    width: 6%; }

  .w-md-5 {
    width: 5%; }

  .w-md-4 {
    width: 4%; }

  .w-md-3 {
    width: 3%; }

  .w-md-2 {
    width: 2%; }

  .w-md-1 {
    width: 1%; }

  .w-md-0 {
    width: 0%; } }
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%; }

  .w-lg-99 {
    width: 99%; }

  .w-lg-98 {
    width: 98%; }

  .w-lg-97 {
    width: 97%; }

  .w-lg-96 {
    width: 96%; }

  .w-lg-95 {
    width: 95%; }

  .w-lg-94 {
    width: 94%; }

  .w-lg-93 {
    width: 93%; }

  .w-lg-92 {
    width: 92%; }

  .w-lg-91 {
    width: 91%; }

  .w-lg-90 {
    width: 90%; }

  .w-lg-89 {
    width: 89%; }

  .w-lg-88 {
    width: 88%; }

  .w-lg-87 {
    width: 87%; }

  .w-lg-86 {
    width: 86%; }

  .w-lg-85 {
    width: 85%; }

  .w-lg-84 {
    width: 84%; }

  .w-lg-83 {
    width: 83%; }

  .w-lg-82 {
    width: 82%; }

  .w-lg-81 {
    width: 81%; }

  .w-lg-80 {
    width: 80%; }

  .w-lg-79 {
    width: 79%; }

  .w-lg-78 {
    width: 78%; }

  .w-lg-77 {
    width: 77%; }

  .w-lg-76 {
    width: 76%; }

  .w-lg-75 {
    width: 75%; }

  .w-lg-74 {
    width: 74%; }

  .w-lg-73 {
    width: 73%; }

  .w-lg-72 {
    width: 72%; }

  .w-lg-71 {
    width: 71%; }

  .w-lg-70 {
    width: 70%; }

  .w-lg-69 {
    width: 69%; }

  .w-lg-68 {
    width: 68%; }

  .w-lg-67 {
    width: 67%; }

  .w-lg-66 {
    width: 66%; }

  .w-lg-65 {
    width: 65%; }

  .w-lg-64 {
    width: 64%; }

  .w-lg-63 {
    width: 63%; }

  .w-lg-62 {
    width: 62%; }

  .w-lg-61 {
    width: 61%; }

  .w-lg-60 {
    width: 60%; }

  .w-lg-59 {
    width: 59%; }

  .w-lg-58 {
    width: 58%; }

  .w-lg-57 {
    width: 57%; }

  .w-lg-56 {
    width: 56%; }

  .w-lg-55 {
    width: 55%; }

  .w-lg-54 {
    width: 54%; }

  .w-lg-53 {
    width: 53%; }

  .w-lg-52 {
    width: 52%; }

  .w-lg-51 {
    width: 51%; }

  .w-lg-50 {
    width: 50%; }

  .w-lg-49 {
    width: 49%; }

  .w-lg-48 {
    width: 48%; }

  .w-lg-47 {
    width: 47%; }

  .w-lg-46 {
    width: 46%; }

  .w-lg-45 {
    width: 45%; }

  .w-lg-44 {
    width: 44%; }

  .w-lg-43 {
    width: 43%; }

  .w-lg-42 {
    width: 42%; }

  .w-lg-41 {
    width: 41%; }

  .w-lg-40 {
    width: 40%; }

  .w-lg-39 {
    width: 39%; }

  .w-lg-38 {
    width: 38%; }

  .w-lg-37 {
    width: 37%; }

  .w-lg-36 {
    width: 36%; }

  .w-lg-35 {
    width: 35%; }

  .w-lg-34 {
    width: 34%; }

  .w-lg-33 {
    width: 33%; }

  .w-lg-32 {
    width: 32%; }

  .w-lg-31 {
    width: 31%; }

  .w-lg-30 {
    width: 30%; }

  .w-lg-29 {
    width: 29%; }

  .w-lg-28 {
    width: 28%; }

  .w-lg-27 {
    width: 27%; }

  .w-lg-26 {
    width: 26%; }

  .w-lg-25 {
    width: 25%; }

  .w-lg-24 {
    width: 24%; }

  .w-lg-23 {
    width: 23%; }

  .w-lg-22 {
    width: 22%; }

  .w-lg-21 {
    width: 21%; }

  .w-lg-20 {
    width: 20%; }

  .w-lg-19 {
    width: 19%; }

  .w-lg-18 {
    width: 18%; }

  .w-lg-17 {
    width: 17%; }

  .w-lg-16 {
    width: 16%; }

  .w-lg-15 {
    width: 15%; }

  .w-lg-14 {
    width: 14%; }

  .w-lg-13 {
    width: 13%; }

  .w-lg-12 {
    width: 12%; }

  .w-lg-11 {
    width: 11%; }

  .w-lg-10 {
    width: 10%; }

  .w-lg-9 {
    width: 9%; }

  .w-lg-8 {
    width: 8%; }

  .w-lg-7 {
    width: 7%; }

  .w-lg-6 {
    width: 6%; }

  .w-lg-5 {
    width: 5%; }

  .w-lg-4 {
    width: 4%; }

  .w-lg-3 {
    width: 3%; }

  .w-lg-2 {
    width: 2%; }

  .w-lg-1 {
    width: 1%; }

  .w-lg-0 {
    width: 0%; } }
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%; }

  .w-xl-99 {
    width: 99%; }

  .w-xl-98 {
    width: 98%; }

  .w-xl-97 {
    width: 97%; }

  .w-xl-96 {
    width: 96%; }

  .w-xl-95 {
    width: 95%; }

  .w-xl-94 {
    width: 94%; }

  .w-xl-93 {
    width: 93%; }

  .w-xl-92 {
    width: 92%; }

  .w-xl-91 {
    width: 91%; }

  .w-xl-90 {
    width: 90%; }

  .w-xl-89 {
    width: 89%; }

  .w-xl-88 {
    width: 88%; }

  .w-xl-87 {
    width: 87%; }

  .w-xl-86 {
    width: 86%; }

  .w-xl-85 {
    width: 85%; }

  .w-xl-84 {
    width: 84%; }

  .w-xl-83 {
    width: 83%; }

  .w-xl-82 {
    width: 82%; }

  .w-xl-81 {
    width: 81%; }

  .w-xl-80 {
    width: 80%; }

  .w-xl-79 {
    width: 79%; }

  .w-xl-78 {
    width: 78%; }

  .w-xl-77 {
    width: 77%; }

  .w-xl-76 {
    width: 76%; }

  .w-xl-75 {
    width: 75%; }

  .w-xl-74 {
    width: 74%; }

  .w-xl-73 {
    width: 73%; }

  .w-xl-72 {
    width: 72%; }

  .w-xl-71 {
    width: 71%; }

  .w-xl-70 {
    width: 70%; }

  .w-xl-69 {
    width: 69%; }

  .w-xl-68 {
    width: 68%; }

  .w-xl-67 {
    width: 67%; }

  .w-xl-66 {
    width: 66%; }

  .w-xl-65 {
    width: 65%; }

  .w-xl-64 {
    width: 64%; }

  .w-xl-63 {
    width: 63%; }

  .w-xl-62 {
    width: 62%; }

  .w-xl-61 {
    width: 61%; }

  .w-xl-60 {
    width: 60%; }

  .w-xl-59 {
    width: 59%; }

  .w-xl-58 {
    width: 58%; }

  .w-xl-57 {
    width: 57%; }

  .w-xl-56 {
    width: 56%; }

  .w-xl-55 {
    width: 55%; }

  .w-xl-54 {
    width: 54%; }

  .w-xl-53 {
    width: 53%; }

  .w-xl-52 {
    width: 52%; }

  .w-xl-51 {
    width: 51%; }

  .w-xl-50 {
    width: 50%; }

  .w-xl-49 {
    width: 49%; }

  .w-xl-48 {
    width: 48%; }

  .w-xl-47 {
    width: 47%; }

  .w-xl-46 {
    width: 46%; }

  .w-xl-45 {
    width: 45%; }

  .w-xl-44 {
    width: 44%; }

  .w-xl-43 {
    width: 43%; }

  .w-xl-42 {
    width: 42%; }

  .w-xl-41 {
    width: 41%; }

  .w-xl-40 {
    width: 40%; }

  .w-xl-39 {
    width: 39%; }

  .w-xl-38 {
    width: 38%; }

  .w-xl-37 {
    width: 37%; }

  .w-xl-36 {
    width: 36%; }

  .w-xl-35 {
    width: 35%; }

  .w-xl-34 {
    width: 34%; }

  .w-xl-33 {
    width: 33%; }

  .w-xl-32 {
    width: 32%; }

  .w-xl-31 {
    width: 31%; }

  .w-xl-30 {
    width: 30%; }

  .w-xl-29 {
    width: 29%; }

  .w-xl-28 {
    width: 28%; }

  .w-xl-27 {
    width: 27%; }

  .w-xl-26 {
    width: 26%; }

  .w-xl-25 {
    width: 25%; }

  .w-xl-24 {
    width: 24%; }

  .w-xl-23 {
    width: 23%; }

  .w-xl-22 {
    width: 22%; }

  .w-xl-21 {
    width: 21%; }

  .w-xl-20 {
    width: 20%; }

  .w-xl-19 {
    width: 19%; }

  .w-xl-18 {
    width: 18%; }

  .w-xl-17 {
    width: 17%; }

  .w-xl-16 {
    width: 16%; }

  .w-xl-15 {
    width: 15%; }

  .w-xl-14 {
    width: 14%; }

  .w-xl-13 {
    width: 13%; }

  .w-xl-12 {
    width: 12%; }

  .w-xl-11 {
    width: 11%; }

  .w-xl-10 {
    width: 10%; }

  .w-xl-9 {
    width: 9%; }

  .w-xl-8 {
    width: 8%; }

  .w-xl-7 {
    width: 7%; }

  .w-xl-6 {
    width: 6%; }

  .w-xl-5 {
    width: 5%; }

  .w-xl-4 {
    width: 4%; }

  .w-xl-3 {
    width: 3%; }

  .w-xl-2 {
    width: 2%; }

  .w-xl-1 {
    width: 1%; }

  .w-xl-0 {
    width: 0%; } }
@font-face {
  font-family: BroLink;
  src: url(fonts/brolink.ttf);
  font-weight: 400; }
@font-face {
  font-family: Proxima Light;
  src: url(fonts/proxima-nova-light.otf);
  font-weight: 100; }
@font-face {
  font-family: Proxima Regular;
  src: url(fonts/proxima-nova-regular.otf);
  font-weight: 400; }
@font-face {
  font-family: Proxima Semi Bold;
  src: url(fonts/proxima-nova-semibold.otf);
  font-weight: 500; }
@font-face {
  font-family: Proxima Bold;
  src: url(fonts/proxima-nova-bold.otf);
  font-weight: 700; }
@font-face {
  font-family: Proxima Black;
  src: url(fonts/proxima-nova-black.otf);
  font-weight: 900; }
::-moz-selection {
  background: #ffffff;
  color: #4DFFFF;
  text-shadow: none; }

::selection {
  background: #ffffff;
  color: #4DFFFF;
  text-shadow: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 6px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888; }

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #4DFFFF; }

html {
  position: relative; }

*, html, body {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  font-family: "Proxima Regular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #414042;
  background-color: white;
  -webkit-font-smoothing: antialiased; }
  body.nav-active {
    overflow: hidden; }

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }

.app-container {
  overflow: hidden;
  position: relative;
  min-height: 100vh; }

a {
  color: #53575a;
  text-decoration: none; }

img {
  max-width: 100%;
  display: block; }
  img.inherit {
    max-width: inherit; }
  img.responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.relative-block {
  position: relative; }

.absolute-block {
  position: absolute; }

.unstyled {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
  list-style: none; }

.inline li {
  display: inline-block; }

.block li {
  display: block; }

.table {
  display: table; }
  .table li {
    display: table-cell; }

.nomar li:last-child {
  margin-right: 0px;
  margin-right: 0rem; }
.nomar li:first-child {
  margin-left: 0px;
  margin-left: 0rem; }

hr {
  border: none; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none; }

.show {
  display: block; }

.visiblity-hidden {
  visibility: hidden; }

.ff-primary, .character-container .desc, .video-container .desc, .default-form .control-group input[type=text], .default-form .control-group input[type=number], .default-form .control-group input[type=email], .default-form .control-group input[type=password], .default-form .control-group input[type=date], .default-form .control-group select, .default-form .control-group textarea {
  font-family: "Proxima Regular", sans-serif; }

.ff-secondary, .maintitle, .introduction-container .subtitle, .introduction-container .title, .experience-container .experience-box .experience-inner-content .title, .character-container .maintitle, .video-container .maintitle, .default-form .control-group .form-label {
  font-family: "BroLink", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "BroLink", sans-serif;
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, p {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem; }

h1, .h1 {
  font-size: 70px;
  font-size: 4.375rem; }

h2, .h2 {
  font-size: 48px;
  font-size: 3rem; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px;
      font-size: 1.25rem; } }

h3, .h3 {
  font-size: 32px;
  font-size: 2rem; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 22px;
      font-size: 1.375rem; } }

h4, .h4 {
  font-size: 28px;
  font-size: 1.75rem; }
  @media (max-width: 575px) {
    h4, .h4 {
      font-size: 22px;
      font-size: 1.375rem; } }

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem; }
  @media (max-width: 575px) {
    h5, .h5 {
      font-size: 22px;
      font-size: 1.375rem; } }

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem; }

p {
  font-size: 16px;
  font-size: 1rem; }

.td-underline {
  text-decoration: underline; }

.td-border {
  border-bottom: 1px solid; }

.td-border-dashed {
  border-bottom: 1px dashed; }

.td-border-dotted {
  border-bottom: 1px dotted; }

.fs-default {
  font-size: 16px;
  font-size: 1rem; }

.fs-xsmall {
  font-size: 10px;
  font-size: 0.625rem; }

.fs-small {
  font-size: 12px;
  font-size: 0.75rem; }

.fs-medium {
  font-size: 14px;
  font-size: 0.875rem; }

.fs-large {
  font-size: 18px;
  font-size: 1.125rem; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semi-bold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-black {
  font-weight: 800 !important; }

.fw-xblack {
  font-weight: 900 !important; }

.tt-normal {
  text-transform: inherit !important; }

.tt-uppercase {
  text-transform: uppercase !important; }

.tt-capital {
  text-transform: capitalize !important; }

.lh-normal {
  line-height: 1; }

.lh-medium {
  line-height: 1.2; }

.lh-large {
  line-height: 1.8; }

.lh-xlarge {
  line-height: 2; }

.ls-xsmall {
  letter-spacing: -2px; }

.ls-small {
  letter-spacing: -1px; }

.ls-normal {
  letter-spacing: 0px; }

.ls-medium {
  letter-spacing: 1px; }

.ls-large {
  letter-spacing: 2px; }

.ls-xlarge {
  letter-spacing: 4px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.fc-primary {
  color: #4DFFFF; }

.fc-secondary {
  color: #EEA500; }

.fc-default {
  color: #414042; }

.fc-white {
  color: #ffffff; }

.fc-black {
  color: #000000; }

.fc-grey {
  color: #666666; }

.fc-spgrey {
  color: #e6e6e6; }

.fc-dgrey {
  color: #333333; }

.fc-lgrey {
  color: #c7d0d8; }

.bg-primary {
  background: #4DFFFF; }

.bg-secondary {
  background: #EEA500; }

.bg-white {
  background: #ffffff; }

.bg-black {
  background: #000000; }

.bg-grey {
  background: #666666; }

.bg-lgrey {
  background: #c7d0d8; }

.bg-spgrey {
  background: #e6e6e6; }

.facebook:hover {
  color: #1a4bad !important; }

.facebook-icon:hover {
  background: #1a4bad !important; }

.twitter:hover {
  color: #00a9cd !important; }

.twitter-icon:hover {
  background: #00a9cd !important; }

.linkedin:hover {
  color: #1e8cbe !important; }

.linkedin-icon:hover {
  background: #1e8cbe !important; }

.googleplus:hover {
  color: #ff4800 !important; }

.googleplus-icon:hover {
  background: #ff4800 !important; }

.instagram:hover {
  color: #E4405F !important; }

.instagram-icon:hover {
  background: #E4405F !important; }

.youtube:hover {
  color: #d10000 !important; }

.youtube-icon:hover {
  background: #d10000 !important; }

.grid-block {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .grid-block.\--type-inline-blocks > * {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px; }
  .grid-block.\--type-two-blocks > * {
    width: 50% !important; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333% !important; }
  .grid-block.\--type-four-blocks > * {
    width: 25% !important; }
  .grid-block.\--type-five-blocks > * {
    width: 20% !important; }
  .grid-block.\--type-six-blocks > * {
    width: 16.6667% !important; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
    .grid-block.\--style-offsets.\--offset-small {
      margin-left: -20px; }
      .grid-block.\--style-offsets.\--offset-small > * {
        padding-left: 20px; }
  .grid-block.\--style-bottom-offsets > * {
    margin-bottom: 50px; }
  .grid-block.\--style-bottom-offsets.\--offset-bottom-small > * {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    .grid-block.\--ipad-half-grid > * {
      width: 50% !important; } }
  @media (max-width: 767px) {
    .grid-block.\--mobile-quarter-grid > * {
      width: 33.333% !important; }
    .grid-block.\--mobile-half-grid > * {
      width: 50% !important; }
    .grid-block.\--mobile-full-grid > * {
      width: 100% !important; }
    .grid-block.\--mobile-style-bottom-offsets > * {
      margin-bottom: 0; } }

ul.grid-block {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

@font-face {
  font-family: "xicon";
  src: url("fonts/xicon.eot?mphv5v");
  src: url("fonts/xicon.eot?mphv5v#iefix") format("embedded-opentype"), url("fonts/xicon.ttf?mphv5v") format("truetype"), url("fonts/xicon.woff?mphv5v") format("woff"), url("fonts/xicon.svg?mphv5v#xicon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "xicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: ""; }

.icon-arrow_right:before {
  content: ""; }

.icon-arrow_left:before {
  content: ""; }

.icon-play_btn:before {
  content: ""; }

.icon-arrow_up:before {
  content: ""; }

.icon-arrow_down:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-close_circle:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-google_square:before {
  content: ""; }

.icon-linkedin_square:before {
  content: ""; }

.icon-youtube_square:before {
  content: ""; }

.icon-twitter_square:before {
  content: ""; }

.icon-facebook_square:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-map_pointer:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.button {
  position: relative;
  filter: brightness(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-flex; }
  .button .text {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Proxima Bold;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .button:hover {
    filter: brightness(90%); }
  .button.\--white .text {
    color: #ffffff; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .\--big-dot .slick-dots {
    bottom: -40px; }
  .\--xbig-dot .slick-dots {
    bottom: -60px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 36px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.character-slider {
  margin-top: 10px;
  margin-top: 0.625rem; }

.team-member-slider {
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }
  .team-member-slider .item {
    margin: 0px 10px;
    margin: 0rem 0.625rem; }
  .team-member-slider img {
    margin: 0 auto; }
  .team-member-slider .item:nth-child(3n) {
    margin-top: 50px;
    margin-top: 3.125rem; }
    @media (max-width: 767px) {
      .team-member-slider .item:nth-child(3n) {
        margin-top: 0px;
        margin-top: 0rem; } }
  @media (max-width: 991px) {
    .team-member-slider .slick-list {
      overflow: inherit; } }
  .team-member-slider .slick-dots li {
    background-color: transparent;
    margin: 0px;
    margin: 0rem;
    height: 14px;
    width: 40px;
    position: relative;
    border-radius: 10px; }
    .team-member-slider .slick-dots li:before {
      height: 6px;
      width: 100%;
      position: absolute;
      top: 5px;
      left: 0;
      content: '';
      background-color: white;
      z-index: -1; }
    .team-member-slider .slick-dots li button {
      padding: 0px;
      padding: 0rem; }
      .team-member-slider .slick-dots li button:before {
        display: none; }
    .team-member-slider .slick-dots li.slick-active {
      background-color: #EEA500; }
    .team-member-slider .slick-dots li:first-child:before {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .team-member-slider .slick-dots li:last-child:before {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }

.main-page-slider .item {
  width: 100%;
  position: relative; }
.main-page-slider .slick-slide {
  height: 100vh !important; }
.main-page-slider .slick-arrow {
  z-index: 9;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ffffff; }
  .main-page-slider .slick-arrow.slick-prev {
    left: 5%; }
    .main-page-slider .slick-arrow.slick-prev:before {
      font-family: "xicon";
      content: ""; }
  .main-page-slider .slick-arrow.slick-next {
    right: auto;
    left: 5%;
    top: 60%; }
    .main-page-slider .slick-arrow.slick-next:before {
      font-family: "xicon";
      content: ""; }

.whats-next-slider {
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }
  .whats-next-slider .slick-list {
    overflow: inherit; }
  .whats-next-slider .slick-slide {
    opacity: 0.4; }
    .whats-next-slider .slick-slide.slick-active {
      opacity: 1; }
  .whats-next-slider .slick-dots li {
    background-color: transparent;
    margin: 0px;
    margin: 0rem;
    height: 14px;
    width: 40px;
    position: relative;
    border-radius: 10px; }
    .whats-next-slider .slick-dots li:before {
      height: 6px;
      width: 100%;
      position: absolute;
      top: 5px;
      left: 0;
      content: '';
      background-color: white;
      z-index: -1; }
    .whats-next-slider .slick-dots li button {
      padding: 0px;
      padding: 0rem; }
      .whats-next-slider .slick-dots li button:before {
        display: none; }
    .whats-next-slider .slick-dots li.slick-active {
      background-color: #EEA500; }
    .whats-next-slider .slick-dots li:first-child:before {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .whats-next-slider .slick-dots li:last-child:before {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  @media (max-width: 767px) {
    .whats-next-slider {
      margin-top: 0px;
      margin-top: 0rem;
      position: relative; }
      .whats-next-slider:before {
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        content: '';
        position: absolute;
        left: 30px;
        top: 0px; } }

.check-list {
  margin-bottom: 30px; }
  .check-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px; }
    .check-list li:before {
      content: '\2714';
      position: absolute;
      left: 0;
      top: 0;
      color: #4DFFFF;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; }

.bullet-list li {
  position: relative;
  padding-left: 14px;
  padding-left: 0.875rem; }
  .bullet-list li:before {
    content: "\2022";
    color: #4DFFFF;
    position: absolute;
    left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    top: 0;
    line-height: 1; }

.arrow-list li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .arrow-list li:before {
    content: "";
    font-family: "xicon";
    color: #4DFFFF;
    position: absolute;
    left: 0;
    font-size: 20px;
    font-size: 1.25rem;
    top: 0;
    line-height: 1; }

.primary-header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 16;
  padding: 40px 7% 20px; }
  @media (max-width: 991px) {
    .primary-header {
      padding: 20px 30px 20px;
      padding: 1.25rem 1.875rem 1.25rem; } }
  @media (max-width: 575px) {
    .primary-header {
      padding: 20px 15px;
      padding: 1.25rem 0.9375rem; } }
  .primary-header:after {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10; }
  .primary-header .sound-icon {
    position: relative;
    z-index: 14;
    display: inline-block;
    max-width: 50px; }
  .primary-header .elonmust-logo {
    text-align: center;
    position: relative;
    z-index: 14;
    display: block;
    max-width: 500px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .primary-header .elonmust-logo {
        max-width: 140px; } }
    @media (max-width: 767px) {
      .primary-header .elonmust-logo {
        max-width: 100px; } }
    .primary-header .elonmust-logo img {
      margin: 0 auto; }
      @media (max-width: 575px) {
        .primary-header .elonmust-logo img {
          max-width: 100%; } }
  .primary-header .navigation {
    position: relative;
    z-index: 14; }
    .primary-header .navigation .button .text {
      top: 45%; }
    .primary-header .navigation .nav-button {
      margin-left: 20px;
      margin-left: 1.25rem; }
      .primary-header .navigation .nav-button img {
        max-width: 30px; }
      @media (max-width: 991px) {
        .primary-header .navigation .nav-button {
          background-color: #000000;
          padding: 4px;
          padding: 0.25rem; } }

.primary-navigation li {
  margin: 0px 20px;
  margin: 0rem 1.25rem;
  position: relative; }
  .primary-navigation li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }
    .primary-navigation li > a:hover {
      color: #4DFFFF; }
  .primary-navigation li .dropdown-menu {
    position: absolute;
    right: 0;
    top: 22px;
    background-color: #4DFFFF;
    padding: 10px;
    padding: 0.625rem;
    z-index: 9;
    display: none; }
    .primary-navigation li .dropdown-menu li {
      text-align: left;
      margin: 0px;
      margin: 0rem; }
      .primary-navigation li .dropdown-menu li a {
        font-size: 12px;
        font-size: 0.75rem;
        white-space: nowrap; }
        .primary-navigation li .dropdown-menu li a:hover {
          color: #EEA500; }
  .primary-navigation li:hover .dropdown-menu {
    display: block; }
  @media (max-width: 1200px) {
    .primary-navigation li {
      margin: 0px 10px;
      margin: 0rem 0.625rem; } }
  @media (max-width: 991px) {
    .primary-navigation li {
      margin: 0px 2px;
      margin: 0rem 0.125rem; }
      .primary-navigation li a {
        font-size: 16px;
        font-size: 1rem; } }
.primary-navigation li:last-child {
  margin-right: 0px;
  margin-right: 0rem; }
.primary-navigation li:first-child {
  margin-left: 0px;
  margin-left: 0rem; }
.arabic .primary-navigation li {
  margin: 0px 20px;
  margin: 0rem 1.25rem; }
  .arabic .primary-navigation li:last-child {
    margin-left: 0px;
    margin-left: 0rem; }
  .arabic .primary-navigation li:first-child {
    margin-right: 0px;
    margin-right: 0rem; }

.character-box {
  max-width: 333px;
  margin-top: 30px;
  margin-top: 1.875rem; }
  .character-box .avatar {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .character-box .title {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .character-box .maindesc {
    font-weight: 300;
    font-family: Proxima Light;
    line-height: 1.2; }
  .character-box .moreinfo {
    margin-top: 10px;
    margin-top: 0.625rem;
    display: block; }
  .character-box.\--purple .title {
    color: #4BACFF; }
  .character-box.\--purple li:before {
    color: #4BACFF; }
  .character-box.\--blue .title {
    color: #4DFFFF; }
  .character-box.\--blue li:before {
    color: #4DFFFF; }
  .character-box.\--brown .title {
    color: #EEA500; }
  .character-box.\--brown li:before {
    color: #EEA500; }

.minting-box {
  max-width: 400px;
  margin: 0 auto;
  background-color: rgba(0, 29, 29, 0.7);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #4DFFFF;
  height: 100%; }
  @media (max-width: 991px) {
    .minting-box {
      height: auto;
      margin: 40px auto; } }
  .minting-box .box-number {
    font-size: 48px;
    font-size: 3rem;
    color: #ffffff;
    font-weight: 700;
    background-image: url("../images/minting-icon-blue.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 88px;
    text-align: center;
    line-height: 1.8;
    margin: -50px auto 0;
    z-index: 6;
    position: relative; }
    .minting-box .box-number img {
      margin: 0 auto; }
    @media (max-width: 575px) {
      .minting-box .box-number {
        font-size: 32px;
        font-size: 2rem;
        width: 56px;
        height: 68px;
        line-height: 2; } }
  .minting-box .box-body {
    padding: 10px 40px 40px;
    padding: 0.625rem 2.5rem 2.5rem;
    position: relative;
    z-index: 5;
    text-align: center; }
    @media (max-width: 575px) {
      .minting-box .box-body {
        padding: 30px 14px;
        padding: 1.875rem 0.875rem;
        margin-top: -30px;
        margin-top: -1.875rem;
        min-height: 200px; } }
    .minting-box .box-body .maintitle {
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      letter-spacing: 0;
      line-height: 1.4; }
      @media (max-width: 575px) {
        .minting-box .box-body .maintitle {
          margin-bottom: 10px;
          margin-bottom: 0.625rem; } }
    @media (max-width: 575px) {
      .minting-box .box-body .maindesc {
        font-size: 16px;
        font-size: 1rem; } }
  .minting-box.\--brown {
    background-color: rgba(38, 26, 0, 0.7);
    border: 1px solid #EEA500; }
    .minting-box.\--brown .box-number {
      background-image: url("../images/minting-icon-brown.png");
      padding-top: 24px;
      padding-top: 1.5rem; }
      @media (max-width: 575px) {
        .minting-box.\--brown .box-number {
          padding-top: 14px;
          padding-top: 0.875rem; } }
      .minting-box.\--brown .box-number.number {
        padding-top: 30px;
        padding-top: 1.875rem; }
        @media (max-width: 575px) {
          .minting-box.\--brown .box-number.number {
            padding-top: 20px;
            padding-top: 1.25rem; } }

.whats-next-box {
  padding-left: 50px;
  padding-left: 3.125rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  position: relative;
  padding-top: 150px;
  padding-top: 9.375rem; }
  @media (max-width: 767px) {
    .whats-next-box {
      margin-left: 0px;
      margin-left: 0rem;
      padding: 0px;
      padding: 0rem;
      display: flex;
      align-items: flex-start;
      overflow: hidden;
      position: relative; }
      .whats-next-box article {
        padding-top: 20px;
        padding-top: 1.25rem; } }
  .whats-next-box .side-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 81px; }
    .whats-next-box .side-bar:before {
      width: 1px;
      height: 80%;
      background-color: rgba(255, 255, 255, 0.4);
      content: '';
      position: absolute;
      left: 50%;
      bottom: 40px; }
    .whats-next-box .side-bar:after {
      content: '+';
      position: absolute;
      left: 38%;
      bottom: 30px;
      color: #4DFFFF;
      font-size: 22px;
      font-size: 1.375rem;
      width: 18px;
      height: 10px;
      text-align: center; }
    @media (max-width: 767px) {
      .whats-next-box .side-bar {
        height: 96px;
        display: block;
        position: relative;
        left: auto;
        top: auto;
        margin-right: 20px;
        margin-right: 1.25rem;
        flex: 0 0 20%; }
        .whats-next-box .side-bar:before {
          display: none; }
        .whats-next-box .side-bar:after {
          display: none; } }
    .whats-next-box .side-bar .xicon {
      background-image: url("../images/roadmap-icon.png");
      background-size: cover;
      background-position: center;
      width: 81px;
      height: 96px;
      display: block;
      font-style: normal;
      text-align: center;
      padding-top: 30px;
      padding-top: 1.875rem;
      color: #000000;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "Proxima Regular", sans-serif;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 767px) {
        .whats-next-box .side-bar .xicon {
          width: 61px;
          height: 76px;
          padding-top: 24px;
          padding-top: 1.5rem;
          font-size: 20px;
          font-size: 1.25rem; } }
  .whats-next-box .subtitle {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "BroLink", sans-serif;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 30px;
    margin-top: 1.875rem; }
    @media (max-width: 575px) {
      .whats-next-box .subtitle {
        font-size: 12px;
        font-size: 0.75rem; } }
  .whats-next-box .title {
    color: #4DFFFF;
    text-transform: uppercase;
    font-family: Proxima Bold;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-weight: 700; }
  .whats-next-box .desc {
    font-weight: 300;
    color: #ffffff; }

.hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
  padding: 3.75rem 0rem; }

.video-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6; }

.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  /* Table column sizing
  ================================== */ }
  .Rtable .Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border: 1px solid #666666; }
    .Rtable .Rtable-cell.\--head {
      background-color: #4DFFFF;
      color: #ffffff;
      font-weight: 700;
      text-align: left;
      border-color: #4DFFFF; }
    .Rtable .Rtable-cell .head {
      color: #4DFFFF;
      font-weight: 700;
      margin-right: 10px;
      display: none;
      line-height: 2; }
      @media (max-width: 991px) {
        .Rtable .Rtable-cell .head {
          display: inline-block;
          width: 40%;
          float: left; } }
    .Rtable .Rtable-cell .body {
      line-height: 2; }
      @media (max-width: 991px) {
        .Rtable .Rtable-cell .body {
          float: left;
          width: 54%; } }
  @media (max-width: 991px) {
    .Rtable.\--collapse {
      display: block; }
      .Rtable.\--collapse .Rtable-cell {
        width: 100% !important; }
        .Rtable.\--collapse .Rtable-cell.\--foot {
          margin-bottom: 20px; } }
  .Rtable.\--2cols .Rtable-cell {
    width: 50%; }
  .Rtable.\--3cols .Rtable-cell {
    width: 33.33%; }
  .Rtable.\--4cols .Rtable-cell {
    width: 25%; }
  .Rtable.\--5cols .Rtable-cell {
    width: 20%; }
  .Rtable.\--6cols .Rtable-cell {
    width: 16.6%; }
  .Rtable.\--7cols .Rtable-cell {
    width: 14.28%; }

.primary-footer .inner-container {
  border-top: 2px solid rgba(77, 255, 255, 0.2);
  padding: 30px 0px;
  padding: 1.875rem 0rem; }
.primary-footer .footer-links li {
  margin: 0px 14px;
  margin: 0rem 0.875rem;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (max-width: 1200px) {
    .primary-footer .footer-links li {
      margin: 0px 10px;
      margin: 0rem 0.625rem;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (max-width: 991px) {
    .primary-footer .footer-links li {
      margin: 0px 10px 10px;
      margin: 0rem 0.625rem 0.625rem; } }
.primary-footer .footer-links a {
  color: #ffffff; }

.sec-padding {
  padding: 190px 10% 0; }
  @media (max-width: 991px) {
    .sec-padding {
      padding: 100px 30px 0px;
      padding: 6.25rem 1.875rem 0rem; } }
  @media (max-width: 767px) {
    .sec-padding {
      padding: 60px 30px 40px;
      padding: 3.75rem 1.875rem 2.5rem; } }
  @media (max-width: 575px) {
    .sec-padding {
      padding: 40px 15px 40px;
      padding: 2.5rem 0.9375rem 2.5rem; } }
  .sec-padding.\--small {
    padding: 40px 0px;
    padding: 2.5rem 0rem; }
  .sec-padding.\--xsmall {
    padding: 30px 0px;
    padding: 1.875rem 0rem; }

.container-wrapper {
  max-width: 1400px;
  margin: 0 auto; }

.app-container {
  width: 100%;
  background-color: black; }
  .app-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 4; }

.page-border {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 6;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem; }
  @media (max-width: 991px) {
    .page-border {
      display: none; } }

.social-media-section {
  position: fixed;
  bottom: 20px;
  left: 70px;
  z-index: 16; }
  .social-media-section .xicon {
    display: block;
    margin: 8px 0px;
    margin: 0.5rem 0rem; }

.content-container {
  width: 100%;
  z-index: 8;
  position: relative; }

.maintitle {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 4px;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  position: relative;
  line-height: 1; }

.maindesc {
  font-family: Proxima Light;
  color: #ffffff;
  font-weight: 100;
  font-size: 18px;
  font-size: 1.125rem; }

.general-tabbing {
  border-bottom: 1px solid rgba(77, 255, 255, 0.3);
  padding: 0px 20px 10px;
  padding: 0rem 1.25rem 0.625rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  width: 40%; }
  @media (max-width: 991px) {
    .general-tabbing {
      width: 50%; } }
  @media (max-width: 767px) {
    .general-tabbing {
      width: 100%; } }
  .general-tabbing.\--full-width {
    width: 80%; }
  .general-tabbing li {
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "BroLink", sans-serif;
    letter-spacing: 2px;
    position: relative; }
    .general-tabbing li.current:before {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 0;
      right: 0;
      width: 100%;
      height: 3px;
      background: #4DFFFF; }
    .general-tabbing li.current:after {
      content: "";
      font-family: "xicon";
      position: absolute;
      left: 0;
      bottom: -40px;
      right: 0;
      margin: 0 auto;
      color: #4DFFFF;
      font-size: 48px;
      font-size: 3rem;
      line-height: 22px;
      width: 50px;
      height: 20px; }

.introduction-container {
  padding-top: 60px;
  padding-top: 3.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100vh;
  position: relative; }
  @media (max-width: 991px) {
    .introduction-container {
      height: auto;
      padding-top: 24%;
      min-height: 640px; } }
  .introduction-container .avatar-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 50%; }
    @media (max-width: 991px) {
      .introduction-container .avatar-icon {
        position: relative;
        bottom: auto;
        margin-bottom: 30px;
        margin-bottom: 1.875rem; } }
    .introduction-container .avatar-icon .trailer-play {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .introduction-container .inner-content {
    margin-bottom: 14%;
    position: relative;
    z-index: 8; }
    @media (max-width: 991px) {
      .introduction-container .inner-content {
        margin-bottom: 20%; } }
    @media (max-width: 767px) {
      .introduction-container .inner-content {
        margin-bottom: 0%; } }
    .introduction-container .inner-content .trailer-play {
      width: 240px;
      margin: 0 auto 30px; }
  .introduction-container .subtitle {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.6px; }
    @media (max-width: 767px) {
      .introduction-container .subtitle {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (max-width: 575px) {
      .introduction-container .subtitle {
        font-size: 14px;
        font-size: 0.875rem; } }
  .introduction-container .title {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    font-size: 48px;
    font-size: 3rem; }
    @media (max-width: 767px) {
      .introduction-container .title {
        font-size: 48px;
        font-size: 3rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; } }
    @media (max-width: 575px) {
      .introduction-container .title {
        font-size: 38px;
        font-size: 2.375rem; } }
  .introduction-container .video-thumbnail-section {
    position: absolute;
    right: 80px;
    bottom: 20px;
    z-index: 6;
    width: 16%; }
    @media (max-width: 991px) {
      .introduction-container .video-thumbnail-section {
        right: 30px;
        bottom: 10px;
        width: 22%; } }
  .introduction-container .buttons-section {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-top: 1.875rem; }
    @media (max-width: 767px) {
      .introduction-container .buttons-section {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .introduction-container .buttons-section .button {
        justify-content: center; } }
    .introduction-container .buttons-section .button:first-child {
      margin-right: 14px;
      margin-right: 0.875rem; }
      @media (max-width: 767px) {
        .introduction-container .buttons-section .button:first-child {
          margin-right: 0px;
          margin-right: 0rem;
          margin-bottom: 20px;
          margin-bottom: 1.25rem; } }

.about-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .about-container .avatar-icon {
    max-width: 340px;
    float: right; }
  .about-container .maintitle {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    .about-container .maintitle:after {
      content: '';
      border-bottom: 1px solid #4DFFFF;
      width: 60%;
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    @media (max-width: 767px) {
      .about-container .maintitle {
        border-bottom: 2px solid #4DFFFF;
        padding-bottom: 10px;
        padding-bottom: 0.625rem; }
        .about-container .maintitle:after {
          display: none; } }
  .about-container .box-section {
    margin-top: 44px;
    margin-top: 2.75rem; }
    @media (max-width: 767px) {
      .about-container .box-section {
        margin-top: 0px;
        margin-top: 0rem; } }
  .about-container .box-container {
    padding-left: 18px;
    padding-left: 1.125rem; }
    .about-container .box-container .title {
      color: #4DFFFF;
      text-transform: uppercase;
      position: relative;
      letter-spacing: 3px; }
      .about-container .box-container .title:before {
        content: '';
        position: absolute;
        left: -18px;
        top: -16px;
        background-image: url("../images/plus-icon.png");
        background-repeat: no-repeat;
        width: 16px;
        height: 16px; }
      @media (max-width: 1400px) {
        .about-container .box-container .title {
          font-size: 16px;
          font-size: 1rem; } }
      @media (max-width: 767px) {
        .about-container .box-container .title:before {
          display: none; } }
    @media (max-width: 767px) {
      .about-container .box-container {
        padding-left: 0px;
        padding-left: 0rem;
        margin-top: 30px;
        margin-top: 1.875rem; } }
    .about-container .box-container .desc {
      color: #ffffff;
      font-family: Proxima Light;
      margin-top: 8px;
      margin-top: 0.5rem; }

.experience-container .avatar-icon {
  max-width: 340px;
  float: right; }
.experience-container .maintitle {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
.experience-container .experience-box {
  margin-top: 20px;
  margin-top: 1.25rem; }
  .experience-container .experience-box .experience-inner-content {
    margin-left: 20px;
    margin-left: 1.25rem; }
    @media (max-width: 767px) {
      .experience-container .experience-box .experience-inner-content {
        margin-left: 0px;
        margin-left: 0rem; } }
    .experience-container .experience-box .experience-inner-content .title {
      text-transform: uppercase;
      color: #4DFFFF;
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      letter-spacing: 3px; }
      @media (max-width: 767px) {
        .experience-container .experience-box .experience-inner-content .title {
          margin-top: 30px;
          margin-top: 1.875rem; } }
    .experience-container .experience-box .experience-inner-content .desc {
      color: #ffffff; }
    .experience-container .experience-box .experience-inner-content .info-button {
      margin-top: 16px;
      margin-top: 1rem;
      display: block; }
.experience-container .experience-box-thumbnail {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: flex;
  align-items: center; }
  .experience-container .experience-box-thumbnail .thumbnail-box {
    margin: 0px 10px;
    margin: 0rem 0.625rem; }
    .experience-container .experience-box-thumbnail .thumbnail-box .desc {
      color: #ffffff;
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 10px;
      margin-top: 0.625rem;
      text-transform: uppercase;
      letter-spacing: 1px; }

.character-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .character-container .character-section {
    display: flex;
    align-items: start;
    justify-content: space-around;
    width: 100%; }
    @media (max-width: 991px) {
      .character-container .character-section {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .character-container .character-section .item {
      margin: 0px 15px;
      margin: 0rem 0.9375rem; }
  .character-container .desc {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem; }
  .character-container .maintitle {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    position: relative;
    line-height: 1.2; }
  .character-container .box-section {
    margin-top: 44px;
    margin-top: 2.75rem; }
  .character-container .box-container {
    padding-left: 18px;
    padding-left: 1.125rem; }
    .character-container .box-container .title {
      color: #4DFFFF;
      text-transform: uppercase;
      position: relative;
      letter-spacing: 3px; }
      .character-container .box-container .title:before {
        content: '';
        position: absolute;
        left: -18px;
        top: -16px;
        background-image: url("../images/plus-icon.png");
        background-repeat: no-repeat;
        width: 16px;
        height: 16px; }
    .character-container .box-container .desc {
      color: #ffffff;
      font-size: 14px;
      font-size: 0.875rem; }

.minting-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }

.video-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .video-container .maintitle {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    position: relative;
    line-height: 1; }
    @media (max-width: 991px) {
      .video-container .maintitle {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.4; } }
    @media (max-width: 767px) {
      .video-container .maintitle {
        font-size: 18px;
        font-size: 1.125rem; } }
  .video-container .desc {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem; }
  .video-container .tabs {
    width: 100%; }
  @media (max-width: 767px) {
    .video-container .tabs-artifacts .item {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.partner-container .partner-logo-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 80px;
  margin-top: 5rem; }
  @media (max-width: 991px) {
    .partner-container .partner-logo-area {
      margin-top: 20px;
      margin-top: 1.25rem; } }
  .partner-container .partner-logo-area li {
    flex: 1 0 25%;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    padding: 0rem 1.875rem;
    min-height: 150px; }
    @media (max-width: 991px) {
      .partner-container .partner-logo-area li {
        flex: 1 0 33%; } }
    @media (max-width: 575px) {
      .partner-container .partner-logo-area li {
        flex: 1 0 50%; } }
    .partner-container .partner-logo-area li img {
      margin: 0 auto; }

.inner-page-container {
  padding: 280px 10% 0; }
  .inner-page-container .maintitle {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    .inner-page-container .maintitle:after {
      content: '';
      border-bottom: 1px solid #4DFFFF;
      width: 24%;
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    @media (max-width: 767px) {
      .inner-page-container .maintitle {
        border-bottom: 2px solid #4DFFFF;
        padding-bottom: 10px;
        padding-bottom: 0.625rem; }
        .inner-page-container .maintitle:after {
          display: none; } }
  .inner-page-container .content-area {
    padding-left: 40px;
    padding-left: 2.5rem;
    border-left: 1px solid rgba(77, 255, 255, 0.4); }
    @media (max-width: 991px) {
      .inner-page-container .content-area {
        padding: 0px;
        padding: 0rem;
        border: none;
        margin: 30px 0px 0px;
        margin: 1.875rem 0rem 0rem; } }
  .inner-page-container .title {
    color: #4DFFFF;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .inner-page-container figure {
    margin: 40px 0px;
    margin: 2.5rem 0rem; }
  .inner-page-container .side-tabbing {
    margin-top: 30px;
    margin-top: 1.875rem; }
    .inner-page-container .side-tabbing li {
      color: #ffffff;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: capitalize;
      padding: 20px 16px;
      padding: 1.25rem 1rem;
      position: relative;
      border-bottom: 1px dotted rgba(77, 255, 255, 0.4);
      cursor: pointer; }
      .inner-page-container .side-tabbing li:before {
        content: '+';
        position: absolute;
        bottom: -18px;
        left: 0;
        font-size: 32px;
        font-size: 2rem;
        line-height: 1;
        color: #4DFFFF;
        font-weight: 400; }
      .inner-page-container .side-tabbing li:after {
        content: "";
        font-family: "xicon";
        position: absolute;
        right: 6px;
        top: 26%;
        line-height: 1;
        color: #4DFFFF;
        font-weight: 400;
        font-size: 32px;
        font-size: 2rem; }
      .inner-page-container .side-tabbing li.current, .inner-page-container .side-tabbing li:hover {
        background: #4dffff;
        background: linear-gradient(0deg, rgba(77, 255, 255, 0.3536765048) 0%, rgba(218, 255, 255, 0) 67%, rgba(255, 255, 255, 0) 100%); }

@media (max-width: 991px) {
  .faq-container {
    padding: 190px 30px 0px; } }
@media (max-width: 767px) {
  .faq-container {
    padding: 140px 30px 0px; } }
.faq-container .accordian-section .accordian {
  font-family: "BroLink", sans-serif;
  color: #4DFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-bottom: 1px dashed #4DFFFF;
  position: relative;
  cursor: pointer; }
  @media (max-width: 575px) {
    .faq-container .accordian-section .accordian {
      font-size: 18px;
      font-size: 1.125rem; } }
  .faq-container .accordian-section .accordian:after {
    content: "";
    font-family: "xicon";
    font-size: 32px;
    font-size: 2rem;
    color: #4DFFFF;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 1; }
    @media (max-width: 575px) {
      .faq-container .accordian-section .accordian:after {
        line-height: 0.8; } }
  .faq-container .accordian-section .accordian.current:after {
    transform: rotate(180deg); }
.faq-container .accordian-section .accordian-inner {
  padding: 20px 0px;
  padding: 1.25rem 0rem;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem; }

.mobile-tab {
  background-color: transparent;
  color: #ffffff;
  display: block;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: none; }
  .mobile-tab option {
    background-color: #000000; }

.mobile-play-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10; }

/**** Form Styling Default ****/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: transparent !important; }

input::-webkit-input-placeholder {
  color: #666666; }

input:-moz-placeholder {
  color: #666666; }

input::-moz-placeholder {
  color: #666666; }

input:-ms-input-placeholder {
  color: #666666; }

textarea::-webkit-input-placeholder {
  color: #666666; }

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

.default-form .control-group {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative; }
  .default-form .control-group input[type=text], .default-form .control-group input[type=number], .default-form .control-group input[type=email], .default-form .control-group input[type=password], .default-form .control-group input[type=date] {
    color: #666666;
    padding: 10px;
    padding: 0.625rem;
    width: 100%;
    height: 44px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    z-index: 4; }
  .default-form .control-group select, .default-form .control-group textarea {
    color: #666666;
    padding: 10px;
    padding: 0.625rem;
    width: 100%;
    height: 44px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    line-height: 38px;
    border-radius: 0;
    position: relative;
    z-index: 4; }
  .default-form .control-group textarea {
    resize: none;
    min-height: 180px; }
  .default-form .control-group input[type="submit"] {
    -webkit-appearance: none; }
  .default-form .control-group .codearea {
    float: left;
    width: 28%;
    position: relative; }
  .default-form .control-group .numberarea {
    float: right;
    width: 70%;
    position: relative; }
    .default-form .control-group .numberarea input {
      padding-left: 10px;
      padding-left: 0.625rem; }
  .default-form .control-group .checkbox {
    position: relative;
    cursor: pointer;
    line-height: 20px; }
    .default-form .control-group .checkbox .label {
      position: relative;
      display: block;
      float: left;
      margin: 0px 10px 10px 0px;
      margin: 0rem 0.625rem 0.625rem 0rem;
      width: 20px;
      height: 20px;
      border: 2px solid #4DFFFF;
      -webkit-tap-highlight-color: transparent; }
      .default-form .control-group .checkbox .label:after {
        content: '\2714';
        position: absolute;
        top: 0px;
        left: 2px;
        width: 10px;
        height: 10px;
        color: #4DFFFF;
        font-size: 14px;
        font-size: 0.875rem;
        text-align: center;
        line-height: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0.08;
        filter: alpha(opacity=8);
        pointer-events: none; }
    .default-form .control-group .checkbox input[type=checkbox]:checked + .label {
      border-color: #4DFFFF; }
      .default-form .control-group .checkbox input[type=checkbox]:checked + .label:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        -moz-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        opacity: 1;
        filter: alpha(opacity=100); }
    .default-form .control-group .checkbox .text {
      font-weight: 700; }
  .default-form .control-group .radiobox {
    position: relative;
    cursor: pointer;
    line-height: 20px; }
    .default-form .control-group .radiobox .label {
      position: relative;
      display: block;
      float: left;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      border: 2px solid #4DFFFF;
      border-radius: 100%;
      -webkit-tap-highlight-color: transparent; }
      .default-form .control-group .radiobox .label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #4DFFFF;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0.08;
        filter: alpha(opacity=8);
        pointer-events: none; }
    .default-form .control-group .radiobox input[type=radio]:checked + .label {
      border-color: #4DFFFF; }
      .default-form .control-group .radiobox input[type=radio]:checked + .label:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        -moz-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        opacity: 1;
        filter: alpha(opacity=100); }
    .default-form .control-group .radiobox .text {
      font-weight: 700; }
  .default-form .control-group .addFileStyle .upldwrap {
    position: relative; }
    .default-form .control-group .addFileStyle .upldwrap input[type=file] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      cursor: pointer; }
    .default-form .control-group .addFileStyle .upldwrap input[type=text] {
      width: 60%;
      height: auto;
      padding: 8px 30px;
      padding: 0.5rem 1.875rem; }
  .default-form .control-group .form-label {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 700; }
.default-form.\--animate-form .control-group input[type=text], .default-form.\--animate-form .control-group input[type=number], .default-form.\--animate-form .control-group input[type=email], .default-form.\--animate-form .control-group input[type=password], .default-form.\--animate-form .control-group input[type=date] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px;
  padding: 0.625rem 0rem; }
.default-form.\--animate-form .control-group select, .default-form.\--animate-form .control-group textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px;
  padding: 0.625rem 0rem; }
.default-form.\--animate-form .control-group .form-label {
  position: absolute;
  left: 0px;
  top: 12px; }
.default-form.\--animate-form .control-group .bar {
  position: relative;
  display: block; }
  .default-form.\--animate-form .control-group .bar:before, .default-form.\--animate-form .control-group .bar:after {
    content: '';
    width: 0px;
    height: 2px;
    bottom: 1px;
    position: absolute;
    background: #000000;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all; }
  .default-form.\--animate-form .control-group .bar:before {
    left: 50%; }
  .default-form.\--animate-form .control-group .bar:after {
    right: 50%; }
.default-form.\--animate-form .control-group .form-field {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .default-form.\--animate-form .control-group .form-field:focus {
    border: none; }
    .default-form.\--animate-form .control-group .form-field:focus ~ .bar:before, .default-form.\--animate-form .control-group .form-field:focus ~ .bar:after {
      width: 50%; }
.default-form.\--animate-form .control-group.focused .form-label {
  top: -6px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000; }
.default-form.\--animate-form .control-group.focused .bar:before, .default-form.\--animate-form .control-group.focused .bar:after {
  width: 50%; }
.default-form.\--contact-form .form-heading {
  color: #EEA500;
  font-size: 28px;
  font-weight: 600; }
.default-form.\--contact-form .control-group {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.mobile-nav-btn {
  display: inline-block;
  width: 30px;
  height: auto;
  z-index: 1000;
  color: #000000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: right; }
  .mobile-nav-btn .lines {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .mobile-nav-btn .lines:nth-child(1) {
      top: 1px;
      width: 80%; }
    .mobile-nav-btn .lines:nth-child(2), .mobile-nav-btn .lines:nth-child(3) {
      top: 11px; }
    .mobile-nav-btn .lines:nth-child(4) {
      top: 21px;
      width: 60%; }
  .mobile-nav-btn:hover .lines:nth-child(1) {
    width: 50%; }
  .mobile-nav-btn:hover .lines:nth-child(4) {
    width: 80%; }
  .mobile-nav-btn.nav-active .lines:nth-child(1), .mobile-nav-btn.nav-active .lines:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%; }
  .mobile-nav-btn.nav-active .lines:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-nav-btn.nav-active .lines:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sticky .mobile-nav-btn {
    margin-top: 12px; }
  .mobile-nav-btn.mobile-btn .lines {
    background: #ffffff; }

.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 20;
  background-image: url("../images/navigation-background.jpg");
  background-color: #000000;
  background-size: cover;
  background-position: top center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: none; }
  .mobile-nav .mobile-navigation {
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 14;
    overflow: hidden;
    padding: 0 18%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    overflow-y: auto; }
    @media (max-width: 1200px) {
      .mobile-nav .mobile-navigation {
        padding: 0 7%; } }
    @media (max-width: 991px) {
      .mobile-nav .mobile-navigation {
        padding: 0px 30px 0px;
        padding: 0rem 1.875rem 0rem; } }
    @media (max-width: 767px) {
      .mobile-nav .mobile-navigation {
        padding: 0px 15px 0px;
        padding: 0rem 0.9375rem 0rem; } }
    .mobile-nav .mobile-navigation .main-nav li > a {
      display: block;
      padding: 10px;
      padding: 0.625rem;
      text-transform: uppercase;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      color: #ffffff;
      font-size: 22px;
      font-size: 1.375rem;
      font-family: "BroLink", sans-serif; }
      @media (max-width: 767px) {
        .mobile-nav .mobile-navigation .main-nav li > a {
          margin-bottom: 6px;
          margin-bottom: 0.375rem; } }
      @media (max-width: 991px) {
        .mobile-nav .mobile-navigation .main-nav li > a {
          font-size: 18px;
          font-size: 1.125rem; } }
      .mobile-nav .mobile-navigation .main-nav li > a .text {
        position: relative; }
        .mobile-nav .mobile-navigation .main-nav li > a .text:before {
          content: '';
          background-image: url("../images/mobile-nav-border.png");
          position: absolute;
          left: 30px;
          top: -18px;
          width: 29px;
          height: 9px; }
          @media (max-width: 767px) {
            .mobile-nav .mobile-navigation .main-nav li > a .text:before {
              display: none; } }
        .mobile-nav .mobile-navigation .main-nav li > a .text:after {
          content: '';
          position: absolute;
          left: 58px;
          top: -9px;
          width: 80%;
          height: 1px;
          background-color: #EEA500; }
          @media (max-width: 767px) {
            .mobile-nav .mobile-navigation .main-nav li > a .text:after {
              display: none; } }
      .mobile-nav .mobile-navigation .main-nav li > a .number {
        color: #4DFFFF;
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        position: relative; }
      .mobile-nav .mobile-navigation .main-nav li > a:hover {
        color: #4DFFFF; }
    .mobile-nav .mobile-navigation .social-media li {
      margin-right: 20px; }
  .mobile-nav.nav-active {
    display: block; }
  .mobile-nav .dropdown-menu {
    margin-left: 30px;
    margin-left: 1.875rem; }
    .mobile-nav .dropdown-menu li a {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 6px 0px;
      padding: 0.375rem 0rem;
      white-space: initial; }
  .mobile-nav .extra-link {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
    .mobile-nav .extra-link li {
      display: block;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
      .mobile-nav .extra-link li a {
        color: #ffffff;
        border-bottom: 1px solid #EEA500;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        padding-right: 34px;
        padding-right: 2.125rem;
        font-size: 20px;
        font-size: 1.25rem; }
        @media (max-width: 991px) {
          .mobile-nav .extra-link li a {
            font-size: 18px;
            font-size: 1.125rem; } }
        .mobile-nav .extra-link li a:after {
          content: '';
          background-image: url("../images/arrow.png");
          position: absolute;
          right: 0;
          top: 6px;
          width: 18px;
          height: 16px; }

/*# sourceMappingURL=style.css.map */
